Running with gitlab-runner 17.5.4 (d8d88d9e)
  on gitlab-runner-88fd6f68d-qlqrb t2_vi29z, system ID: r_ShRbJAXQQUno
Resolving secrets
section_start:1738566197:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: gitlab-runner
Using Kubernetes executor with image registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:39.88.0 ...
Using attach strategy to execute scripts...
section_end:1738566197:prepare_executor
section_start:1738566197:prepare_script
Preparing environment
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
Waiting for pod gitlab-runner/runner-t2vi29z-project-7398-concurrent-0-ye7f1b7c to be running, status is Pending
Waiting for pod gitlab-runner/runner-t2vi29z-project-7398-concurrent-0-ye7f1b7c to be running, status is Pending
	ContainersNotInitialized: "containers with incomplete status: [istio-proxy init-permissions]"
	ContainersNotReady: "containers with unready status: [istio-proxy build helper]"
	ContainersNotReady: "containers with unready status: [istio-proxy build helper]"
Running on runner-t2vi29z-project-7398-concurrent-0-ye7f1b7c via gitlab-runner-88fd6f68d-qlqrb...

section_end:1738566204:prepare_script
section_start:1738566204:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/big-bang/pipeline-templates/renovate-runner/.git/
Created fresh repository.
Checking out 66322968 as detached HEAD (ref is main)...

Skipping Git submodules setup

section_end:1738566205:get_sources
section_start:1738566205:restore_cache
Restoring cache
Checking cache for main-renovate-protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
WARNING: Cache file does not exist                 
Failed to extract cache

section_end:1738566205:restore_cache
section_start:1738566205:step_script
Executing "step_script" stage of the job script
$ git clone -b ${PIPELINE_REPO_BRANCH} ${PIPELINE_REPO} ${PIPELINE_REPO_DESTINATION}
Cloning into '../pipeline-repo'...
$ source ${PIPELINE_REPO_DESTINATION}/library/templates.sh
$ export PATH=${CI_PROJECT_DIR}/scripts:$PATH
$ renovate_download_external_deps
$ renovate $RENOVATE_EXTRA_FLAGS
/usr/local/sbin/renovate: line 10: containerbase-cli: command not found
DEBUG: Using RE2 regex engine
DEBUG: Parsing configs
DEBUG: Checking for config file in config.js
 WARN: config.js needs migrating
       "originalConfig": {
         "endpoint": "https://repo1.dso.mil/api/v4",
         "platform": "gitlab",
         "baseDir": "/builds/big-bang/pipeline-templates/renovate-runner/renovate",
         "hostRules": [
           {
             "matchHost": "https://registry1.dso.mil",
             "username": "[MASKED]",
             "password": "***********"
           }
         ],
         "autodiscover": true,
         "autodiscoverFilter": "big-bang/**",
         "baseBranches": ["main"],
         "gitAuthor": "Renovate Bot <bot@renovateapp.com>",
         "repositoryCache": true,
         "ignorePrAuthor": false,
         "onboarding": false,
         "requireConfig": true,
         "optimizeForDisabled": true,
         "allowPostUpgradeCommandTemplating": true,
         "allowedPostUpgradeCommands": [
           "^regenerate-helm-docs$",
           "^bump-chart-yaml$",
           "^match-chart-yaml-appversion$",
           "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
           "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
           "^upgrade-gitlabrunner '{{{newValue}}}'$",
           "^map-chart-yaml-appversion$",
           "^update-alloy-subcharts$"
         ],
         "packageRules": [
           {
             "groupName": "IB Updates",
             "matchDatasources": ["docker"],
             "matchPackagePatterns": [".*"],
             "postUpgradeTasks": {
               "commands": ["map-chart-yaml-appversion"],
               "fileFilters": ["chart/**", "CHANGELOG.md"],
               "executionMode": "branch"
             }
           }
         ],
         "customEnvVariables": {
           "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
           "CI_SERVER_URL": "https://repo1.dso.mil",
           "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637"
         }
       },
       "migratedConfig": {
         "endpoint": "https://repo1.dso.mil/api/v4",
         "platform": "gitlab",
         "baseDir": "/builds/big-bang/pipeline-templates/renovate-runner/renovate",
         "hostRules": [
           {
             "matchHost": "https://registry1.dso.mil",
             "username": "[MASKED]",
             "password": "***********"
           }
         ],
         "autodiscover": true,
         "autodiscoverFilter": "big-bang/**",
         "baseBranches": ["main"],
         "gitAuthor": "Renovate Bot <bot@renovateapp.com>",
         "repositoryCache": true,
         "ignorePrAuthor": false,
         "onboarding": false,
         "requireConfig": "required",
         "optimizeForDisabled": true,
         "allowPostUpgradeCommandTemplating": true,
         "allowedPostUpgradeCommands": [
           "^regenerate-helm-docs$",
           "^bump-chart-yaml$",
           "^match-chart-yaml-appversion$",
           "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
           "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
           "^upgrade-gitlabrunner '{{{newValue}}}'$",
           "^map-chart-yaml-appversion$",
           "^update-alloy-subcharts$"
         ],
         "packageRules": [
           {
             "groupName": "IB Updates",
             "matchDatasources": ["docker"],
             "postUpgradeTasks": {
               "commands": ["map-chart-yaml-appversion"],
               "fileFilters": ["chart/**", "CHANGELOG.md"],
               "executionMode": "branch"
             },
             "matchPackageNames": ["/.*/"]
           }
         ],
         "customEnvVariables": {
           "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
           "CI_SERVER_URL": "https://repo1.dso.mil",
           "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637"
         }
       }
 WARN: Config validation warnings found in config.js
       "warnings": [
         {
           "topic": "Configuration Error",
           "message": "Configuration option `repositoryCache` should be a string."
         }
       ]
DEBUG: File config
       "config": {
         "endpoint": "https://repo1.dso.mil/api/v4",
         "platform": "gitlab",
         "baseDir": "/builds/big-bang/pipeline-templates/renovate-runner/renovate",
         "hostRules": [
           {
             "matchHost": "https://registry1.dso.mil",
             "username": "[MASKED]",
             "password": "***********"
           }
         ],
         "autodiscover": true,
         "autodiscoverFilter": ["big-bang/**"],
         "baseBranches": ["main"],
         "gitAuthor": "Renovate Bot <bot@renovateapp.com>",
         "repositoryCache": true,
         "ignorePrAuthor": false,
         "onboarding": false,
         "requireConfig": "required",
         "optimizeForDisabled": true,
         "allowPostUpgradeCommandTemplating": true,
         "allowedPostUpgradeCommands": [
           "^regenerate-helm-docs$",
           "^bump-chart-yaml$",
           "^match-chart-yaml-appversion$",
           "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
           "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
           "^upgrade-gitlabrunner '{{{newValue}}}'$",
           "^map-chart-yaml-appversion$",
           "^update-alloy-subcharts$"
         ],
         "packageRules": [
           {
             "groupName": "IB Updates",
             "matchDatasources": ["docker"],
             "postUpgradeTasks": {
               "commands": ["map-chart-yaml-appversion"],
               "fileFilters": ["chart/**", "CHANGELOG.md"],
               "executionMode": "branch"
             },
             "matchPackageNames": ["/.*/"]
           }
         ],
         "customEnvVariables": {
           "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
           "CI_SERVER_URL": "https://repo1.dso.mil",
           "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637"
         }
       }
DEBUG: CLI config
       "config": {}
DEBUG: Env config
       "config": {
         "hostRules": [],
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.\n  - Upstream release notes should be linked from this repository's README under [Upstream Release Notes]({{env.CI_SERVER_URL}}/{{repository}}#upstream-release-notes).",
         "dependencyDashboardFooter": "This issue was [automatically generated]({{env.CI_JOB_URL}}) by [Renovate Bot](https://github.com/renovatebot/renovate).",
         "token": "***********",
         "prFooter": "This PR was [automatically generated]({{env.CI_JOB_URL}}) by [Renovate Bot](https://github.com/renovatebot/renovate).\n## Upgrade Notices  \n(Include any relevant notes about upgrades here or write \"N/A\" if there are none)",
         "prBodyNotes": [
           "# Complete MR checklist \n## Assignee \n- [ ] Followed upgrade instructions outlined in docs/DEVELOPMENT_MAINTENANCE.md \n- [ ] Update Docs with new/updated steps as needed \n- [ ] Tested and Validated Changes made with supporting info like logs or screenshots from test pipelines \n### Add supporting info below \n## Reviewer only \n- [ ] Tested and Validated changes"
         ]
       }
DEBUG: Combined config
       "config": {
         "endpoint": "https://repo1.dso.mil/api/v4",
         "platform": "gitlab",
         "baseDir": "/builds/big-bang/pipeline-templates/renovate-runner/renovate",
         "hostRules": [
           {
             "matchHost": "https://registry1.dso.mil",
             "username": "[MASKED]",
             "password": "***********"
           }
         ],
         "autodiscover": true,
         "autodiscoverFilter": ["big-bang/**"],
         "baseBranches": ["main"],
         "gitAuthor": "Renovate Bot <bot@renovateapp.com>",
         "repositoryCache": true,
         "ignorePrAuthor": false,
         "onboarding": false,
         "requireConfig": "required",
         "optimizeForDisabled": true,
         "allowPostUpgradeCommandTemplating": true,
         "allowedPostUpgradeCommands": [
           "^regenerate-helm-docs$",
           "^bump-chart-yaml$",
           "^match-chart-yaml-appversion$",
           "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
           "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
           "^upgrade-gitlabrunner '{{{newValue}}}'$",
           "^map-chart-yaml-appversion$",
           "^update-alloy-subcharts$"
         ],
         "packageRules": [
           {
             "groupName": "IB Updates",
             "matchDatasources": ["docker"],
             "postUpgradeTasks": {
               "commands": ["map-chart-yaml-appversion"],
               "fileFilters": ["chart/**", "CHANGELOG.md"],
               "executionMode": "branch"
             },
             "matchPackageNames": ["/.*/"]
           }
         ],
         "customEnvVariables": {
           "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
           "CI_SERVER_URL": "https://repo1.dso.mil",
           "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637"
         },
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.\n  - Upstream release notes should be linked from this repository's README under [Upstream Release Notes]({{env.CI_SERVER_URL}}/{{repository}}#upstream-release-notes).",
         "dependencyDashboardFooter": "This issue was [automatically generated]({{env.CI_JOB_URL}}) by [Renovate Bot](https://github.com/renovatebot/renovate).",
         "token": "***********",
         "prFooter": "This PR was [automatically generated]({{env.CI_JOB_URL}}) by [Renovate Bot](https://github.com/renovatebot/renovate).\n## Upgrade Notices  \n(Include any relevant notes about upgrades here or write \"N/A\" if there are none)",
         "prBodyNotes": [
           "# Complete MR checklist \n## Assignee \n- [ ] Followed upgrade instructions outlined in docs/DEVELOPMENT_MAINTENANCE.md \n- [ ] Update Docs with new/updated steps as needed \n- [ ] Tested and Validated Changes made with supporting info like logs or screenshots from test pipelines \n### Add supporting info below \n## Reviewer only \n- [ ] Tested and Validated changes"
         ]
       }
DEBUG: Adding trailing slash to endpoint
DEBUG: Found valid git version: 2.43.5
DEBUG: Setting global hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: hostRules: authentication already set for repo1.dso.mil
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16
DEBUG: GitLab version is: 17.6.2-ee
DEBUG: Using configured gitAuthor (Renovate Bot <bot@renovateapp.com>)
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
DEBUG: Using configured baseDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate
DEBUG: Using cacheDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache
DEBUG: Using containerbaseDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase
DEBUG: Initializing Renovate internal cache into /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/renovate/renovate-cache-v1
DEBUG: Commits limit = null
DEBUG: Setting global hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
DEBUG: validatePresets()
DEBUG: Autodiscovering GitLab repositories
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil
DEBUG: Discovered 217 project(s)
DEBUG: Autodiscovered 215 repositories
DEBUG: Applying autodiscoverFilter
       "autodiscoverFilter": ["big-bang/**"]
 INFO: Autodiscovered repositories
       "length": 212,
       "repositories": [
         "big-bang/apps/developer-tools/bbctl",
         "big-bang/homebrew-tools-private",
         "big-bang/homebrew-tools-public",
         "big-bang/apps/sandbox/istio-oscal-controller",
         "big-bang/apps/sandbox/trivy",
         "big-bang/apps/sandbox/compliance-dashboard",
         "big-bang/infrastructure/modules/cluster-role",
         "big-bang/apps/developer-tools/go-utils",
         "big-bang/infrastructure/modules/oidc-role-ssm",
         "big-bang/apps/sandbox/headlamp",
         "big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder",
         "big-bang/apps/sandbox/istio",
         "big-bang/product/packages/mimir",
         "big-bang/apps/sandbox/tetragon",
         "big-bang/pipeline-templates/crossplane-distros/aks",
         "big-bang/apps/sandbox/backstage",
         "big-bang/pipeline-templates/crossplane-distros/virtualbox",
         "big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api",
         "big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind",
         "big-bang/edge/proxmox-provider",
         "big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci",
         "big-bang/apps/sandbox/argocd-example-helloworld-app",
         "big-bang/team/tools/gogru",
         "big-bang/product/packages/alloy",
         "big-bang/apps/sandbox/istio-gateway",
         "big-bang/infrastructure/terraform-modules",
         "big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester",
         "big-bang/apps/sandbox/cert-manager-trust-manager",
         "big-bang/apps/sandbox/cert-manager-approver-policy",
         "big-bang/product/maintained/gitlab-ci-pipelines-exporter",
         "big-bang/pipeline-templates/big-bang-dockerfiles/atlantis",
         "big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci",
         "big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci",
         "big-bang/pipeline-templates/big-bang-dockerfiles/cypress",
         "big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci",
         "big-bang/apps/sandbox/capacitor",
         "big-bang/edge/edge-operator",
         "big-bang/product/community/apache-spark",
         "big-bang/product/community/apache-superset",
         "big-bang/product/community/vcluster",
         "big-bang/product/community/trillian",
         "big-bang/product/packages/external-secrets",
         "big-bang/pipeline-templates/crossplane-distros/rke2-aws",
         "big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud",
         "big-bang/edge/bigbang-edge-documentation",
         "big-bang/edge/bigbang-edge-controller-iso-builder",
         "big-bang/edge/bigbang-edge-controller-iso",
         "big-bang/apps/sandbox/holocron/collector-anchore-project-analysis",
         "big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis",
         "big-bang/apps/sandbox/holocron/collector-fortify-project-analysis",
         "big-bang/apps/sandbox/image-scraper",
         "big-bang/edge/bigbang-edge-beacon",
         "big-bang/edge/bigbang-edge-controller",
         "big-bang/team/tools/sign-project-oci",
         "big-bang/apps/sandbox/rekor",
         "big-bang/apps/third-party/anchore-enterprise",
         "big-bang/product/community/defectdojo",
         "big-bang/gitlab-description-templates",
         "big-bang/apps/sandbox/argo-example-guestbook-app",
         "big-bang/pipeline-templates/crossplane-distros/eks",
         "big-bang/team/deployments/openshift",
         "big-bang/product/packages/holocron",
         "big-bang/product/packages/grafana",
         "big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis",
         "big-bang/pipeline-templates/application-ci/base-application-ci",
         "big-bang/product/community/parabol",
         "big-bang/customer-training/bigbang-training",
         "big-bang/team/tools/bigbang-metrics-tool",
         "big-bang/product/community/crossplane",
         "big-bang/product/community/jenkins",
         "big-bang/product/community/coder-v2",
         "big-bang/apps/sandbox/vpa",
         "big-bang/team/tools/repo-sync",
         "big-bang/customers/service-catalog",
         "big-bang/product/packages/wrapper",
         "big-bang/apps/sandbox/actions-runner-controller",
         "big-bang/repository-templates/master_template",
         "big-bang/infrastructure/openshift",
         "big-bang/pipeline-templates/airgap-ami-builder",
         "big-bang/team/epic-priority-matrix",
         "big-bang/apps/sandbox/blackbox-exporter",
         "big-bang/team/tools/bb-docs-compiler",
         "big-bang/team/tools/gitlab-triage",
         "big-bang/product/community/kubecost",
         "big-bang/apps/sandbox/cdi",
         "big-bang/apps/sandbox/holocron/collector-gitlab-build",
         "big-bang/apps/sandbox/holocron/holocron-api",
         "big-bang/apps/sandbox/holocron/collector-gitlab-workflow",
         "big-bang/apps/sandbox/holocron/collector-gitlab-scm",
         "big-bang/apps/sandbox/holocron/collector-jira-workflow",
         "big-bang/apps/sandbox/regscale",
         "big-bang/apps/sandbox/landscape",
         "big-bang/apps/sandbox/egress-policy",
         "big-bang/apps/sandbox/defectdojo",
         "big-bang/team/deployments/bigbang-infra",
         "big-bang/product/plugins/keycloak-p1-auth-plugin",
         "big-bang/apps/sandbox/cluster-autoscaler",
         "big-bang/apps/third-party/kubevirt",
         "big-bang/apps/third-party/harness",
         "big-bang/team/team-charter",
         "big-bang/product/community/rapidfort",
         "big-bang/apps/sandbox/launchboard/launchboard-bb",
         "big-bang/customers/tenant-configs",
         "big-bang/product/packages/kyverno-reporter",
         "big-bang/product/packages/metrics-server",
         "big-bang/product/packages/thanos",
         "big-bang/apps/third-party/cloudbees-ci",
         "big-bang/product/packages/neuvector",
         "big-bang/product/plugins/kustomize-helmgenerator",
         "big-bang/apps/sandbox/launchboard/launchboard-charts",
         "big-bang/team/tools/R2-D2",
         "big-bang/product/packages/kyverno-policies",
         "big-bang/apps/sandbox/falco",
         "big-bang/team/tools/bigbang-bot",
         "big-bang/apps/sandbox/dependency-track",
         "big-bang/apps/sandbox/sbom",
         "big-bang/apps/third-party/tekton",
         "big-bang/product/packages/bbctl",
         "big-bang/product/packages/kyverno",
         "big-bang/team/deployments/bigbang-ci",
         "big-bang/customer-training/istio-training",
         "big-bang/apps/sandbox/istio-gateways",
         "big-bang/apps/sandbox/holocron/templates/hygieia-collector-template",
         "big-bang/apps/third-party/odoo",
         "big-bang/team/tools/icon-decorator",
         "big-bang/apps/sandbox/holocron/dev-environment",
         "big-bang/product/packages/promtail",
         "big-bang/apps/sandbox/air-gap-deployment",
         "big-bang/product/community/sdelements",
         "big-bang/apps/sandbox/holocron/holocron-dashboard",
         "big-bang/product/packages/tempo",
         "big-bang/product/packages/loki",
         "big-bang/pipeline-templates/renovate-runner",
         "big-bang/apps/sandbox/sigstore",
         "big-bang/product/packages/vault",
         "big-bang/customers/template",
         "big-bang/apps/sandbox/kubeflow-pipelines",
         "big-bang/product/packages/gluon",
         "big-bang/apps/sandbox/filebeats",
         "big-bang/apps/sandbox/envoy-proxy",
         "big-bang/product/packages/renovate",
         "big-bang/apps/sandbox/saga",
         "big-bang/customers/edge-template",
         "big-bang/infrastructure/k3d",
         "big-bang/infrastructure/big-bang-terraform-launcher",
         "big-bang/apps/sandbox/git-server",
         "big-bang/apps/third-party/nexus-iq",
         "big-bang/apps/application-utilities/minio-console",
         "big-bang/product/community/jupyterhub",
         "big-bang/apps/application-utilities/mysql-operator",
         "big-bang/apps/sandbox/mongodb-operator",
         "big-bang/apps/sandbox/mongodb",
         "big-bang/product/maintained/redis",
         "big-bang/product/packages/jaeger",
         "big-bang/product/packages/kiali",
         "big-bang/apps/third-party/shiny-server",
         "big-bang/apps/third-party/rstudio-server",
         "big-bang/product/packages/nexus",
         "big-bang/apps/sandbox/podinfo",
         "big-bang/apps/third-party/jfrog-platform",
         "big-bang/infrastructure/air-gap-deployment",
         "big-bang/apps/third-party/karate",
         "big-bang/apps/sandbox/postgresql",
         "big-bang/apps/sandbox/fluentd",
         "big-bang/apps/third-party/ckan",
         "big-bang/apps/application-utilities/mysql",
         "big-bang/pipeline-templates/tkg-pipeline",
         "big-bang/product/packages/mattermost-operator",
         "big-bang/apps/third-party/kafka",
         "big-bang/apps/third-party/tensorflow-notebook",
         "big-bang/apps/third-party/nifi",
         "big-bang/apps/third-party/airflow",
         "big-bang/product/packages/minio-operator",
         "big-bang/product/bbtoc",
         "big-bang/product/packages/harbor",
         "big-bang/product/packages/haproxy",
         "big-bang/apps/third-party/kiam",
         "big-bang/pipeline-templates/release-tester",
         "big-bang/product/packages/velero",
         "big-bang/team/deployments/bigbang",
         "big-bang/product/packages/elasticsearch-kibana",
         "big-bang/product/packages/fluentbit",
         "big-bang/product/packages/eck-operator",
         "big-bang/product/packages/istio-controlplane",
         "big-bang/product/packages/istio-operator",
         "big-bang/pipeline-templates/umbrella-templates",
         "big-bang/product/packages/authservice",
         "big-bang/pipeline-templates/cluster-api-aws-pipeline",
         "big-bang/pipeline-templates/konvoy-pipeline",
         "big-bang/apps/sandbox/cert-manager",
         "big-bang/pipeline-templates/package-validation",
         "big-bang/product/packages/cluster-auditor",
         "big-bang/bigbang",
         "big-bang/pipeline-templates/exemplar-pipeline-base",
         "big-bang/pipeline-templates/exemplar-terraform-base",
         "big-bang/apps/developer-tools/coder",
         "big-bang/product/packages/fortify",
         "big-bang/product/packages/minio",
         "big-bang/pipeline-templates/pipeline-templates",
         "big-bang/product/packages/argocd",
         "big-bang/product/packages/gitlab-runner",
         "big-bang/product/packages/keycloak",
         "big-bang/product/maintained/confluence",
         "big-bang/product/packages/sonarqube",
         "big-bang/product/maintained/jira",
         "big-bang/product/packages/anchore-enterprise",
         "big-bang/product/packages/twistlock",
         "big-bang/product/packages/mattermost",
         "big-bang/product/packages/gitlab",
         "big-bang/infrastructure/windows-gitlab-runner",
         "big-bang/product/packages/policy",
         "big-bang/product/packages/monitoring"
       ]
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/developer-tools/bbctl)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/developer-tools/bbctl (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: big-bang/apps/developer-tools/bbctl default branch = main (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Enabling Git FS (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/developer-tools/bbctl.git (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Resetting npmrc (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Resetting npmrc (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: checkOnboarding() (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: isOnboarded() (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/developer-tools/bbctl (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Performing blobless clone (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: git clone completed (repository=big-bang/apps/developer-tools/bbctl)
       "durationMs": 725
DEBUG: latest repository commit (repository=big-bang/apps/developer-tools/bbctl)
       "latestCommit": {
         "hash": "2e9562a30869f4d9cb26db07ae315ffb8d9a3e38",
         "date": "2025-01-30T21:51:06+00:00",
         "message": "Merge branch 'djp-inject-releasedat-as-builddate-for-homebrew' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Injects released_at date of latest bbctl release as build constant for homebrew buildDate ldflag\n\nSee merge request big-bang/apps/developer-tools/bbctl!13",
         "author_name": "Daniel Pritchett",
         "author_email": "dpritchett@radiusmethod.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Repo is onboarded (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Found renovate.json config file (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Repository config (repository=big-bang/apps/developer-tools/bbctl)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "pinDigests": false,
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardAutoclose": true,
         "dependencyDashboardTitle": "Renovate: Upgrade BBCTL Dependencies",
         "draftPR": true,
         "labels": ["bbctl", "kind::maintenance", "team::Tools & Automation"],
         "packageRules": [
           {
             "matchUpdateTypes": ["patch", "minor", "major"],
             "groupName": "Dependency updates",
             "dependencyDashboardApproval": true
           },
           {"matchDatasources": ["golang-version"], "rangeStrategy": "bump"}
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["gomodUpdateImportPaths"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: No config migration necessary (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/developer-tools/bbctl)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: findIssue(Renovate: Upgrade BBCTL Dependencies) (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: baseBranches (repository=big-bang/apps/developer-tools/bbctl)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T21:51:06+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Matched 1 file(s) for manager devcontainer: .devcontainer/devcontainer.json (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Matched 4 file(s) for manager dockerfile: .devcontainer/Dockerfile, scripts/completion-tests/bash.Dockerfile, scripts/completion-tests/fish.Dockerfile, scripts/completion-tests/zsh.Dockerfile (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Matched 1 file(s) for manager gomod: go.mod (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
       "managers": {"devcontainer": 5, "gomod": 12, "dockerfile": 13}
DEBUG: Found dockerfile package files (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Found gomod package files (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 4, "depCount": 4},
           "gomod": {"fileCount": 1, "depCount": 208}
         },
         "total": {"fileCount": 5, "depCount": 212}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency mcr.microsoft.com/devcontainers/base has unsupported/unversioned value debian (versioning=docker) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Skipping mcr.microsoft.com/devcontainers/base because no currentDigest or pinDigests (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency alpine has unsupported/unversioned value latest (versioning=docker) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Skipping alpine because no currentDigest or pinDigests (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency alpine has unsupported/unversioned value latest (versioning=docker) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Skipping alpine because no currentDigest or pinDigests (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency alpine has unsupported/unversioned value latest (versioning=docker) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Skipping alpine because no currentDigest or pinDigests (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: hostRules: no authentication for raw.githubusercontent.com (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using queue: host=raw.githubusercontent.com, concurrency=16 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using queue: host=proxy.golang.org, concurrency=16 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/!masterminds/semver/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=49) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/charmbracelet/lipgloss/v3/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=48) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=103) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=53) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=26) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/go-playground/validator/v11/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=48) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/google/go-containerregistry/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=86) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/fluxcd/helm-controller/api/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=106) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ec2/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=86) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/gosuri/uitable/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=84) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/pkg/errors/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=50) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/fluxcd/kustomize-controller/api/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=87) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/spf13/pflag/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=45) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/spf13/cobra/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=48) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/stretchr/testify/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=47) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/fluxcd/source-controller/api/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=85) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/spf13/viper/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=51) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/golang.org/x/sync/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=48) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using queue: host=golang.org, concurrency=16 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/helm.sh/helm/v3/@v/v3.0.0-beta.1.info = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=82) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/gotest.tools/v4/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=48) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using queue: host=gotest.tools, concurrency=16 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go module: golang.org/x/sync lookup import url https://go.googlesource.com/sync (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/gopkg.in/yaml.v4/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=47) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/helm.sh/helm/v3/@v/v3.0.0-beta.2.info = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=63) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/helm.sh/helm/v3/@v/v3.0.0-alpha.2.info = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=105) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/helm.sh/helm/v3/@v/v3.0.0-beta.3.info = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=105) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go module: gotest.tools/v3 lookup import url https://github.com/gotestyourself/gotest.tools (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/helm.sh/helm/v3/@v/v3.0.0-alpha.1.info = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=48) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/istio.io/api/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=46) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using queue: host=istio.io, concurrency=16 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using queue: host=helm.sh, concurrency=16 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go lookup source url https://github.com/istio/api for module istio.io/api (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go lookup source url git for module helm.sh/helm/v3 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go module: helm.sh/helm/v3 lookup import url https://github.com/helm/helm (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/istio.io/client-go/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=47) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go lookup source url https://github.com/istio/client-go for module istio.io/client-go (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/gitlab.com/gitlab-org/api/client-go/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=47) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using queue: host=gitlab.com, concurrency=16 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go module: gitlab.com/gitlab-org/api/client-go lookup import url https://gitlab.com/gitlab-org/api/client-go.git (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/k8s.io/api/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=48) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using queue: host=k8s.io, concurrency=16 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go lookup source url https://github.com/kubernetes/api for module k8s.io/api (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/k8s.io/apimachinery/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=27) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/k8s.io/cli-runtime/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=47) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go lookup source url https://github.com/kubernetes/apimachinery for module k8s.io/apimachinery (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go lookup source url https://github.com/kubernetes/cli-runtime for module k8s.io/cli-runtime (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/k8s.io/client-go/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=27) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go lookup source url https://github.com/kubernetes/client-go for module k8s.io/client-go (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: dario.cat/mergo, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/AdaLogics/go-fuzz-headers, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/Azure/go-ansiterm, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/BurntSushi/toml, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/MakeNowJust/heredoc, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/Masterminds/goutils, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/Masterminds/semver/v3, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/Masterminds/sprig/v3, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/Masterminds/squirrel, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/Microsoft/hcsshim, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/asaskevich/govalidator, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/credentials, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/feature/ec2/imds, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/internal/configsources, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/internal/endpoints/v2, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/internal/ini, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/service/internal/presigned-url, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/service/sso, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/service/ssooidc, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/aws/smithy-go, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/aymanbagabas/go-osc52/v2, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/beorn7/perks, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/blang/semver/v4, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/cespare/xxhash/v2, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/chai2010/gettext-go, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/charmbracelet/x/ansi, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/containerd/containerd, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/containerd/errdefs, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/containerd/log, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/containerd/platforms, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/containerd/stargz-snapshotter/estargz, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/cyphar/filepath-securejoin, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/distribution/reference, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/docker/cli, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/docker/distribution, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/docker/docker, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/docker/docker-credential-helpers, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/docker/go-connections, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/docker/go-metrics, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/emicklei/go-restful/v3, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/evanphx/json-patch, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/evanphx/json-patch/v5, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/exponent-io/jsonpath, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/fatih/color, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/felixge/httpsnoop, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/fluxcd/pkg/apis/acl, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/fluxcd/pkg/apis/kustomize, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/fluxcd/pkg/apis/meta, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/fsnotify/fsnotify, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/fxamacker/cbor/v2, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/gabriel-vasile/mimetype, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/go-errors/errors, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/go-gorp/gorp/v3, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/go-logr/logr, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/go-logr/stdr, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/go-openapi/jsonpointer, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/go-openapi/jsonreference, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/go-openapi/swag, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/go-playground/locales, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/go-playground/universal-translator, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/gobwas/glob, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/gogo/protobuf, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/golang/protobuf, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/google/btree, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/google/gnostic-models, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/google/go-cmp, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/google/go-querystring, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/google/gofuzz, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/google/shlex, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/google/uuid, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/gorilla/mux, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/gorilla/websocket, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/gregjones/httpcache, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/errwrap, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-cleanhttp, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-multierror, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-retryablehttp, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/hcl, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/huandu/xstrings, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/inconshreveable/mousetrap, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/jmoiron/sqlx, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/josharian/intern, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/json-iterator/go, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/klauspost/compress, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/lann/builder, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/lann/ps, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/leodido/go-urn, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/lib/pq, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/liggitt/tabwriter, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/lucasb-eyer/go-colorful, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/magiconair/properties, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/mailru/easyjson, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/mattn/go-colorable, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/mattn/go-isatty, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/mattn/go-runewidth, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/copystructure, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/go-homedir, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/go-wordwrap, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/mapstructure, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/reflectwalk, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/moby/locker, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/moby/spdystream, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/moby/term, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/modern-go/concurrent, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/modern-go/reflect2, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/monochromegane/go-gitignore, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/muesli/termenv, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/munnerz/goautoneg, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/mxk/go-flowrate, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/opencontainers/go-digest, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/opencontainers/image-spec, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/pelletier/go-toml/v2, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/peterbourgon/diskv, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/prometheus/client_golang, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/prometheus/client_model, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/prometheus/common, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/prometheus/procfs, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/rivo/uniseg, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/rubenv/sql-migrate, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/russross/blackfriday/v2, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/sagikazarmark/locafero, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/sagikazarmark/slog-shim, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/shopspring/decimal, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/sirupsen/logrus, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/sourcegraph/conc, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/spf13/afero, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/spf13/cast, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/stretchr/objx, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/subosito/gotenv, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/vbatts/tar-split, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/x448/float16, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/xeipuuv/gojsonpointer, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/xeipuuv/gojsonreference, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/xeipuuv/gojsonschema, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: github.com/xlab/treeprint, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: go.opentelemetry.io/auto/sdk, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: go.opentelemetry.io/otel, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: go.opentelemetry.io/otel/metric, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: go.opentelemetry.io/otel/trace, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: go.uber.org/multierr, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: golang.org/x/exp, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: golang.org/x/net, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: golang.org/x/oauth2, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: golang.org/x/sys, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: golang.org/x/term, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: golang.org/x/time, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: gomodules.xyz/jsonpatch/v2, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: google.golang.org/genproto/googleapis/api, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: google.golang.org/genproto/googleapis/rpc, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: google.golang.org/grpc, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: google.golang.org/protobuf, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: gopkg.in/evanphx/json-patch.v4, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: gopkg.in/inf.v0, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: gopkg.in/ini.v1, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: gopkg.in/yaml.v3, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: k8s.io/apiextensions-apiserver, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: k8s.io/apiserver, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: k8s.io/component-base, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: k8s.io/klog/v2, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: k8s.io/kube-openapi, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: k8s.io/utils, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: oras.land/oras-go, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: sigs.k8s.io/json, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: sigs.k8s.io/kustomize/api, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: sigs.k8s.io/kustomize/kyaml, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: sigs.k8s.io/structured-merge-diff/v4, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Dependency: sigs.k8s.io/yaml, is disabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/k8s.io/kubectl/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=46) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go lookup source url https://github.com/kubernetes/kubectl for module k8s.io/kubectl (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/sigs.k8s.io/controller-runtime/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=47) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Using queue: host=sigs.k8s.io, concurrency=16 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go lookup source url https://github.com/kubernetes-sigs/controller-runtime for module sigs.k8s.io/controller-runtime (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/k8s.io/metrics/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=48) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go lookup source url https://github.com/kubernetes/metrics for module k8s.io/metrics (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/repo1.dso.mil/big-bang/apps/developer-tools/go-utils/yamler/@v/v1.0.0.info = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=1669) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/repo1.dso.mil/big-bang/apps/developer-tools/go-utils/yamler/@latest = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=1260) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: GET https://proxy.golang.org/repo1.dso.mil/big-bang/apps/developer-tools/go-utils/yamler/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=1306) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Go module: repo1.dso.mil/big-bang/apps/developer-tools/go-utils/yamler lookup import url https://repo1.dso.mil/big-bang/apps/developer-tools/go-utils.git (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: 8 flattened updates found: go, github.com/aws/aws-sdk-go-v2, github.com/aws/aws-sdk-go-v2/config, github.com/aws/aws-sdk-go-v2/service/ec2, github.com/aws/aws-sdk-go-v2/service/sts, github.com/spf13/pflag, gitlab.com/gitlab-org/api/client-go, gopkg.in/yaml.v2 (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "mcr.microsoft.com/devcontainers/base",
                 "currentValue": "debian",
                 "replaceString": "mcr.microsoft.com/devcontainers/base:debian",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "mcr.microsoft.com/devcontainers/base",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": ".devcontainer/Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "alpine",
                 "currentValue": "latest",
                 "replaceString": "alpine:latest",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "alpine",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "scripts/completion-tests/bash.Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "alpine",
                 "currentValue": "latest",
                 "replaceString": "alpine:latest",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "alpine",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "scripts/completion-tests/fish.Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "alpine",
                 "currentValue": "latest",
                 "replaceString": "alpine:latest",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "alpine",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "scripts/completion-tests/zsh.Dockerfile"
           }
         ],
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.23.2",
                 "managerData": {"lineNumber": 2},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.23.5",
                     "newValue": "1.23.5",
                     "releaseTimestamp": "2025-01-16T00:00:00.000Z",
                     "newVersionAgeInDays": 18,
                     "newMajor": 1,
                     "newMinor": 23,
                     "newPatch": 5,
                     "updateType": "patch",
                     "isBump": true,
                     "branchName": "renovate/dependency-updates"
                   }
                 ],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.2",
                 "currentVersionTimestamp": "2024-10-01T00:00:00.000Z",
                 "currentVersionAgeInDays": 125,
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.2"
               },
               {
                 "datasource": "golang-version",
                 "depType": "toolchain",
                 "depName": "go",
                 "currentValue": "1.23.5",
                 "managerData": {"lineNumber": 3},
                 "updates": [],
                 "packageName": "go",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.5",
                 "currentVersionTimestamp": "2025-01-16T00:00:00.000Z",
                 "currentVersionAgeInDays": 18,
                 "fixedVersion": "1.23.5"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/Masterminds/semver",
                 "currentValue": "v1.5.0",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [],
                 "packageName": "github.com/Masterminds/semver",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/Masterminds/semver",
                 "currentVersion": "v1.5.0",
                 "currentVersionTimestamp": "2019-09-11T18:23:18.000Z",
                 "currentVersionAgeInDays": 1971,
                 "fixedVersion": "v1.5.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/aws/aws-sdk-go-v2",
                 "currentValue": "v1.34.0",
                 "managerData": {"multiLine": true, "lineNumber": 7},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.36.0",
                     "newValue": "v1.36.0",
                     "releaseTimestamp": "2025-01-31T19:24:40.000Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 1,
                     "newMinor": 36,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/dependency-updates"
                   }
                 ],
                 "packageName": "github.com/aws/aws-sdk-go-v2",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/aws/aws-sdk-go-v2",
                 "currentVersion": "v1.34.0",
                 "currentVersionTimestamp": "2025-01-24T19:29:08.000Z",
                 "currentVersionAgeInDays": 9,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.34.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/aws/aws-sdk-go-v2/config",
                 "currentValue": "v1.29.2",
                 "managerData": {"multiLine": true, "lineNumber": 8},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.29.4",
                     "newValue": "v1.29.4",
                     "releaseTimestamp": "2025-01-31T19:24:40.000Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 1,
                     "newMinor": 29,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/dependency-updates"
                   }
                 ],
                 "packageName": "github.com/aws/aws-sdk-go-v2/config",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/aws/aws-sdk-go-v2",
                 "currentVersion": "v1.29.2",
                 "currentVersionTimestamp": "2025-01-24T19:29:08.000Z",
                 "currentVersionAgeInDays": 9,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.29.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/ec2",
                 "currentValue": "v1.201.1",
                 "managerData": {"multiLine": true, "lineNumber": 9},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.202.2",
                     "newValue": "v1.202.2",
                     "releaseTimestamp": "2025-01-31T19:24:40.000Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 1,
                     "newMinor": 202,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/dependency-updates"
                   }
                 ],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/ec2",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/aws/aws-sdk-go-v2",
                 "currentVersion": "v1.201.1",
                 "currentVersionTimestamp": "2025-01-24T19:29:08.000Z",
                 "currentVersionAgeInDays": 9,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.201.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/sts",
                 "currentValue": "v1.33.10",
                 "managerData": {"multiLine": true, "lineNumber": 10},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.33.12",
                     "newValue": "v1.33.12",
                     "releaseTimestamp": "2025-01-31T19:24:40.000Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 1,
                     "newMinor": 33,
                     "newPatch": 12,
                     "updateType": "patch",
                     "branchName": "renovate/dependency-updates"
                   }
                 ],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/sts",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/aws/aws-sdk-go-v2",
                 "currentVersion": "v1.33.10",
                 "currentVersionTimestamp": "2025-01-24T19:29:08.000Z",
                 "currentVersionAgeInDays": 9,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.33.10"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/charmbracelet/lipgloss",
                 "currentValue": "v1.0.0",
                 "managerData": {"multiLine": true, "lineNumber": 11},
                 "updates": [],
                 "packageName": "github.com/charmbracelet/lipgloss",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/charmbracelet/lipgloss",
                 "currentVersion": "v1.0.0",
                 "currentVersionTimestamp": "2024-10-30T14:10:46.000Z",
                 "currentVersionAgeInDays": 95,
                 "fixedVersion": "v1.0.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/duaneking/coalesce",
                 "currentValue": "v0.0.0-20221228221308-65b26e6ee26e",
                 "currentDigest": "65b26e6ee26e",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "managerData": {"multiLine": true, "lineNumber": 12},
                 "updates": [],
                 "packageName": "github.com/duaneking/coalesce",
                 "warnings": [],
                 "sourceUrl": "https://github.com/duaneking/coalesce",
                 "currentVersion": "v0.0.0-20221228221308-65b26e6ee26e",
                 "currentVersionTimestamp": "2022-12-28T22:13:08.000Z",
                 "currentVersionAgeInDays": 767,
                 "fixedVersion": "v0.0.0-20221228221308-65b26e6ee26e"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/fluxcd/helm-controller/api",
                 "currentValue": "v1.1.0",
                 "managerData": {"multiLine": true, "lineNumber": 13},
                 "updates": [],
                 "packageName": "github.com/fluxcd/helm-controller/api",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/fluxcd/helm-controller",
                 "currentVersion": "v1.1.0",
                 "currentVersionTimestamp": "2024-09-26T19:52:22.000Z",
                 "currentVersionAgeInDays": 129,
                 "fixedVersion": "v1.1.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/fluxcd/kustomize-controller/api",
                 "currentValue": "v1.4.0",
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "updates": [],
                 "packageName": "github.com/fluxcd/kustomize-controller/api",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/fluxcd/kustomize-controller",
                 "currentVersion": "v1.4.0",
                 "currentVersionTimestamp": "2024-09-27T14:26:44.000Z",
                 "currentVersionAgeInDays": 128,
                 "fixedVersion": "v1.4.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/fluxcd/source-controller/api",
                 "currentValue": "v1.4.1",
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [],
                 "packageName": "github.com/fluxcd/source-controller/api",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/fluxcd/source-controller",
                 "currentVersion": "v1.4.1",
                 "currentVersionTimestamp": "2024-09-26T16:13:26.000Z",
                 "currentVersionAgeInDays": 129,
                 "fixedVersion": "v1.4.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/go-playground/validator/v10",
                 "currentValue": "v10.24.0",
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "updates": [],
                 "packageName": "github.com/go-playground/validator/v10",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-playground/validator",
                 "currentVersion": "v10.24.0",
                 "currentVersionTimestamp": "2025-01-13T02:30:34.000Z",
                 "currentVersionAgeInDays": 21,
                 "fixedVersion": "v10.24.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/google/go-containerregistry",
                 "currentValue": "v0.20.3",
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [],
                 "packageName": "github.com/google/go-containerregistry",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/google/go-containerregistry",
                 "currentVersion": "v0.20.3",
                 "currentVersionTimestamp": "2025-01-15T18:54:38.000Z",
                 "currentVersionAgeInDays": 18,
                 "fixedVersion": "v0.20.3"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/gosuri/uitable",
                 "currentValue": "v0.0.4",
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "updates": [],
                 "packageName": "github.com/gosuri/uitable",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/gosuri/uitable",
                 "currentVersion": "v0.0.4",
                 "currentVersionTimestamp": "2019-11-13T05:39:17.000Z",
                 "currentVersionAgeInDays": 1909,
                 "fixedVersion": "v0.0.4"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/pkg/errors",
                 "currentValue": "v0.9.1",
                 "managerData": {"multiLine": true, "lineNumber": 19},
                 "updates": [],
                 "packageName": "github.com/pkg/errors",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/pkg/errors",
                 "currentVersion": "v0.9.1",
                 "currentVersionTimestamp": "2020-01-14T19:47:44.000Z",
                 "currentVersionAgeInDays": 1846,
                 "fixedVersion": "v0.9.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/spf13/cobra",
                 "currentValue": "v1.8.1",
                 "managerData": {"multiLine": true, "lineNumber": 20},
                 "updates": [],
                 "packageName": "github.com/spf13/cobra",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/spf13/cobra",
                 "currentVersion": "v1.8.1",
                 "currentVersionTimestamp": "2024-06-01T10:31:11.000Z",
                 "currentVersionAgeInDays": 246,
                 "fixedVersion": "v1.8.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/spf13/pflag",
                 "currentValue": "v1.0.5",
                 "managerData": {"multiLine": true, "lineNumber": 21},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.0.6",
                     "newValue": "v1.0.6",
                     "releaseTimestamp": "2025-01-09T00:37:54.000Z",
                     "newVersionAgeInDays": 25,
                     "newMajor": 1,
                     "newMinor": 0,
                     "newPatch": 6,
                     "updateType": "patch",
                     "branchName": "renovate/dependency-updates"
                   }
                 ],
                 "packageName": "github.com/spf13/pflag",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/spf13/pflag",
                 "currentVersion": "v1.0.5",
                 "currentVersionTimestamp": "2019-09-18T19:59:20.000Z",
                 "currentVersionAgeInDays": 1964,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.0.5"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/spf13/viper",
                 "currentValue": "v1.19.0",
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "github.com/spf13/viper",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/spf13/viper",
                 "currentVersion": "v1.19.0",
                 "currentVersionTimestamp": "2024-06-01T12:57:38.000Z",
                 "currentVersionAgeInDays": 246,
                 "fixedVersion": "v1.19.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.10.0",
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "github.com/stretchr/testify",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stretchr/testify",
                 "currentVersion": "v1.10.0",
                 "currentVersionTimestamp": "2024-11-12T22:58:45.000Z",
                 "currentVersionAgeInDays": 82,
                 "fixedVersion": "v1.10.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gitlab.com/gitlab-org/api/client-go",
                 "currentValue": "v0.120.0",
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.121.0",
                     "newValue": "v0.121.0",
                     "releaseTimestamp": "2025-01-31T19:00:45.000Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 0,
                     "newMinor": 121,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/dependency-updates"
                   }
                 ],
                 "packageName": "gitlab.com/gitlab-org/api/client-go",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://gitlab.com/gitlab-org/api/client-go",
                 "currentVersion": "v0.120.0",
                 "currentVersionTimestamp": "2025-01-17T21:07:25.000Z",
                 "currentVersionAgeInDays": 16,
                 "isSingleVersion": true,
                 "fixedVersion": "v0.120.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.10.0",
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "versioning": "semver",
                 "warnings": [],
                 "currentVersion": "v0.10.0",
                 "currentVersionTimestamp": "2024-11-13T01:18:28.000Z",
                 "currentVersionAgeInDays": 82,
                 "fixedVersion": "v0.10.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gopkg.in/yaml.v2",
                 "currentValue": "v2.4.0",
                 "managerData": {"multiLine": true, "lineNumber": 26},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v3.0.1",
                     "newValue": "v3.0.1",
                     "releaseTimestamp": "2022-05-27T08:35:30.000Z",
                     "newVersionAgeInDays": 982,
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/dependency-updates"
                   }
                 ],
                 "packageName": "gopkg.in/yaml.v2",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-yaml/yaml",
                 "currentVersion": "v2.4.0",
                 "currentVersionTimestamp": "2020-11-17T15:46:20.000Z",
                 "currentVersionAgeInDays": 1538,
                 "isSingleVersion": true,
                 "fixedVersion": "v2.4.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gotest.tools/v3",
                 "currentValue": "v3.5.1",
                 "managerData": {"multiLine": true, "lineNumber": 27},
                 "updates": [],
                 "packageName": "gotest.tools/v3",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/gotestyourself/gotest.tools",
                 "currentVersion": "v3.5.1",
                 "currentVersionTimestamp": "2023-09-16T19:19:15.000Z",
                 "currentVersionAgeInDays": 505,
                 "fixedVersion": "v3.5.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "helm.sh/helm/v3",
                 "currentValue": "v3.17.0",
                 "managerData": {"multiLine": true, "lineNumber": 28},
                 "updates": [],
                 "packageName": "helm.sh/helm/v3",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/helm/helm",
                 "currentVersion": "v3.17.0",
                 "currentVersionTimestamp": "2025-01-06T19:19:26.000Z",
                 "currentVersionAgeInDays": 27,
                 "fixedVersion": "v3.17.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "istio.io/api",
                 "currentValue": "v1.24.2",
                 "managerData": {"multiLine": true, "lineNumber": 29},
                 "updates": [],
                 "packageName": "istio.io/api",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/istio/api",
                 "currentVersion": "v1.24.2",
                 "currentVersionTimestamp": "2024-12-06T15:21:09.000Z",
                 "currentVersionAgeInDays": 58,
                 "fixedVersion": "v1.24.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "istio.io/client-go",
                 "currentValue": "v1.24.2",
                 "managerData": {"multiLine": true, "lineNumber": 30},
                 "updates": [],
                 "packageName": "istio.io/client-go",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/istio/client-go",
                 "currentVersion": "v1.24.2",
                 "currentVersionTimestamp": "2024-12-06T15:26:08.000Z",
                 "currentVersionAgeInDays": 58,
                 "fixedVersion": "v1.24.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/api",
                 "currentValue": "v0.32.1",
                 "managerData": {"multiLine": true, "lineNumber": 31},
                 "updates": [],
                 "packageName": "k8s.io/api",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/api",
                 "currentVersion": "v0.32.1",
                 "currentVersionTimestamp": "2025-01-16T00:35:39.000Z",
                 "currentVersionAgeInDays": 18,
                 "fixedVersion": "v0.32.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/apimachinery",
                 "currentValue": "v0.32.1",
                 "managerData": {"multiLine": true, "lineNumber": 32},
                 "updates": [],
                 "packageName": "k8s.io/apimachinery",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/apimachinery",
                 "currentVersion": "v0.32.1",
                 "currentVersionTimestamp": "2024-12-06T18:18:55.000Z",
                 "currentVersionAgeInDays": 58,
                 "fixedVersion": "v0.32.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/cli-runtime",
                 "currentValue": "v0.32.1",
                 "managerData": {"multiLine": true, "lineNumber": 33},
                 "updates": [],
                 "packageName": "k8s.io/cli-runtime",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/cli-runtime",
                 "currentVersion": "v0.32.1",
                 "currentVersionTimestamp": "2025-01-16T02:24:07.000Z",
                 "currentVersionAgeInDays": 18,
                 "fixedVersion": "v0.32.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/client-go",
                 "currentValue": "v0.32.1",
                 "managerData": {"multiLine": true, "lineNumber": 34},
                 "updates": [],
                 "packageName": "k8s.io/client-go",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/client-go",
                 "currentVersion": "v0.32.1",
                 "currentVersionTimestamp": "2025-01-16T00:52:22.000Z",
                 "currentVersionAgeInDays": 18,
                 "fixedVersion": "v0.32.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/kubectl",
                 "currentValue": "v0.32.1",
                 "managerData": {"multiLine": true, "lineNumber": 35},
                 "updates": [],
                 "packageName": "k8s.io/kubectl",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/kubectl",
                 "currentVersion": "v0.32.1",
                 "currentVersionTimestamp": "2025-01-16T03:37:21.000Z",
                 "currentVersionAgeInDays": 18,
                 "fixedVersion": "v0.32.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/metrics",
                 "currentValue": "v0.32.1",
                 "managerData": {"multiLine": true, "lineNumber": 36},
                 "updates": [],
                 "packageName": "k8s.io/metrics",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/metrics",
                 "currentVersion": "v0.32.1",
                 "currentVersionTimestamp": "2025-01-16T02:18:16.000Z",
                 "currentVersionAgeInDays": 18,
                 "fixedVersion": "v0.32.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "repo1.dso.mil/big-bang/apps/developer-tools/go-utils/yamler",
                 "currentValue": "v1.0.0",
                 "managerData": {"multiLine": true, "lineNumber": 37},
                 "updates": [],
                 "packageName": "repo1.dso.mil/big-bang/apps/developer-tools/go-utils/yamler",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/big-bang/apps/developer-tools/go-utils",
                 "currentVersion": "v1.0.0",
                 "fixedVersion": "v1.0.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "sigs.k8s.io/controller-runtime",
                 "currentValue": "v0.20.1",
                 "managerData": {"multiLine": true, "lineNumber": 38},
                 "updates": [],
                 "packageName": "sigs.k8s.io/controller-runtime",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes-sigs/controller-runtime",
                 "currentVersion": "v0.20.1",
                 "currentVersionTimestamp": "2025-01-23T15:10:59.000Z",
                 "currentVersionAgeInDays": 10,
                 "fixedVersion": "v0.20.1"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "dario.cat/mergo",
                 "currentValue": "v1.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 42},
                 "updates": [],
                 "packageName": "dario.cat/mergo",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/AdaLogics/go-fuzz-headers",
                 "currentValue": "v0.0.0-20240806141605-e8a1dd7889d6",
                 "currentDigest": "e8a1dd7889d6",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 43},
                 "updates": [],
                 "packageName": "github.com/AdaLogics/go-fuzz-headers",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/go-ansiterm",
                 "currentValue": "v0.0.0-20230124172434-306776ec8161",
                 "currentDigest": "306776ec8161",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 44},
                 "updates": [],
                 "packageName": "github.com/Azure/go-ansiterm",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/BurntSushi/toml",
                 "currentValue": "v1.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 45},
                 "updates": [],
                 "packageName": "github.com/BurntSushi/toml",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/MakeNowJust/heredoc",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 46},
                 "updates": [],
                 "packageName": "github.com/MakeNowJust/heredoc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Masterminds/goutils",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 47},
                 "updates": [],
                 "packageName": "github.com/Masterminds/goutils",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Masterminds/semver/v3",
                 "currentValue": "v3.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 48},
                 "updates": [],
                 "packageName": "github.com/Masterminds/semver/v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Masterminds/sprig/v3",
                 "currentValue": "v3.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 49},
                 "updates": [],
                 "packageName": "github.com/Masterminds/sprig/v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Masterminds/squirrel",
                 "currentValue": "v1.5.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 50},
                 "updates": [],
                 "packageName": "github.com/Masterminds/squirrel",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Microsoft/hcsshim",
                 "currentValue": "v0.12.6",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 51},
                 "updates": [],
                 "packageName": "github.com/Microsoft/hcsshim",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/asaskevich/govalidator",
                 "currentValue": "v0.0.0-20230301143203-a9d515a09cc2",
                 "currentDigest": "a9d515a09cc2",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 52},
                 "updates": [],
                 "packageName": "github.com/asaskevich/govalidator",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/credentials",
                 "currentValue": "v1.17.55",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 53},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/credentials",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
                 "currentValue": "v1.16.25",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 54},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/internal/configsources",
                 "currentValue": "v1.3.29",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 55},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/internal/configsources",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
                 "currentValue": "v2.6.29",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 56},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/internal/ini",
                 "currentValue": "v1.8.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 57},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/internal/ini",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding",
                 "currentValue": "v1.12.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 58},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url",
                 "currentValue": "v1.12.10",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 59},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/sso",
                 "currentValue": "v1.24.12",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 60},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/sso",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/ssooidc",
                 "currentValue": "v1.28.11",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 61},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/ssooidc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/smithy-go",
                 "currentValue": "v1.22.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 62},
                 "updates": [],
                 "packageName": "github.com/aws/smithy-go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aymanbagabas/go-osc52/v2",
                 "currentValue": "v2.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 63},
                 "updates": [],
                 "packageName": "github.com/aymanbagabas/go-osc52/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/beorn7/perks",
                 "currentValue": "v1.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 64},
                 "updates": [],
                 "packageName": "github.com/beorn7/perks",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/blang/semver/v4",
                 "currentValue": "v4.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 65},
                 "updates": [],
                 "packageName": "github.com/blang/semver/v4",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/cespare/xxhash/v2",
                 "currentValue": "v2.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 66},
                 "updates": [],
                 "packageName": "github.com/cespare/xxhash/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/chai2010/gettext-go",
                 "currentValue": "v1.0.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 67},
                 "updates": [],
                 "packageName": "github.com/chai2010/gettext-go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/charmbracelet/x/ansi",
                 "currentValue": "v0.4.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 68},
                 "updates": [],
                 "packageName": "github.com/charmbracelet/x/ansi",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/containerd/containerd",
                 "currentValue": "v1.7.24",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 69},
                 "updates": [],
                 "packageName": "github.com/containerd/containerd",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/containerd/errdefs",
                 "currentValue": "v0.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 70},
                 "updates": [],
                 "packageName": "github.com/containerd/errdefs",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/containerd/log",
                 "currentValue": "v0.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 71},
                 "updates": [],
                 "packageName": "github.com/containerd/log",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/containerd/platforms",
                 "currentValue": "v0.2.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 72},
                 "updates": [],
                 "packageName": "github.com/containerd/platforms",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/containerd/stargz-snapshotter/estargz",
                 "currentValue": "v0.16.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 73},
                 "updates": [],
                 "packageName": "github.com/containerd/stargz-snapshotter/estargz",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/cyphar/filepath-securejoin",
                 "currentValue": "v0.3.6",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 74},
                 "updates": [],
                 "packageName": "github.com/cyphar/filepath-securejoin",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.2-0.20180830191138-d8f796af33cc",
                 "currentDigest": "d8f796af33cc",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 75},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/distribution/reference",
                 "currentValue": "v0.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 76},
                 "updates": [],
                 "packageName": "github.com/distribution/reference",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/docker/cli",
                 "currentValue": "v27.5.0+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 77},
                 "updates": [],
                 "packageName": "github.com/docker/cli",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/docker/distribution",
                 "currentValue": "v2.8.3+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 78},
                 "updates": [],
                 "packageName": "github.com/docker/distribution",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/docker/docker",
                 "currentValue": "v27.5.0+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 79},
                 "updates": [],
                 "packageName": "github.com/docker/docker",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/docker/docker-credential-helpers",
                 "currentValue": "v0.8.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 80},
                 "updates": [],
                 "packageName": "github.com/docker/docker-credential-helpers",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/docker/go-connections",
                 "currentValue": "v0.5.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 81},
                 "updates": [],
                 "packageName": "github.com/docker/go-connections",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/docker/go-metrics",
                 "currentValue": "v0.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 82},
                 "updates": [],
                 "packageName": "github.com/docker/go-metrics",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/emicklei/go-restful/v3",
                 "currentValue": "v3.12.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 83},
                 "updates": [],
                 "packageName": "github.com/emicklei/go-restful/v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/evanphx/json-patch",
                 "currentValue": "v5.9.0+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 84},
                 "updates": [],
                 "packageName": "github.com/evanphx/json-patch",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/evanphx/json-patch/v5",
                 "currentValue": "v5.9.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 85},
                 "updates": [],
                 "packageName": "github.com/evanphx/json-patch/v5",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/exponent-io/jsonpath",
                 "currentValue": "v0.0.0-20210407135951-1de76d718b3f",
                 "currentDigest": "1de76d718b3f",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 86},
                 "updates": [],
                 "packageName": "github.com/exponent-io/jsonpath",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fatih/color",
                 "currentValue": "v1.17.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 87},
                 "updates": [],
                 "packageName": "github.com/fatih/color",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/felixge/httpsnoop",
                 "currentValue": "v1.0.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 88},
                 "updates": [],
                 "packageName": "github.com/felixge/httpsnoop",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fluxcd/pkg/apis/acl",
                 "currentValue": "v0.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 89},
                 "updates": [],
                 "packageName": "github.com/fluxcd/pkg/apis/acl",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fluxcd/pkg/apis/kustomize",
                 "currentValue": "v1.6.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 90},
                 "updates": [],
                 "packageName": "github.com/fluxcd/pkg/apis/kustomize",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fluxcd/pkg/apis/meta",
                 "currentValue": "v1.6.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 91},
                 "updates": [],
                 "packageName": "github.com/fluxcd/pkg/apis/meta",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fsnotify/fsnotify",
                 "currentValue": "v1.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 92},
                 "updates": [],
                 "packageName": "github.com/fsnotify/fsnotify",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fxamacker/cbor/v2",
                 "currentValue": "v2.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 93},
                 "updates": [],
                 "packageName": "github.com/fxamacker/cbor/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/gabriel-vasile/mimetype",
                 "currentValue": "v1.4.8",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 94},
                 "updates": [],
                 "packageName": "github.com/gabriel-vasile/mimetype",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-errors/errors",
                 "currentValue": "v1.5.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 95},
                 "updates": [],
                 "packageName": "github.com/go-errors/errors",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-gorp/gorp/v3",
                 "currentValue": "v3.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 96},
                 "updates": [],
                 "packageName": "github.com/go-gorp/gorp/v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-logr/logr",
                 "currentValue": "v1.4.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 97},
                 "updates": [],
                 "packageName": "github.com/go-logr/logr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-logr/stdr",
                 "currentValue": "v1.2.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 98},
                 "updates": [],
                 "packageName": "github.com/go-logr/stdr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-openapi/jsonpointer",
                 "currentValue": "v0.21.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 99},
                 "updates": [],
                 "packageName": "github.com/go-openapi/jsonpointer",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-openapi/jsonreference",
                 "currentValue": "v0.21.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 100},
                 "updates": [],
                 "packageName": "github.com/go-openapi/jsonreference",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-openapi/swag",
                 "currentValue": "v0.23.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 101},
                 "updates": [],
                 "packageName": "github.com/go-openapi/swag",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-playground/locales",
                 "currentValue": "v0.14.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 102},
                 "updates": [],
                 "packageName": "github.com/go-playground/locales",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-playground/universal-translator",
                 "currentValue": "v0.18.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 103},
                 "updates": [],
                 "packageName": "github.com/go-playground/universal-translator",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/gobwas/glob",
                 "currentValue": "v0.2.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 104},
                 "updates": [],
                 "packageName": "github.com/gobwas/glob",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/gogo/protobuf",
                 "currentValue": "v1.3.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 105},
                 "updates": [],
                 "packageName": "github.com/gogo/protobuf",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/golang/protobuf",
                 "currentValue": "v1.5.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 106},
                 "updates": [],
                 "packageName": "github.com/golang/protobuf",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/btree",
                 "currentValue": "v1.1.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 107},
                 "updates": [],
                 "packageName": "github.com/google/btree",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/gnostic-models",
                 "currentValue": "v0.6.8",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 108},
                 "updates": [],
                 "packageName": "github.com/google/gnostic-models",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/go-cmp",
                 "currentValue": "v0.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 109},
                 "updates": [],
                 "packageName": "github.com/google/go-cmp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/go-querystring",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 110},
                 "updates": [],
                 "packageName": "github.com/google/go-querystring",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/gofuzz",
                 "currentValue": "v1.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 111},
                 "updates": [],
                 "packageName": "github.com/google/gofuzz",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/shlex",
                 "currentValue": "v0.0.0-20191202100458-e7afc7fbc510",
                 "currentDigest": "e7afc7fbc510",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 112},
                 "updates": [],
                 "packageName": "github.com/google/shlex",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/uuid",
                 "currentValue": "v1.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 113},
                 "updates": [],
                 "packageName": "github.com/google/uuid",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/gorilla/mux",
                 "currentValue": "v1.8.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 114},
                 "updates": [],
                 "packageName": "github.com/gorilla/mux",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/gorilla/websocket",
                 "currentValue": "v1.5.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 115},
                 "updates": [],
                 "packageName": "github.com/gorilla/websocket",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/gregjones/httpcache",
                 "currentValue": "v0.0.0-20190611155906-901d90724c79",
                 "currentDigest": "901d90724c79",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 116},
                 "updates": [],
                 "packageName": "github.com/gregjones/httpcache",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/errwrap",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 117},
                 "updates": [],
                 "packageName": "github.com/hashicorp/errwrap",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-cleanhttp",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 118},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-cleanhttp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-multierror",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 119},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-multierror",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-retryablehttp",
                 "currentValue": "v0.7.7",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 120},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-retryablehttp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/hcl",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 121},
                 "updates": [],
                 "packageName": "github.com/hashicorp/hcl",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/huandu/xstrings",
                 "currentValue": "v1.5.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 122},
                 "updates": [],
                 "packageName": "github.com/huandu/xstrings",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/inconshreveable/mousetrap",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 123},
                 "updates": [],
                 "packageName": "github.com/inconshreveable/mousetrap",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jmoiron/sqlx",
                 "currentValue": "v1.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 124},
                 "updates": [],
                 "packageName": "github.com/jmoiron/sqlx",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/josharian/intern",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 125},
                 "updates": [],
                 "packageName": "github.com/josharian/intern",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/json-iterator/go",
                 "currentValue": "v1.1.12",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 126},
                 "updates": [],
                 "packageName": "github.com/json-iterator/go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/klauspost/compress",
                 "currentValue": "v1.17.11",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 127},
                 "updates": [],
                 "packageName": "github.com/klauspost/compress",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/lann/builder",
                 "currentValue": "v0.0.0-20180802200727-47ae307949d0",
                 "currentDigest": "47ae307949d0",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 128},
                 "updates": [],
                 "packageName": "github.com/lann/builder",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/lann/ps",
                 "currentValue": "v0.0.0-20150810152359-62de8c46ede0",
                 "currentDigest": "62de8c46ede0",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 129},
                 "updates": [],
                 "packageName": "github.com/lann/ps",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/leodido/go-urn",
                 "currentValue": "v1.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 130},
                 "updates": [],
                 "packageName": "github.com/leodido/go-urn",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/lib/pq",
                 "currentValue": "v1.10.9",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 131},
                 "updates": [],
                 "packageName": "github.com/lib/pq",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/liggitt/tabwriter",
                 "currentValue": "v0.0.0-20181228230101-89fcab3d43de",
                 "currentDigest": "89fcab3d43de",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 132},
                 "updates": [],
                 "packageName": "github.com/liggitt/tabwriter",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/lucasb-eyer/go-colorful",
                 "currentValue": "v1.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 133},
                 "updates": [],
                 "packageName": "github.com/lucasb-eyer/go-colorful",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/magiconair/properties",
                 "currentValue": "v1.8.7",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 134},
                 "updates": [],
                 "packageName": "github.com/magiconair/properties",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mailru/easyjson",
                 "currentValue": "v0.7.7",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 135},
                 "updates": [],
                 "packageName": "github.com/mailru/easyjson",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mattn/go-colorable",
                 "currentValue": "v0.1.13",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 136},
                 "updates": [],
                 "packageName": "github.com/mattn/go-colorable",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mattn/go-isatty",
                 "currentValue": "v0.0.20",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 137},
                 "updates": [],
                 "packageName": "github.com/mattn/go-isatty",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mattn/go-runewidth",
                 "currentValue": "v0.0.16",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 138},
                 "updates": [],
                 "packageName": "github.com/mattn/go-runewidth",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/copystructure",
                 "currentValue": "v1.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 139},
                 "updates": [],
                 "packageName": "github.com/mitchellh/copystructure",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/go-homedir",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 140},
                 "updates": [],
                 "packageName": "github.com/mitchellh/go-homedir",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/go-wordwrap",
                 "currentValue": "v1.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 141},
                 "updates": [],
                 "packageName": "github.com/mitchellh/go-wordwrap",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/mapstructure",
                 "currentValue": "v1.5.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 142},
                 "updates": [],
                 "packageName": "github.com/mitchellh/mapstructure",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/reflectwalk",
                 "currentValue": "v1.0.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 143},
                 "updates": [],
                 "packageName": "github.com/mitchellh/reflectwalk",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/moby/locker",
                 "currentValue": "v1.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 144},
                 "updates": [],
                 "packageName": "github.com/moby/locker",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/moby/spdystream",
                 "currentValue": "v0.5.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 145},
                 "updates": [],
                 "packageName": "github.com/moby/spdystream",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/moby/term",
                 "currentValue": "v0.5.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 146},
                 "updates": [],
                 "packageName": "github.com/moby/term",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/modern-go/concurrent",
                 "currentValue": "v0.0.0-20180306012644-bacd9c7ef1dd",
                 "currentDigest": "bacd9c7ef1dd",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 147},
                 "updates": [],
                 "packageName": "github.com/modern-go/concurrent",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/modern-go/reflect2",
                 "currentValue": "v1.0.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 148},
                 "updates": [],
                 "packageName": "github.com/modern-go/reflect2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/monochromegane/go-gitignore",
                 "currentValue": "v0.0.0-20200626010858-205db1a8cc00",
                 "currentDigest": "205db1a8cc00",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 149},
                 "updates": [],
                 "packageName": "github.com/monochromegane/go-gitignore",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/muesli/termenv",
                 "currentValue": "v0.15.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 150},
                 "updates": [],
                 "packageName": "github.com/muesli/termenv",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/munnerz/goautoneg",
                 "currentValue": "v0.0.0-20191010083416-a7dc8b61c822",
                 "currentDigest": "a7dc8b61c822",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 151},
                 "updates": [],
                 "packageName": "github.com/munnerz/goautoneg",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mxk/go-flowrate",
                 "currentValue": "v0.0.0-20140419014527-cca7078d478f",
                 "currentDigest": "cca7078d478f",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 152},
                 "updates": [],
                 "packageName": "github.com/mxk/go-flowrate",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/opencontainers/go-digest",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 153},
                 "updates": [],
                 "packageName": "github.com/opencontainers/go-digest",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/opencontainers/image-spec",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 154},
                 "updates": [],
                 "packageName": "github.com/opencontainers/image-spec",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pelletier/go-toml/v2",
                 "currentValue": "v2.2.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 155},
                 "updates": [],
                 "packageName": "github.com/pelletier/go-toml/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/peterbourgon/diskv",
                 "currentValue": "v2.0.1+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 156},
                 "updates": [],
                 "packageName": "github.com/peterbourgon/diskv",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pmezard/go-difflib",
                 "currentValue": "v1.0.1-0.20181226105442-5d4384ee4fb2",
                 "currentDigest": "5d4384ee4fb2",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 157},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/prometheus/client_golang",
                 "currentValue": "v1.20.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 158},
                 "updates": [],
                 "packageName": "github.com/prometheus/client_golang",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/prometheus/client_model",
                 "currentValue": "v0.6.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 159},
                 "updates": [],
                 "packageName": "github.com/prometheus/client_model",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/prometheus/common",
                 "currentValue": "v0.59.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 160},
                 "updates": [],
                 "packageName": "github.com/prometheus/common",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/prometheus/procfs",
                 "currentValue": "v0.15.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 161},
                 "updates": [],
                 "packageName": "github.com/prometheus/procfs",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/rivo/uniseg",
                 "currentValue": "v0.4.7",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 162},
                 "updates": [],
                 "packageName": "github.com/rivo/uniseg",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/rubenv/sql-migrate",
                 "currentValue": "v1.7.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 163},
                 "updates": [],
                 "packageName": "github.com/rubenv/sql-migrate",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/russross/blackfriday/v2",
                 "currentValue": "v2.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 164},
                 "updates": [],
                 "packageName": "github.com/russross/blackfriday/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/sagikazarmark/locafero",
                 "currentValue": "v0.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 165},
                 "updates": [],
                 "packageName": "github.com/sagikazarmark/locafero",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/sagikazarmark/slog-shim",
                 "currentValue": "v0.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 166},
                 "updates": [],
                 "packageName": "github.com/sagikazarmark/slog-shim",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/shopspring/decimal",
                 "currentValue": "v1.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 167},
                 "updates": [],
                 "packageName": "github.com/shopspring/decimal",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/sirupsen/logrus",
                 "currentValue": "v1.9.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 168},
                 "updates": [],
                 "packageName": "github.com/sirupsen/logrus",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/sourcegraph/conc",
                 "currentValue": "v0.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 169},
                 "updates": [],
                 "packageName": "github.com/sourcegraph/conc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/spf13/afero",
                 "currentValue": "v1.11.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 170},
                 "updates": [],
                 "packageName": "github.com/spf13/afero",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/spf13/cast",
                 "currentValue": "v1.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 171},
                 "updates": [],
                 "packageName": "github.com/spf13/cast",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/stretchr/objx",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 172},
                 "updates": [],
                 "packageName": "github.com/stretchr/objx",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/subosito/gotenv",
                 "currentValue": "v1.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 173},
                 "updates": [],
                 "packageName": "github.com/subosito/gotenv",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/vbatts/tar-split",
                 "currentValue": "v0.11.6",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 174},
                 "updates": [],
                 "packageName": "github.com/vbatts/tar-split",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/x448/float16",
                 "currentValue": "v0.8.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 175},
                 "updates": [],
                 "packageName": "github.com/x448/float16",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/xeipuuv/gojsonpointer",
                 "currentValue": "v0.0.0-20190905194746-02993c407bfb",
                 "currentDigest": "02993c407bfb",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 176},
                 "updates": [],
                 "packageName": "github.com/xeipuuv/gojsonpointer",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/xeipuuv/gojsonreference",
                 "currentValue": "v0.0.0-20180127040603-bd5ef7bd5415",
                 "currentDigest": "bd5ef7bd5415",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 177},
                 "updates": [],
                 "packageName": "github.com/xeipuuv/gojsonreference",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/xeipuuv/gojsonschema",
                 "currentValue": "v1.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 178},
                 "updates": [],
                 "packageName": "github.com/xeipuuv/gojsonschema",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/xlab/treeprint",
                 "currentValue": "v1.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 179},
                 "updates": [],
                 "packageName": "github.com/xlab/treeprint",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/auto/sdk",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 180},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/auto/sdk",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
                 "currentValue": "v0.58.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 181},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/otel",
                 "currentValue": "v1.33.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 182},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/otel",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/otel/metric",
                 "currentValue": "v1.33.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 183},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/otel/metric",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/otel/trace",
                 "currentValue": "v1.33.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 184},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/otel/trace",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.uber.org/multierr",
                 "currentValue": "v1.11.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 185},
                 "updates": [],
                 "packageName": "go.uber.org/multierr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.32.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 186},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/exp",
                 "currentValue": "v0.0.0-20240909161429-701f63a606c0",
                 "currentDigest": "701f63a606c0",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 187},
                 "updates": [],
                 "packageName": "golang.org/x/exp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/net",
                 "currentValue": "v0.34.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 188},
                 "updates": [],
                 "packageName": "golang.org/x/net",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/oauth2",
                 "currentValue": "v0.25.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 189},
                 "updates": [],
                 "packageName": "golang.org/x/oauth2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sys",
                 "currentValue": "v0.29.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 190},
                 "updates": [],
                 "packageName": "golang.org/x/sys",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/term",
                 "currentValue": "v0.28.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 191},
                 "updates": [],
                 "packageName": "golang.org/x/term",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.21.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 192},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/time",
                 "currentValue": "v0.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 193},
                 "updates": [],
                 "packageName": "golang.org/x/time",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gomodules.xyz/jsonpatch/v2",
                 "currentValue": "v2.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 194},
                 "updates": [],
                 "packageName": "gomodules.xyz/jsonpatch/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/genproto/googleapis/api",
                 "currentValue": "v0.0.0-20240903143218-8af14fe29dc1",
                 "currentDigest": "8af14fe29dc1",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 195},
                 "updates": [],
                 "packageName": "google.golang.org/genproto/googleapis/api",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/genproto/googleapis/rpc",
                 "currentValue": "v0.0.0-20240903143218-8af14fe29dc1",
                 "currentDigest": "8af14fe29dc1",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 196},
                 "updates": [],
                 "packageName": "google.golang.org/genproto/googleapis/rpc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/grpc",
                 "currentValue": "v1.66.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 197},
                 "updates": [],
                 "packageName": "google.golang.org/grpc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/protobuf",
                 "currentValue": "v1.36.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 198},
                 "updates": [],
                 "packageName": "google.golang.org/protobuf",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/evanphx/json-patch.v4",
                 "currentValue": "v4.12.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 199},
                 "updates": [],
                 "packageName": "gopkg.in/evanphx/json-patch.v4",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/inf.v0",
                 "currentValue": "v0.9.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 200},
                 "updates": [],
                 "packageName": "gopkg.in/inf.v0",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/ini.v1",
                 "currentValue": "v1.67.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 201},
                 "updates": [],
                 "packageName": "gopkg.in/ini.v1",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 202},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/apiextensions-apiserver",
                 "currentValue": "v0.32.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 203},
                 "updates": [],
                 "packageName": "k8s.io/apiextensions-apiserver",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/apiserver",
                 "currentValue": "v0.32.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 204},
                 "updates": [],
                 "packageName": "k8s.io/apiserver",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/component-base",
                 "currentValue": "v0.32.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 205},
                 "updates": [],
                 "packageName": "k8s.io/component-base",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/klog/v2",
                 "currentValue": "v2.130.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 206},
                 "updates": [],
                 "packageName": "k8s.io/klog/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/kube-openapi",
                 "currentValue": "v0.0.0-20241105132330-32ad38e42d3f",
                 "currentDigest": "32ad38e42d3f",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 207},
                 "updates": [],
                 "packageName": "k8s.io/kube-openapi",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/utils",
                 "currentValue": "v0.0.0-20241104100929-3ea5e8cea738",
                 "currentDigest": "3ea5e8cea738",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 208},
                 "updates": [],
                 "packageName": "k8s.io/utils",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "oras.land/oras-go",
                 "currentValue": "v1.2.6",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 209},
                 "updates": [],
                 "packageName": "oras.land/oras-go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/json",
                 "currentValue": "v0.0.0-20241010143419-9aa6b5e7a4b3",
                 "currentDigest": "9aa6b5e7a4b3",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 210},
                 "updates": [],
                 "packageName": "sigs.k8s.io/json",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/kustomize/api",
                 "currentValue": "v0.18.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 211},
                 "updates": [],
                 "packageName": "sigs.k8s.io/kustomize/api",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/kustomize/kyaml",
                 "currentValue": "v0.18.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 212},
                 "updates": [],
                 "packageName": "sigs.k8s.io/kustomize/kyaml",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/structured-merge-diff/v4",
                 "currentValue": "v4.4.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 213},
                 "updates": [],
                 "packageName": "sigs.k8s.io/structured-merge-diff/v4",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/yaml",
                 "currentValue": "v1.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 214},
                 "updates": [],
                 "packageName": "sigs.k8s.io/yaml",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "go.mod"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: processRepo() (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Processing 1 branch: renovate/dependency-updates (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: getBranchPr(renovate/dependency-updates) (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: findPr(renovate/dependency-updates, undefined, open) (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Branches limit = 2 (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: syncBranchState() (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: getBranchPr(renovate/dependency-updates) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: findPr(renovate/dependency-updates, undefined, open) (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: branchExists=false (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: recreateClosed is true. No need to check for closed PR. (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: Branch renovate/dependency-updates creation is disabled because dependencyDashboardApproval=true (repository=big-bang/apps/developer-tools/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: Config does not need migration (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: ensureIssue() (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Updating issue (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: No reconfigure branch found (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Removing any stale branches (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: No renovate branches found (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Repo is activated (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Branch summary (repository=big-bang/apps/developer-tools/bbctl)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "2e9562a30869f4d9cb26db07ae315ffb8d9a3e38"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": ["renovate/dependency-updates"]
DEBUG: branches info extended (repository=big-bang/apps/developer-tools/bbctl)
       "branchesInformation": [
         {
           "branchName": "renovate/dependency-updates",
           "prNo": null,
           "prTitle": "chore(deps): update dependency updates",
           "result": "needs-approval",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/aws/aws-sdk-go-v2",
               "displayPending": "",
               "fixedVersion": "v1.34.0",
               "currentVersion": "v1.34.0",
               "currentValue": "v1.34.0",
               "newValue": "v1.36.0",
               "newVersion": "v1.36.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/aws/aws-sdk-go-v2"
             },
             {
               "datasource": "go",
               "depName": "github.com/aws/aws-sdk-go-v2/config",
               "displayPending": "",
               "fixedVersion": "v1.29.2",
               "currentVersion": "v1.29.2",
               "currentValue": "v1.29.2",
               "newValue": "v1.29.4",
               "newVersion": "v1.29.4",
               "packageFile": "go.mod",
               "updateType": "patch",
               "packageName": "github.com/aws/aws-sdk-go-v2/config"
             },
             {
               "datasource": "go",
               "depName": "github.com/aws/aws-sdk-go-v2/service/ec2",
               "displayPending": "",
               "fixedVersion": "v1.201.1",
               "currentVersion": "v1.201.1",
               "currentValue": "v1.201.1",
               "newValue": "v1.202.2",
               "newVersion": "v1.202.2",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/aws/aws-sdk-go-v2/service/ec2"
             },
             {
               "datasource": "go",
               "depName": "github.com/aws/aws-sdk-go-v2/service/sts",
               "displayPending": "",
               "fixedVersion": "v1.33.10",
               "currentVersion": "v1.33.10",
               "currentValue": "v1.33.10",
               "newValue": "v1.33.12",
               "newVersion": "v1.33.12",
               "packageFile": "go.mod",
               "updateType": "patch",
               "packageName": "github.com/aws/aws-sdk-go-v2/service/sts"
             },
             {
               "datasource": "go",
               "depName": "github.com/spf13/pflag",
               "displayPending": "",
               "fixedVersion": "v1.0.5",
               "currentVersion": "v1.0.5",
               "currentValue": "v1.0.5",
               "newValue": "v1.0.6",
               "newVersion": "v1.0.6",
               "packageFile": "go.mod",
               "updateType": "patch",
               "packageName": "github.com/spf13/pflag"
             },
             {
               "datasource": "go",
               "depName": "gitlab.com/gitlab-org/api/client-go",
               "displayPending": "",
               "fixedVersion": "v0.120.0",
               "currentVersion": "v0.120.0",
               "currentValue": "v0.120.0",
               "newValue": "v0.121.0",
               "newVersion": "v0.121.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "gitlab.com/gitlab-org/api/client-go"
             },
             {
               "datasource": "golang-version",
               "depName": "go",
               "displayPending": "",
               "fixedVersion": "1.23.2",
               "currentVersion": "1.23.2",
               "currentValue": "1.23.2",
               "newValue": "1.23.5",
               "newVersion": "1.23.5",
               "packageFile": "go.mod",
               "updateType": "patch",
               "packageName": "go"
             },
             {
               "datasource": "go",
               "depName": "gopkg.in/yaml.v2",
               "displayPending": "",
               "fixedVersion": "v2.4.0",
               "currentVersion": "v2.4.0",
               "currentValue": "v2.4.0",
               "newValue": "v3.0.1",
               "newVersion": "v3.0.1",
               "packageFile": "go.mod",
               "updateType": "major",
               "packageName": "gopkg.in/yaml.v2"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/developer-tools/bbctl)
       "stats": {"total": 1, "open": 0, "closed": 0, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/developer-tools/bbctl)
       "splits": {"init": 1547, "extract": 487, "lookup": 16089, "onboarding": 1, "update": 18},
       "total": 18719
DEBUG: Package cache statistics (repository=big-bang/apps/developer-tools/bbctl)
       "get": {"count": 67, "avgMs": 2, "medianMs": 1, "maxMs": 10, "totalMs": 158},
       "set": {"count": 67, "avgMs": 4, "medianMs": 3, "maxMs": 19, "totalMs": 235}
DEBUG: HTTP statistics (repository=big-bang/apps/developer-tools/bbctl)
       "hosts": {
         "gitlab.com": {
           "count": 1,
           "reqAvgMs": 186,
           "reqMedianMs": 186,
           "reqMaxMs": 186,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "golang.org": {
           "count": 1,
           "reqAvgMs": 171,
           "reqMedianMs": 171,
           "reqMaxMs": 171,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "gotest.tools": {
           "count": 1,
           "reqAvgMs": 272,
           "reqMedianMs": 272,
           "reqMaxMs": 272,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "helm.sh": {
           "count": 1,
           "reqAvgMs": 71,
           "reqMedianMs": 71,
           "reqMaxMs": 71,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "istio.io": {
           "count": 2,
           "reqAvgMs": 104,
           "reqMedianMs": 184,
           "reqMaxMs": 184,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "k8s.io": {
           "count": 6,
           "reqAvgMs": 79,
           "reqMedianMs": 50,
           "reqMaxMs": 150,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "proxy.golang.org": {
           "count": 5454,
           "reqAvgMs": 34,
           "reqMedianMs": 27,
           "reqMaxMs": 1669,
           "queueAvgMs": 11,
           "queueMedianMs": 12,
           "queueMaxMs": 47
         },
         "raw.githubusercontent.com": {
           "count": 1,
           "reqAvgMs": 38,
           "reqMedianMs": 38,
           "reqMaxMs": 38,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 8,
           "reqAvgMs": 163,
           "reqMedianMs": 156,
           "reqMaxMs": 390,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "sigs.k8s.io": {
           "count": 1,
           "reqAvgMs": 126,
           "reqMedianMs": 126,
           "reqMaxMs": 126,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 5476
DEBUG: HTTP cache statistics (repository=big-bang/apps/developer-tools/bbctl)
DEBUG: Lookup statistics (repository=big-bang/apps/developer-tools/bbctl)
       "docker": {"count": 4, "avgMs": 2, "medianMs": 2, "maxMs": 3, "totalMs": 8},
       "golang-version": {"count": 2, "avgMs": 95, "medianMs": 96, "maxMs": 96, "totalMs": 189},
       "go": {"count": 33, "avgMs": 1917, "medianMs": 1491, "maxMs": 5599, "totalMs": 63252}
 INFO: Repository finished (repository=big-bang/apps/developer-tools/bbctl)
       "cloned": true,
       "durationMs": 18719
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/homebrew-tools-private)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/homebrew-tools-private (repository=big-bang/homebrew-tools-private)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/homebrew-tools-private)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/homebrew-tools-private)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/homebrew-tools-private)
DEBUG: big-bang/homebrew-tools-private default branch = main (repository=big-bang/homebrew-tools-private)
DEBUG: Enabling Git FS (repository=big-bang/homebrew-tools-private)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/homebrew-tools-private.git (repository=big-bang/homebrew-tools-private)
DEBUG: Resetting npmrc (repository=big-bang/homebrew-tools-private)
DEBUG: Resetting npmrc (repository=big-bang/homebrew-tools-private)
DEBUG: checkOnboarding() (repository=big-bang/homebrew-tools-private)
DEBUG: isOnboarded() (repository=big-bang/homebrew-tools-private)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/homebrew-tools-private)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/homebrew-tools-private)
DEBUG: findFile(renovate.json) (repository=big-bang/homebrew-tools-private)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/homebrew-tools-private (repository=big-bang/homebrew-tools-private)
DEBUG: Performing blobless clone (repository=big-bang/homebrew-tools-private)
DEBUG: git clone completed (repository=big-bang/homebrew-tools-private)
       "durationMs": 753
DEBUG: latest repository commit (repository=big-bang/homebrew-tools-private)
       "latestCommit": {
         "hash": "bfcad0b15677c5dc0de2913a2717cd58af9faeb5",
         "date": "2025-01-10T13:45:54+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #9\n\nSee merge request big-bang/homebrew-tools-private!12",
         "author_name": "Mark Nelson",
         "author_email": "mark.nelson.45@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/homebrew-tools-private)
DEBUG: ensureIssueClosing() (repository=big-bang/homebrew-tools-private)
DEBUG: Repo is onboarded (repository=big-bang/homebrew-tools-private)
DEBUG: Found renovate.json config file (repository=big-bang/homebrew-tools-private)
DEBUG: Repository config (repository=big-bang/homebrew-tools-private)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/homebrew-tools-private)
DEBUG: No config migration necessary (repository=big-bang/homebrew-tools-private)
DEBUG: Found repo ignorePaths (repository=big-bang/homebrew-tools-private)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/homebrew-tools-private)
DEBUG: baseBranches (repository=big-bang/homebrew-tools-private)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: extract() (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: latest commit (repository=big-bang/homebrew-tools-private, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-10T13:45:54+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/homebrew-tools-private, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/homebrew-tools-private, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/homebrew-tools-private, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/homebrew-tools-private, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/homebrew-tools-private, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/homebrew-tools-private)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/homebrew-tools-private)
DEBUG: processRepo() (repository=big-bang/homebrew-tools-private)
DEBUG: Processing 0 branches:  (repository=big-bang/homebrew-tools-private)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/homebrew-tools-private)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/homebrew-tools-private)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/homebrew-tools-private)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/homebrew-tools-private)
DEBUG: 0 PRs are currently open (repository=big-bang/homebrew-tools-private)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/homebrew-tools-private)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/homebrew-tools-private)
DEBUG: PullRequests limit = 2 (repository=big-bang/homebrew-tools-private)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/homebrew-tools-private)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/homebrew-tools-private)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/homebrew-tools-private)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/homebrew-tools-private)
DEBUG: 0 already existing branches found:  (repository=big-bang/homebrew-tools-private)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/homebrew-tools-private)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/homebrew-tools-private)
DEBUG: Branches limit = 2 (repository=big-bang/homebrew-tools-private)
DEBUG: Config does not need migration (repository=big-bang/homebrew-tools-private)
DEBUG: ensureDependencyDashboard() (repository=big-bang/homebrew-tools-private)
DEBUG: Closing Dependency Dashboard (repository=big-bang/homebrew-tools-private)
DEBUG: ensureIssueClosing() (repository=big-bang/homebrew-tools-private)
DEBUG: validateReconfigureBranch() (repository=big-bang/homebrew-tools-private)
DEBUG: No reconfigure branch found (repository=big-bang/homebrew-tools-private)
DEBUG: Removing any stale branches (repository=big-bang/homebrew-tools-private)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/homebrew-tools-private)
DEBUG: No renovate branches found (repository=big-bang/homebrew-tools-private)
DEBUG: ensureIssueClosing() (repository=big-bang/homebrew-tools-private)
DEBUG: ensureIssueClosing() (repository=big-bang/homebrew-tools-private)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/homebrew-tools-private)
DEBUG: Branch summary (repository=big-bang/homebrew-tools-private)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "bfcad0b15677c5dc0de2913a2717cd58af9faeb5"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/homebrew-tools-private)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/homebrew-tools-private)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/homebrew-tools-private)
       "splits": {"init": 1466, "extract": 148, "lookup": 10, "onboarding": 0, "update": 1},
       "total": 1629
DEBUG: Package cache statistics (repository=big-bang/homebrew-tools-private)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/homebrew-tools-private)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 85,
           "reqMedianMs": 88,
           "reqMaxMs": 101,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/homebrew-tools-private)
DEBUG: Lookup statistics (repository=big-bang/homebrew-tools-private)
 INFO: Repository finished (repository=big-bang/homebrew-tools-private)
       "cloned": true,
       "durationMs": 1629
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/homebrew-tools-public)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/homebrew-tools-public (repository=big-bang/homebrew-tools-public)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/homebrew-tools-public)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/homebrew-tools-public)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/homebrew-tools-public)
DEBUG: big-bang/homebrew-tools-public default branch = main (repository=big-bang/homebrew-tools-public)
DEBUG: Enabling Git FS (repository=big-bang/homebrew-tools-public)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/homebrew-tools-public.git (repository=big-bang/homebrew-tools-public)
DEBUG: Resetting npmrc (repository=big-bang/homebrew-tools-public)
DEBUG: Resetting npmrc (repository=big-bang/homebrew-tools-public)
DEBUG: checkOnboarding() (repository=big-bang/homebrew-tools-public)
DEBUG: isOnboarded() (repository=big-bang/homebrew-tools-public)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/homebrew-tools-public)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/homebrew-tools-public)
DEBUG: findFile(renovate.json) (repository=big-bang/homebrew-tools-public)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/homebrew-tools-public (repository=big-bang/homebrew-tools-public)
DEBUG: Performing blobless clone (repository=big-bang/homebrew-tools-public)
DEBUG: git clone completed (repository=big-bang/homebrew-tools-public)
       "durationMs": 464
DEBUG: latest repository commit (repository=big-bang/homebrew-tools-public)
       "latestCommit": {
         "hash": "01e980518ee9036269496a116ed29791100dc7da",
         "date": "2025-01-31T16:10:55+00:00",
         "message": "Merge branch 'djp-test-bbctl-released-at-date' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Update `bbctl` formula to inject the current release's `release_date` as the build time `buildDate` in support of expired-version warnings\n\nCloses big-bang/product/packages/bbctl#320\n\nSee merge request big-bang/homebrew-tools-public!7",
         "author_name": "Daniel Pritchett",
         "author_email": "dpritchett@radiusmethod.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/homebrew-tools-public)
DEBUG: ensureIssueClosing() (repository=big-bang/homebrew-tools-public)
DEBUG: Repo is onboarded (repository=big-bang/homebrew-tools-public)
DEBUG: Found renovate.json config file (repository=big-bang/homebrew-tools-public)
DEBUG: Repository config (repository=big-bang/homebrew-tools-public)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/homebrew-tools-public)
DEBUG: No config migration necessary (repository=big-bang/homebrew-tools-public)
DEBUG: Found repo ignorePaths (repository=big-bang/homebrew-tools-public)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/homebrew-tools-public)
DEBUG: baseBranches (repository=big-bang/homebrew-tools-public)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: extract() (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: latest commit (repository=big-bang/homebrew-tools-public, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T16:10:55+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Matched 1 file(s) for manager dockerfile: Dockerfile (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Matched 1 file(s) for manager homebrew: Formula/bbctl.rb (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Found a multistage build stage name: base (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Error: Unsupported URL field (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/homebrew-tools-public, baseBranch=main)
       "managers": {"dockerfile": 2, "homebrew": 4}
DEBUG: Found dockerfile package files (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Found homebrew package files (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Found 2 package file(s) (repository=big-bang/homebrew-tools-public, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/homebrew-tools-public, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 1, "depCount": 1},
           "homebrew": {"fileCount": 1, "depCount": 1}
         },
         "total": {"fileCount": 2, "depCount": 2}
       }
DEBUG: baseBranch: main (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/canonical/ubuntu-pro-stig, latest) (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/canonical/ubuntu-pro-stig, latest, get) (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/homebrew-tools-public, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:c90c8d81b78ffb4169f01971c24d39c4acd85405c05545fa03a8b8c0f030572e",
         "org.opencontainers.image.base.name": "public.ecr.aws/lts/ubuntu:noble",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916717",
         "mil.dso.ironbank.image.keywords": "ubuntu,noble",
         "mil.dso.ironbank.image.parent": "",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubuntu2404-container",
         "org.opencontainers.image.created": "2025-02-02 23:29:45+00:00",
         "org.opencontainers.image.description": "Ubuntu 24.04 container image maintained by Canonical. Please check  the LICENSE and README files before running or embedding this container image.",
         "org.opencontainers.image.licenses": "SEE LICENSE IN ./LICENSE",
         "org.opencontainers.image.ref.name": "ubuntu",
         "org.opencontainers.image.revision": "c815a41bafe28cb7ff12a19f8445730a2a28af28",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/canonical/ubuntu/pro-cis-stig-24.04/pro-cis-stig-24.04",
         "org.opencontainers.image.title": "Ubuntu",
         "org.opencontainers.image.url": "https://ubuntu.com/security/docker-images",
         "org.opencontainers.image.vendor": "Canonical Ltd.",
         "org.opencontainers.image.version": "24.04"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: 2 flattened updates found: registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig, registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: Returning 2 branch(es) (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/homebrew-tools-public, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/homebrew-tools-public, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig",
                 "currentValue": "20.04_stable",
                 "replaceString": "registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig:20.04_stable",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "20.04",
                     "newValue": "20.04",
                     "newMajor": 20,
                     "newMinor": 4,
                     "newPatch": null,
                     "updateType": "patch",
                     "branchName": "renovate/ib-updates"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "22.04",
                     "newValue": "22.04",
                     "newMajor": 22,
                     "newMinor": 4,
                     "newPatch": null,
                     "updateType": "major",
                     "branchName": "renovate/major-ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/canonical/ubuntu/pro-cis-stig-24.04/pro-cis-stig-24.04",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://ubuntu.com/security/docker-images",
                 "lookupName": "ironbank/canonical/ubuntu-pro-stig",
                 "currentVersion": "20.04_stable",
                 "isSingleVersion": true,
                 "fixedVersion": "20.04_stable"
               }
             ],
             "packageFile": "Dockerfile"
           }
         ],
         "homebrew": [
           {
             "deps": [
               {
                 "depName": "Bbctl",
                 "managerData": {
                   "ownerName": null,
                   "repoName": null,
                   "sha256": "39bf0a596202ffb27723699ab38a7cdf7646265da2674d50242c74d950b64649",
                   "url": "https://repo1.dso.mil/big-bang/apps/developer-tools/bbctl/-/archive/0.7.6/bbctl-0.7.6.tar.gz"
                 },
                 "currentValue": null,
                 "skipReason": "unsupported-url",
                 "updates": [],
                 "packageName": "Bbctl"
               }
             ],
             "packageFile": "Formula/bbctl.rb"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/homebrew-tools-public)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/homebrew-tools-public)
DEBUG: processRepo() (repository=big-bang/homebrew-tools-public)
DEBUG: Processing 2 branches: renovate/ib-updates, renovate/major-ib-updates (repository=big-bang/homebrew-tools-public)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/homebrew-tools-public)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/homebrew-tools-public)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/homebrew-tools-public)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/homebrew-tools-public)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/homebrew-tools-public)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/homebrew-tools-public)
DEBUG: getPr(4) (repository=big-bang/homebrew-tools-public)
DEBUG: getMR(4) (repository=big-bang/homebrew-tools-public)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/homebrew-tools-public)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/homebrew-tools-public)
DEBUG: getPr(5) (repository=big-bang/homebrew-tools-public)
DEBUG: getMR(5) (repository=big-bang/homebrew-tools-public)
DEBUG: 2 PRs are currently open (repository=big-bang/homebrew-tools-public)
DEBUG: PR concurrent limit remaining: 8 (repository=big-bang/homebrew-tools-public)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/homebrew-tools-public)
DEBUG: PullRequests limit = 2 (repository=big-bang/homebrew-tools-public)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/homebrew-tools-public)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/homebrew-tools-public)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/homebrew-tools-public)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/homebrew-tools-public)
DEBUG: 2 already existing branches found: renovate/ib-updates,renovate/major-ib-updates (repository=big-bang/homebrew-tools-public)
DEBUG: Branch concurrent limit remaining: 8 (repository=big-bang/homebrew-tools-public)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/homebrew-tools-public)
DEBUG: Branches limit = 2 (repository=big-bang/homebrew-tools-public)
DEBUG: syncBranchState() (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(4) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(4) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:01.261Z) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T16:10:55+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found a multistage build stage name: base (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found a multistage build stage name: base (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig in Dockerfile is already updated (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/homebrew-tools-public, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig"
DEBUG: No package files need updating (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T16:10:55+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(4) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(4) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/canonical/ubuntu/pro-cis-stig-24.04/pro-cis-stig-24.04 (20.04_stable -> 20.04) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/canonical/ubuntu/pro-cis-stig-24.04/pro-cis-stig-24.04 (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig docker tag to v20.04"
 INFO: PR updated (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
       "pr": 4,
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig docker tag to v20.04"
DEBUG: setPrCache() (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState() (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getPr(5) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getMR(5) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branchExists=true (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:02.446Z) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No schedule defined (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch already exists (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: isBranchConflicted(main, renovate/major-ib-updates) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: latest commit (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T16:10:55+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found a multistage build stage name: base (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found a multistage build stage name: base (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch dep registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig in Dockerfile is already updated (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No content changed (repository=big-bang/homebrew-tools-public, baseBranch=main, packageFile=Dockerfile, branch=renovate/major-ib-updates)
       "depName": "registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig"
DEBUG: No package files need updating (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No files to commit (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: latest commit (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T16:10:55+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Ensuring PR (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getPr(5) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getMR(5) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found existing PR (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/canonical/ubuntu/pro-cis-stig-24.04/pro-cis-stig-24.04 (20.04_stable -> 22.04) (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/canonical/ubuntu/pro-cis-stig-24.04/pro-cis-stig-24.04 (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Processing existing PR (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: PR body changed (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig docker tag to v22"
 INFO: PR updated (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
       "pr": 5,
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig docker tag to v22"
DEBUG: setPrCache() (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/homebrew-tools-public, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/homebrew-tools-public)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/homebrew-tools-public)
DEBUG: getPr(4) (repository=big-bang/homebrew-tools-public)
DEBUG: getMR(4) (repository=big-bang/homebrew-tools-public)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/homebrew-tools-public)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/homebrew-tools-public)
DEBUG: getPr(5) (repository=big-bang/homebrew-tools-public)
DEBUG: getMR(5) (repository=big-bang/homebrew-tools-public)
DEBUG: Config does not need migration (repository=big-bang/homebrew-tools-public)
DEBUG: ensureDependencyDashboard() (repository=big-bang/homebrew-tools-public)
DEBUG: Closing Dependency Dashboard (repository=big-bang/homebrew-tools-public)
DEBUG: ensureIssueClosing() (repository=big-bang/homebrew-tools-public)
DEBUG: validateReconfigureBranch() (repository=big-bang/homebrew-tools-public)
DEBUG: No reconfigure branch found (repository=big-bang/homebrew-tools-public)
DEBUG: Removing any stale branches (repository=big-bang/homebrew-tools-public)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/homebrew-tools-public)
DEBUG: Branch lists (repository=big-bang/homebrew-tools-public)
       "branchList": ["renovate/ib-updates", "renovate/major-ib-updates"],
       "renovateBranches": ["renovate/ib-updates", "renovate/major-ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/homebrew-tools-public)
DEBUG: No branches to clean up (repository=big-bang/homebrew-tools-public)
DEBUG: ensureIssueClosing() (repository=big-bang/homebrew-tools-public)
DEBUG: ensureIssueClosing() (repository=big-bang/homebrew-tools-public)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/homebrew-tools-public)
DEBUG: Branch summary (repository=big-bang/homebrew-tools-public)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "01e980518ee9036269496a116ed29791100dc7da"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "01e980518ee9036269496a116ed29791100dc7da",
           "branchName": "renovate/ib-updates",
           "branchSha": "569c26be90f44ea919692b244c8d40c42b2e66d3",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "01e980518ee9036269496a116ed29791100dc7da",
           "branchName": "renovate/major-ib-updates",
           "branchSha": "c2be97ac76911bdff7cfb11e7ed7453a06a7e2d2",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/homebrew-tools-public)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 4,
           "prTitle": "chore(deps): update registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig docker tag to v20.04",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig",
               "displayPending": "",
               "fixedVersion": "20.04_stable",
               "currentVersion": "20.04_stable",
               "currentValue": "20.04_stable",
               "newValue": "20.04",
               "newVersion": "20.04",
               "packageFile": "Dockerfile",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig"
             }
           ]
         },
         {
           "branchName": "renovate/major-ib-updates",
           "prNo": 5,
           "prTitle": "chore(deps): update registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig docker tag to v22",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig",
               "displayPending": "",
               "fixedVersion": "20.04_stable",
               "currentVersion": "20.04_stable",
               "currentValue": "20.04_stable",
               "newValue": "22.04",
               "newVersion": "22.04",
               "packageFile": "Dockerfile",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/canonical/ubuntu-pro-stig"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/homebrew-tools-public)
       "stats": {"total": 2, "open": 2, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/homebrew-tools-public)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/homebrew-tools-public)
       "splits": {"init": 1107, "extract": 141, "lookup": 342, "onboarding": 1, "update": 2199},
       "total": 3799
DEBUG: Package cache statistics (repository=big-bang/homebrew-tools-public)
       "get": {"count": 8, "avgMs": 0, "medianMs": 0, "maxMs": 1, "totalMs": 1},
       "set": {"count": 9, "avgMs": 3, "medianMs": 1, "maxMs": 15, "totalMs": 27}
DEBUG: HTTP statistics (repository=big-bang/homebrew-tools-public)
       "hosts": {
         "registry1.dso.mil": {
           "count": 6,
           "reqAvgMs": 28,
           "reqMedianMs": 29,
           "reqMaxMs": 49,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 157,
           "reqMedianMs": 105,
           "reqMaxMs": 413,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 17
DEBUG: HTTP cache statistics (repository=big-bang/homebrew-tools-public)
DEBUG: Lookup statistics (repository=big-bang/homebrew-tools-public)
       "docker": {"count": 1, "avgMs": 301, "medianMs": 301, "maxMs": 301, "totalMs": 301}
 INFO: Repository finished (repository=big-bang/homebrew-tools-public)
       "cloned": true,
       "durationMs": 3799
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/istio-oscal-controller (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: big-bang/apps/sandbox/istio-oscal-controller default branch = main (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/istio-oscal-controller.git (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/istio-oscal-controller (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "durationMs": 506
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "latestCommit": {
         "hash": "0c1f318a14380447486e9deec8392150ec50f9d3",
         "date": "2025-01-16T20:35:16+00:00",
         "message": "Merge branch 'id' into 'main'",
         "refs": "HEAD -> main, tag: 0.0.3-bb.2, origin/main, origin/HEAD",
         "body": "change security context user and group id to 65532\n\nSee merge request big-bang/apps/sandbox/istio-oscal-controller!21",
         "author_name": "Stanislav Bondarenko",
         "author_email": "stas@tetrate.io"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Repository config (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "fileName": "renovate.json",
       "config": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "extends": ["config:base"],
         "kubernetes": {"fileMatch": ["chart/.+\\.yaml$"]},
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "registryUrls": ["https://registry1.dso.mil"],
             "matchPackagePatterns": ["ironbank/tetrate/oscal-controller"],
             "enabled": true
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Config migration necessary (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "oldConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "extends": ["config:base"],
         "kubernetes": {"fileMatch": ["chart/.+\\.yaml$"]},
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "registryUrls": ["https://registry1.dso.mil"],
             "matchPackagePatterns": ["ironbank/tetrate/oscal-controller"],
             "enabled": true
           }
         ]
       },
       "newConfig": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "extends": ["config:recommended"],
         "kubernetes": {"fileMatch": ["chart/.+\\.yaml$"]},
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "registryUrls": ["https://registry1.dso.mil"],
             "enabled": true,
             "matchPackageNames": ["/ironbank/tetrate/oscal-controller/"]
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "config": {
         "$schema": "https://docs.renovatebot.com/renovate-schema.json",
         "extends": ["config:recommended"],
         "kubernetes": {"fileMatch": ["chart/.+\\.yaml$"]},
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "registryUrls": ["https://registry1.dso.mil"],
             "enabled": true,
             "matchPackageNames": ["/ironbank/tetrate/oscal-controller/"]
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "ignorePaths": [
         "**/node_modules/**",
         "**/bower_components/**",
         "**/vendor/**",
         "**/examples/**",
         "**/__tests__/**",
         "**/test/**",
         "**/tests/**",
         "**/__fixtures__/**"
       ]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: findIssue(Dependency Dashboard) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T20:35:16+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: chart/.+\.yaml$ for manager kubernetes (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Matched 6 file(s) for manager kubernetes: chart/Chart.yaml, chart/templates/deployment.yaml, chart/templates/rbac.yaml, chart/templates/service.yaml, chart/templates/serviceaccount.yaml, chart/values.yaml (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Chart has no dependencies in chart/Chart.yaml (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
       "managers": {"helmv3": 9, "helm-values": 12, "kubernetes": 21}
DEBUG: Found helm-values package files (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Found kubernetes package files (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 1},
           "kubernetes": {"fileCount": 2, "depCount": 3}
         },
         "total": {"fileCount": 3, "depCount": 4}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/tetrate/oscal-controller, latest) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/oscal-controller, latest, get) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a39543e51562e61bc87e2991b018348977e6a1f94831217829cdc7af5444d889",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917658",
         "mil.dso.ironbank.image.keywords": "container, oscal, istio",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:84024e07dbfda3155c351805e06811f8446c91cbbef5fddad5ccd7f183fefc8c",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "oscal-controller",
         "org.opencontainers.image.created": "2025-02-03 01:11:52+00:00",
         "org.opencontainers.image.description": "Tetrate's Istio OSCAL Kubernetes controller",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "99ea46088a4f4107b048598eb4b2343409f25430",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/tetrate/oscal-controller/oscal-controller",
         "org.opencontainers.image.title": "oscal-controller",
         "org.opencontainers.image.url": "addon-containers.istio.tetratelabs.com/oscal-controller",
         "org.opencontainers.image.vendor": "tetrate",
         "org.opencontainers.image.version": "0.0.3"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/istio-oscal-controller, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/oscal-controller",
                 "currentValue": "0.0.3",
                 "datasource": "docker",
                 "replaceString": "0.0.3",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/tetrate/oscal-controller",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/oscal-controller/oscal-controller",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/tetrate/oscal-controller",
                 "currentVersion": "0.0.3",
                 "fixedVersion": "0.0.3"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "kubernetes": [
           {
             "deps": [
               {
                 "depName": "Deployment",
                 "currentValue": "apps/v1",
                 "datasource": "kubernetes-api",
                 "versioning": "kubernetes-api",
                 "updates": [],
                 "packageName": "Deployment",
                 "warnings": [],
                 "currentVersion": "apps/v1",
                 "fixedVersion": "apps/v1"
               }
             ],
             "packageFile": "chart/templates/deployment.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ClusterRole",
                 "currentValue": "rbac.authorization.k8s.io/v1",
                 "datasource": "kubernetes-api",
                 "versioning": "kubernetes-api",
                 "updates": [],
                 "packageName": "ClusterRole",
                 "warnings": [],
                 "currentVersion": "rbac.authorization.k8s.io/v1",
                 "fixedVersion": "rbac.authorization.k8s.io/v1"
               },
               {
                 "depName": "ClusterRoleBinding",
                 "currentValue": "rbac.authorization.k8s.io/v1",
                 "datasource": "kubernetes-api",
                 "versioning": "kubernetes-api",
                 "updates": [],
                 "packageName": "ClusterRoleBinding",
                 "warnings": [],
                 "currentVersion": "rbac.authorization.k8s.io/v1",
                 "fixedVersion": "rbac.authorization.k8s.io/v1"
               }
             ],
             "packageFile": "chart/templates/rbac.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Processing 0 branches:  (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: ensureIssue() (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Updating issue (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "0c1f318a14380447486e9deec8392150ec50f9d3"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "stats": {"total": 1, "open": 0, "closed": 1, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "splits": {"init": 2073, "extract": 379, "lookup": 293, "onboarding": 0, "update": 1},
       "total": 3209
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "get": {"count": 3, "avgMs": 4, "medianMs": 1, "maxMs": 10, "totalMs": 11},
       "set": {"count": 3, "avgMs": 4, "medianMs": 3, "maxMs": 6, "totalMs": 11}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "hosts": {
         "registry1.dso.mil": {
           "count": 6,
           "reqAvgMs": 21,
           "reqMedianMs": 20,
           "reqMaxMs": 34,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 154,
           "reqMedianMs": 142,
           "reqMaxMs": 310,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 13
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/istio-oscal-controller)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "kubernetes-api": {"count": 3, "avgMs": 14, "medianMs": 14, "maxMs": 14, "totalMs": 42},
       "docker": {"count": 1, "avgMs": 249, "medianMs": 249, "maxMs": 249, "totalMs": 249}
 INFO: Repository finished (repository=big-bang/apps/sandbox/istio-oscal-controller)
       "cloned": true,
       "durationMs": 3209
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/trivy)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/trivy (repository=big-bang/apps/sandbox/trivy)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/trivy)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/trivy)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/trivy)
DEBUG: big-bang/apps/sandbox/trivy default branch = main (repository=big-bang/apps/sandbox/trivy)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/trivy)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/trivy.git (repository=big-bang/apps/sandbox/trivy)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/trivy)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/trivy)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/trivy)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/trivy)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/trivy)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/trivy)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/trivy)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/trivy (repository=big-bang/apps/sandbox/trivy)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/trivy)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/trivy)
       "durationMs": 446
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/trivy)
       "latestCommit": {
         "hash": "aa79e08afafa7f50d058ef7ab4b4e29949878988",
         "date": "2024-12-13T20:01:18+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #15\n\nSee merge request big-bang/apps/sandbox/trivy!13",
         "author_name": "Bulat Khamitov",
         "author_email": "27224-bkhamitov@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/trivy)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/trivy)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/trivy)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/trivy)
DEBUG: Repository config (repository=big-bang/apps/sandbox/trivy)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/trivy)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/trivy)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/trivy)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/trivy)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/trivy)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-12-13T20:01:18+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/trivy, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/trivy)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/trivy)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/trivy)
DEBUG: Processing 0 branches:  (repository=big-bang/apps/sandbox/trivy)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/trivy)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/trivy)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/trivy)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/trivy)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/sandbox/trivy)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/trivy)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/trivy)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/trivy)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/trivy)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/trivy)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/trivy)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/trivy)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/sandbox/trivy)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/trivy)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/trivy)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/trivy)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/trivy)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/trivy)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/trivy)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/trivy)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/trivy)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/trivy)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/trivy)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/trivy)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/trivy)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/trivy)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/trivy)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/trivy)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/trivy)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "aa79e08afafa7f50d058ef7ab4b4e29949878988"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/trivy)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/trivy)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/trivy)
       "splits": {"init": 1023, "extract": 135, "lookup": 9, "onboarding": 0, "update": 1},
       "total": 1172
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/trivy)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/trivy)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 84,
           "reqMedianMs": 84,
           "reqMaxMs": 102,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/trivy)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/trivy)
 INFO: Repository finished (repository=big-bang/apps/sandbox/trivy)
       "cloned": true,
       "durationMs": 1172
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/compliance-dashboard)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/compliance-dashboard (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: big-bang/apps/sandbox/compliance-dashboard default branch = main (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/compliance-dashboard.git (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/compliance-dashboard (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/compliance-dashboard)
       "durationMs": 559
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/compliance-dashboard)
       "latestCommit": {
         "hash": "93b4c0306d669485f46c1f272b266bb5d1704335",
         "date": "2025-01-22T22:04:16+00:00",
         "message": "Merge branch '17-architecture-data-design-doc' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD, origin/22-backend-create-client-to-connect-with-kyverno-policy-reporter",
         "body": "Add architecture design doc\n\nCloses #17\n\nSee merge request big-bang/apps/sandbox/compliance-dashboard!28",
         "author_name": "Manuel Ucles",
         "author_email": "mucles@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Repository config (repository=big-bang/apps/sandbox/compliance-dashboard)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/compliance-dashboard)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/compliance-dashboard)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Matched 2 file(s) for manager dockerfile: compliance-dashboard-collector/Dockerfile, compliance-dashboard-collector/Dockerfile.dev (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Matched 1 file(s) for manager gomod: compliance-dashboard-collector/go.mod (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Matched 2 file(s) for manager npm: compliance-dashboard-app/package.json, compliance-dashboard-collector/package.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: npm file compliance-dashboard-app/package.json has name "compliance-dashboard-app" (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: npm file compliance-dashboard-collector/package.json has name "collector-template" (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Found compliance-dashboard-app/package-lock.json for compliance-dashboard-app/package.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
       "managers": {"gomod": 2, "dockerfile": 5, "npm": 17}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Found gomod package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "gomod": {"fileCount": 1, "depCount": 20},
           "npm": {"fileCount": 2, "depCount": 21}
         },
         "total": {"fileCount": 5, "depCount": 43}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: hostRules: no authentication for registry.npmjs.org (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using queue: host=registry.npmjs.org, concurrency=999 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using queue: host=proxy.golang.org, concurrency=16 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgpassfile, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgservicefile, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgx/v5, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: github.com/jackc/puddle/v2, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: github.com/jinzhu/inflection, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: github.com/jinzhu/now, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: github.com/kr/text, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: github.com/rogpeppe/go-internal, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: github.com/stretchr/objx, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: golang.org/x/sync, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Dependency: gopkg.in/yaml.v3, is disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/google/golang/golang-1.20, latest) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/google/golang/golang-1.20, latest, get) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:598027c36cdc853838bed53001a93eed65dc3a1420365a8fe23e4886b89574b1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.3",
         "architecture": "x86_64",
         "build-date": "2023-11-09T16:40:44",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.31.3",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "2510573",
         "mil.dso.ironbank.image.keywords": "golang,go,programming",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.3@sha256:598027c36cdc853838bed53001a93eed65dc3a1420365a8fe23e4886b89574b1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Go",
         "name": "ubi9",
         "org.opencontainers.image.created": "2023-11-27 14:41:14+00:00",
         "org.opencontainers.image.description": "Go is an open source programming language that makes it easy to build simple, reliable, and efficient software",
         "org.opencontainers.image.licenses": "The Go Authors",
         "org.opencontainers.image.revision": "b2cbe8e8cfcf7f063d6976e09b5add9023d8c1e8",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/google/golang/golang-1.20",
         "org.opencontainers.image.title": "golang",
         "org.opencontainers.image.url": "https://github.com/golang/go",
         "org.opencontainers.image.vendor": "Google",
         "org.opencontainers.image.version": "1.20.6",
         "release": "1361.1699548029",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/images/9.3-1361.1699548029",
         "vcs-ref": "eb726081eeafc660c182aae53074ec6631cb473e",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.3"
       }
DEBUG: GET https://proxy.golang.org/github.com/!d!a!t!a-!d!o!g/go-sqlmock/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=182) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: GET https://proxy.golang.org/gorm.io/driver/postgres/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=84) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Using queue: host=gorm.io, concurrency=16 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Go lookup source url https://github.com/go-gorm/postgres for module gorm.io/driver/postgres (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: GET https://proxy.golang.org/gorm.io/gorm/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=131) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Go lookup source url https://github.com/go-gorm/gorm for module gorm.io/gorm (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, library/golang, latest) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Docker Hub library image - skipping label lookup (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: 22 flattened updates found: registry1.dso.mil/ironbank/google/golang/golang-1.20, golang, @radix-ui/react-slot, lucide-react, next, react, react-dom, recharts, tailwind-merge, tailwind-merge, @types/node, @types/node, @types/react, @types/react-dom, eslint, eslint-config-next, postcss, tailwindcss, tailwindcss, typescript, cypress, husky (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Returning 21 branch(es) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
       "sourceUrl": "https://github.com/vercel/next.js",
       "newVersion": "15.1.6",
       "branches": {
         "renovate/next-15.x": "next",
         "renovate/eslint-config-next-15.x": "eslint-config-next"
       }
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
       "sourceUrl": "https://github.com/facebook/react",
       "newVersion": "19.0.0",
       "branches": {"renovate/react-19.x": "react", "renovate/react-dom-19.x": "react-dom"}
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/google/golang/golang-1.20",
                 "currentValue": "1.20.3",
                 "replaceString": "registry1.dso.mil/ironbank/google/golang/golang-1.20:1.20.3",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.20.14",
                     "newValue": "1.20.14",
                     "newMajor": 1,
                     "newMinor": 20,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/google/golang/golang-1.20",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/golang-1.20",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/golang/go",
                 "lookupName": "ironbank/google/golang/golang-1.20",
                 "currentVersion": "1.20.3",
                 "isSingleVersion": true,
                 "fixedVersion": "1.20.3"
               }
             ],
             "packageFile": "compliance-dashboard-collector/Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "golang",
                 "currentValue": "1.20",
                 "replaceString": "golang:1.20",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.23",
                     "newValue": "1.23",
                     "releaseTimestamp": "2025-01-22T03:23:56.348Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 1,
                     "newMinor": 23,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "golang",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/golang",
                 "currentVersion": "1.20",
                 "currentVersionTimestamp": "2024-02-07T00:01:46.473Z",
                 "currentVersionAgeInDays": 362,
                 "isSingleVersion": true,
                 "fixedVersion": "1.20"
               }
             ],
             "packageFile": "compliance-dashboard-collector/Dockerfile.dev"
           }
         ],
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.22.3",
                 "managerData": {"lineNumber": 2},
                 "updates": [],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.22.3",
                 "currentVersionTimestamp": "2024-05-07T00:00:00.000Z",
                 "currentVersionAgeInDays": 272,
                 "fixedVersion": "1.22.3"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/DATA-DOG/go-sqlmock",
                 "currentValue": "v1.5.2",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "updates": [],
                 "packageName": "github.com/DATA-DOG/go-sqlmock",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DATA-DOG/go-sqlmock",
                 "currentVersion": "v1.5.2",
                 "currentVersionTimestamp": "2024-01-06T21:33:25.000Z",
                 "currentVersionAgeInDays": 393,
                 "fixedVersion": "v1.5.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.10.0",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [],
                 "packageName": "github.com/stretchr/testify",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stretchr/testify",
                 "currentVersion": "v1.10.0",
                 "currentVersionTimestamp": "2024-11-12T22:58:45.000Z",
                 "currentVersionAgeInDays": 82,
                 "fixedVersion": "v1.10.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/driver/postgres",
                 "currentValue": "v1.5.11",
                 "managerData": {"multiLine": true, "lineNumber": 7},
                 "updates": [],
                 "packageName": "gorm.io/driver/postgres",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/postgres",
                 "currentVersion": "v1.5.11",
                 "currentVersionTimestamp": "2024-12-02T06:34:29.000Z",
                 "currentVersionAgeInDays": 63,
                 "fixedVersion": "v1.5.11"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/gorm",
                 "currentValue": "v1.25.12",
                 "managerData": {"multiLine": true, "lineNumber": 8},
                 "updates": [],
                 "packageName": "gorm.io/gorm",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/gorm",
                 "currentVersion": "v1.25.12",
                 "currentVersionTimestamp": "2024-08-22T11:03:42.000Z",
                 "currentVersionAgeInDays": 164,
                 "fixedVersion": "v1.25.12"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 12},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgpassfile",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 13},
                 "updates": [],
                 "packageName": "github.com/jackc/pgpassfile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgservicefile",
                 "currentValue": "v0.0.0-20221227161230-091c0ba34f0a",
                 "currentDigest": "091c0ba34f0a",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "updates": [],
                 "packageName": "github.com/jackc/pgservicefile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgx/v5",
                 "currentValue": "v5.5.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [],
                 "packageName": "github.com/jackc/pgx/v5",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/puddle/v2",
                 "currentValue": "v2.2.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "updates": [],
                 "packageName": "github.com/jackc/puddle/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/inflection",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [],
                 "packageName": "github.com/jinzhu/inflection",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/now",
                 "currentValue": "v1.1.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "updates": [],
                 "packageName": "github.com/jinzhu/now",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/kr/text",
                 "currentValue": "v0.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 19},
                 "updates": [],
                 "packageName": "github.com/kr/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pmezard/go-difflib",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 20},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/rogpeppe/go-internal",
                 "currentValue": "v1.13.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 21},
                 "updates": [],
                 "packageName": "github.com/rogpeppe/go-internal",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/stretchr/objx",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "github.com/stretchr/objx",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.17.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.14.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 26},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "compliance-dashboard-collector/go.mod"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "dependencies",
                 "depName": "@radix-ui/react-slot",
                 "currentValue": "^1.1.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.1.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.1.1",
                     "newValue": "^1.1.0",
                     "releaseTimestamp": "2024-12-13T01:46:47.622Z",
                     "newVersionAgeInDays": 52,
                     "newMajor": 1,
                     "newMinor": 1,
                     "newPatch": 1,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/radix-ui-react-slot-1.x-lockfile"
                   }
                 ],
                 "packageName": "@radix-ui/react-slot",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/radix-ui/primitives",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://radix-ui.com/primitives",
                 "currentVersion": "1.1.0",
                 "currentVersionTimestamp": "2024-06-19T19:58:33.730Z",
                 "currentVersionAgeInDays": 228,
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "class-variance-authority",
                 "currentValue": "^0.7.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.7.1",
                 "updates": [],
                 "packageName": "class-variance-authority",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/joe-bell/cva",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "0.7.1",
                 "currentVersionTimestamp": "2024-11-26T08:20:34.604Z",
                 "currentVersionAgeInDays": 68,
                 "fixedVersion": "0.7.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "clsx",
                 "currentValue": "^2.1.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "2.1.1",
                 "updates": [],
                 "packageName": "clsx",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/lukeed/clsx",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "2.1.1",
                 "currentVersionTimestamp": "2024-04-23T05:26:04.645Z",
                 "currentVersionAgeInDays": 286,
                 "fixedVersion": "2.1.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "lucide-react",
                 "currentValue": "^0.468.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.468.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.474.0",
                     "newValue": "^0.474.0",
                     "releaseTimestamp": "2025-01-23T15:57:48.450Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 0,
                     "newMinor": 474,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/lucide-react-0.x"
                   }
                 ],
                 "packageName": "lucide-react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/lucide-icons/lucide",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/lucide-react",
                 "homepage": "https://lucide.dev",
                 "currentVersion": "0.468.0",
                 "currentVersionTimestamp": "2024-12-05T12:21:46.519Z",
                 "currentVersionAgeInDays": 59,
                 "isSingleVersion": false,
                 "fixedVersion": "0.468.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "next",
                 "currentValue": "15.1.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "15.1.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "15.1.6",
                     "newValue": "15.1.6",
                     "releaseTimestamp": "2025-01-22T11:01:16.752Z",
                     "newVersionAgeInDays": 11,
                     "newMajor": 15,
                     "newMinor": 1,
                     "newPatch": 6,
                     "updateType": "patch",
                     "branchName": "renovate/next-15.x"
                   }
                 ],
                 "packageName": "next",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/vercel/next.js",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://nextjs.org",
                 "currentVersion": "15.1.0",
                 "currentVersionTimestamp": "2024-12-10T20:12:01.491Z",
                 "currentVersionAgeInDays": 54,
                 "isSingleVersion": true,
                 "fixedVersion": "15.1.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "react",
                 "currentValue": "^18.2.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "18.3.1",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "19.0.0",
                     "newValue": "^19.0.0",
                     "releaseTimestamp": "2024-12-05T18:10:21.804Z",
                     "newVersionAgeInDays": 59,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/react-19.x"
                   }
                 ],
                 "packageName": "react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/facebook/react",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/react",
                 "homepage": "https://react.dev/",
                 "currentVersion": "18.3.1",
                 "currentVersionTimestamp": "2024-04-26T16:42:26.496Z",
                 "currentVersionAgeInDays": 282,
                 "isSingleVersion": false,
                 "fixedVersion": "18.3.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "react-dom",
                 "currentValue": "^18.2.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "18.3.1",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "19.0.0",
                     "newValue": "^19.0.0",
                     "releaseTimestamp": "2024-12-05T18:10:30.516Z",
                     "newVersionAgeInDays": 59,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/react-dom-19.x"
                   }
                 ],
                 "packageName": "react-dom",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/facebook/react",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/react-dom",
                 "homepage": "https://react.dev/",
                 "currentVersion": "18.3.1",
                 "currentVersionTimestamp": "2024-04-26T16:42:49.931Z",
                 "currentVersionAgeInDays": 282,
                 "isSingleVersion": false,
                 "fixedVersion": "18.3.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "recharts",
                 "currentValue": "^2.14.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "2.14.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.15.1",
                     "newValue": "^2.14.1",
                     "releaseTimestamp": "2025-01-28T00:14:23.172Z",
                     "newVersionAgeInDays": 6,
                     "newMajor": 2,
                     "newMinor": 15,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/recharts-2.x-lockfile"
                   }
                 ],
                 "packageName": "recharts",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/recharts/recharts",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "2.14.1",
                 "currentVersionTimestamp": "2024-12-03T05:08:11.652Z",
                 "currentVersionAgeInDays": 62,
                 "isSingleVersion": true,
                 "fixedVersion": "2.14.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "tailwind-merge",
                 "currentValue": "^2.5.5",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "2.5.5",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.6.0",
                     "newValue": "^2.5.5",
                     "releaseTimestamp": "2024-12-23T16:45:58.371Z",
                     "newVersionAgeInDays": 41,
                     "newMajor": 2,
                     "newMinor": 6,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/tailwind-merge-2.x-lockfile"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "3.0.1",
                     "newValue": "^3.0.0",
                     "releaseTimestamp": "2025-01-30T17:24:25.680Z",
                     "newVersionAgeInDays": 3,
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/tailwind-merge-3.x"
                   }
                 ],
                 "packageName": "tailwind-merge",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/dcastil/tailwind-merge",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "2.5.5",
                 "currentVersionTimestamp": "2024-11-24T19:03:29.772Z",
                 "currentVersionAgeInDays": 70,
                 "isSingleVersion": true,
                 "fixedVersion": "2.5.5"
               },
               {
                 "depType": "dependencies",
                 "depName": "tailwindcss-animate",
                 "currentValue": "^1.0.7",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.0.7",
                 "updates": [],
                 "packageName": "tailwindcss-animate",
                 "versioning": "npm",
                 "warnings": [],
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "1.0.7",
                 "currentVersionTimestamp": "2023-08-28T20:19:26.353Z",
                 "currentVersionAgeInDays": 524,
                 "fixedVersion": "1.0.7"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@eslint/eslintrc",
                 "currentValue": "^3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.2.0",
                 "updates": [],
                 "packageName": "@eslint/eslintrc",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/eslint/eslintrc",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "3.2.0",
                 "currentVersionTimestamp": "2024-11-15T16:34:58.562Z",
                 "currentVersionAgeInDays": 79,
                 "fixedVersion": "3.2.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/node",
                 "currentValue": "^20",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "20.17.10",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "20.17.16",
                     "newValue": "^20",
                     "releaseTimestamp": "2025-01-23T07:33:06.115Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 20,
                     "newMinor": 17,
                     "newPatch": 16,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/node-20.x-lockfile"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "22.13.0",
                     "newValue": "^22.0.0",
                     "releaseTimestamp": "2025-01-31T20:02:28.735Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 22,
                     "newMinor": 13,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/node-22.x"
                   }
                 ],
                 "packageName": "@types/node",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/node",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
                 "currentVersion": "20.17.10",
                 "currentVersionTimestamp": "2024-12-11T09:35:42.853Z",
                 "currentVersionAgeInDays": 53,
                 "isSingleVersion": true,
                 "fixedVersion": "20.17.10"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/react",
                 "currentValue": "^19",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "19.0.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "19.0.8",
                     "newValue": "^19",
                     "releaseTimestamp": "2025-01-23T10:36:14.391Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 8,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/react-19.x-lockfile"
                   }
                 ],
                 "packageName": "@types/react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/react",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
                 "currentVersion": "19.0.1",
                 "currentVersionTimestamp": "2024-12-06T15:35:01.570Z",
                 "currentVersionAgeInDays": 58,
                 "isSingleVersion": true,
                 "fixedVersion": "19.0.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/react-dom",
                 "currentValue": "^19",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "19.0.2",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "19.0.3",
                     "newValue": "^19",
                     "releaseTimestamp": "2025-01-12T10:34:43.269Z",
                     "newVersionAgeInDays": 21,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 3,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/react-dom-19.x-lockfile"
                   }
                 ],
                 "packageName": "@types/react-dom",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/react-dom",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",
                 "currentVersion": "19.0.2",
                 "currentVersionTimestamp": "2024-12-09T19:32:15.544Z",
                 "currentVersionAgeInDays": 55,
                 "isSingleVersion": true,
                 "fixedVersion": "19.0.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint",
                 "currentValue": "^9",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.16.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "9.19.0",
                     "newValue": "^9",
                     "releaseTimestamp": "2025-01-24T19:05:47.384Z",
                     "newVersionAgeInDays": 9,
                     "newMajor": 9,
                     "newMinor": 19,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/eslint-9.x-lockfile"
                   }
                 ],
                 "packageName": "eslint",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/eslint/eslint",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://eslint.org",
                 "currentVersion": "9.16.0",
                 "currentVersionTimestamp": "2024-11-29T21:32:26.265Z",
                 "currentVersionAgeInDays": 65,
                 "isSingleVersion": true,
                 "fixedVersion": "9.16.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-config-next",
                 "currentValue": "15.1.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "15.1.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "15.1.6",
                     "newValue": "15.1.6",
                     "releaseTimestamp": "2025-01-22T11:00:44.317Z",
                     "newVersionAgeInDays": 11,
                     "newMajor": 15,
                     "newMinor": 1,
                     "newPatch": 6,
                     "updateType": "patch",
                     "branchName": "renovate/eslint-config-next-15.x"
                   }
                 ],
                 "packageName": "eslint-config-next",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/vercel/next.js",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/eslint-config-next",
                 "homepage": "https://nextjs.org/docs/app/api-reference/config/eslint",
                 "currentVersion": "15.1.0",
                 "currentVersionTimestamp": "2024-12-10T20:11:26.544Z",
                 "currentVersionAgeInDays": 54,
                 "isSingleVersion": true,
                 "fixedVersion": "15.1.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "postcss",
                 "currentValue": "^8",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "8.4.49",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "8.5.1",
                     "newValue": "^8",
                     "releaseTimestamp": "2025-01-14T10:55:44.939Z",
                     "newVersionAgeInDays": 19,
                     "newMajor": 8,
                     "newMinor": 5,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/postcss-8.x-lockfile"
                   }
                 ],
                 "packageName": "postcss",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/postcss/postcss",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://postcss.org/",
                 "currentVersion": "8.4.49",
                 "currentVersionTimestamp": "2024-11-11T19:59:09.131Z",
                 "currentVersionAgeInDays": 83,
                 "isSingleVersion": true,
                 "fixedVersion": "8.4.49"
               },
               {
                 "depType": "devDependencies",
                 "depName": "tailwindcss",
                 "currentValue": "^3.4.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.4.16",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "3.4.17",
                     "newValue": "^3.4.1",
                     "releaseTimestamp": "2024-12-17T19:36:41.075Z",
                     "newVersionAgeInDays": 47,
                     "newMajor": 3,
                     "newMinor": 4,
                     "newPatch": 17,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/tailwindcss-3.x-lockfile"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "4.0.3",
                     "newValue": "^4.0.0",
                     "releaseTimestamp": "2025-02-01T11:53:22.652Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 4,
                     "newMinor": 0,
                     "newPatch": 3,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/tailwindcss-4.x"
                   }
                 ],
                 "packageName": "tailwindcss",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/tailwindlabs/tailwindcss",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/tailwindcss",
                 "homepage": "https://tailwindcss.com",
                 "currentVersion": "3.4.16",
                 "currentVersionTimestamp": "2024-12-03T19:42:42.394Z",
                 "currentVersionAgeInDays": 61,
                 "isSingleVersion": true,
                 "fixedVersion": "3.4.16"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typescript",
                 "currentValue": "^5",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.7.2",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "5.7.3",
                     "newValue": "^5",
                     "releaseTimestamp": "2025-01-08T19:05:34.766Z",
                     "newVersionAgeInDays": 25,
                     "newMajor": 5,
                     "newMinor": 7,
                     "newPatch": 3,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/typescript-5.x-lockfile"
                   }
                 ],
                 "packageName": "typescript",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/microsoft/TypeScript",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://www.typescriptlang.org/",
                 "currentVersion": "5.7.2",
                 "currentVersionTimestamp": "2024-11-22T17:16:09.621Z",
                 "currentVersionAgeInDays": 72,
                 "isSingleVersion": true,
                 "fixedVersion": "5.7.2"
               }
             ],
             "extractedConstraints": {"npm": ">=7"},
             "packageFileVersion": "0.1.0",
             "managerData": {
               "packageJsonName": "compliance-dashboard-app",
               "hasPackageManager": false,
               "npmLock": "compliance-dashboard-app/package-lock.json",
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "compliance-dashboard-app/package.json",
             "lockFiles": ["compliance-dashboard-app/package-lock.json"]
           },
           {
             "deps": [
               {
                 "depType": "devDependencies",
                 "depName": "cypress",
                 "currentValue": "^9.7.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/cypress-14.x"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "9.7.0",
                 "currentVersionTimestamp": "2022-05-23T17:44:56.863Z",
                 "currentVersionAgeInDays": 986,
                 "isSingleVersion": false
               },
               {
                 "depType": "devDependencies",
                 "depName": "husky",
                 "currentValue": "^8.0.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "9.1.7",
                     "newValue": "^9.0.0",
                     "releaseTimestamp": "2024-11-18T15:28:26.026Z",
                     "newVersionAgeInDays": 76,
                     "newMajor": 9,
                     "newMinor": 1,
                     "newPatch": 7,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/husky-9.x"
                   }
                 ],
                 "packageName": "husky",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typicode/husky",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "8.0.3",
                 "currentVersionTimestamp": "2023-01-03T08:01:18.807Z",
                 "currentVersionAgeInDays": 761,
                 "isSingleVersion": false
               }
             ],
             "extractedConstraints": {},
             "packageFileVersion": "1.0.0",
             "managerData": {
               "packageJsonName": "collector-template",
               "hasPackageManager": false,
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "compliance-dashboard-collector/package.json"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Processing 21 branches: renovate/cypress-14.x, renovate/eslint-9.x-lockfile, renovate/eslint-config-next-15.x, renovate/husky-9.x, renovate/ib-updates, renovate/lucide-react-0.x, renovate/next-15.x, renovate/node-20.x-lockfile, renovate/node-22.x, renovate/postcss-8.x-lockfile, renovate/radix-ui-react-slot-1.x-lockfile, renovate/react-19.x, renovate/react-19.x-lockfile, renovate/react-dom-19.x, renovate/react-dom-19.x-lockfile, renovate/recharts-2.x-lockfile, renovate/tailwind-merge-2.x-lockfile, renovate/tailwind-merge-3.x, renovate/tailwindcss-3.x-lockfile, renovate/tailwindcss-4.x, renovate/typescript-5.x-lockfile (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/radix-ui-react-slot-1.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/radix-ui-react-slot-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/node-20.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/node-20.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/react-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/react-19.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/react-dom-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/react-dom-19.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/eslint-config-next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/eslint-config-next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(21) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(21) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/tailwindcss-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/tailwindcss-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(24) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(24) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/typescript-5.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/typescript-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/eslint-9.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/eslint-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(19) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(19) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/lucide-react-0.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/lucide-react-0.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/postcss-8.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/postcss-8.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/recharts-2.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/recharts-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/tailwind-merge-2.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/tailwind-merge-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/node-22.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/node-22.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(17) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(17) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/react-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/react-19.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(18) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(18) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/react-dom-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/react-dom-19.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(20) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(20) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/tailwind-merge-3.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/tailwind-merge-3.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/tailwindcss-4.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/tailwindcss-4.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: 10 PRs are currently open (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: PR concurrent limit remaining: 0 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Calculated maximum PRs remaining this run: 0 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: PullRequests limit = 0 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: 10 already existing branches found: renovate/radix-ui-react-slot-1.x-lockfile,renovate/react-19.x-lockfile,renovate/eslint-config-next-15.x,renovate/next-15.x,renovate/tailwindcss-3.x-lockfile,renovate/eslint-9.x-lockfile,renovate/recharts-2.x-lockfile,renovate/node-22.x,renovate/react-19.x,renovate/react-dom-19.x (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Branch concurrent limit remaining: 0 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Calculated maximum branches remaining this run: 0 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Branches limit = 0 (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: getBranchPr(renovate/radix-ui-react-slot-1.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: findPr(renovate/radix-ui-react-slot-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:26.767Z) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/radix-ui-react-slot-1.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: npm.updateLockedDependency: @radix-ui/react-slot@1.1.0 -> 1.1.1 [compliance-dashboard-app/package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
       "lockFile": "compliance-dashboard-app/package-lock.json",
       "depName": "@radix-ui/react-slot",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: npm.updateLockedDependency: @radix-ui/react-slot@1.1.0 -> 1.1.1 [compliance-dashboard-app/package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
       "packageFiles": [
         "compliance-dashboard-app/package.json",
         "compliance-dashboard-collector/package.json"
       ]
DEBUG: Writing compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Writing updated .npmrc file to compliance-dashboard-app/.npmrc (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Generating package-lock.json for compliance-dashboard-app (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Spawning npm install to create compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts @radix-ui/react-slot@1.1.1"
DEBUG: exec completed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
       "durationMs": 1571,
       "stdout": "\nup to date in 1s\n\n160 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": "npm notice\nnpm notice New major version of npm available! 10.7.0 -> 11.1.0\nnpm notice Changelog: https://github.com/npm/cli/releases/tag/v11.1.0\nnpm notice To update run: npm install -g npm@11.1.0\nnpm notice\n"
DEBUG: compliance-dashboard-app/package-lock.json needs updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
       "updatedArtifacts": ["compliance-dashboard-app/package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #14 is removed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Getting comments for #14 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Found 61 comments (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #14 is removed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Getting comments for #14 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Found 61 comments (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/radix-ui-react-slot-1.x-lockfile (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/radix-ui-react-slot-1.x-lockfile",
         "commit": "079751691b6bc31817a20b319d1bc2decd049e0f",
         "root": false,
         "summary": {"changes": 1, "insertions": 7, "deletions": 9}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
       "branchName": "renovate/radix-ui-react-slot-1.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["compliance-dashboard-app/package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: getBranchPr(renovate/radix-ui-react-slot-1.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: findPr(renovate/radix-ui-react-slot-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: Fetching changelog: https://github.com/radix-ui/primitives (1.1.0 -> 1.1.1) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
       "manager": "npm",
       "packageName": "@radix-ui/react-slot",
       "sourceUrl": "https://github.com/radix-ui/primitives"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
       "prTitle": "Update dependency @radix-ui/react-slot to v1.1.1"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
       "pr": 14,
       "prTitle": "Update dependency @radix-ui/react-slot to v1.1.1"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/radix-ui-react-slot-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: getBranchPr(renovate/node-20.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: findPr(renovate/node-20.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: findPr(renovate/node-20.x-lockfile, Update dependency @types/node to v20.17.16, !open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-20.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: getBranchPr(renovate/react-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: findPr(renovate/react-19.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:30.360Z) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/react-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: npm.updateLockedDependency: @types/react@19.0.1 -> 19.0.8 [compliance-dashboard-app/package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "lockFile": "compliance-dashboard-app/package-lock.json",
       "depName": "@types/react",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: npm.updateLockedDependency: @types/react@19.0.1 -> 19.0.8 [compliance-dashboard-app/package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "packageFiles": [
         "compliance-dashboard-app/package.json",
         "compliance-dashboard-collector/package.json"
       ]
DEBUG: Writing compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Writing updated .npmrc file to compliance-dashboard-app/.npmrc (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Generating package-lock.json for compliance-dashboard-app (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Spawning npm install to create compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts @types/react@19.0.8"
DEBUG: exec completed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "durationMs": 1065,
       "stdout": "\nup to date in 908ms\n\n160 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: compliance-dashboard-app/package-lock.json needs updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "updatedArtifacts": ["compliance-dashboard-app/package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #23 is removed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Getting comments for #23 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found 60 comments (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #23 is removed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Getting comments for #23 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found 60 comments (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/react-19.x-lockfile (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/react-19.x-lockfile",
         "commit": "4896bfa6c205c181b88ecb127480826f470e1177",
         "root": false,
         "summary": {"changes": 1, "insertions": 3, "deletions": 0}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "branchName": "renovate/react-19.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["compliance-dashboard-app/package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: getBranchPr(renovate/react-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: findPr(renovate/react-19.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Fetching changelog: https://github.com/DefinitelyTyped/DefinitelyTyped (19.0.1 -> 19.0.8) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "prTitle": "Update dependency @types/react to v19.0.8"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
       "pr": 23,
       "prTitle": "Update dependency @types/react to v19.0.8"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: getBranchPr(renovate/react-dom-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: findPr(renovate/react-dom-19.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: findPr(renovate/react-dom-19.x-lockfile, Update dependency @types/react-dom to v19.0.3, !open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: getBranchPr(renovate/eslint-config-next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: findPr(renovate/eslint-config-next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: getPr(21) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: getMR(21) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:33.386Z) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: isBranchConflicted(main, renovate/eslint-config-next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: npm.updateDependency(): devDependencies.eslint-config-next = 15.1.6 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
       "packageFiles": [
         "compliance-dashboard-app/package.json",
         "compliance-dashboard-collector/package.json"
       ]
DEBUG: Writing compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: getBranchPr(renovate/eslint-config-next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: findPr(renovate/eslint-config-next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: getPr(21) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: getMR(21) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: Fetching changelog: https://github.com/vercel/next.js (15.1.0 -> 15.1.6) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
       "manager": "npm",
       "packageName": "eslint-config-next",
       "sourceUrl": "https://github.com/vercel/next.js"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
       "prTitle": "Update dependency eslint-config-next to v15.1.6"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
       "pr": 21,
       "prTitle": "Update dependency eslint-config-next to v15.1.6"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-config-next-15.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: getBranchPr(renovate/next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: findPr(renovate/next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:34.145Z) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: isBranchConflicted(main, renovate/next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: npm.updateDependency(): dependencies.next = 15.1.6 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
       "packageFiles": [
         "compliance-dashboard-app/package.json",
         "compliance-dashboard-collector/package.json"
       ]
DEBUG: Writing compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: getBranchPr(renovate/next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: findPr(renovate/next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: Fetching changelog: https://github.com/vercel/next.js (15.1.0 -> 15.1.6) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
       "manager": "npm",
       "packageName": "next",
       "sourceUrl": "https://github.com/vercel/next.js"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
       "prTitle": "Update dependency next to v15.1.6"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
       "pr": 22,
       "prTitle": "Update dependency next to v15.1.6"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/next-15.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: getBranchPr(renovate/tailwindcss-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: findPr(renovate/tailwindcss-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: getPr(24) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: getMR(24) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:35.034Z) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/tailwindcss-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: npm.updateLockedDependency: tailwindcss@3.4.16 -> 3.4.17 [compliance-dashboard-app/package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "lockFile": "compliance-dashboard-app/package-lock.json",
       "depName": "tailwindcss",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: npm.updateLockedDependency: tailwindcss@3.4.16 -> 3.4.17 [compliance-dashboard-app/package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "packageFiles": [
         "compliance-dashboard-app/package.json",
         "compliance-dashboard-collector/package.json"
       ]
DEBUG: Writing compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Writing updated .npmrc file to compliance-dashboard-app/.npmrc (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Generating package-lock.json for compliance-dashboard-app (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Spawning npm install to create compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts tailwindcss@3.4.17"
DEBUG: exec completed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "durationMs": 1467,
       "stdout": "\nup to date in 1s\n\n160 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: compliance-dashboard-app/package-lock.json needs updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "updatedArtifacts": ["compliance-dashboard-app/package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #24 is removed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Getting comments for #24 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found 54 comments (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #24 is removed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Getting comments for #24 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found 54 comments (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/tailwindcss-3.x-lockfile (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/tailwindcss-3.x-lockfile",
         "commit": "ac26604fe7cf684cc2a0030cda3a376cc604ca7d",
         "root": false,
         "summary": {"changes": 1, "insertions": 7, "deletions": 10}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "branchName": "renovate/tailwindcss-3.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["compliance-dashboard-app/package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: getBranchPr(renovate/tailwindcss-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: findPr(renovate/tailwindcss-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: getPr(24) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: getMR(24) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: Fetching changelog: https://github.com/tailwindlabs/tailwindcss (3.4.16 -> 3.4.17) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "manager": "npm",
       "packageName": "tailwindcss",
       "sourceUrl": "https://github.com/tailwindlabs/tailwindcss"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "prTitle": "Update dependency tailwindcss to v3.4.17"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
       "pr": 24,
       "prTitle": "Update dependency tailwindcss to v3.4.17"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-3.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: getBranchPr(renovate/typescript-5.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: findPr(renovate/typescript-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: findPr(renovate/typescript-5.x-lockfile, Update dependency typescript to v5.7.3, !open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/typescript-5.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/ib-updates)
DEBUG: recreateClosed is true. No need to check for closed PR. (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-9.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: findPr(renovate/eslint-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: getPr(19) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: getMR(19) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:38.227Z) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/eslint-9.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: npm.updateLockedDependency: eslint@9.16.0 -> 9.19.0 [compliance-dashboard-app/package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "lockFile": "compliance-dashboard-app/package-lock.json",
       "depName": "eslint",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: npm.updateLockedDependency: eslint@9.16.0 -> 9.19.0 [compliance-dashboard-app/package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "packageFiles": [
         "compliance-dashboard-app/package.json",
         "compliance-dashboard-collector/package.json"
       ]
DEBUG: Writing compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Writing updated .npmrc file to compliance-dashboard-app/.npmrc (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Generating package-lock.json for compliance-dashboard-app (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Spawning npm install to create compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts eslint@9.19.0"
DEBUG: exec completed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "durationMs": 1303,
       "stdout": "\nup to date in 1s\n\n160 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: compliance-dashboard-app/package-lock.json needs updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "updatedArtifacts": ["compliance-dashboard-app/package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #19 is removed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Getting comments for #19 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found 62 comments (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #19 is removed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Getting comments for #19 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found 62 comments (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/eslint-9.x-lockfile (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/eslint-9.x-lockfile",
         "commit": "9df23c1d4bf99a95595151071bd3d08ba9e27153",
         "root": false,
         "summary": {"changes": 1, "insertions": 17, "deletions": 0}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "branchName": "renovate/eslint-9.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["compliance-dashboard-app/package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-9.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: findPr(renovate/eslint-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: getPr(19) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: getMR(19) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: Fetching changelog: https://github.com/eslint/eslint (9.16.0 -> 9.19.0) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "manager": "npm",
       "packageName": "eslint",
       "sourceUrl": "https://github.com/eslint/eslint"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "prTitle": "Update dependency eslint to v9.19.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
       "pr": 19,
       "prTitle": "Update dependency eslint to v9.19.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/eslint-9.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: getBranchPr(renovate/lucide-react-0.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: findPr(renovate/lucide-react-0.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: findPr(renovate/lucide-react-0.x, Update dependency lucide-react to ^0.474.0, !open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/lucide-react-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: getBranchPr(renovate/postcss-8.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: findPr(renovate/postcss-8.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: findPr(renovate/postcss-8.x-lockfile, Update dependency postcss to v8.5.1, !open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/postcss-8.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: getBranchPr(renovate/recharts-2.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: findPr(renovate/recharts-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:41.500Z) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: isBranchConflicted(main, renovate/recharts-2.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: npm.updateLockedDependency: recharts@2.14.1 -> 2.15.1 [compliance-dashboard-app/package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
       "lockFile": "compliance-dashboard-app/package-lock.json",
       "depName": "recharts",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: npm.updateLockedDependency: recharts@2.14.1 -> 2.15.1 [compliance-dashboard-app/package-lock.json] (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
       "packageFiles": [
         "compliance-dashboard-app/package.json",
         "compliance-dashboard-collector/package.json"
       ]
DEBUG: Writing compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Writing updated .npmrc file to compliance-dashboard-app/.npmrc (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Generating package-lock.json for compliance-dashboard-app (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Spawning npm install to create compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts recharts@2.15.1"
DEBUG: exec completed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
       "durationMs": 1833,
       "stdout": "\nup to date in 2s\n\n160 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: compliance-dashboard-app/package-lock.json needs updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
       "updatedArtifacts": ["compliance-dashboard-app/package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #15 is removed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Getting comments for #15 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Found 63 comments (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #15 is removed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Getting comments for #15 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Found 63 comments (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/recharts-2.x-lockfile (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/recharts-2.x-lockfile",
         "commit": "c056d2a9401db7264c1e5735a2302e97a57a357b",
         "root": false,
         "summary": {"changes": 1, "insertions": 12, "deletions": 15}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
       "branchName": "renovate/recharts-2.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["compliance-dashboard-app/package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: getBranchPr(renovate/recharts-2.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: findPr(renovate/recharts-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: Fetching changelog: https://github.com/recharts/recharts (2.14.1 -> 2.15.1) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
       "manager": "npm",
       "packageName": "recharts",
       "sourceUrl": "https://github.com/recharts/recharts"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
       "prTitle": "Update dependency recharts to v2.15.1"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
       "pr": 15,
       "prTitle": "Update dependency recharts to v2.15.1"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/recharts-2.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: getBranchPr(renovate/tailwind-merge-2.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: findPr(renovate/tailwind-merge-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: findPr(renovate/tailwind-merge-2.x-lockfile, Update dependency tailwind-merge to v2.6.0, !open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-2.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: getBranchPr(renovate/node-22.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: findPr(renovate/node-22.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: getPr(17) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: getMR(17) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:45.194Z) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: isBranchConflicted(main, renovate/node-22.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: npm.updateDependency(): devDependencies.@types/node = ^22.0.0 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
       "packageFiles": [
         "compliance-dashboard-app/package.json",
         "compliance-dashboard-collector/package.json"
       ]
DEBUG: Writing compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: getBranchPr(renovate/node-22.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: findPr(renovate/node-22.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: getPr(17) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: getMR(17) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Fetching changelog: https://github.com/DefinitelyTyped/DefinitelyTyped (20.17.10 -> 22.13.0) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
       "prTitle": "Update dependency @types/node to v22"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
       "pr": 17,
       "prTitle": "Update dependency @types/node to v22"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/node-22.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, Update dependency cypress to v14, !open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: findPr(renovate/husky-9.x, Update dependency husky to v9, !open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: getBranchPr(renovate/react-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: findPr(renovate/react-19.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: getPr(18) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: getMR(18) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:45.997Z) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: isBranchConflicted(main, renovate/react-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: npm.updateDependency(): dependencies.react = ^19.0.0 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
       "packageFiles": [
         "compliance-dashboard-app/package.json",
         "compliance-dashboard-collector/package.json"
       ]
DEBUG: Writing compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: getBranchPr(renovate/react-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: findPr(renovate/react-19.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: getPr(18) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: getMR(18) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: Fetching changelog: https://github.com/facebook/react (18.3.1 -> 19.0.0) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
       "manager": "npm",
       "packageName": "react",
       "sourceUrl": "https://github.com/facebook/react"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
       "prTitle": "Update dependency react to v19"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
       "pr": 18,
       "prTitle": "Update dependency react to v19"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-19.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: getBranchPr(renovate/react-dom-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: findPr(renovate/react-dom-19.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: getPr(20) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: getMR(20) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:46.851Z) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: isBranchConflicted(main, renovate/react-dom-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: npm.updateDependency(): dependencies.react-dom = ^19.0.0 (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
       "packageFiles": [
         "compliance-dashboard-app/package.json",
         "compliance-dashboard-collector/package.json"
       ]
DEBUG: Writing compliance-dashboard-app/package-lock.json (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T22:04:16+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: getBranchPr(renovate/react-dom-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: findPr(renovate/react-dom-19.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: getPr(20) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: getMR(20) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: Fetching changelog: https://github.com/facebook/react (18.3.1 -> 19.0.0) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
       "manager": "npm",
       "packageName": "react-dom",
       "sourceUrl": "https://github.com/facebook/react"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
       "prTitle": "Update dependency react-dom to v19"
 INFO: PR updated (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
       "pr": 20,
       "prTitle": "Update dependency react-dom to v19"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/react-dom-19.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: getBranchPr(renovate/tailwind-merge-3.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: findPr(renovate/tailwind-merge-3.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: findPr(renovate/tailwind-merge-3.x, Update dependency tailwind-merge to v3, !open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwind-merge-3.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: getBranchPr(renovate/tailwindcss-4.x) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: findPr(renovate/tailwindcss-4.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: findPr(renovate/tailwindcss-4.x, Update dependency tailwindcss to v4, !open) (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/compliance-dashboard, baseBranch=main, branch=renovate/tailwindcss-4.x)
DEBUG: getBranchPr(renovate/radix-ui-react-slot-1.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/radix-ui-react-slot-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/react-19.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/react-19.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/eslint-config-next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/eslint-config-next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(21) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(21) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/next-15.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/next-15.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/tailwindcss-3.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/tailwindcss-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(24) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(24) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/eslint-9.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/eslint-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(19) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(19) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/recharts-2.x-lockfile) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/recharts-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/node-22.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/node-22.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(17) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(17) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/react-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/react-19.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(18) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(18) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getBranchPr(renovate/react-dom-19.x) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: findPr(renovate/react-dom-19.x, undefined, open) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getPr(20) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: getMR(20) (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/compliance-dashboard)
       "branchList": [
         "renovate/cypress-14.x",
         "renovate/eslint-9.x-lockfile",
         "renovate/eslint-config-next-15.x",
         "renovate/husky-9.x",
         "renovate/ib-updates",
         "renovate/lucide-react-0.x",
         "renovate/next-15.x",
         "renovate/node-20.x-lockfile",
         "renovate/node-22.x",
         "renovate/postcss-8.x-lockfile",
         "renovate/radix-ui-react-slot-1.x-lockfile",
         "renovate/react-19.x",
         "renovate/react-19.x-lockfile",
         "renovate/react-dom-19.x",
         "renovate/react-dom-19.x-lockfile",
         "renovate/recharts-2.x-lockfile",
         "renovate/tailwind-merge-2.x-lockfile",
         "renovate/tailwind-merge-3.x",
         "renovate/tailwindcss-3.x-lockfile",
         "renovate/tailwindcss-4.x",
         "renovate/typescript-5.x-lockfile"
       ],
       "renovateBranches": [
         "renovate/eslint-9.x-lockfile",
         "renovate/eslint-config-next-15.x",
         "renovate/next-15.x",
         "renovate/node-22.x",
         "renovate/radix-ui-react-slot-1.x-lockfile",
         "renovate/react-19.x",
         "renovate/react-19.x-lockfile",
         "renovate/react-dom-19.x",
         "renovate/recharts-2.x-lockfile",
         "renovate/tailwindcss-3.x-lockfile"
       ]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/compliance-dashboard)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "93b4c0306d669485f46c1f272b266bb5d1704335"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "93b4c0306d669485f46c1f272b266bb5d1704335",
           "branchName": "renovate/radix-ui-react-slot-1.x-lockfile",
           "branchSha": "e59b10b77ed109939d6db4fdf4b8ddd24f57afa7",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "93b4c0306d669485f46c1f272b266bb5d1704335",
           "branchName": "renovate/react-19.x-lockfile",
           "branchSha": "346a2454bf2f03f190c10a87d3691629b16c0933",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "93b4c0306d669485f46c1f272b266bb5d1704335",
           "branchName": "renovate/eslint-config-next-15.x",
           "branchSha": "49378a3ba70ef341fb897216176f266e1361df82",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "93b4c0306d669485f46c1f272b266bb5d1704335",
           "branchName": "renovate/next-15.x",
           "branchSha": "d8595944f24f2ef2a5871f9881f9c75f976b4b39",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "93b4c0306d669485f46c1f272b266bb5d1704335",
           "branchName": "renovate/tailwindcss-3.x-lockfile",
           "branchSha": "c27f88d57c0b46142021c1f9f950a5067259e74c",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "93b4c0306d669485f46c1f272b266bb5d1704335",
           "branchName": "renovate/eslint-9.x-lockfile",
           "branchSha": "1e12a151211ae90e2439acccb22f8666aa63619b",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "93b4c0306d669485f46c1f272b266bb5d1704335",
           "branchName": "renovate/recharts-2.x-lockfile",
           "branchSha": "990923bcda34ed3a95d3b383ff35a0c877ca2e5d",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "93b4c0306d669485f46c1f272b266bb5d1704335",
           "branchName": "renovate/node-22.x",
           "branchSha": "10e3600ae4a5aafaea7700c10e6e09464112cd02",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "93b4c0306d669485f46c1f272b266bb5d1704335",
           "branchName": "renovate/react-19.x",
           "branchSha": "d172e2a4417a189d2bb0d5f8c26c4e6a5fb4e61d",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "93b4c0306d669485f46c1f272b266bb5d1704335",
           "branchName": "renovate/react-dom-19.x",
           "branchSha": "6aaa0b1a4852a2f52e39521b3967a710cbc75aaf",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": [
         "renovate/node-20.x-lockfile",
         "renovate/react-dom-19.x-lockfile",
         "renovate/typescript-5.x-lockfile",
         "renovate/ib-updates",
         "renovate/lucide-react-0.x",
         "renovate/postcss-8.x-lockfile",
         "renovate/tailwind-merge-2.x-lockfile",
         "renovate/cypress-14.x",
         "renovate/husky-9.x",
         "renovate/tailwind-merge-3.x",
         "renovate/tailwindcss-4.x"
       ]
DEBUG: branches info extended (repository=big-bang/apps/sandbox/compliance-dashboard)
       "branchesInformation": [
         {
           "branchName": "renovate/radix-ui-react-slot-1.x-lockfile",
           "prNo": 14,
           "prTitle": "Update dependency @radix-ui/react-slot to v1.1.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@radix-ui/react-slot",
               "displayPending": "",
               "fixedVersion": "1.1.0",
               "currentVersion": "1.1.0",
               "currentValue": "^1.1.0",
               "newValue": "^1.1.0",
               "newVersion": "1.1.1",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "patch",
               "packageName": "@radix-ui/react-slot"
             }
           ]
         },
         {
           "branchName": "renovate/node-20.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @types/node to v20.17.16",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@types/node",
               "displayPending": "",
               "fixedVersion": "20.17.10",
               "currentVersion": "20.17.10",
               "currentValue": "^20",
               "newValue": "^20",
               "newVersion": "20.17.16",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "patch",
               "packageName": "@types/node"
             }
           ]
         },
         {
           "branchName": "renovate/react-19.x-lockfile",
           "prNo": 23,
           "prTitle": "Update dependency @types/react to v19.0.8",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@types/react",
               "displayPending": "",
               "fixedVersion": "19.0.1",
               "currentVersion": "19.0.1",
               "currentValue": "^19",
               "newValue": "^19",
               "newVersion": "19.0.8",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "patch",
               "packageName": "@types/react"
             }
           ]
         },
         {
           "branchName": "renovate/react-dom-19.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @types/react-dom to v19.0.3",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@types/react-dom",
               "displayPending": "",
               "fixedVersion": "19.0.2",
               "currentVersion": "19.0.2",
               "currentValue": "^19",
               "newValue": "^19",
               "newVersion": "19.0.3",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "patch",
               "packageName": "@types/react-dom"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-config-next-15.x",
           "prNo": 21,
           "prTitle": "Update dependency eslint-config-next to v15.1.6",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint-config-next",
               "displayPending": "",
               "fixedVersion": "15.1.0",
               "currentVersion": "15.1.0",
               "currentValue": "15.1.0",
               "newValue": "15.1.6",
               "newVersion": "15.1.6",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "patch",
               "packageName": "eslint-config-next"
             }
           ]
         },
         {
           "branchName": "renovate/next-15.x",
           "prNo": 22,
           "prTitle": "Update dependency next to v15.1.6",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "next",
               "displayPending": "",
               "fixedVersion": "15.1.0",
               "currentVersion": "15.1.0",
               "currentValue": "15.1.0",
               "newValue": "15.1.6",
               "newVersion": "15.1.6",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "patch",
               "packageName": "next"
             }
           ]
         },
         {
           "branchName": "renovate/tailwindcss-3.x-lockfile",
           "prNo": 24,
           "prTitle": "Update dependency tailwindcss to v3.4.17",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "tailwindcss",
               "displayPending": "",
               "fixedVersion": "3.4.16",
               "currentVersion": "3.4.16",
               "currentValue": "^3.4.1",
               "newValue": "^3.4.1",
               "newVersion": "3.4.17",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "patch",
               "packageName": "tailwindcss"
             }
           ]
         },
         {
           "branchName": "renovate/typescript-5.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency typescript to v5.7.3",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "typescript",
               "displayPending": "",
               "fixedVersion": "5.7.2",
               "currentVersion": "5.7.2",
               "currentValue": "^5",
               "newValue": "^5",
               "newVersion": "5.7.3",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "patch",
               "packageName": "typescript"
             }
           ]
         },
         {
           "branchName": "renovate/ib-updates",
           "prNo": null,
           "prTitle": "Update IB Updates",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "golang",
               "displayPending": "",
               "fixedVersion": "1.20",
               "currentVersion": "1.20",
               "currentValue": "1.20",
               "newValue": "1.23",
               "newVersion": "1.23",
               "packageFile": "compliance-dashboard-collector/Dockerfile.dev",
               "updateType": "minor",
               "packageName": "golang"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/google/golang/golang-1.20",
               "displayPending": "",
               "fixedVersion": "1.20.3",
               "currentVersion": "1.20.3",
               "currentValue": "1.20.3",
               "newValue": "1.20.14",
               "newVersion": "1.20.14",
               "packageFile": "compliance-dashboard-collector/Dockerfile",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/google/golang/golang-1.20"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-9.x-lockfile",
           "prNo": 19,
           "prTitle": "Update dependency eslint to v9.19.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint",
               "displayPending": "",
               "fixedVersion": "9.16.0",
               "currentVersion": "9.16.0",
               "currentValue": "^9",
               "newValue": "^9",
               "newVersion": "9.19.0",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "minor",
               "packageName": "eslint"
             }
           ]
         },
         {
           "branchName": "renovate/lucide-react-0.x",
           "prNo": null,
           "prTitle": "Update dependency lucide-react to ^0.474.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "lucide-react",
               "displayPending": "",
               "fixedVersion": "0.468.0",
               "currentVersion": "0.468.0",
               "currentValue": "^0.468.0",
               "newValue": "^0.474.0",
               "newVersion": "0.474.0",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "minor",
               "packageName": "lucide-react"
             }
           ]
         },
         {
           "branchName": "renovate/postcss-8.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency postcss to v8.5.1",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "postcss",
               "displayPending": "",
               "fixedVersion": "8.4.49",
               "currentVersion": "8.4.49",
               "currentValue": "^8",
               "newValue": "^8",
               "newVersion": "8.5.1",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "minor",
               "packageName": "postcss"
             }
           ]
         },
         {
           "branchName": "renovate/recharts-2.x-lockfile",
           "prNo": 15,
           "prTitle": "Update dependency recharts to v2.15.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "recharts",
               "displayPending": "",
               "fixedVersion": "2.14.1",
               "currentVersion": "2.14.1",
               "currentValue": "^2.14.1",
               "newValue": "^2.14.1",
               "newVersion": "2.15.1",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "minor",
               "packageName": "recharts"
             }
           ]
         },
         {
           "branchName": "renovate/tailwind-merge-2.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency tailwind-merge to v2.6.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "tailwind-merge",
               "displayPending": "",
               "fixedVersion": "2.5.5",
               "currentVersion": "2.5.5",
               "currentValue": "^2.5.5",
               "newValue": "^2.5.5",
               "newVersion": "2.6.0",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "minor",
               "packageName": "tailwind-merge"
             }
           ]
         },
         {
           "branchName": "renovate/node-22.x",
           "prNo": 17,
           "prTitle": "Update dependency @types/node to v22",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@types/node",
               "displayPending": "",
               "fixedVersion": "20.17.10",
               "currentVersion": "20.17.10",
               "currentValue": "^20",
               "newValue": "^22.0.0",
               "newVersion": "22.13.0",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "major",
               "packageName": "@types/node"
             }
           ]
         },
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": null,
           "prTitle": "Update dependency cypress to v14",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "currentVersion": "9.7.0",
               "currentValue": "^9.7.0",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "compliance-dashboard-collector/package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         },
         {
           "branchName": "renovate/husky-9.x",
           "prNo": null,
           "prTitle": "Update dependency husky to v9",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "husky",
               "displayPending": "",
               "currentVersion": "8.0.3",
               "currentValue": "^8.0.1",
               "newValue": "^9.0.0",
               "newVersion": "9.1.7",
               "packageFile": "compliance-dashboard-collector/package.json",
               "updateType": "major",
               "packageName": "husky"
             }
           ]
         },
         {
           "branchName": "renovate/react-19.x",
           "prNo": 18,
           "prTitle": "Update dependency react to v19",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "react",
               "displayPending": "",
               "fixedVersion": "18.3.1",
               "currentVersion": "18.3.1",
               "currentValue": "^18.2.0",
               "newValue": "^19.0.0",
               "newVersion": "19.0.0",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "major",
               "packageName": "react"
             }
           ]
         },
         {
           "branchName": "renovate/react-dom-19.x",
           "prNo": 20,
           "prTitle": "Update dependency react-dom to v19",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "react-dom",
               "displayPending": "",
               "fixedVersion": "18.3.1",
               "currentVersion": "18.3.1",
               "currentValue": "^18.2.0",
               "newValue": "^19.0.0",
               "newVersion": "19.0.0",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "major",
               "packageName": "react-dom"
             }
           ]
         },
         {
           "branchName": "renovate/tailwind-merge-3.x",
           "prNo": null,
           "prTitle": "Update dependency tailwind-merge to v3",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "tailwind-merge",
               "displayPending": "",
               "fixedVersion": "2.5.5",
               "currentVersion": "2.5.5",
               "currentValue": "^2.5.5",
               "newValue": "^3.0.0",
               "newVersion": "3.0.1",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "major",
               "packageName": "tailwind-merge"
             }
           ]
         },
         {
           "branchName": "renovate/tailwindcss-4.x",
           "prNo": null,
           "prTitle": "Update dependency tailwindcss to v4",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "tailwindcss",
               "displayPending": "",
               "fixedVersion": "3.4.16",
               "currentVersion": "3.4.16",
               "currentValue": "^3.4.1",
               "newValue": "^4.0.0",
               "newVersion": "4.0.3",
               "packageFile": "compliance-dashboard-app/package.json",
               "updateType": "major",
               "packageName": "tailwindcss"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/compliance-dashboard)
       "stats": {"total": 10, "open": 10, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/compliance-dashboard)
DEBUG: repository problems (repository=big-bang/apps/sandbox/compliance-dashboard)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/compliance-dashboard)
       "splits": {
         "init": 1376,
         "extract": 190,
         "lookup": 15750,
         "onboarding": 0,
         "update": 22816
       },
       "total": 40161
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/compliance-dashboard)
       "get": {"count": 36, "avgMs": 5, "medianMs": 4, "maxMs": 42, "totalMs": 191},
       "set": {"count": 34, "avgMs": 60, "medianMs": 20, "maxMs": 503, "totalMs": 2031}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/compliance-dashboard)
       "hosts": {
         "gorm.io": {
           "count": 2,
           "reqAvgMs": 96,
           "reqMedianMs": 104,
           "reqMaxMs": 104,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 37,
           "reqAvgMs": 374,
           "reqMedianMs": 246,
           "reqMaxMs": 1278,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "proxy.golang.org": {
           "count": 193,
           "reqAvgMs": 74,
           "reqMedianMs": 43,
           "reqMaxMs": 477,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry.npmjs.org": {
           "count": 21,
           "reqAvgMs": 368,
           "reqMedianMs": 154,
           "reqMaxMs": 1650,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 6,
           "reqAvgMs": 18,
           "reqMedianMs": 17,
           "reqMaxMs": 31,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 42,
           "reqAvgMs": 229,
           "reqMedianMs": 219,
           "reqMaxMs": 513,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 301
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/compliance-dashboard)
       "https://registry.npmjs.org": {
         "/@eslint%2Feslintrc": {"hit": 0, "miss": 1},
         "/@radix-ui%2Freact-slot": {"hit": 0, "miss": 1},
         "/@types%2Fnode": {"hit": 0, "miss": 1},
         "/@types%2Freact": {"hit": 0, "miss": 1},
         "/@types%2Freact-dom": {"hit": 0, "miss": 1},
         "/class-variance-authority": {"hit": 0, "miss": 1},
         "/clsx": {"hit": 0, "miss": 1},
         "/cypress": {"hit": 0, "miss": 1},
         "/eslint": {"hit": 0, "miss": 1},
         "/eslint-config-next": {"hit": 0, "miss": 1},
         "/husky": {"hit": 0, "miss": 1},
         "/lucide-react": {"hit": 0, "miss": 1},
         "/next": {"hit": 0, "miss": 1},
         "/postcss": {"hit": 0, "miss": 1},
         "/react": {"hit": 0, "miss": 1},
         "/react-dom": {"hit": 0, "miss": 1},
         "/recharts": {"hit": 0, "miss": 1},
         "/tailwind-merge": {"hit": 0, "miss": 1},
         "/tailwindcss": {"hit": 0, "miss": 1},
         "/tailwindcss-animate": {"hit": 0, "miss": 1},
         "/typescript": {"hit": 0, "miss": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/compliance-dashboard)
       "golang-version": {"count": 1, "avgMs": 35, "medianMs": 35, "maxMs": 35, "totalMs": 35},
       "go": {"count": 4, "avgMs": 1143, "medianMs": 1331, "maxMs": 2374, "totalMs": 4570},
       "npm": {"count": 21, "avgMs": 612, "medianMs": 292, "maxMs": 2582, "totalMs": 12855},
       "docker": {"count": 2, "avgMs": 7897, "medianMs": 15510, "maxMs": 15510, "totalMs": 15793}
 INFO: Repository finished (repository=big-bang/apps/sandbox/compliance-dashboard)
       "cloned": true,
       "durationMs": 40161
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/infrastructure/modules/cluster-role)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/modules/cluster-role (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: big-bang/infrastructure/modules/cluster-role default branch = main (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: Enabling Git FS (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/infrastructure/modules/cluster-role.git (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fmodules%2Fcluster-role/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=72) (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: GitLab API 404 (repository=big-bang/infrastructure/modules/cluster-role)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fmodules%2Fcluster-role/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: checkOnboarding() (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: isOnboarded() (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: findFile(renovate.json) (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/modules/cluster-role (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: Performing blobless clone (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: git clone completed (repository=big-bang/infrastructure/modules/cluster-role)
       "durationMs": 760
DEBUG: latest repository commit (repository=big-bang/infrastructure/modules/cluster-role)
       "latestCommit": {
         "hash": "f8b82444553e240da1ea251d89054ad18de0f656",
         "date": "2024-12-05T19:43:30+00:00",
         "message": "Merge branch 'populate-terraform-files' into 'main'",
         "refs": "HEAD -> main, tag: 1.0.0, origin/main, origin/HEAD, origin/1-fix-user-permissions",
         "body": "first commit\n\nSee merge request big-bang/infrastructure/modules/cluster-role!1",
         "author_name": "Danilo Patrucco",
         "author_email": "danilo.patrucco@sev1tech.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: findFile(.renovaterc) (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: config file not found (repository=big-bang/infrastructure/modules/cluster-role)
 INFO: Repository is disabled - skipping (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: Removing any stale branches (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: No renovate branches found (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/infrastructure/modules/cluster-role)
       "splits": {},
       "total": 1453
DEBUG: Package cache statistics (repository=big-bang/infrastructure/modules/cluster-role)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/infrastructure/modules/cluster-role)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 87,
           "reqMedianMs": 73,
           "reqMaxMs": 116,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/infrastructure/modules/cluster-role)
DEBUG: Lookup statistics (repository=big-bang/infrastructure/modules/cluster-role)
 INFO: Repository finished (repository=big-bang/infrastructure/modules/cluster-role)
       "cloned": true,
       "durationMs": 1453
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/developer-tools/go-utils)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/developer-tools/go-utils (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: big-bang/apps/developer-tools/go-utils default branch = main (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Enabling Git FS (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/developer-tools/go-utils.git (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Resetting npmrc (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Resetting npmrc (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: checkOnboarding() (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: isOnboarded() (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/developer-tools/go-utils (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Performing blobless clone (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: git clone completed (repository=big-bang/apps/developer-tools/go-utils)
       "durationMs": 504
DEBUG: latest repository commit (repository=big-bang/apps/developer-tools/go-utils)
       "latestCommit": {
         "hash": "8ddba010f6e12da55fa2219e2898791c15f257d0",
         "date": "2025-01-08T13:23:53+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #10\n\nSee merge request big-bang/apps/developer-tools/go-utils!16",
         "author_name": "Daniel Pritchett",
         "author_email": "dpritchett@radiusmethod.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Repo is onboarded (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Found renovate.json config file (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Repository config (repository=big-bang/apps/developer-tools/go-utils)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: No config migration necessary (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/developer-tools/go-utils)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: baseBranches (repository=big-bang/apps/developer-tools/go-utils)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:23:53+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Matched 1 file(s) for manager gomod: yamler/go.mod (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
       "managers": {"gomod": 0}
DEBUG: Found gomod package files (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
       "stats": {
         "managers": {"gomod": {"fileCount": 1, "depCount": 5}},
         "total": {"fileCount": 1, "depCount": 5}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: hostRules: no authentication for proxy.golang.org (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Using queue: host=proxy.golang.org, concurrency=16 (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: GET https://proxy.golang.org/gopkg.in/yaml.v4/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=47) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: 1 flattened updates found: github.com/stretchr/testify (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main)
       "config": {
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.23.2",
                 "managerData": {"lineNumber": 2},
                 "updates": [],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.2",
                 "currentVersionTimestamp": "2024-10-01T00:00:00.000Z",
                 "currentVersionAgeInDays": 125,
                 "fixedVersion": "1.23.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.9.0",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.10.0",
                     "newValue": "v1.10.0",
                     "releaseTimestamp": "2024-11-12T22:58:45.000Z",
                     "newVersionAgeInDays": 82,
                     "newMajor": 1,
                     "newMinor": 10,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-stretchr-testify-1.x"
                   }
                 ],
                 "packageName": "github.com/stretchr/testify",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stretchr/testify",
                 "currentVersion": "v1.9.0",
                 "currentVersionTimestamp": "2024-02-29T14:36:18.000Z",
                 "currentVersionAgeInDays": 339,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.9.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-yaml/yaml",
                 "currentVersion": "v3.0.1",
                 "currentVersionTimestamp": "2022-05-27T08:35:30.000Z",
                 "currentVersionAgeInDays": 982,
                 "fixedVersion": "v3.0.1"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 10},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pmezard/go-difflib",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 11},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "yamler/go.mod"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: processRepo() (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Processing 1 branch: renovate/github.com-stretchr-testify-1.x (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: getPr(15) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: getMR(15) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: 1 already existing branches found: renovate/github.com-stretchr-testify-1.x (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Branches limit = 2 (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: syncBranchState() (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getPr(15) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getMR(15) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:51.149Z) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: isBranchConflicted(main, renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: latest commit (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:23:53+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: gomod.updateDependency: v1.10.0 (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No files to commit (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: latest commit (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:23:53+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getPr(15) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getMR(15) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Fetching changelog: https://github.com/stretchr/testify (v1.9.0 -> v1.10.0) (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "manager": "gomod",
       "packageName": "github.com/stretchr/testify",
       "sourceUrl": "https://github.com/stretchr/testify"
DEBUG: Processing existing PR (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR body changed (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "prTitle": "chore(deps): update module github.com/stretchr/testify to v1.10.0"
 INFO: PR updated (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "pr": 15,
       "prTitle": "chore(deps): update module github.com/stretchr/testify to v1.10.0"
DEBUG: setPrCache() (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/developer-tools/go-utils, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: getPr(15) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: getMR(15) (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Config does not need migration (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: No reconfigure branch found (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Removing any stale branches (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Branch lists (repository=big-bang/apps/developer-tools/go-utils)
       "branchList": ["renovate/github.com-stretchr-testify-1.x"],
       "renovateBranches": ["renovate/github.com-stretchr-testify-1.x"]
DEBUG: remainingBranches= (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: No branches to clean up (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Branch summary (repository=big-bang/apps/developer-tools/go-utils)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "8ddba010f6e12da55fa2219e2898791c15f257d0"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "8ddba010f6e12da55fa2219e2898791c15f257d0",
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "branchSha": "03be61961290d19408816d23278cc76fd6869ae8",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/developer-tools/go-utils)
       "branchesInformation": [
         {
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "prNo": 15,
           "prTitle": "chore(deps): update module github.com/stretchr/testify to v1.10.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/stretchr/testify",
               "displayPending": "",
               "fixedVersion": "v1.9.0",
               "currentVersion": "v1.9.0",
               "currentValue": "v1.9.0",
               "newValue": "v1.10.0",
               "newVersion": "v1.10.0",
               "packageFile": "yamler/go.mod",
               "updateType": "minor",
               "packageName": "github.com/stretchr/testify"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/developer-tools/go-utils)
       "stats": {"total": 1, "open": 1, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: repository problems (repository=big-bang/apps/developer-tools/go-utils)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/developer-tools/go-utils)
       "splits": {"init": 1249, "extract": 164, "lookup": 392, "onboarding": 0, "update": 1164},
       "total": 2977
DEBUG: Package cache statistics (repository=big-bang/apps/developer-tools/go-utils)
       "get": {"count": 4, "avgMs": 6, "medianMs": 6, "maxMs": 17, "totalMs": 24},
       "set": {"count": 2, "avgMs": 2, "medianMs": 3, "maxMs": 3, "totalMs": 4}
DEBUG: HTTP statistics (repository=big-bang/apps/developer-tools/go-utils)
       "hosts": {
         "proxy.golang.org": {
           "count": 5,
           "reqAvgMs": 73,
           "reqMedianMs": 95,
           "reqMaxMs": 102,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 180,
           "reqMedianMs": 181,
           "reqMaxMs": 428,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 11
DEBUG: HTTP cache statistics (repository=big-bang/apps/developer-tools/go-utils)
DEBUG: Lookup statistics (repository=big-bang/apps/developer-tools/go-utils)
       "golang-version": {"count": 1, "avgMs": 17, "medianMs": 17, "maxMs": 17, "totalMs": 17},
       "go": {"count": 2, "avgMs": 188, "medianMs": 356, "maxMs": 356, "totalMs": 375}
 INFO: Repository finished (repository=big-bang/apps/developer-tools/go-utils)
       "cloned": true,
       "durationMs": 2977
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/infrastructure/modules/oidc-role-ssm)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/modules/oidc-role-ssm (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: big-bang/infrastructure/modules/oidc-role-ssm default branch = main (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: Enabling Git FS (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/infrastructure/modules/oidc-role-ssm.git (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fmodules%2Foidc-role-ssm/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=79) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: GitLab API 404 (repository=big-bang/infrastructure/modules/oidc-role-ssm)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fmodules%2Foidc-role-ssm/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: checkOnboarding() (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: isOnboarded() (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: findFile(renovate.json) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/modules/oidc-role-ssm (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: Performing blobless clone (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: git clone completed (repository=big-bang/infrastructure/modules/oidc-role-ssm)
       "durationMs": 725
DEBUG: latest repository commit (repository=big-bang/infrastructure/modules/oidc-role-ssm)
       "latestCommit": {
         "hash": "196adfe61fb50d28b4c8c239e796719b88997e42",
         "date": "2024-11-19T11:59:00+00:00",
         "message": "Merge branch 'fix_changelog' into 'main'",
         "refs": "HEAD -> main, tag: 1.0.1, origin/main, origin/HEAD",
         "body": "Fix changelog\n\nSee merge request big-bang/infrastructure/modules/oidc-role-ssm!2",
         "author_name": "Julian Hair",
         "author_email": "julian.hair@omnifederal.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: findFile(.renovaterc) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: config file not found (repository=big-bang/infrastructure/modules/oidc-role-ssm)
 INFO: Repository is disabled - skipping (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: Removing any stale branches (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: No renovate branches found (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/infrastructure/modules/oidc-role-ssm)
       "splits": {},
       "total": 1443
DEBUG: Package cache statistics (repository=big-bang/infrastructure/modules/oidc-role-ssm)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/infrastructure/modules/oidc-role-ssm)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 89,
           "reqMedianMs": 91,
           "reqMaxMs": 98,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/infrastructure/modules/oidc-role-ssm)
DEBUG: Lookup statistics (repository=big-bang/infrastructure/modules/oidc-role-ssm)
 INFO: Repository finished (repository=big-bang/infrastructure/modules/oidc-role-ssm)
       "cloned": true,
       "durationMs": 1443
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/headlamp)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/headlamp (repository=big-bang/apps/sandbox/headlamp)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/headlamp)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/headlamp)
DEBUG: big-bang/apps/sandbox/headlamp default branch = main (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/headlamp.git (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/headlamp)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/headlamp (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/headlamp)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/headlamp)
       "durationMs": 536
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/headlamp)
       "latestCommit": {
         "hash": "252fbcb37e20feb83480950120ca3507dc60519a",
         "date": "2024-11-19T22:31:58-05:00",
         "message": "fix nil pointer errors",
         "refs": "HEAD -> main, origin/main, origin/initial-chart-integration, origin/HEAD",
         "body": "",
         "author_name": "Chris O'Connell",
         "author_email": "coconnell@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/headlamp)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Repository config (repository=big-bang/apps/sandbox/headlamp)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/headlamp)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/headlamp)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/headlamp)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-11-19T22:31:58-05:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
       "managers": {"helm-values": 4, "helmv3": 6}
DEBUG: Found helm-values package files (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Found 2 package file(s) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 1},
           "helmv3": {"fileCount": 1, "depCount": 2}
         },
         "total": {"fileCount": 2, "depCount": 3}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: hostRules: no authentication for headlamp-k8s.github.io (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using queue: host=headlamp-k8s.github.io, concurrency=16 (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, bigbang/gluon, 0.5.14) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, bigbang/gluon, 0.5.14, get) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
       "labels": {
         "org.opencontainers.image.created": "2025-01-15T18:45:17Z",
         "org.opencontainers.image.description": "A Library Helm chart for BigBang",
         "org.opencontainers.image.title": "gluon",
         "org.opencontainers.image.version": "0.5.14"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: 2 flattened updates found: headlamp, gluon (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: Returning 2 branch(es) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/headlamp, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "ghcr.io/headlamp-k8s/headlamp",
                 "currentValue": "",
                 "datasource": "docker",
                 "replaceString": "",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "ghcr.io/headlamp-k8s/headlamp",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "headlamp",
                 "currentValue": "0.26.0",
                 "registryUrls": ["https://headlamp-k8s.github.io/headlamp/"],
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.28.0",
                     "newValue": "0.28.0",
                     "newDigest": "15916dedf274ad6331502ec335bc1618d23415b66f542e9a06549089c06563b4",
                     "releaseTimestamp": "2025-01-23T21:51:17.632Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 0,
                     "newMinor": 28,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/headlamp-0.x"
                   }
                 ],
                 "packageName": "headlamp",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/headlamp-k8s/headlamp",
                 "registryUrl": "https://headlamp-k8s.github.io/headlamp",
                 "homepage": "https://headlamp.dev/",
                 "currentVersion": "0.26.0",
                 "currentVersionTimestamp": "2024-11-06T15:26:57.109Z",
                 "currentVersionAgeInDays": 88,
                 "isSingleVersion": true,
                 "fixedVersion": "0.26.0"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.9",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.9",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.9"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "0.26.0-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/headlamp)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Processing 2 branches: renovate/headlamp-0.x, renovate/ib-updates (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/headlamp)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/headlamp)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getBranchPr(renovate/headlamp-0.x) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: findPr(renovate/headlamp-0.x, undefined, open) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: 2 PRs are currently open (repository=big-bang/apps/sandbox/headlamp)
DEBUG: PR concurrent limit remaining: 8 (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/headlamp)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/headlamp)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/headlamp)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: 2 already existing branches found: renovate/ib-updates,renovate/headlamp-0.x (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Branch concurrent limit remaining: 8 (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/headlamp)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:55.908Z) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-11-19T22:31:58-05:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep gluon in chart/Chart.yaml is already updated (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ib-updates)
       "depName": "gluon"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-11-19T22:31:58-05:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update gluon Docker tag to v0.5.14"
 INFO: PR updated (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
       "pr": 14,
       "prTitle": "Update gluon Docker tag to v0.5.14"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: getBranchPr(renovate/headlamp-0.x) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: findPr(renovate/headlamp-0.x, undefined, open) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:56.730Z) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: isBranchConflicted(main, renovate/headlamp-0.x) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-19T22:31:58-05:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Branch dep headlamp in chart/Chart.yaml is already updated (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: No content changed (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/headlamp-0.x)
       "depName": "headlamp"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-19T22:31:58-05:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: getBranchPr(renovate/headlamp-0.x) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: findPr(renovate/headlamp-0.x, undefined, open) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: Fetching changelog: https://github.com/headlamp-k8s/headlamp (0.26.0 -> 0.28.0) (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
       "manager": "helmv3",
       "packageName": "headlamp",
       "sourceUrl": "https://github.com/headlamp-k8s/headlamp"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
       "prTitle": "Update Helm release headlamp to v0.28.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
       "pr": 15,
       "prTitle": "Update Helm release headlamp to v0.28.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/headlamp, baseBranch=main, branch=renovate/headlamp-0.x)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getBranchPr(renovate/headlamp-0.x) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: findPr(renovate/headlamp-0.x, undefined, open) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getPr(15) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: getMR(15) (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/headlamp)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/headlamp)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/headlamp)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/headlamp)
       "branchList": ["renovate/headlamp-0.x", "renovate/ib-updates"],
       "renovateBranches": ["renovate/headlamp-0.x", "renovate/ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/headlamp)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/headlamp)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/headlamp)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/headlamp)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "252fbcb37e20feb83480950120ca3507dc60519a"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "252fbcb37e20feb83480950120ca3507dc60519a",
           "branchName": "renovate/ib-updates",
           "branchSha": "8117a0767b5b2381f4a6a414014816b126b1da76",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "252fbcb37e20feb83480950120ca3507dc60519a",
           "branchName": "renovate/headlamp-0.x",
           "branchSha": "17d01e8560b11bc531d0ef7055f73d1ea5184122",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/headlamp)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 14,
           "prTitle": "Update gluon Docker tag to v0.5.14",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.9",
               "currentVersion": "0.5.9",
               "currentValue": "0.5.9",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             }
           ]
         },
         {
           "branchName": "renovate/headlamp-0.x",
           "prNo": 15,
           "prTitle": "Update Helm release headlamp to v0.28.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "headlamp",
               "displayPending": "",
               "fixedVersion": "0.26.0",
               "currentVersion": "0.26.0",
               "currentValue": "0.26.0",
               "newValue": "0.28.0",
               "newVersion": "0.28.0",
               "newDigest": "15916dedf274ad6331502ec335bc1618d23415b66f542e9a06549089c06563b4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "headlamp"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/headlamp)
       "stats": {"total": 2, "open": 2, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/headlamp)
DEBUG: repository problems (repository=big-bang/apps/sandbox/headlamp)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/headlamp)
       "splits": {"init": 1285, "extract": 223, "lookup": 418, "onboarding": 0, "update": 1950},
       "total": 3894
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/headlamp)
       "get": {"count": 4, "avgMs": 2, "medianMs": 2, "maxMs": 3, "totalMs": 6},
       "set": {"count": 4, "avgMs": 4, "medianMs": 4, "maxMs": 6, "totalMs": 14}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/headlamp)
       "hosts": {
         "headlamp-k8s.github.io": {
           "count": 1,
           "reqAvgMs": 116,
           "reqMedianMs": 116,
           "reqMaxMs": 116,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 6,
           "reqAvgMs": 37,
           "reqMedianMs": 37,
           "reqMaxMs": 52,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 8,
           "reqAvgMs": 190,
           "reqMedianMs": 215,
           "reqMaxMs": 318,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 15
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/headlamp)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/headlamp)
       "docker": {"count": 2, "avgMs": 186, "medianMs": 372, "maxMs": 372, "totalMs": 372},
       "helm": {"count": 1, "avgMs": 166, "medianMs": 166, "maxMs": 166, "totalMs": 166}
 INFO: Repository finished (repository=big-bang/apps/sandbox/headlamp)
       "cloned": true,
       "durationMs": 3894
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder default branch = main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder.git (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "durationMs": 727
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "latestCommit": {
         "hash": "429d422e3e2e949d057030a726190d9a3c3200d7",
         "date": "2025-01-13T21:03:05+00:00",
         "message": "Merge branch 'dd/golang-builder-add-syft' into 'main'",
         "refs": "HEAD -> main, tag: 1.2.0, origin/main, origin/HEAD",
         "body": "dockerfile: add syft\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder!16",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Repository config (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: No config migration necessary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: extract() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-13T21:03:05+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Matched 1 file(s) for manager dockerfile: Dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
       "managers": {"dockerfile": 2}
DEBUG: Found dockerfile package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
       "stats": {
         "managers": {"dockerfile": {"fileCount": 1, "depCount": 1}},
         "total": {"fileCount": 1, "depCount": 1}
       }
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/google/golang/ubi9/golang-1.23, latest) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/google/golang/ubi9/golang-1.23, latest, get) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/google/golang/ubi9/golang-1.23, sha256:eeee334d06eb52c5b34fab9596a056c4057360fe4d2bb889bf3ca90cf88e42f9, get) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916745",
         "mil.dso.ironbank.image.keywords": "golang,go,programming",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Go",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:31:45+00:00",
         "org.opencontainers.image.description": "Go is an open source programming language that makes it easy to build simple, reliable, and efficient software",
         "org.opencontainers.image.licenses": "The Go Authors",
         "org.opencontainers.image.revision": "e3c81ae4d0bbc29190f6a18c8291782b745096b1",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.23",
         "org.opencontainers.image.title": "golang",
         "org.opencontainers.image.url": "https://hub.docker.com/_/golang",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "1.23.5",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: 1 flattened updates found: registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.23 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.23",
                 "currentValue": "1.23.2",
                 "replaceString": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.23:1.23.2",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.23.5",
                     "newValue": "1.23.5",
                     "newMajor": 1,
                     "newMinor": 23,
                     "newPatch": 5,
                     "updateType": "patch",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.23",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.23",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/golang",
                 "lookupName": "ironbank/google/golang/ubi9/golang-1.23",
                 "currentVersion": "1.23.2",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.2"
               }
             ],
             "packageFile": "Dockerfile"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Processing 1 branch: renovate/ib-updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: getPr(14) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: getMR(14) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: 1 PRs are currently open (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: PullRequests limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: 1 already existing branches found: renovate/ib-updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Branches limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(14) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(14) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:04:59.637Z) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-13T21:03:05+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.23 in Dockerfile is already updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.23"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-13T21:03:05+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(14) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(14) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.23 (1.23.2 -> 1.23.5) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/google/golang/ubi9/golang-1.23 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.23 docker tag to v1.23.5"
 INFO: PR updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
       "pr": 14,
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.23 docker tag to v1.23.5"
DEBUG: setPrCache() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: getPr(14) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: getMR(14) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Config does not need migration (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Closing Dependency Dashboard (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Branch lists (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "branchList": ["renovate/ib-updates"],
       "renovateBranches": ["renovate/ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: No branches to clean up (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "429d422e3e2e949d057030a726190d9a3c3200d7"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "429d422e3e2e949d057030a726190d9a3c3200d7",
           "branchName": "renovate/ib-updates",
           "branchSha": "1d00ca453a8520d809d366e7dfed39fa1cc19b49",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 14,
           "prTitle": "chore(deps): update registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.23 docker tag to v1.23.5",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.23",
               "displayPending": "",
               "fixedVersion": "1.23.2",
               "currentVersion": "1.23.2",
               "currentValue": "1.23.2",
               "newValue": "1.23.5",
               "newVersion": "1.23.5",
               "packageFile": "Dockerfile",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.23"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "stats": {"total": 1, "open": 1, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "splits": {"init": 1543, "extract": 151, "lookup": 308, "onboarding": 0, "update": 1405},
       "total": 3415
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "get": {"count": 10, "avgMs": 0, "medianMs": 0, "maxMs": 1, "totalMs": 3},
       "set": {"count": 10, "avgMs": 3, "medianMs": 2, "maxMs": 10, "totalMs": 27}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 22,
           "reqMedianMs": 21,
           "reqMaxMs": 47,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 135,
           "reqMedianMs": 94,
           "reqMaxMs": 391,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 16
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "docker": {"count": 1, "avgMs": 279, "medianMs": 279, "maxMs": 279, "totalMs": 279}
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-golang-builder)
       "cloned": true,
       "durationMs": 3415
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/istio)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/istio (repository=big-bang/apps/sandbox/istio)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/istio)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/istio)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/istio)
DEBUG: big-bang/apps/sandbox/istio default branch = main (repository=big-bang/apps/sandbox/istio)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/istio)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/istio.git (repository=big-bang/apps/sandbox/istio)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/istio)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/istio)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/istio)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/istio)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/istio)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/istio)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/istio)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/istio (repository=big-bang/apps/sandbox/istio)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/istio)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/istio)
       "durationMs": 593
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/istio)
       "latestCommit": {
         "hash": "5c2d5f5cbbde1337cf19a5857cc3f99ee11df456",
         "date": "2025-01-08T12:13:05+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #25\n\nSee merge request big-bang/apps/sandbox/istio!26",
         "author_name": "Luis Gomez",
         "author_email": "8248-lgomez2@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/istio)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/istio)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/istio)
DEBUG: Repository config (repository=big-bang/apps/sandbox/istio)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/istio)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/istio)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/istio)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/istio)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/istio)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/istio, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T12:13:05+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Matched 3 file(s) for manager helm-values: chart/charts/base/values.yaml, chart/charts/istiod/values.yaml, chart/values.yaml (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Matched 3 file(s) for manager helmv3: chart/Chart.yaml, chart/charts/base/Chart.yaml, chart/charts/istiod/Chart.yaml (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Chart has no dependencies in chart/charts/base/Chart.yaml (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Chart has no dependencies in chart/charts/istiod/Chart.yaml (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/istio, baseBranch=main)
       "managers": {"helm-values": 13, "helmv3": 14}
DEBUG: Found helm-values package files (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Found 2 package file(s) (repository=big-bang/apps/sandbox/istio, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/istio, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 3},
           "helmv3": {"fileCount": 1, "depCount": 2}
         },
         "total": {"fileCount": 2, "depCount": 5}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/istio, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/istio, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "pilot",
                 "replaceString": "pilot",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "pilot",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "proxyv2",
                 "replaceString": "proxyv2",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "proxyv2",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "proxyv2",
                 "replaceString": "proxyv2",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "proxyv2",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "chart/charts/istiod/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "base",
                 "currentValue": "1.23.3",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "base"
               },
               {
                 "depName": "istiod",
                 "currentValue": "1.23.3",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "istiod"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.23.3-bb.1",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/istio)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/istio)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/istio)
DEBUG: Processing 0 branches:  (repository=big-bang/apps/sandbox/istio)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/istio)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/istio)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/istio)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/istio)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/sandbox/istio)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/istio)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/istio)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/istio)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/istio)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/istio)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/istio)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/istio)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/sandbox/istio)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/istio)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/istio)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/istio)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/istio)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/istio)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/istio)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/istio)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/istio)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/istio)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/istio)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/istio)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/istio)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/istio)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "5c2d5f5cbbde1337cf19a5857cc3f99ee11df456"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/istio)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/istio)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/istio)
       "splits": {"init": 1195, "extract": 202, "lookup": 19, "onboarding": 0, "update": 1},
       "total": 1423
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/istio)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/istio)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 84,
           "reqMedianMs": 86,
           "reqMaxMs": 99,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/istio)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/istio)
       "docker": {"count": 3, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
 INFO: Repository finished (repository=big-bang/apps/sandbox/istio)
       "cloned": true,
       "durationMs": 1423
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/mimir)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/mimir (repository=big-bang/product/packages/mimir)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/mimir)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/mimir)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/mimir)
DEBUG: big-bang/product/packages/mimir default branch = main (repository=big-bang/product/packages/mimir)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/mimir)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/mimir.git (repository=big-bang/product/packages/mimir)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/mimir)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/mimir)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/mimir)
DEBUG: isOnboarded() (repository=big-bang/product/packages/mimir)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/mimir)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/mimir)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/mimir)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/mimir (repository=big-bang/product/packages/mimir)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/mimir)
DEBUG: git clone completed (repository=big-bang/product/packages/mimir)
       "durationMs": 556
DEBUG: latest repository commit (repository=big-bang/product/packages/mimir)
       "latestCommit": {
         "hash": "5fed88f5db7a1d716bf9f07376fddc39fa038653",
         "date": "2025-01-31T17:41:12+00:00",
         "message": "Merge branch '58-mimir-minio-label' into 'main'",
         "refs": "HEAD -> main, tag: 5.5.1-bb.4, origin/main, origin/HEAD",
         "body": "Add labels to minio tenant\n\nCloses #58\n\nSee merge request big-bang/product/packages/mimir!47",
         "author_name": "Kirby Liu",
         "author_email": "liu.kirby@gmail.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/mimir)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/mimir)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/mimir)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/mimir)
DEBUG: Repository config (repository=big-bang/product/packages/mimir)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Mimir Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["mimir", "renovate", "kind::maintenance", "team::Observability"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "separateMajorMinor": false,
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {"matchDatasources": ["helm"], "groupName": "Ironbank"}
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": "Update app version chart annotations",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- mimir:\\s+'(?<currentValue>.+)'",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/grafana/mimir",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": "Update docker image references",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": "Update chart version to match mimir-distributed",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "depNameTemplate": "mimir-distributed",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts"
           }
         ],
         "postUpgradeTasks": {
           "commands": [
             "regenerate-helm-docs",
             "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
           ],
           "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
         }
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/mimir)
DEBUG: No config migration necessary (repository=big-bang/product/packages/mimir)
DEBUG: Post-massage config (repository=big-bang/product/packages/mimir)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Mimir Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["mimir", "renovate", "kind::maintenance", "team::Observability"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "separateMajorMinor": false,
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {"matchDatasources": ["helm"], "groupName": "Ironbank"}
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": ["Update app version chart annotations"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- mimir:\\s+'(?<currentValue>.+)'",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/grafana/mimir",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": ["Update docker image references"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": ["Update chart version to match mimir-distributed"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "depNameTemplate": "mimir-distributed",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts"
           }
         ],
         "postUpgradeTasks": {
           "commands": [
             "regenerate-helm-docs",
             "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
           ],
           "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
         }
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/mimir)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/mimir)
DEBUG: findIssue(Renovate: Upgrade Mimir Package Dependencies) (repository=big-bang/product/packages/mimir)
DEBUG: baseBranches (repository=big-bang/product/packages/mimir)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/mimir, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T17:41:12+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/mimir, baseBranch=main)
       "managers": {"helm-values": 11, "regex": 16, "helmv3": 17}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/product/packages/mimir, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/mimir, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 6},
           "helmv3": {"fileCount": 1, "depCount": 3},
           "regex": {"fileCount": 3, "depCount": 8}
         },
         "total": {"fileCount": 5, "depCount": 17}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: hostRules: no authentication for grafana.github.io (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Using queue: host=grafana.github.io, concurrency=16 (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/grafana/mimir, latest) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/grafana/mimir, latest, get) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, bigbang/minio-instance, 7.0.0-bb.0) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, bigbang/minio-instance, 7.0.0-bb.0, get) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/grafana/rollout-operator, latest) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/grafana/rollout-operator, latest, get) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Found no satisfying versions with 'helm' versioning (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/memcached/memcached, latest) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/memcached/memcached, latest, get) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/nginx/nginx, latest) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/nginx/nginx, latest, get) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/nginx/nginx, sha256:93083f744252d191905fa100ecac2868e043d9d11109b0bc38759156a9162f03, get) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/mimir, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7ff9c4df742e5c8825287e552971da830a3d58720e4afd80d87c27e5a7d5d3e1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917900",
         "mil.dso.ironbank.image.keywords": "grafana,mimir,metrics,prometheus",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:83d1329a07d0e0e8d47fec6c2f94e9499f07819fed0096b1303a778b94728805",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "mimir",
         "org.opencontainers.image.created": "2025-02-03 01:41:03+00:00",
         "org.opencontainers.image.description": "Mimir lets you scale metrics to 1 billion active series and beyond, with high availability, multi-tenancy, durable storage, and blazing fast query performance over long periods of time.",
         "org.opencontainers.image.licenses": "AGPL",
         "org.opencontainers.image.revision": "96b89324522bc0f747e09fc7bc19595e1e82df1f",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/grafana/mimir",
         "org.opencontainers.image.title": "mimir",
         "org.opencontainers.image.url": "https://github.com/grafana/mimir/tree/main/cmd/mimir",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "2.14.2"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/mimir, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7ff9c4df742e5c8825287e552971da830a3d58720e4afd80d87c27e5a7d5d3e1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916978",
         "mil.dso.ironbank.image.keywords": "grafana,rollout-operator,operator",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:83d1329a07d0e0e8d47fec6c2f94e9499f07819fed0096b1303a778b94728805",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "rollout-operator",
         "org.opencontainers.image.created": "2025-02-02 23:55:34+00:00",
         "org.opencontainers.image.description": "This operator coordinates the rollout of pods between different StatefulSets within a specific namespace and can be used to manage multi-AZ deployments where pods running in each AZ are managed by a dedicated StatefulSet.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "ea34d6fe059717ab86e36209c0dcc94fb8773f5f",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/grafana/rollout-operator",
         "org.opencontainers.image.title": "rollout-operator",
         "org.opencontainers.image.url": "https://github.com/grafana/rollout-operator/",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v0.23.0"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/mimir, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917111",
         "mil.dso.ironbank.image.keywords": "memory,cache,caching",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "memcached",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:07:47+00:00",
         "org.opencontainers.image.description": "Free & open source, high-performance, distributed memory object caching system,",
         "org.opencontainers.image.licenses": "BSD",
         "org.opencontainers.image.revision": "7ab04ad77a3a498d0fd35a19a2b6b4092f3a11f2",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/memcached/memcached",
         "org.opencontainers.image.title": "memcached",
         "org.opencontainers.image.url": "https://memcached.org/",
         "org.opencontainers.image.vendor": "Danga Interactive",
         "org.opencontainers.image.version": "1.6.34",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: getLabels(https://registry1.dso.mil, ironbank/big-bang/base, latest) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/base, latest, get) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/mimir, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917296",
         "mil.dso.ironbank.image.keywords": "nginx,proxy,webserver",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "nginx",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:29:12+00:00",
         "org.opencontainers.image.description": "NGINX is a free, open-source, high-performance HTTP server and reverse proxy.",
         "org.opencontainers.image.licenses": "BSD-2-Clause",
         "org.opencontainers.image.revision": "653b493175724ff6b8e850d61ad321b7ace4f185",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/nginx/nginx",
         "org.opencontainers.image.title": "nginx",
         "org.opencontainers.image.url": "https://nginx.org/en/",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "1.27.3",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/base, sha256:5df3941e8918bb6ec9a1d7c138793f8551e6952bae648e47b4d4da0457a13e17, get) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/mimir, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917024",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Big Bang",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:59:06+00:00",
         "org.opencontainers.image.description": "Proprietary UBI image built with cURL, Kubectl, YQ, and JQ utilites for use in Big Bang jobs",
         "org.opencontainers.image.licenses": "Apache V2",
         "org.opencontainers.image.revision": "bbd63a3b070e9299d387d8d818593e1c334a6364",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/big-bang/base",
         "org.opencontainers.image.title": "Big Bang UBI Base Image",
         "org.opencontainers.image.url": "N/A",
         "org.opencontainers.image.vendor": "Big Bang",
         "org.opencontainers.image.version": "2.1.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: 5 flattened updates found: registry1.dso.mil/ironbank/opensource/grafana/rollout-operator, mimir-distributed, gluon, registry1.dso.mil/ironbank/opensource/grafana/rollout-operator, mimir-distributed (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/mimir, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/mimir, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/mimir",
                 "currentValue": "2.14.2",
                 "datasource": "docker",
                 "replaceString": "2.14.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/mimir",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/mimir",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/mimir/tree/main/cmd/mimir",
                 "lookupName": "ironbank/opensource/grafana/mimir",
                 "currentVersion": "2.14.2",
                 "fixedVersion": "2.14.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached",
                 "currentValue": "1.6.34",
                 "datasource": "docker",
                 "replaceString": "1.6.34",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/memcached/memcached",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/memcached/memcached",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://memcached.org/",
                 "lookupName": "ironbank/opensource/memcached/memcached",
                 "currentVersion": "1.6.34",
                 "fixedVersion": "1.6.34"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator",
                 "currentValue": "v0.22.0",
                 "datasource": "docker",
                 "replaceString": "v0.22.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.23.0",
                     "newValue": "v0.23.0",
                     "newMajor": 0,
                     "newMinor": 23,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/rollout-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/rollout-operator/",
                 "lookupName": "ironbank/opensource/grafana/rollout-operator",
                 "currentVersion": "v0.22.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.22.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "currentValue": "1.27.3",
                 "datasource": "docker",
                 "replaceString": "1.27.3",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nginx/nginx",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nginx.org/en/",
                 "lookupName": "ironbank/opensource/nginx/nginx",
                 "currentVersion": "1.27.3",
                 "fixedVersion": "1.27.3"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "currentValue": "1.27.3",
                 "datasource": "docker",
                 "replaceString": "1.27.3",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nginx/nginx",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nginx.org/en/",
                 "lookupName": "ironbank/opensource/nginx/nginx",
                 "currentVersion": "1.27.3",
                 "fixedVersion": "1.27.3"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "mimir-distributed",
                 "currentValue": "5.5.1",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.6.0",
                     "newValue": "5.6.0",
                     "newDigest": "323054037932b2a407cee3eac8e7be76ef5412caee1e5c9b94b4264afc5155b2",
                     "releaseTimestamp": "2025-01-16T00:58:24.276Z",
                     "newVersionAgeInDays": 18,
                     "newMajor": 5,
                     "newMinor": 6,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "mimir-distributed",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/helm-charts",
                 "registryUrl": "https://grafana.github.io/helm-charts",
                 "homepage": "https://grafana.com/docs/helm-charts/mimir-distributed/latest/",
                 "currentVersion": "5.5.1",
                 "currentVersionTimestamp": "2024-10-21T06:52:11.275Z",
                 "currentVersionAgeInDays": 105,
                 "isSingleVersion": true,
                 "fixedVersion": "5.5.1"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.12",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.12",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.12"
               },
               {
                 "depName": "minio-instance",
                 "currentValue": "6.0.4-bb.4",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/minio-instance",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/minio/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://min.io",
                 "lookupName": "bigbang/minio-instance",
                 "currentVersion": "6.0.4",
                 "fixedVersion": "6.0.4-bb.4"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "5.5.1-bb.4",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/mimir",
                 "currentValue": "2.14.2",
                 "datasource": "docker",
                 "replaceString": "- mimir: '2.14.2'",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/mimir",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/mimir",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/mimir/tree/main/cmd/mimir",
                 "lookupName": "ironbank/opensource/grafana/mimir",
                 "currentVersion": "2.14.2",
                 "fixedVersion": "2.14.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/mimir",
                 "currentValue": "2.14.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: 2.14.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/mimir",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/mimir",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/mimir/tree/main/cmd/mimir",
                 "lookupName": "ironbank/opensource/grafana/mimir",
                 "currentVersion": "2.14.2",
                 "fixedVersion": "2.14.2"
               }
             ],
             "matchStrings": [
               "- mimir:\\s+'(?<currentValue>.+)'",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/grafana/mimir",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/mimir",
                 "currentValue": "2.14.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/grafana/mimir:2.14.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/mimir",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/mimir",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/mimir/tree/main/cmd/mimir",
                 "lookupName": "ironbank/opensource/grafana/mimir",
                 "currentVersion": "2.14.2",
                 "fixedVersion": "2.14.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "currentValue": "1.27.3",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/nginx/nginx:1.27.3",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nginx/nginx",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nginx.org/en/",
                 "lookupName": "ironbank/opensource/nginx/nginx",
                 "currentVersion": "1.27.3",
                 "fixedVersion": "1.27.3"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached",
                 "currentValue": "1.6.34",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/memcached/memcached:1.6.34",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/memcached/memcached",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/memcached/memcached",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://memcached.org/",
                 "lookupName": "ironbank/opensource/memcached/memcached",
                 "currentVersion": "1.6.34",
                 "fixedVersion": "1.6.34"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator",
                 "currentValue": "v0.22.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/grafana/rollout-operator:v0.22.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.23.0",
                     "newValue": "v0.23.0",
                     "newMajor": 0,
                     "newMinor": 23,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/rollout-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/rollout-operator/",
                 "lookupName": "ironbank/opensource/grafana/rollout-operator",
                 "currentVersion": "v0.22.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.22.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "mimir-distributed",
                 "currentValue": "5.5.1",
                 "datasource": "helm",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "replaceString": "version: 5.5.1-bb.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.6.0",
                     "newValue": "5.6.0",
                     "newDigest": "323054037932b2a407cee3eac8e7be76ef5412caee1e5c9b94b4264afc5155b2",
                     "releaseTimestamp": "2025-01-16T00:58:24.276Z",
                     "newVersionAgeInDays": 18,
                     "newMajor": 5,
                     "newMinor": 6,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "mimir-distributed",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/helm-charts",
                 "registryUrl": "https://grafana.github.io/helm-charts",
                 "homepage": "https://grafana.com/docs/helm-charts/mimir-distributed/latest/",
                 "currentVersion": "5.5.1",
                 "currentVersionTimestamp": "2024-10-21T06:52:11.275Z",
                 "currentVersionAgeInDays": 105,
                 "isSingleVersion": true,
                 "fixedVersion": "5.5.1"
               },
               {
                 "depName": "mimir-distributed",
                 "currentValue": "6.0.4",
                 "datasource": "helm",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "replaceString": "version: 6.0.4-bb.4",
                 "updates": [],
                 "packageName": "mimir-distributed",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/helm-charts",
                 "registryUrl": "https://grafana.github.io/helm-charts",
                 "homepage": "https://grafana.com/docs/helm-charts/mimir-distributed/latest/",
                 "currentVersion": "6.0.4",
                 "fixedVersion": "6.0.4"
               }
             ],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "depNameTemplate": "mimir-distributed",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts",
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/mimir)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/mimir)
DEBUG: processRepo() (repository=big-bang/product/packages/mimir)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/mimir)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/mimir)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/mimir)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/mimir)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/mimir)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/mimir)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/mimir)
DEBUG: getPr(44) (repository=big-bang/product/packages/mimir)
DEBUG: getMR(44) (repository=big-bang/product/packages/mimir)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/mimir)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/mimir)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/mimir)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/mimir)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/mimir)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/mimir)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/mimir)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/mimir)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/mimir)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/mimir)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/mimir)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/mimir)
DEBUG: syncBranchState() (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(44) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(44) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:05:06.314Z) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T17:41:12+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep gluon in chart/Chart.yaml is already updated (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "gluon"
DEBUG: Branch dep mimir-distributed in chart/Chart.yaml is already updated (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "mimir-distributed"
DEBUG: Branch dep mimir-distributed in chart/Chart.yaml is already updated (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "mimir-distributed"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/grafana/rollout-operator in chart/Chart.yaml is already updated (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/grafana/rollout-operator in chart/values.yaml is already updated (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/mimir, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator"
DEBUG: No package files need updating (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T17:41:12+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(44) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(44) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://github.com/grafana/helm-charts (5.5.1 -> 5.6.0) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "manager": "regex",
       "packageName": "mimir-distributed",
       "sourceUrl": "https://github.com/grafana/helm-charts"
DEBUG: Fetching changelog: https://github.com/grafana/helm-charts (5.5.1 -> 5.6.0) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "manager": "helmv3",
       "packageName": "mimir-distributed",
       "sourceUrl": "https://github.com/grafana/helm-charts"
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/grafana/rollout-operator (v0.22.0 -> v0.23.0) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/grafana/rollout-operator (v0.22.0 -> v0.23.0) (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/grafana/rollout-operator (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/grafana/rollout-operator (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
       "pr": 44,
       "prTitle": "Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/mimir, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/mimir)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/mimir)
DEBUG: getPr(44) (repository=big-bang/product/packages/mimir)
DEBUG: getMR(44) (repository=big-bang/product/packages/mimir)
DEBUG: Config does not need migration (repository=big-bang/product/packages/mimir)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/mimir)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/mimir)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/mimir)
DEBUG: ensureIssue() (repository=big-bang/product/packages/mimir)
DEBUG: Updating issue (repository=big-bang/product/packages/mimir)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/mimir)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/mimir)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/mimir)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/mimir)
DEBUG: Branch lists (repository=big-bang/product/packages/mimir)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/mimir)
DEBUG: No branches to clean up (repository=big-bang/product/packages/mimir)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/mimir)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/mimir)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/mimir)
DEBUG: Repo is activated (repository=big-bang/product/packages/mimir)
DEBUG: Branch summary (repository=big-bang/product/packages/mimir)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "5fed88f5db7a1d716bf9f07376fddc39fa038653"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "5fed88f5db7a1d716bf9f07376fddc39fa038653",
           "branchName": "renovate/ironbank",
           "branchSha": "1cf52c1f1d25e82343b3bfbf974f0c4263d60eed",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/mimir)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 44,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.12",
               "currentVersion": "0.5.12",
               "currentValue": "0.5.12",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "helm",
               "depName": "mimir-distributed",
               "displayPending": "",
               "fixedVersion": "5.5.1",
               "currentVersion": "5.5.1",
               "currentValue": "5.5.1",
               "newValue": "5.6.0",
               "newVersion": "5.6.0",
               "newDigest": "323054037932b2a407cee3eac8e7be76ef5412caee1e5c9b94b4264afc5155b2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "mimir-distributed"
             },
             {
               "datasource": "helm",
               "depName": "mimir-distributed",
               "displayPending": "",
               "fixedVersion": "5.5.1",
               "currentVersion": "5.5.1",
               "currentValue": "5.5.1",
               "newValue": "5.6.0",
               "newVersion": "5.6.0",
               "newDigest": "323054037932b2a407cee3eac8e7be76ef5412caee1e5c9b94b4264afc5155b2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "mimir-distributed"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator",
               "displayPending": "",
               "fixedVersion": "v0.22.0",
               "currentVersion": "v0.22.0",
               "currentValue": "v0.22.0",
               "newValue": "v0.23.0",
               "newVersion": "v0.23.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator",
               "displayPending": "",
               "fixedVersion": "v0.22.0",
               "currentVersion": "v0.22.0",
               "currentValue": "v0.22.0",
               "newValue": "v0.23.0",
               "newVersion": "v0.23.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/grafana/rollout-operator"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/mimir)
       "stats": {"total": 6, "open": 1, "closed": 3, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/mimir)
DEBUG: repository problems (repository=big-bang/product/packages/mimir)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/mimir)
       "splits": {"init": 1492, "extract": 202, "lookup": 2139, "onboarding": 0, "update": 1378},
       "total": 5732
DEBUG: Package cache statistics (repository=big-bang/product/packages/mimir)
       "get": {"count": 23, "avgMs": 3, "medianMs": 1, "maxMs": 24, "totalMs": 68},
       "set": {"count": 23, "avgMs": 8, "medianMs": 2, "maxMs": 44, "totalMs": 184}
DEBUG: HTTP statistics (repository=big-bang/product/packages/mimir)
       "hosts": {
         "grafana.github.io": {
           "count": 1,
           "reqAvgMs": 58,
           "reqMedianMs": 58,
           "reqMaxMs": 58,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 32,
           "reqAvgMs": 261,
           "reqMedianMs": 35,
           "reqMaxMs": 1514,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 166,
           "reqMedianMs": 123,
           "reqMaxMs": 379,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 45
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/mimir)
DEBUG: Lookup statistics (repository=big-bang/product/packages/mimir)
       "docker": {"count": 14, "avgMs": 1558, "medianMs": 1748, "maxMs": 1918, "totalMs": 21815},
       "helm": {"count": 3, "avgMs": 1626, "medianMs": 1626, "maxMs": 1626, "totalMs": 4878}
 INFO: Repository finished (repository=big-bang/product/packages/mimir)
       "cloned": true,
       "durationMs": 5732
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/tetragon)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/tetragon (repository=big-bang/apps/sandbox/tetragon)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/tetragon)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/tetragon)
DEBUG: big-bang/apps/sandbox/tetragon default branch = main (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/tetragon.git (repository=big-bang/apps/sandbox/tetragon)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Ftetragon/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=54) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/tetragon)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Ftetragon/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/tetragon)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/tetragon)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/tetragon)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/tetragon (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/tetragon)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/tetragon)
       "durationMs": 585
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/tetragon)
       "latestCommit": {
         "hash": "b176991781d92055c409af57103f3539ef87daed",
         "date": "2025-01-23T21:44:24+00:00",
         "message": "Merge branch 'dax/add_renovate' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Initial renovate config\n\nSee merge request big-bang/apps/sandbox/tetragon!19",
         "author_name": "Dax McDonald",
         "author_email": "dmcdonald@bridgephase.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Config file exists, fileName: renovate.json5 (repository=big-bang/apps/sandbox/tetragon)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Found renovate.json5 config file (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Repository config (repository=big-bang/apps/sandbox/tetragon)
       "fileName": "renovate.json5",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Tetragon Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["tetragon", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "registry: registry1.dso.mil\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- tetragon:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Config migration necessary (repository=big-bang/apps/sandbox/tetragon)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Tetragon Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["tetragon", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "registry: registry1.dso.mil\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- tetragon:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Tetragon Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["tetragon", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "registry: registry1.dso.mil\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- tetragon:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/apps/sandbox/tetragon)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Tetragon Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["tetragon", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "registry: registry1.dso.mil\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- tetragon:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/tetragon)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/tetragon)
DEBUG: findIssue(Renovate: Upgrade Tetragon Package Dependencies) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/tetragon)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T21:44:24+00:00"
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
       "managers": {"regex": 3}
DEBUG: Found regex package files (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
       "stats": {
         "managers": {"regex": {"fileCount": 3, "depCount": 3}},
         "total": {"fileCount": 3, "depCount": 3}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/cilium/tetragon, latest) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/cilium/tetragon, latest, get) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/cilium/tetragon, sha256:66d787da7431974469f2a8a02992d40ac79c69485971b0815c8bd1fcdd5f79b8, get) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:44586784378a36dd15ec2d746d638db492b19d547096a5513724f1b84de4ad18",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917452",
         "mil.dso.ironbank.image.keywords": "cilium, tetragon",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:587e84d24d5b806791a59b4eb8e485afff3a8fb9c4de9bc88995f99cb279c537",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "alpine321-container",
         "mil.dso.ironbank.product.name": "cilium/tetragon",
         "org.opencontainers.image.created": "2025-02-03 00:47:42+00:00",
         "org.opencontainers.image.description": "Cilium's new Tetragon component enables powerful real-time, eBPF-based Security Observability and Runtime Enforcement.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "f7f206f66f93cb8a8c3b340a16d9f7a0fe6fb7c6",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/cilium/tetragon",
         "org.opencontainers.image.title": "cilium/tetragon",
         "org.opencontainers.image.url": "https://tetragon.io/docs/",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v1.3.0"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: 3 flattened updates found: registry1.dso.mil/ironbank/opensource/cilium/tetragon, registry1.dso.mil/ironbank/opensource/cilium/tetragon, registry1.dso.mil/ironbank/opensource/cilium/tetragon (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/tetragon, baseBranch=main)
       "config": {
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
                 "currentValue": "v1.2.1",
                 "datasource": "docker",
                 "replaceString": "- tetragon: v1.2.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.3.0",
                     "newValue": "v1.3.0",
                     "newMajor": 1,
                     "newMinor": 3,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/cilium/tetragon",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://tetragon.io/docs/",
                 "lookupName": "ironbank/opensource/cilium/tetragon",
                 "currentVersion": "v1.2.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.2.1"
               }
             ],
             "matchStrings": ["- tetragon:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
                 "currentValue": "1.2.1",
                 "datasource": "docker",
                 "replaceString": "appVersion: 1.2.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.3.0",
                     "newValue": "1.3.0",
                     "newMajor": 1,
                     "newMinor": 3,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/cilium/tetragon",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://tetragon.io/docs/",
                 "lookupName": "ironbank/opensource/cilium/tetragon",
                 "currentVersion": "v1.2.1",
                 "isSingleVersion": true,
                 "fixedVersion": "1.2.1"
               }
             ],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
                 "currentValue": "v1.2.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/cilium/tetragon:v1.2.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.3.0",
                     "newValue": "v1.3.0",
                     "newMajor": 1,
                     "newMinor": 3,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/cilium/tetragon",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://tetragon.io/docs/",
                 "lookupName": "ironbank/opensource/cilium/tetragon",
                 "currentVersion": "v1.2.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.2.1"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/tetragon)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/tetragon)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/tetragon)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/tetragon)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: getPr(20) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: getMR(20) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/sandbox/tetragon)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/tetragon)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/tetragon)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/tetragon)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/tetragon)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(20) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(20) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:05:10.109Z) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T21:44:24+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/cilium/tetragon in chart/Chart.yaml is already updated (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/cilium/tetragon in chart/Chart.yaml is already updated (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/cilium/tetragon in chart/Chart.yaml is already updated (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T21:44:24+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(20) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(20) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/cilium/tetragon (v1.2.1 -> v1.3.0) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/cilium/tetragon (v1.2.1 -> v1.3.0) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/cilium/tetragon (v1.2.1 -> v1.3.0) (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/cilium/tetragon (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/cilium/tetragon (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/cilium/tetragon (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/cilium/tetragon Docker tag to v1.3.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
       "pr": 20,
       "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/cilium/tetragon Docker tag to v1.3.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/tetragon, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: getPr(20) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: getMR(20) (repository=big-bang/apps/sandbox/tetragon)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/sandbox/tetragon)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/apps/sandbox/tetragon)
DEBUG: ensureIssue() (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Updating issue (repository=big-bang/apps/sandbox/tetragon)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/tetragon)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/tetragon)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/tetragon)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/tetragon)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/tetragon)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/tetragon)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/tetragon)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/tetragon)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "b176991781d92055c409af57103f3539ef87daed"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "b176991781d92055c409af57103f3539ef87daed",
           "branchName": "renovate/ironbank",
           "branchSha": "86127202db47e8ae0cb734703be34024c04e2f77",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/tetragon)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 20,
           "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/cilium/tetragon Docker tag to v1.3.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
               "displayPending": "",
               "fixedVersion": "v1.2.1",
               "currentVersion": "v1.2.1",
               "currentValue": "v1.2.1",
               "newValue": "v1.3.0",
               "newVersion": "v1.3.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
               "displayPending": "",
               "fixedVersion": "1.2.1",
               "currentVersion": "v1.2.1",
               "currentValue": "1.2.1",
               "newValue": "1.3.0",
               "newVersion": "v1.3.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon",
               "displayPending": "",
               "fixedVersion": "v1.2.1",
               "currentVersion": "v1.2.1",
               "currentValue": "v1.2.1",
               "newValue": "v1.3.0",
               "newVersion": "v1.3.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/cilium/tetragon"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/tetragon)
       "stats": {"total": 2, "open": 1, "closed": 1, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/tetragon)
       "splits": {"init": 1340, "extract": 191, "lookup": 367, "onboarding": 1, "update": 1236},
       "total": 3653
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/tetragon)
       "get": {"count": 6, "avgMs": 0, "medianMs": 0, "maxMs": 1, "totalMs": 2},
       "set": {"count": 10, "avgMs": 3, "medianMs": 2, "maxMs": 8, "totalMs": 27}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/tetragon)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 25,
           "reqMedianMs": 24,
           "reqMaxMs": 44,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 13,
           "reqAvgMs": 135,
           "reqMedianMs": 128,
           "reqMaxMs": 284,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 20
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/tetragon)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/tetragon)
       "docker": {"count": 3, "avgMs": 322, "medianMs": 322, "maxMs": 322, "totalMs": 966}
 INFO: Repository finished (repository=big-bang/apps/sandbox/tetragon)
       "cloned": true,
       "durationMs": 3653
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/crossplane-distros/aks)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/crossplane-distros/aks (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: big-bang/pipeline-templates/crossplane-distros/aks default branch = main (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/crossplane-distros/aks.git (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fcrossplane-distros%2Faks/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=61) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: GitLab API 404 (repository=big-bang/pipeline-templates/crossplane-distros/aks)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fcrossplane-distros%2Faks/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/crossplane-distros/aks (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/crossplane-distros/aks)
       "durationMs": 882
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/crossplane-distros/aks)
       "latestCommit": {
         "hash": "7bbddaaf77b62cc0aaf073d89e2ceddac5773b0c",
         "date": "2024-10-11T18:59:15+00:00",
         "message": "Merge branch 'docsandexamples' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Documentation and Examples for deployment of Big Bang ready Azure Kubernetes Services over Azure Commercial Cloud\n\nSee merge request big-bang/pipeline-templates/crossplane-distros/aks!1",
         "author_name": "Jimmy Bourque",
         "author_email": "jbourque@bridgephase.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: findFile(.renovaterc) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: config file not found (repository=big-bang/pipeline-templates/crossplane-distros/aks)
 INFO: Repository is disabled - skipping (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/crossplane-distros/aks)
       "splits": {},
       "total": 1546
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/aks)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/crossplane-distros/aks)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 95,
           "reqMedianMs": 86,
           "reqMaxMs": 138,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/aks)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/crossplane-distros/aks)
 INFO: Repository finished (repository=big-bang/pipeline-templates/crossplane-distros/aks)
       "cloned": true,
       "durationMs": 1546
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/backstage)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/backstage (repository=big-bang/apps/sandbox/backstage)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/backstage)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/backstage)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/backstage)
DEBUG: big-bang/apps/sandbox/backstage default branch = main (repository=big-bang/apps/sandbox/backstage)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/backstage)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/backstage.git (repository=big-bang/apps/sandbox/backstage)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/backstage)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/backstage)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/backstage)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/backstage)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/backstage (repository=big-bang/apps/sandbox/backstage)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/backstage)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/backstage)
       "durationMs": 617
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/backstage)
       "latestCommit": {
         "hash": "04a2451328c737ec2639c6cc8e2d2711901c194b",
         "date": "2025-01-16T19:31:23+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #32\n\nSee merge request big-bang/apps/sandbox/backstage!26",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/backstage)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/backstage)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/backstage)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/backstage)
DEBUG: Repository config (repository=big-bang/apps/sandbox/backstage)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/backstage)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/backstage)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/backstage)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/backstage)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/backstage)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T19:31:23+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "managers": {"helm-values": 6, "helmv3": 6}
DEBUG: Found helm-values package files (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Found 2 package file(s) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 1},
           "helmv3": {"fileCount": 1, "depCount": 2}
         },
         "total": {"fileCount": 2, "depCount": 3}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: hostRules: no authentication for hub.docker.com (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/backstage/backstage, latest) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/backstage/backstage, latest, get) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, bitnamicharts/common, 2.29.1) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, bitnamicharts/common, 2.29.1, get) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Using queue: host=index.docker.io, concurrency=16 (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:f2ced24865497d2c7fc1e4bacfeacd83fcd4041a1d48100eb08047719e68fad9",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs20:20.17",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917320",
         "mil.dso.ironbank.image.keywords": "backstage, nodejs",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs20:20.17@sha256:800e5c8f87981fb6494bd52328ec544f537f8f3051378087782768c1222c0a72",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "backstage/backstage",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:33:15+00:00",
         "org.opencontainers.image.description": "Backstage is an open source framework for building developer portals.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "34fda9a793f161283532394b57c00539c966eb77",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/backstage/backstage",
         "org.opencontainers.image.title": "backstage/backstage",
         "org.opencontainers.image.url": "https://backstage.io/docs/overview/what-is-backstage/",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "1.35.1",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: Using queue: host=auth.docker.io, concurrency=16 (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, bitnamicharts/postgresql, 16.4.5) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, bitnamicharts/postgresql, 16.4.5, get) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "labels": {
         "org.opencontainers.image.source": "https://github.com/bitnami/charts/tree/main/bitnami/common"
       }
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "labels": {
         "org.opencontainers.image.source": "https://github.com/bitnami/charts/tree/main/bitnami/postgresql"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: 4 flattened updates found: registry1.dso.mil/ironbank/opensource/backstage/backstage, common, postgresql, postgresql (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: Returning 2 branch(es) (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/backstage, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/backstage/backstage",
                 "currentValue": "1.31.1",
                 "datasource": "docker",
                 "replaceString": "1.31.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.35.1",
                     "newValue": "1.35.1",
                     "newMajor": 1,
                     "newMinor": 35,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/backstage/backstage",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/backstage/backstage",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://backstage.io/docs/overview/what-is-backstage/",
                 "lookupName": "ironbank/opensource/backstage/backstage",
                 "currentVersion": "1.31.1",
                 "isSingleVersion": true,
                 "fixedVersion": "1.31.1"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "common",
                 "currentValue": "2.10.0",
                 "datasource": "docker",
                 "packageName": "registry-1.docker.io/bitnamicharts/common",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.29.1",
                     "newValue": "2.29.1",
                     "releaseTimestamp": "2025-01-23T16:17:11.844Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 2,
                     "newMinor": 29,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/charts",
                 "registryUrl": "https://index.docker.io",
                 "sourceDirectory": "bitnami/common",
                 "lookupName": "bitnamicharts/common",
                 "currentVersion": "2.10.0",
                 "currentVersionTimestamp": "2023-09-04T10:13:01.424Z",
                 "currentVersionAgeInDays": 517,
                 "isSingleVersion": true,
                 "fixedVersion": "2.10.0"
               },
               {
                 "depName": "postgresql",
                 "currentValue": "12.10.0",
                 "datasource": "docker",
                 "packageName": "registry-1.docker.io/bitnamicharts/postgresql",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "12.12.10",
                     "newValue": "12.12.10",
                     "releaseTimestamp": "2023-09-27T11:09:59.569Z",
                     "newVersionAgeInDays": 494,
                     "newMajor": 12,
                     "newMinor": 12,
                     "newPatch": 10,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "16.4.5",
                     "newValue": "16.4.5",
                     "releaseTimestamp": "2025-01-21T01:33:10.622Z",
                     "newVersionAgeInDays": 13,
                     "newMajor": 16,
                     "newMinor": 4,
                     "newPatch": 5,
                     "updateType": "major",
                     "branchName": "renovate/major-ib-updates"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/charts",
                 "registryUrl": "https://index.docker.io",
                 "sourceDirectory": "bitnami/postgresql",
                 "lookupName": "bitnamicharts/postgresql",
                 "currentVersion": "12.10.0",
                 "currentVersionTimestamp": "2023-08-25T13:54:58.318Z",
                 "currentVersionAgeInDays": 527,
                 "isSingleVersion": true,
                 "fixedVersion": "12.10.0"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.9.6",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/backstage)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/backstage)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/backstage)
DEBUG: Processing 2 branches: renovate/ib-updates, renovate/major-ib-updates (repository=big-bang/apps/sandbox/backstage)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/backstage)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/backstage)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/backstage)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/backstage)
DEBUG: 2 PRs are currently open (repository=big-bang/apps/sandbox/backstage)
DEBUG: PR concurrent limit remaining: 8 (repository=big-bang/apps/sandbox/backstage)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/backstage)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/backstage)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/backstage)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/backstage)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/backstage)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/backstage)
DEBUG: 2 already existing branches found: renovate/ib-updates,renovate/major-ib-updates (repository=big-bang/apps/sandbox/backstage)
DEBUG: Branch concurrent limit remaining: 8 (repository=big-bang/apps/sandbox/backstage)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/backstage)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/backstage)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:05:16.611Z) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T19:31:23+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep common in chart/Chart.yaml is already updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ib-updates)
       "depName": "common"
DEBUG: Branch dep postgresql in chart/Chart.yaml is already updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ib-updates)
       "depName": "postgresql"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/backstage/backstage in chart/values.yaml is already updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/opensource/backstage/backstage"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T19:31:23+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://github.com/bitnami/charts (2.10.0 -> 2.29.1) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
       "manager": "helmv3",
       "packageName": "registry-1.docker.io/bitnamicharts/common",
       "sourceUrl": "https://github.com/bitnami/charts"
DEBUG: Fetching changelog: https://github.com/bitnami/charts (12.10.0 -> 12.12.10) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
       "manager": "helmv3",
       "packageName": "registry-1.docker.io/bitnamicharts/postgresql",
       "sourceUrl": "https://github.com/bitnami/charts"
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/backstage/backstage (1.31.1 -> 1.35.1) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/backstage/backstage (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update IB Updates"
 INFO: PR updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
       "pr": 22,
       "prTitle": "Update IB Updates"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:05:17.843Z) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: isBranchConflicted(main, renovate/major-ib-updates) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T19:31:23+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch dep postgresql in chart/Chart.yaml is already updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/major-ib-updates)
       "depName": "postgresql"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T19:31:23+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Fetching changelog: https://github.com/bitnami/charts (12.10.0 -> 16.4.5) (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "manager": "helmv3",
       "packageName": "registry-1.docker.io/bitnamicharts/postgresql",
       "sourceUrl": "https://github.com/bitnami/charts"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "prTitle": "Update postgresql Docker tag to v16"
 INFO: PR updated (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
       "pr": 23,
       "prTitle": "Update postgresql Docker tag to v16"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/backstage, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/apps/sandbox/backstage)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/backstage)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/backstage)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/backstage)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/backstage)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/backstage)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/backstage)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/backstage)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/backstage)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/backstage)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/backstage)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/backstage)
       "branchList": ["renovate/ib-updates", "renovate/major-ib-updates"],
       "renovateBranches": ["renovate/ib-updates", "renovate/major-ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/backstage)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/backstage)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/backstage)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/backstage)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/backstage)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/backstage)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "04a2451328c737ec2639c6cc8e2d2711901c194b"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "04a2451328c737ec2639c6cc8e2d2711901c194b",
           "branchName": "renovate/ib-updates",
           "branchSha": "2439f876a261453a094b13e58522a74ae8cd9541",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "04a2451328c737ec2639c6cc8e2d2711901c194b",
           "branchName": "renovate/major-ib-updates",
           "branchSha": "4d64e2780b292d664126735da8cab292dbd02050",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/backstage)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 22,
           "prTitle": "Update IB Updates",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "common",
               "displayPending": "",
               "fixedVersion": "2.10.0",
               "currentVersion": "2.10.0",
               "currentValue": "2.10.0",
               "newValue": "2.29.1",
               "newVersion": "2.29.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry-1.docker.io/bitnamicharts/common"
             },
             {
               "datasource": "docker",
               "depName": "postgresql",
               "displayPending": "",
               "fixedVersion": "12.10.0",
               "currentVersion": "12.10.0",
               "currentValue": "12.10.0",
               "newValue": "12.12.10",
               "newVersion": "12.12.10",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry-1.docker.io/bitnamicharts/postgresql"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/backstage/backstage",
               "displayPending": "",
               "fixedVersion": "1.31.1",
               "currentVersion": "1.31.1",
               "currentValue": "1.31.1",
               "newValue": "1.35.1",
               "newVersion": "1.35.1",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/backstage/backstage"
             }
           ]
         },
         {
           "branchName": "renovate/major-ib-updates",
           "prNo": 23,
           "prTitle": "Update postgresql Docker tag to v16",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "postgresql",
               "displayPending": "",
               "fixedVersion": "12.10.0",
               "currentVersion": "12.10.0",
               "currentValue": "12.10.0",
               "newValue": "16.4.5",
               "newVersion": "16.4.5",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry-1.docker.io/bitnamicharts/postgresql"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/backstage)
       "stats": {"total": 7, "open": 2, "closed": 5, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/backstage)
DEBUG: repository problems (repository=big-bang/apps/sandbox/backstage)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/backstage)
       "splits": {"init": 1472, "extract": 178, "lookup": 1279, "onboarding": 1, "update": 2360},
       "total": 5298
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/backstage)
       "get": {"count": 46, "avgMs": 0, "medianMs": 0, "maxMs": 3, "totalMs": 15},
       "set": {"count": 46, "avgMs": 2, "medianMs": 1, "maxMs": 12, "totalMs": 94}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/backstage)
       "hosts": {
         "auth.docker.io": {
           "count": 2,
           "reqAvgMs": 137,
           "reqMedianMs": 206,
           "reqMaxMs": 206,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 5,
           "reqAvgMs": 178,
           "reqMedianMs": 229,
           "reqMaxMs": 233,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "index.docker.io": {
           "count": 5,
           "reqAvgMs": 156,
           "reqMedianMs": 137,
           "reqMaxMs": 264,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 6,
           "reqAvgMs": 37,
           "reqMedianMs": 35,
           "reqMaxMs": 60,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 171,
           "reqMedianMs": 165,
           "reqMaxMs": 372,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 29
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/backstage)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/backstage)
       "docker": {"count": 3, "avgMs": 879, "medianMs": 1028, "maxMs": 1222, "totalMs": 2636}
 INFO: Repository finished (repository=big-bang/apps/sandbox/backstage)
       "cloned": true,
       "durationMs": 5298
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/crossplane-distros/virtualbox (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: big-bang/pipeline-templates/crossplane-distros/virtualbox default branch = main (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/crossplane-distros/virtualbox.git (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/crossplane-distros/virtualbox (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "durationMs": 1389
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "latestCommit": {
         "hash": "5b6dd87568fbcf6687cda6e18ead5296b8ab3000",
         "date": "2025-01-08T15:54:13+00:00",
         "message": "Merge branch '11-bug-deploy-fails-to-start-bootstrap-registry' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Resolve \"Bug: Deploy fails to start bootstrap-registry\"\n\nCloses #11\n\nSee merge request big-bang/pipeline-templates/crossplane-distros/virtualbox!20",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Repository config (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: No config migration necessary (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: extract() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: latest commit (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T15:54:13+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Matched 1 file(s) for manager dockerfile: bootstrap-manifests/registry/Dockerfile (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: bootstrap-manifests/infrastructure/values.yaml (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: bootstrap-manifests/infrastructure/Chart.yaml (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Unsupported Chart apiVersion. Only v2 is supported. (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, packageFile=bootstrap-manifests/infrastructure/Chart.yaml)
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
       "managers": {"dockerfile": 2, "helm-values": 2, "helmv3": 2}
DEBUG: Found dockerfile package files (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
       "stats": {
         "managers": {"dockerfile": {"fileCount": 1, "depCount": 1}},
         "total": {"fileCount": 1, "depCount": 1}
       }
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: hostRules: no authentication for hub.docker.com (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, library/registry, latest) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Docker Hub library image - skipping label lookup (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: 1 flattened updates found: registry (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry",
                 "currentValue": "2.8.1",
                 "replaceString": "registry:2.8.1",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.8.3",
                     "newValue": "2.8.3",
                     "releaseTimestamp": "2025-01-09T01:38:49.490Z",
                     "newVersionAgeInDays": 25,
                     "newMajor": 2,
                     "newMinor": 8,
                     "newPatch": 3,
                     "updateType": "patch",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/distribution/distribution",
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/registry",
                 "currentVersion": "2.8.1",
                 "currentVersionTimestamp": "2023-05-10T00:13:10.552Z",
                 "currentVersionAgeInDays": 635,
                 "isSingleVersion": true,
                 "fixedVersion": "2.8.1"
               }
             ],
             "packageFile": "bootstrap-manifests/registry/Dockerfile"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Processing 1 branch: renovate/ib-updates (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: getPr(18) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: getMR(18) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: 1 PRs are currently open (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: PullRequests limit = 2 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: 1 already existing branches found: renovate/ib-updates (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Branches limit = 2 (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(18) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(18) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:05:21.518Z) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T15:54:13+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep registry in bootstrap-manifests/registry/Dockerfile is already updated (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, packageFile=bootstrap-manifests/registry/Dockerfile, branch=renovate/ib-updates)
       "depName": "registry"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T15:54:13+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(18) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(18) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://github.com/distribution/distribution (2.8.1 -> 2.8.3) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
       "manager": "dockerfile",
       "packageName": "registry",
       "sourceUrl": "https://github.com/distribution/distribution"
DEBUG: Processing existing PR (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update registry Docker tag to v2.8.3"
 INFO: PR updated (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
       "pr": 18,
       "prTitle": "Update registry Docker tag to v2.8.3"
DEBUG: setPrCache() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: getPr(18) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: getMR(18) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Config does not need migration (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Closing Dependency Dashboard (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Branch lists (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "branchList": ["renovate/ib-updates"],
       "renovateBranches": ["renovate/ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: No branches to clean up (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "5b6dd87568fbcf6687cda6e18ead5296b8ab3000"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "5b6dd87568fbcf6687cda6e18ead5296b8ab3000",
           "branchName": "renovate/ib-updates",
           "branchSha": "1484b7afb72f07fae83424354c51c530859331c5",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 18,
           "prTitle": "Update registry Docker tag to v2.8.3",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry",
               "displayPending": "",
               "fixedVersion": "2.8.1",
               "currentVersion": "2.8.1",
               "currentValue": "2.8.1",
               "newValue": "2.8.3",
               "newVersion": "2.8.3",
               "packageFile": "bootstrap-manifests/registry/Dockerfile",
               "updateType": "patch",
               "packageName": "registry"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "stats": {"total": 2, "open": 1, "closed": 1, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: repository problems (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "splits": {"init": 2236, "extract": 258, "lookup": 309, "onboarding": 0, "update": 1151},
       "total": 3962
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "get": {"count": 4, "avgMs": 1, "medianMs": 1, "maxMs": 1, "totalMs": 2},
       "set": {"count": 4, "avgMs": 4, "medianMs": 4, "maxMs": 6, "totalMs": 14}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "hosts": {
         "hub.docker.com": {
           "count": 1,
           "reqAvgMs": 245,
           "reqMedianMs": 245,
           "reqMaxMs": 245,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 154,
           "reqMedianMs": 155,
           "reqMaxMs": 321,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 7
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "docker": {"count": 1, "avgMs": 282, "medianMs": 282, "maxMs": 282, "totalMs": 282}
 INFO: Repository finished (repository=big-bang/pipeline-templates/crossplane-distros/virtualbox)
       "cloned": true,
       "durationMs": 3962
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api default branch = main (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api.git (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "durationMs": 819
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "latestCommit": {
         "hash": "2c113cb8fd62627302da09d395261d88a6cd9b25",
         "date": "2024-09-04T13:53:48+00:00",
         "message": "Merge branch 'bootstrap' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Bootstrap Manifests and code  for deployment of Big Bang ready infrastructure over VMware environment\n\nSee merge request big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api!14",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Repository config (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: No config migration necessary (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: extract() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: latest commit (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-09-04T13:53:48+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Matched 2 file(s) for manager dockerfile: bootstrap-manifests/kind/Dockerfile, bootstrap-manifests/registry/Dockerfile (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helm-values: bootstrap-manifests/infrastructure/values.yaml, examples/chart.example/values.yaml (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: bootstrap-manifests/infrastructure/Chart.yaml, examples/chart.example/Chart.yaml (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Matched 1 file(s) for manager pip_requirements: bootstrap-manifests/ansible-vsphere-setup/requirements.txt (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Unsupported Chart apiVersion. Only v2 is supported. (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, packageFile=bootstrap-manifests/infrastructure/Chart.yaml)
DEBUG: Chart has no dependencies in examples/chart.example/Chart.yaml (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
       "managers": {"pip_requirements": 3, "dockerfile": 4, "helmv3": 4, "helm-values": 5}
DEBUG: Found dockerfile package files (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Found pip_requirements package files (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "pip_requirements": {"fileCount": 1, "depCount": 21}
         },
         "total": {"fileCount": 3, "depCount": 23}
       }
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: hostRules: no authentication for hub.docker.com (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, kindest/node, v1.32.1) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, kindest/node, v1.32.1, get) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using queue: host=index.docker.io, concurrency=16 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Using queue: host=auth.docker.io, concurrency=16 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, kindest/node, sha256:c315da1de24c5094dcee18fdc06f43411a03f738dfdea5adc88f05f292794471, get) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
       "labels": {}
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: 2 flattened updates found: docker.io/kindest/node, registry (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "docker.io/kindest/node",
                 "currentValue": "v1.29.2",
                 "replaceString": "docker.io/kindest/node:v1.29.2",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.32.1",
                     "newValue": "v1.32.1",
                     "releaseTimestamp": "2025-01-22T23:48:35.759Z",
                     "newVersionAgeInDays": 11,
                     "newMajor": 1,
                     "newMinor": 32,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "docker.io/kindest/node",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "kindest/node",
                 "currentVersion": "v1.29.2",
                 "currentVersionTimestamp": "2024-02-14T22:28:37.733Z",
                 "currentVersionAgeInDays": 354,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.29.2"
               }
             ],
             "packageFile": "bootstrap-manifests/kind/Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "registry",
                 "currentValue": "2.8.1",
                 "replaceString": "registry:2.8.1",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.8.3",
                     "newValue": "2.8.3",
                     "releaseTimestamp": "2025-01-09T01:38:49.490Z",
                     "newVersionAgeInDays": 25,
                     "newMajor": 2,
                     "newMinor": 8,
                     "newPatch": 3,
                     "updateType": "patch",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/distribution/distribution",
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/registry",
                 "currentVersion": "2.8.1",
                 "currentVersionTimestamp": "2023-05-10T00:13:10.552Z",
                 "currentVersionAgeInDays": 635,
                 "isSingleVersion": true,
                 "fixedVersion": "2.8.1"
               }
             ],
             "packageFile": "bootstrap-manifests/registry/Dockerfile"
           }
         ],
         "pip_requirements": [
           {
             "deps": [
               {
                 "depName": "ansible",
                 "packageName": "ansible",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ansible-lint",
                 "packageName": "ansible-lint",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "certifi",
                 "packageName": "certifi",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "cffi",
                 "packageName": "cffi",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "chardet",
                 "packageName": "chardet",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "cryptography",
                 "packageName": "cryptography",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "enum34",
                 "packageName": "enum34",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "idna",
                 "packageName": "idna",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ipaddress",
                 "packageName": "ipaddress",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "Jinja2",
                 "packageName": "jinja2",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "lxml",
                 "packageName": "lxml",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "MarkupSafe",
                 "packageName": "markupsafe",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "pycparser",
                 "packageName": "pycparser",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "pyOpenSSL",
                 "packageName": "pyopenssl",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "pyvmomi",
                 "packageName": "pyvmomi",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "PyYAML",
                 "packageName": "pyyaml",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "requests",
                 "packageName": "requests",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "six",
                 "packageName": "six",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "suds-jurko",
                 "packageName": "suds-jurko",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "urllib3",
                 "packageName": "urllib3",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "yamllint",
                 "packageName": "yamllint",
                 "datasource": "pypi",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "bootstrap-manifests/ansible-vsphere-setup/requirements.txt"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Processing 1 branch: renovate/ib-updates (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: getPr(19) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: getMR(19) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: 1 PRs are currently open (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: PullRequests limit = 2 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: 1 already existing branches found: renovate/ib-updates (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Branches limit = 2 (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(19) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(19) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:05:26.827Z) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-09-04T13:53:48+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep docker.io/kindest/node in bootstrap-manifests/kind/Dockerfile is already updated (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, packageFile=bootstrap-manifests/kind/Dockerfile, branch=renovate/ib-updates)
       "depName": "docker.io/kindest/node"
DEBUG: Branch dep registry in bootstrap-manifests/registry/Dockerfile is already updated (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, packageFile=bootstrap-manifests/registry/Dockerfile, branch=renovate/ib-updates)
       "depName": "registry"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-09-04T13:53:48+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(19) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(19) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://github.com/distribution/distribution (2.8.1 -> 2.8.3) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
       "manager": "dockerfile",
       "packageName": "registry",
       "sourceUrl": "https://github.com/distribution/distribution"
DEBUG: Processing existing PR (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update IB Updates"
 INFO: PR updated (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
       "pr": 19,
       "prTitle": "Update IB Updates"
DEBUG: setPrCache() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: getPr(19) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: getMR(19) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Config does not need migration (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Closing Dependency Dashboard (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Branch lists (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "branchList": ["renovate/ib-updates"],
       "renovateBranches": ["renovate/ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: No branches to clean up (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "2c113cb8fd62627302da09d395261d88a6cd9b25"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "2c113cb8fd62627302da09d395261d88a6cd9b25",
           "branchName": "renovate/ib-updates",
           "branchSha": "1c8ce0e74521f545fde5f953d0f50a6babccd1af",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 19,
           "prTitle": "Update IB Updates",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "docker.io/kindest/node",
               "displayPending": "",
               "fixedVersion": "v1.29.2",
               "currentVersion": "v1.29.2",
               "currentValue": "v1.29.2",
               "newValue": "v1.32.1",
               "newVersion": "v1.32.1",
               "packageFile": "bootstrap-manifests/kind/Dockerfile",
               "updateType": "minor",
               "packageName": "docker.io/kindest/node"
             },
             {
               "datasource": "docker",
               "depName": "registry",
               "displayPending": "",
               "fixedVersion": "2.8.1",
               "currentVersion": "2.8.1",
               "currentValue": "2.8.1",
               "newValue": "2.8.3",
               "newVersion": "2.8.3",
               "packageFile": "bootstrap-manifests/registry/Dockerfile",
               "updateType": "patch",
               "packageName": "registry"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "stats": {"total": 3, "open": 1, "closed": 2, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: repository problems (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "splits": {"init": 1765, "extract": 173, "lookup": 2214, "onboarding": 0, "update": 1119},
       "total": 5279
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "get": {"count": 6, "avgMs": 3, "medianMs": 1, "maxMs": 10, "totalMs": 18},
       "set": {"count": 5, "avgMs": 5, "medianMs": 4, "maxMs": 9, "totalMs": 24}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "hosts": {
         "auth.docker.io": {
           "count": 1,
           "reqAvgMs": 229,
           "reqMedianMs": 229,
           "reqMaxMs": 229,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "hub.docker.com": {
           "count": 2,
           "reqAvgMs": 642,
           "reqMedianMs": 722,
           "reqMaxMs": 722,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "index.docker.io": {
           "count": 4,
           "reqAvgMs": 126,
           "reqMedianMs": 126,
           "reqMaxMs": 205,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 183,
           "reqMedianMs": 152,
           "reqMaxMs": 354,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 13
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "pypi": {"count": 21, "avgMs": 1, "medianMs": 1, "maxMs": 2, "totalMs": 16},
       "docker": {"count": 2, "avgMs": 1101, "medianMs": 2175, "maxMs": 2175, "totalMs": 2202}
 INFO: Repository finished (repository=big-bang/pipeline-templates/crossplane-distros/vsphere-cluster-api)
       "cloned": true,
       "durationMs": 5279
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind default branch = main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind.git (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "durationMs": 800
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "latestCommit": {
         "hash": "1eb4b27f5a44cbb22a20ac1e71e8878ce30809aa",
         "date": "2025-01-15T14:51:17+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #17\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind!21",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Repository config (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade DinD Package Dependencies",
         "draftPR": true,
         "labels": ["team::Pipelines & Infrastructure", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "docker": {"enabled": true},
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": ["docker"],
             "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-dind-alpine(?<alpine>\\d+\\.\\d+))?$",
             "matchUpdateTypes": ["major", "minor", "patch"],
             "separateMinorPatch": true
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^Dockerfile$"],
             "matchStrings": [
               "FROM docker:(?<currentValue>\\d+\\.\\d+\\.\\d+-dind-alpine\\d+\\.\\d+)"
             ],
             "depNameTemplate": "docker",
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Config migration necessary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade DinD Package Dependencies",
         "draftPR": true,
         "labels": ["team::Pipelines & Infrastructure", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "docker": {"enabled": true},
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": ["docker"],
             "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-dind-alpine(?<alpine>\\d+\\.\\d+))?$",
             "matchUpdateTypes": ["major", "minor", "patch"],
             "separateMinorPatch": true
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^Dockerfile$"],
             "matchStrings": [
               "FROM docker:(?<currentValue>\\d+\\.\\d+\\.\\d+-dind-alpine\\d+\\.\\d+)"
             ],
             "depNameTemplate": "docker",
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade DinD Package Dependencies",
         "draftPR": true,
         "labels": ["team::Pipelines & Infrastructure", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {"matchCategories": ["docker"], "enabled": true},
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": ["docker"],
             "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-dind-alpine(?<alpine>\\d+\\.\\d+))?$",
             "matchUpdateTypes": ["major", "minor", "patch"],
             "separateMinorPatch": true
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^Dockerfile$"],
             "matchStrings": [
               "FROM docker:(?<currentValue>\\d+\\.\\d+\\.\\d+-dind-alpine\\d+\\.\\d+)"
             ],
             "depNameTemplate": "docker",
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade DinD Package Dependencies",
         "draftPR": true,
         "labels": ["team::Pipelines & Infrastructure", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {"matchCategories": ["docker"], "enabled": true},
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": ["docker"],
             "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-dind-alpine(?<alpine>\\d+\\.\\d+))?$",
             "matchUpdateTypes": ["major", "minor", "patch"],
             "separateMinorPatch": true
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^Dockerfile$"],
             "matchStrings": [
               "FROM docker:(?<currentValue>\\d+\\.\\d+\\.\\d+-dind-alpine\\d+\\.\\d+)"
             ],
             "depNameTemplate": "docker",
             "datasourceTemplate": "docker"
           }
         ]
       }
 INFO: Found renovate config errors (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "errors": [
         {
           "topic": "Configuration Error",
           "message": "packageRules[1]: packageRules cannot combine both matchUpdateTypes and separateMinorPatch. Rule: {\"matchDatasources\":[\"docker\"],\"matchPackageNames\":[\"docker\"],\"versioning\":\"regex:^(?<major>\\\\d+)\\\\.(?<minor>\\\\d+)\\\\.(?<patch>\\\\d+)(-dind-alpine(?<alpine>\\\\d+\\\\.\\\\d+))?$\",\"matchUpdateTypes\":[\"major\",\"minor\",\"patch\"],\"separateMinorPatch\":true}"
         },
         {
           "topic": "Configuration Error",
           "message": "packageRules[1]: packageRules cannot combine both matchUpdateTypes and versioning. Rule: {\"matchDatasources\":[\"docker\"],\"matchPackageNames\":[\"docker\"],\"versioning\":\"regex:^(?<major>\\\\d+)\\\\.(?<minor>\\\\d+)\\\\.(?<patch>\\\\d+)(-dind-alpine(?<alpine>\\\\d+\\\\.\\\\d+))?$\",\"matchUpdateTypes\":[\"major\",\"minor\",\"patch\"],\"separateMinorPatch\":true}"
         }
       ]
 INFO: Repository has invalid config (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "error": {
         "validationSource": "renovate.json",
         "validationError": "The renovate configuration file contains some invalid settings",
         "validationMessage": "packageRules[1]: packageRules cannot combine both matchUpdateTypes and separateMinorPatch. Rule: {\"matchDatasources\":[\"docker\"],\"matchPackageNames\":[\"docker\"],\"versioning\":\"regex:^(?<major>\\\\d+)\\\\.(?<minor>\\\\d+)\\\\.(?<patch>\\\\d+)(-dind-alpine(?<alpine>\\\\d+\\\\.\\\\d+))?$\",\"matchUpdateTypes\":[\"major\",\"minor\",\"patch\"],\"separateMinorPatch\":true}, packageRules[1]: packageRules cannot combine both matchUpdateTypes and versioning. Rule: {\"matchDatasources\":[\"docker\"],\"matchPackageNames\":[\"docker\"],\"versioning\":\"regex:^(?<major>\\\\d+)\\\\.(?<minor>\\\\d+)\\\\.(?<patch>\\\\d+)(-dind-alpine(?<alpine>\\\\d+\\\\.\\\\d+))?$\",\"matchUpdateTypes\":[\"major\",\"minor\",\"patch\"],\"separateMinorPatch\":true}",
         "message": "config-validation",
         "stack": "Error: config-validation\n    at mergeRenovateConfig (/usr/local/renovate/lib/workers/repository/init/merge.ts:200:19)\n    at getRepoConfig (/usr/local/renovate/lib/workers/repository/init/config.ts:14:12)\n    at initRepo (/usr/local/renovate/lib/workers/repository/init/index.ts:56:12)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:64:14)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: raiseConfigWarningIssue() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: getBranchPr(renovate/configure) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: findPr(renovate/configure, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: ensureIssue() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Updating issue (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Repository result: config-validation, status: onboarded, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "splits": {},
       "total": 2060
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "hosts": {
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 143,
           "reqMedianMs": 102,
           "reqMaxMs": 252,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 6
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-runner-dind)
       "cloned": true,
       "durationMs": 2060
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/edge/proxmox-provider)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/proxmox-provider (repository=big-bang/edge/proxmox-provider)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/proxmox-provider)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/edge/proxmox-provider)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/edge/proxmox-provider)
DEBUG: big-bang/edge/proxmox-provider default branch = main (repository=big-bang/edge/proxmox-provider)
DEBUG: Enabling Git FS (repository=big-bang/edge/proxmox-provider)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/edge/proxmox-provider.git (repository=big-bang/edge/proxmox-provider)
DEBUG: Resetting npmrc (repository=big-bang/edge/proxmox-provider)
DEBUG: Resetting npmrc (repository=big-bang/edge/proxmox-provider)
DEBUG: checkOnboarding() (repository=big-bang/edge/proxmox-provider)
DEBUG: isOnboarded() (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/edge/proxmox-provider)
DEBUG: findFile(renovate.json) (repository=big-bang/edge/proxmox-provider)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/proxmox-provider (repository=big-bang/edge/proxmox-provider)
DEBUG: Performing blobless clone (repository=big-bang/edge/proxmox-provider)
DEBUG: git clone completed (repository=big-bang/edge/proxmox-provider)
       "durationMs": 765
DEBUG: latest repository commit (repository=big-bang/edge/proxmox-provider)
       "latestCommit": {
         "hash": "726df48ae4bd8224cfc91c59ffaf608a6d428049",
         "date": "2025-01-29T14:26:39+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #23\n\nSee merge request big-bang/edge/proxmox-provider!49",
         "author_name": "Charlie Jackson",
         "author_email": "charlie.jackson@ibispublicsector.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/edge/proxmox-provider)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/proxmox-provider)
DEBUG: Repo is onboarded (repository=big-bang/edge/proxmox-provider)
DEBUG: Found renovate.json config file (repository=big-bang/edge/proxmox-provider)
DEBUG: Repository config (repository=big-bang/edge/proxmox-provider)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/edge/proxmox-provider)
DEBUG: No config migration necessary (repository=big-bang/edge/proxmox-provider)
DEBUG: Found repo ignorePaths (repository=big-bang/edge/proxmox-provider)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/edge/proxmox-provider)
DEBUG: baseBranches (repository=big-bang/edge/proxmox-provider)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: extract() (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: latest commit (repository=big-bang/edge/proxmox-provider, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T14:26:39+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Matched 2 file(s) for manager dockerfile: build/cross/Dockerfile, cluster/images/provider-proxmox/Dockerfile (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Matched 1 file(s) for manager gomod: go.mod (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/edge/proxmox-provider, baseBranch=main)
       "managers": {"gomod": 4, "dockerfile": 5}
DEBUG: Found dockerfile package files (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Found gomod package files (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/edge/proxmox-provider, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/edge/proxmox-provider, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "gomod": {"fileCount": 1, "depCount": 136}
         },
         "total": {"fileCount": 3, "depCount": 138}
       }
DEBUG: baseBranch: main (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: hostRules: no authentication for proxy.golang.org (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using queue: host=proxy.golang.org, concurrency=16 (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Found no satisfying versions with 'loose' versioning (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/PuerkitoBio/purell, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/PuerkitoBio/urlesc, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/agext/levenshtein, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/alecthomas/template, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/alecthomas/units, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/antchfx/htmlquery, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/antchfx/xpath, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/apparentlymart/go-textseg/v13, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/armon/go-metrics, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/armon/go-radix, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/beorn7/perks, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/cenkalti/backoff/v3, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/cespare/xxhash/v2, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/dave/jennifer, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/emicklei/go-restful/v3, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/evanphx/json-patch, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/fatih/camelcase, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/fatih/color, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/fsnotify/fsnotify, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/go-logr/logr, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/go-logr/zapr, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/go-openapi/jsonpointer, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/go-openapi/jsonreference, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/go-openapi/swag, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/gobuffalo/flect, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/gogo/protobuf, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/golang/groupcache, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/golang/mock, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/golang/protobuf, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/golang/snappy, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/google/gnostic, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/google/go-cmp, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/google/gofuzz, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/google/uuid, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/errwrap, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-cleanhttp, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-cty, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-hclog, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-immutable-radix, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-multierror, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-plugin, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-retryablehttp, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-rootcerts, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-secure-stdlib/mlock, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-secure-stdlib/parseutil, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-secure-stdlib/strutil, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-sockaddr, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-uuid, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-version, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/golang-lru, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/hcl, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/hcl/v2, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/logutils, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/terraform-json, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/terraform-plugin-go, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/terraform-plugin-log, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/terraform-plugin-sdk/v2, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/vault/api, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/vault/sdk, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/yamux, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/iancoleman/strcase, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/imdario/mergo, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/inconshreveable/mousetrap, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/josharian/intern, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/json-iterator/go, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/mailru/easyjson, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/mattn/go-colorable, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/mattn/go-isatty, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/matttproud/golang_protobuf_extensions, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/copystructure, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/go-homedir, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/go-testing-interface, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/go-wordwrap, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/mapstructure, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/reflectwalk, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/modern-go/concurrent, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/modern-go/reflect2, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/munnerz/goautoneg, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/muvaf/typewriter, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/oklog/run, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/pierrec/lz4, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/prometheus/client_golang, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/prometheus/client_model, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/prometheus/common, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/prometheus/procfs, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/ryanuber/go-glob, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/spf13/afero, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/spf13/cobra, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/spf13/pflag, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/tmccombs/hcl2json, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/vmihailenco/msgpack, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/vmihailenco/msgpack/v4, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/vmihailenco/tagparser, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/yuin/goldmark, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: github.com/zclconf/go-cty, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: go.uber.org/atomic, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: go.uber.org/multierr, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: go.uber.org/zap, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: golang.org/x/mod, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: golang.org/x/net, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: golang.org/x/oauth2, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: golang.org/x/sys, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: golang.org/x/term, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: golang.org/x/time, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: golang.org/x/tools, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: gomodules.xyz/jsonpatch/v2, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: google.golang.org/appengine, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: google.golang.org/genproto, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: google.golang.org/grpc, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: google.golang.org/protobuf, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: gopkg.in/inf.v0, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: gopkg.in/square/go-jose.v2, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: gopkg.in/yaml.v2, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: gopkg.in/yaml.v3, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: k8s.io/api, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: k8s.io/apiextensions-apiserver, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: k8s.io/component-base, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: k8s.io/klog/v2, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: k8s.io/kube-openapi, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: k8s.io/utils, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: sigs.k8s.io/json, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: sigs.k8s.io/structured-merge-diff/v4, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Dependency: sigs.k8s.io/yaml, is disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: GET https://proxy.golang.org/gopkg.in/alecthomas/kingpin.v2/@v/v2.3.0.info = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=195) (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, library/alpine, latest) (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Docker Hub library image - skipping label lookup (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/crossplane/crossplane-runtime/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=50) (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Found no satisfying versions with 'semver' versioning (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: GET https://proxy.golang.org/sigs.k8s.io/controller-tools/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=85) (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Using queue: host=sigs.k8s.io, concurrency=16 (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Go lookup source url https://github.com/kubernetes-sigs/controller-tools for module sigs.k8s.io/controller-tools (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, library/ubuntu, latest) (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Docker Hub library image - skipping label lookup (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: GET https://proxy.golang.org/gopkg.in/alecthomas/kingpin.v3/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=1519) (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/upbound/upjet/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=1719) (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Found no satisfying versions with 'semver' versioning (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: 12 flattened updates found: ubuntu, alpine, github.com/crossplane/crossplane-runtime, github.com/crossplane/crossplane-runtime, github.com/crossplane/crossplane-tools, github.com/upbound/upjet, github.com/upbound/upjet, gopkg.in/alecthomas/kingpin.v2, k8s.io/apimachinery, k8s.io/client-go, sigs.k8s.io/controller-runtime, sigs.k8s.io/controller-tools (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: Returning 12 branch(es) (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/proxmox-provider, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/edge/proxmox-provider, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "ubuntu",
                 "currentValue": "16.04",
                 "replaceString": "ubuntu:16.04",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "versioning": "ubuntu",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "noble",
                     "newValue": "24.04",
                     "releaseTimestamp": "2024-12-03T06:04:42.280Z",
                     "newVersionAgeInDays": 62,
                     "newMajor": 24,
                     "newMinor": 4,
                     "newPatch": null,
                     "updateType": "major",
                     "branchName": "renovate/major-ib-updates"
                   }
                 ],
                 "packageName": "ubuntu",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/ubuntu",
                 "currentVersion": "16.04",
                 "currentVersionTimestamp": "2022-10-25T06:12:50.932Z",
                 "currentVersionAgeInDays": 832,
                 "isSingleVersion": true,
                 "fixedVersion": "16.04"
               }
             ],
             "packageFile": "build/cross/Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "alpine",
                 "currentValue": "3.16.2",
                 "replaceString": "alpine:3.16.2",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "3.21.2",
                     "newValue": "3.21.2",
                     "releaseTimestamp": "2025-01-08T18:37:19.541Z",
                     "newVersionAgeInDays": 25,
                     "newMajor": 3,
                     "newMinor": 21,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "alpine",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/alpine",
                 "currentVersion": "3.16.2",
                 "currentVersionTimestamp": "2022-11-10T20:56:18.230Z",
                 "currentVersionAgeInDays": 815,
                 "isSingleVersion": true,
                 "fixedVersion": "3.16.2"
               }
             ],
             "packageFile": "cluster/images/provider-proxmox/Dockerfile"
           }
         ],
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.19",
                 "managerData": {"lineNumber": 2},
                 "updates": [],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.5",
                 "currentVersionTimestamp": "2025-01-16T00:00:00.000Z",
                 "currentVersionAgeInDays": 18
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/crossplane/crossplane-runtime",
                 "currentValue": "v0.19.0-rc.0.0.20221012013934-bce61005a175",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.20.1",
                     "newValue": "v0.20.1",
                     "releaseTimestamp": "2023-08-07T11:19:27.000Z",
                     "newVersionAgeInDays": 545,
                     "newMajor": 0,
                     "newMinor": 20,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-crossplane-crossplane-runtime-0.x"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "v1.18.0",
                     "newValue": "v1.18.0",
                     "releaseTimestamp": "2024-11-05T07:36:30.000Z",
                     "newVersionAgeInDays": 89,
                     "newMajor": 1,
                     "newMinor": 18,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/github.com-crossplane-crossplane-runtime-1.x"
                   }
                 ],
                 "packageName": "github.com/crossplane/crossplane-runtime",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/crossplane/crossplane-runtime",
                 "currentVersion": "v0.19.0-rc.0.0.20221012013934-bce61005a175",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.19.0-rc.0.0.20221012013934-bce61005a175"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/crossplane/crossplane-tools",
                 "currentValue": "v0.0.0-20220310165030-1f43fc12793e",
                 "currentDigest": "1f43fc12793e",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.0.0-20240522174801-1ad3d4c87f21",
                     "newValue": "v0.0.0-20240522174801-1ad3d4c87f21",
                     "newDigest": "1ad3d4c87f21",
                     "releaseTimestamp": "2024-05-22T17:48:01.000Z",
                     "newVersionAgeInDays": 256,
                     "newMajor": 0,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "digest",
                     "branchName": "renovate/github.com-crossplane-crossplane-tools-digest"
                   }
                 ],
                 "packageName": "github.com/crossplane/crossplane-tools",
                 "warnings": [],
                 "sourceUrl": "https://github.com/crossplane/crossplane-tools",
                 "currentVersion": "v0.0.0-20220310165030-1f43fc12793e",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.0.0-20220310165030-1f43fc12793e"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/pkg/errors",
                 "currentValue": "v0.9.1",
                 "managerData": {"multiLine": true, "lineNumber": 7},
                 "updates": [],
                 "packageName": "github.com/pkg/errors",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/pkg/errors",
                 "currentVersion": "v0.9.1",
                 "currentVersionTimestamp": "2020-01-14T19:47:44.000Z",
                 "currentVersionAgeInDays": 1846,
                 "fixedVersion": "v0.9.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/upbound/upjet",
                 "currentValue": "v0.8.0-rc.0.0.20221024111721-c82119f5ef34",
                 "managerData": {"multiLine": true, "lineNumber": 8},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.10.0",
                     "newValue": "v0.10.0",
                     "releaseTimestamp": "2023-08-23T08:41:49.000Z",
                     "newVersionAgeInDays": 529,
                     "newMajor": 0,
                     "newMinor": 10,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-upbound-upjet-0.x"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "v1.4.2",
                     "newValue": "v1.4.2",
                     "releaseTimestamp": "2025-01-23T15:05:47.000Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 1,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "major",
                     "branchName": "renovate/github.com-upbound-upjet-1.x"
                   }
                 ],
                 "packageName": "github.com/upbound/upjet",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/upbound/upjet",
                 "currentVersion": "v0.8.0-rc.0.0.20221024111721-c82119f5ef34",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.8.0-rc.0.0.20221024111721-c82119f5ef34"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gopkg.in/alecthomas/kingpin.v2",
                 "currentValue": "v2.2.6",
                 "managerData": {"multiLine": true, "lineNumber": 9},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v2.4.0",
                     "newValue": "v2.4.0",
                     "releaseTimestamp": "2023-09-30T22:59:49.000Z",
                     "newVersionAgeInDays": 491,
                     "newMajor": 2,
                     "newMinor": 4,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/gopkg.in-alecthomas-kingpin.v2-2.x"
                   }
                 ],
                 "packageName": "gopkg.in/alecthomas/kingpin.v2",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/alecthomas/kingpin",
                 "currentVersion": "v2.2.6",
                 "currentVersionTimestamp": "2017-12-17T18:08:38.000Z",
                 "currentVersionAgeInDays": 2604,
                 "isSingleVersion": true,
                 "fixedVersion": "v2.2.6"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/apimachinery",
                 "currentValue": "v0.25.0",
                 "managerData": {"multiLine": true, "lineNumber": 10},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.32.1",
                     "newValue": "v0.32.1",
                     "releaseTimestamp": "2024-12-06T18:18:55.000Z",
                     "newVersionAgeInDays": 58,
                     "newMajor": 0,
                     "newMinor": 32,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/k8s.io-apimachinery-0.x"
                   }
                 ],
                 "packageName": "k8s.io/apimachinery",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/apimachinery",
                 "currentVersion": "v0.25.0",
                 "currentVersionTimestamp": "2022-08-05T00:17:19.000Z",
                 "currentVersionAgeInDays": 913,
                 "isSingleVersion": true,
                 "fixedVersion": "v0.25.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/client-go",
                 "currentValue": "v0.25.0",
                 "managerData": {"multiLine": true, "lineNumber": 11},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.32.1",
                     "newValue": "v0.32.1",
                     "releaseTimestamp": "2025-01-16T00:52:22.000Z",
                     "newVersionAgeInDays": 18,
                     "newMajor": 0,
                     "newMinor": 32,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/k8s.io-client-go-0.x"
                   }
                 ],
                 "packageName": "k8s.io/client-go",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/client-go",
                 "currentVersion": "v0.25.0",
                 "currentVersionTimestamp": "2022-08-23T22:42:32.000Z",
                 "currentVersionAgeInDays": 894,
                 "isSingleVersion": true,
                 "fixedVersion": "v0.25.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "sigs.k8s.io/controller-runtime",
                 "currentValue": "v0.12.1",
                 "managerData": {"multiLine": true, "lineNumber": 12},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.20.1",
                     "newValue": "v0.20.1",
                     "releaseTimestamp": "2025-01-23T15:10:59.000Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 0,
                     "newMinor": 20,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/sigs.k8s.io-controller-runtime-0.x"
                   }
                 ],
                 "packageName": "sigs.k8s.io/controller-runtime",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes-sigs/controller-runtime",
                 "currentVersion": "v0.12.1",
                 "currentVersionTimestamp": "2022-05-17T13:32:27.000Z",
                 "currentVersionAgeInDays": 992,
                 "isSingleVersion": true,
                 "fixedVersion": "v0.12.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "sigs.k8s.io/controller-tools",
                 "currentValue": "v0.8.0",
                 "managerData": {"multiLine": true, "lineNumber": 13},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.17.1",
                     "newValue": "v0.17.1",
                     "releaseTimestamp": "2025-01-13T08:32:32.000Z",
                     "newVersionAgeInDays": 20,
                     "newMajor": 0,
                     "newMinor": 17,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/sigs.k8s.io-controller-tools-0.x"
                   }
                 ],
                 "packageName": "sigs.k8s.io/controller-tools",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes-sigs/controller-tools",
                 "currentVersion": "v0.8.0",
                 "currentVersionTimestamp": "2021-12-08T14:09:46.000Z",
                 "currentVersionAgeInDays": 1152,
                 "isSingleVersion": true,
                 "fixedVersion": "v0.8.0"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/PuerkitoBio/purell",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [],
                 "packageName": "github.com/PuerkitoBio/purell",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/PuerkitoBio/urlesc",
                 "currentValue": "v0.0.0-20170810143723-de5bf2ad4578",
                 "currentDigest": "de5bf2ad4578",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "updates": [],
                 "packageName": "github.com/PuerkitoBio/urlesc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/agext/levenshtein",
                 "currentValue": "v1.2.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 19},
                 "updates": [],
                 "packageName": "github.com/agext/levenshtein",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/alecthomas/template",
                 "currentValue": "v0.0.0-20190718012654-fb15b899a751",
                 "currentDigest": "fb15b899a751",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 20},
                 "updates": [],
                 "packageName": "github.com/alecthomas/template",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/alecthomas/units",
                 "currentValue": "v0.0.0-20210927113745-59d0afb8317a",
                 "currentDigest": "59d0afb8317a",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 21},
                 "updates": [],
                 "packageName": "github.com/alecthomas/units",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/antchfx/htmlquery",
                 "currentValue": "v1.2.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "github.com/antchfx/htmlquery",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/antchfx/xpath",
                 "currentValue": "v1.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "github.com/antchfx/xpath",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/apparentlymart/go-textseg/v13",
                 "currentValue": "v13.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [],
                 "packageName": "github.com/apparentlymart/go-textseg/v13",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/armon/go-metrics",
                 "currentValue": "v0.3.9",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "github.com/armon/go-metrics",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/armon/go-radix",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 26},
                 "updates": [],
                 "packageName": "github.com/armon/go-radix",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/beorn7/perks",
                 "currentValue": "v1.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 27},
                 "updates": [],
                 "packageName": "github.com/beorn7/perks",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/cenkalti/backoff/v3",
                 "currentValue": "v3.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 28},
                 "updates": [],
                 "packageName": "github.com/cenkalti/backoff/v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/cespare/xxhash/v2",
                 "currentValue": "v2.1.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 29},
                 "updates": [],
                 "packageName": "github.com/cespare/xxhash/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/dave/jennifer",
                 "currentValue": "v1.4.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 30},
                 "updates": [],
                 "packageName": "github.com/dave/jennifer",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 31},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/emicklei/go-restful/v3",
                 "currentValue": "v3.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 32},
                 "updates": [],
                 "packageName": "github.com/emicklei/go-restful/v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/evanphx/json-patch",
                 "currentValue": "v4.12.0+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 33},
                 "updates": [],
                 "packageName": "github.com/evanphx/json-patch",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fatih/camelcase",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 34},
                 "updates": [],
                 "packageName": "github.com/fatih/camelcase",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fatih/color",
                 "currentValue": "v1.13.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 35},
                 "updates": [],
                 "packageName": "github.com/fatih/color",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fsnotify/fsnotify",
                 "currentValue": "v1.5.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 36},
                 "updates": [],
                 "packageName": "github.com/fsnotify/fsnotify",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-logr/logr",
                 "currentValue": "v1.2.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 37},
                 "updates": [],
                 "packageName": "github.com/go-logr/logr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-logr/zapr",
                 "currentValue": "v1.2.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 38},
                 "updates": [],
                 "packageName": "github.com/go-logr/zapr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-openapi/jsonpointer",
                 "currentValue": "v0.19.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 39},
                 "updates": [],
                 "packageName": "github.com/go-openapi/jsonpointer",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-openapi/jsonreference",
                 "currentValue": "v0.19.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 40},
                 "updates": [],
                 "packageName": "github.com/go-openapi/jsonreference",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-openapi/swag",
                 "currentValue": "v0.19.14",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 41},
                 "updates": [],
                 "packageName": "github.com/go-openapi/swag",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/gobuffalo/flect",
                 "currentValue": "v0.2.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 42},
                 "updates": [],
                 "packageName": "github.com/gobuffalo/flect",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/gogo/protobuf",
                 "currentValue": "v1.3.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 43},
                 "updates": [],
                 "packageName": "github.com/gogo/protobuf",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/golang/groupcache",
                 "currentValue": "v0.0.0-20210331224755-41bb18bfe9da",
                 "currentDigest": "41bb18bfe9da",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 44},
                 "updates": [],
                 "packageName": "github.com/golang/groupcache",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/golang/mock",
                 "currentValue": "v1.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 45},
                 "updates": [],
                 "packageName": "github.com/golang/mock",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/golang/protobuf",
                 "currentValue": "v1.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 46},
                 "updates": [],
                 "packageName": "github.com/golang/protobuf",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/golang/snappy",
                 "currentValue": "v0.0.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 47},
                 "updates": [],
                 "packageName": "github.com/golang/snappy",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/gnostic",
                 "currentValue": "v0.5.7-v3refs",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 48},
                 "updates": [],
                 "packageName": "github.com/google/gnostic",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/go-cmp",
                 "currentValue": "v0.5.9",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 49},
                 "updates": [],
                 "packageName": "github.com/google/go-cmp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/gofuzz",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 50},
                 "updates": [],
                 "packageName": "github.com/google/gofuzz",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/uuid",
                 "currentValue": "v1.1.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 51},
                 "updates": [],
                 "packageName": "github.com/google/uuid",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/errwrap",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 52},
                 "updates": [],
                 "packageName": "github.com/hashicorp/errwrap",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-cleanhttp",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 53},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-cleanhttp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-cty",
                 "currentValue": "v1.4.1-0.20200414143053-d3edf31b6320",
                 "currentDigest": "d3edf31b6320",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 54},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-cty",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-hclog",
                 "currentValue": "v1.2.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 55},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-hclog",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-immutable-radix",
                 "currentValue": "v1.3.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 56},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-immutable-radix",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-multierror",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 57},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-multierror",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-plugin",
                 "currentValue": "v1.4.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 58},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-plugin",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-retryablehttp",
                 "currentValue": "v0.6.6",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 59},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-retryablehttp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-rootcerts",
                 "currentValue": "v1.0.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 60},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-rootcerts",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-secure-stdlib/mlock",
                 "currentValue": "v0.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 61},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-secure-stdlib/mlock",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-secure-stdlib/parseutil",
                 "currentValue": "v0.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 62},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-secure-stdlib/parseutil",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-secure-stdlib/strutil",
                 "currentValue": "v0.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 63},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-secure-stdlib/strutil",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-sockaddr",
                 "currentValue": "v1.0.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 64},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-sockaddr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-uuid",
                 "currentValue": "v1.0.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 65},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-uuid",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-version",
                 "currentValue": "v1.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 66},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-version",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/golang-lru",
                 "currentValue": "v0.5.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 67},
                 "updates": [],
                 "packageName": "github.com/hashicorp/golang-lru",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/hcl",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 68},
                 "updates": [],
                 "packageName": "github.com/hashicorp/hcl",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/hcl/v2",
                 "currentValue": "v2.14.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 69},
                 "updates": [],
                 "packageName": "github.com/hashicorp/hcl/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/logutils",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 70},
                 "updates": [],
                 "packageName": "github.com/hashicorp/logutils",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/terraform-json",
                 "currentValue": "v0.14.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 71},
                 "updates": [],
                 "packageName": "github.com/hashicorp/terraform-json",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/terraform-plugin-go",
                 "currentValue": "v0.14.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 72},
                 "updates": [],
                 "packageName": "github.com/hashicorp/terraform-plugin-go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/terraform-plugin-log",
                 "currentValue": "v0.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 73},
                 "updates": [],
                 "packageName": "github.com/hashicorp/terraform-plugin-log",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/terraform-plugin-sdk/v2",
                 "currentValue": "v2.24.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 74},
                 "updates": [],
                 "packageName": "github.com/hashicorp/terraform-plugin-sdk/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/vault/api",
                 "currentValue": "v1.3.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 75},
                 "updates": [],
                 "packageName": "github.com/hashicorp/vault/api",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/vault/sdk",
                 "currentValue": "v0.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 76},
                 "updates": [],
                 "packageName": "github.com/hashicorp/vault/sdk",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/yamux",
                 "currentValue": "v0.0.0-20181012175058-2f1d1f20f75d",
                 "currentDigest": "2f1d1f20f75d",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 77},
                 "updates": [],
                 "packageName": "github.com/hashicorp/yamux",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/iancoleman/strcase",
                 "currentValue": "v0.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 78},
                 "updates": [],
                 "packageName": "github.com/iancoleman/strcase",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/imdario/mergo",
                 "currentValue": "v0.3.12",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 79},
                 "updates": [],
                 "packageName": "github.com/imdario/mergo",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/inconshreveable/mousetrap",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 80},
                 "updates": [],
                 "packageName": "github.com/inconshreveable/mousetrap",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/josharian/intern",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 81},
                 "updates": [],
                 "packageName": "github.com/josharian/intern",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/json-iterator/go",
                 "currentValue": "v1.1.12",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 82},
                 "updates": [],
                 "packageName": "github.com/json-iterator/go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mailru/easyjson",
                 "currentValue": "v0.7.6",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 83},
                 "updates": [],
                 "packageName": "github.com/mailru/easyjson",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mattn/go-colorable",
                 "currentValue": "v0.1.12",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 84},
                 "updates": [],
                 "packageName": "github.com/mattn/go-colorable",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mattn/go-isatty",
                 "currentValue": "v0.0.14",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 85},
                 "updates": [],
                 "packageName": "github.com/mattn/go-isatty",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/matttproud/golang_protobuf_extensions",
                 "currentValue": "v1.0.2-0.20181231171920-c182affec369",
                 "currentDigest": "c182affec369",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 86},
                 "updates": [],
                 "packageName": "github.com/matttproud/golang_protobuf_extensions",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/copystructure",
                 "currentValue": "v1.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 87},
                 "updates": [],
                 "packageName": "github.com/mitchellh/copystructure",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/go-homedir",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 88},
                 "updates": [],
                 "packageName": "github.com/mitchellh/go-homedir",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/go-testing-interface",
                 "currentValue": "v1.14.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 89},
                 "updates": [],
                 "packageName": "github.com/mitchellh/go-testing-interface",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/go-wordwrap",
                 "currentValue": "v1.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 90},
                 "updates": [],
                 "packageName": "github.com/mitchellh/go-wordwrap",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/mapstructure",
                 "currentValue": "v1.5.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 91},
                 "updates": [],
                 "packageName": "github.com/mitchellh/mapstructure",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/reflectwalk",
                 "currentValue": "v1.0.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 92},
                 "updates": [],
                 "packageName": "github.com/mitchellh/reflectwalk",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/modern-go/concurrent",
                 "currentValue": "v0.0.0-20180306012644-bacd9c7ef1dd",
                 "currentDigest": "bacd9c7ef1dd",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 93},
                 "updates": [],
                 "packageName": "github.com/modern-go/concurrent",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/modern-go/reflect2",
                 "currentValue": "v1.0.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 94},
                 "updates": [],
                 "packageName": "github.com/modern-go/reflect2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/munnerz/goautoneg",
                 "currentValue": "v0.0.0-20191010083416-a7dc8b61c822",
                 "currentDigest": "a7dc8b61c822",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 95},
                 "updates": [],
                 "packageName": "github.com/munnerz/goautoneg",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/muvaf/typewriter",
                 "currentValue": "v0.0.0-20220131201631-921e94e8e8d7",
                 "currentDigest": "921e94e8e8d7",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 96},
                 "updates": [],
                 "packageName": "github.com/muvaf/typewriter",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/oklog/run",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 97},
                 "updates": [],
                 "packageName": "github.com/oklog/run",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pierrec/lz4",
                 "currentValue": "v2.5.2+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 98},
                 "updates": [],
                 "packageName": "github.com/pierrec/lz4",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/prometheus/client_golang",
                 "currentValue": "v1.12.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 99},
                 "updates": [],
                 "packageName": "github.com/prometheus/client_golang",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/prometheus/client_model",
                 "currentValue": "v0.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 100},
                 "updates": [],
                 "packageName": "github.com/prometheus/client_model",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/prometheus/common",
                 "currentValue": "v0.32.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 101},
                 "updates": [],
                 "packageName": "github.com/prometheus/common",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/prometheus/procfs",
                 "currentValue": "v0.7.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 102},
                 "updates": [],
                 "packageName": "github.com/prometheus/procfs",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/ryanuber/go-glob",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 103},
                 "updates": [],
                 "packageName": "github.com/ryanuber/go-glob",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/spf13/afero",
                 "currentValue": "v1.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 104},
                 "updates": [],
                 "packageName": "github.com/spf13/afero",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/spf13/cobra",
                 "currentValue": "v1.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 105},
                 "updates": [],
                 "packageName": "github.com/spf13/cobra",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/spf13/pflag",
                 "currentValue": "v1.0.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 106},
                 "updates": [],
                 "packageName": "github.com/spf13/pflag",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/tmccombs/hcl2json",
                 "currentValue": "v0.3.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 107},
                 "updates": [],
                 "packageName": "github.com/tmccombs/hcl2json",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/vmihailenco/msgpack",
                 "currentValue": "v4.0.4+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 108},
                 "updates": [],
                 "packageName": "github.com/vmihailenco/msgpack",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/vmihailenco/msgpack/v4",
                 "currentValue": "v4.3.12",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 109},
                 "updates": [],
                 "packageName": "github.com/vmihailenco/msgpack/v4",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/vmihailenco/tagparser",
                 "currentValue": "v0.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 110},
                 "updates": [],
                 "packageName": "github.com/vmihailenco/tagparser",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/yuin/goldmark",
                 "currentValue": "v1.4.13",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 111},
                 "updates": [],
                 "packageName": "github.com/yuin/goldmark",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/zclconf/go-cty",
                 "currentValue": "v1.11.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 112},
                 "updates": [],
                 "packageName": "github.com/zclconf/go-cty",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.uber.org/atomic",
                 "currentValue": "v1.9.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 113},
                 "updates": [],
                 "packageName": "go.uber.org/atomic",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.uber.org/multierr",
                 "currentValue": "v1.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 114},
                 "updates": [],
                 "packageName": "go.uber.org/multierr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.uber.org/zap",
                 "currentValue": "v1.19.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 115},
                 "updates": [],
                 "packageName": "go.uber.org/zap",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.0.0-20220517005047-85d78b3ac167",
                 "currentDigest": "85d78b3ac167",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 116},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/mod",
                 "currentValue": "v0.6.0-dev.0.20220419223038-86c51ed26bb4",
                 "currentDigest": "86c51ed26bb4",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 117},
                 "updates": [],
                 "packageName": "golang.org/x/mod",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/net",
                 "currentValue": "v0.0.0-20220722155237-a158d28d115b",
                 "currentDigest": "a158d28d115b",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 118},
                 "updates": [],
                 "packageName": "golang.org/x/net",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/oauth2",
                 "currentValue": "v0.0.0-20211104180415-d3ed0bb246c8",
                 "currentDigest": "d3ed0bb246c8",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 119},
                 "updates": [],
                 "packageName": "golang.org/x/oauth2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sys",
                 "currentValue": "v0.0.0-20220722155257-8c9f86f7a55f",
                 "currentDigest": "8c9f86f7a55f",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 120},
                 "updates": [],
                 "packageName": "golang.org/x/sys",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/term",
                 "currentValue": "v0.0.0-20210927222741-03fcf44c2211",
                 "currentDigest": "03fcf44c2211",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 121},
                 "updates": [],
                 "packageName": "golang.org/x/term",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.3.7",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 122},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/time",
                 "currentValue": "v0.0.0-20220609170525-579cf78fd858",
                 "currentDigest": "579cf78fd858",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 123},
                 "updates": [],
                 "packageName": "golang.org/x/time",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/tools",
                 "currentValue": "v0.1.12",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 124},
                 "updates": [],
                 "packageName": "golang.org/x/tools",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gomodules.xyz/jsonpatch/v2",
                 "currentValue": "v2.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 125},
                 "updates": [],
                 "packageName": "gomodules.xyz/jsonpatch/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/appengine",
                 "currentValue": "v1.6.7",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 126},
                 "updates": [],
                 "packageName": "google.golang.org/appengine",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/genproto",
                 "currentValue": "v0.0.0-20220502173005-c8bf987b8c21",
                 "currentDigest": "c8bf987b8c21",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 127},
                 "updates": [],
                 "packageName": "google.golang.org/genproto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/grpc",
                 "currentValue": "v1.48.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 128},
                 "updates": [],
                 "packageName": "google.golang.org/grpc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/protobuf",
                 "currentValue": "v1.28.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 129},
                 "updates": [],
                 "packageName": "google.golang.org/protobuf",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/inf.v0",
                 "currentValue": "v0.9.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 130},
                 "updates": [],
                 "packageName": "gopkg.in/inf.v0",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/square/go-jose.v2",
                 "currentValue": "v2.5.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 131},
                 "updates": [],
                 "packageName": "gopkg.in/square/go-jose.v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v2",
                 "currentValue": "v2.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 132},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 133},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/api",
                 "currentValue": "v0.25.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 134},
                 "updates": [],
                 "packageName": "k8s.io/api",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/apiextensions-apiserver",
                 "currentValue": "v0.24.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 135},
                 "updates": [],
                 "packageName": "k8s.io/apiextensions-apiserver",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/component-base",
                 "currentValue": "v0.25.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 136},
                 "updates": [],
                 "packageName": "k8s.io/component-base",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/klog/v2",
                 "currentValue": "v2.70.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 137},
                 "updates": [],
                 "packageName": "k8s.io/klog/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/kube-openapi",
                 "currentValue": "v0.0.0-20220803162953-67bda5d908f1",
                 "currentDigest": "67bda5d908f1",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 138},
                 "updates": [],
                 "packageName": "k8s.io/kube-openapi",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/utils",
                 "currentValue": "v0.0.0-20220728103510-ee6ede2d64ed",
                 "currentDigest": "ee6ede2d64ed",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 139},
                 "updates": [],
                 "packageName": "k8s.io/utils",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/json",
                 "currentValue": "v0.0.0-20220713155537-f223a00ba0e2",
                 "currentDigest": "f223a00ba0e2",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 140},
                 "updates": [],
                 "packageName": "sigs.k8s.io/json",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/structured-merge-diff/v4",
                 "currentValue": "v4.2.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 141},
                 "updates": [],
                 "packageName": "sigs.k8s.io/structured-merge-diff/v4",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/yaml",
                 "currentValue": "v1.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 142},
                 "updates": [],
                 "packageName": "sigs.k8s.io/yaml",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "go.mod"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/edge/proxmox-provider)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/edge/proxmox-provider)
DEBUG: processRepo() (repository=big-bang/edge/proxmox-provider)
DEBUG: Processing 12 branches: renovate/github.com-crossplane-crossplane-runtime-0.x, renovate/github.com-crossplane-crossplane-runtime-1.x, renovate/github.com-crossplane-crossplane-tools-digest, renovate/github.com-upbound-upjet-0.x, renovate/github.com-upbound-upjet-1.x, renovate/gopkg.in-alecthomas-kingpin.v2-2.x, renovate/ib-updates, renovate/k8s.io-apimachinery-0.x, renovate/k8s.io-client-go-0.x, renovate/major-ib-updates, renovate/sigs.k8s.io-controller-runtime-0.x, renovate/sigs.k8s.io-controller-tools-0.x (repository=big-bang/edge/proxmox-provider)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/proxmox-provider)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/proxmox-provider)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/proxmox-provider)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/edge/proxmox-provider)
DEBUG: getBranchPr(renovate/github.com-crossplane-crossplane-tools-digest) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/github.com-crossplane-crossplane-tools-digest, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: getBranchPr(renovate/github.com-crossplane-crossplane-runtime-0.x) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/github.com-crossplane-crossplane-runtime-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: getBranchPr(renovate/github.com-upbound-upjet-0.x) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/github.com-upbound-upjet-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: getBranchPr(renovate/gopkg.in-alecthomas-kingpin.v2-2.x) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/gopkg.in-alecthomas-kingpin.v2-2.x, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: getBranchPr(renovate/k8s.io-apimachinery-0.x) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/k8s.io-apimachinery-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: getBranchPr(renovate/k8s.io-client-go-0.x) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/k8s.io-client-go-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: getBranchPr(renovate/sigs.k8s.io-controller-runtime-0.x) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/sigs.k8s.io-controller-runtime-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: getPr(48) (repository=big-bang/edge/proxmox-provider)
DEBUG: getMR(48) (repository=big-bang/edge/proxmox-provider)
DEBUG: getBranchPr(renovate/sigs.k8s.io-controller-tools-0.x) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/sigs.k8s.io-controller-tools-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: getBranchPr(renovate/github.com-crossplane-crossplane-runtime-1.x) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/github.com-crossplane-crossplane-runtime-1.x, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: getBranchPr(renovate/github.com-upbound-upjet-1.x) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/github.com-upbound-upjet-1.x, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: 1 PRs are currently open (repository=big-bang/edge/proxmox-provider)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/edge/proxmox-provider)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/edge/proxmox-provider)
DEBUG: PullRequests limit = 2 (repository=big-bang/edge/proxmox-provider)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/proxmox-provider)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/proxmox-provider)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/proxmox-provider)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/edge/proxmox-provider)
DEBUG: 1 already existing branches found: renovate/sigs.k8s.io-controller-runtime-0.x (repository=big-bang/edge/proxmox-provider)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/edge/proxmox-provider)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/edge/proxmox-provider)
DEBUG: Branches limit = 2 (repository=big-bang/edge/proxmox-provider)
DEBUG: syncBranchState() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: getBranchPr(renovate/github.com-crossplane-crossplane-tools-digest) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: findPr(renovate/github.com-crossplane-crossplane-tools-digest, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: branchExists=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: findPr(renovate/github.com-crossplane-crossplane-tools-digest, Update github.com/crossplane/crossplane-tools digest to 1ad3d4c, !open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: Found closed PR with current title (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: getPr(13) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: getMR(13) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
       "prTitle": "Update github.com/crossplane/crossplane-tools digest to 1ad3d4c"
DEBUG: Getting comments for #13 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: Found 28 comments (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #13 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-tools-digest)
DEBUG: syncBranchState() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, Update alpine Docker tag to v3.21.2, !open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found closed PR with current title (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(47) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(47) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update alpine Docker tag to v3.21.2"
DEBUG: Getting comments for #47 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found 14 comments (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #47 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: getBranchPr(renovate/github.com-crossplane-crossplane-runtime-0.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: findPr(renovate/github.com-crossplane-crossplane-runtime-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: branchExists=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: findPr(renovate/github.com-crossplane-crossplane-runtime-0.x, Update module github.com/crossplane/crossplane-runtime to v0.20.1, !open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: getPr(38) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: getMR(38) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
       "prTitle": "Update module github.com/crossplane/crossplane-runtime to v0.20.1"
DEBUG: Getting comments for #38 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: Found 160 comments (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #38 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-0.x)
DEBUG: syncBranchState() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: getBranchPr(renovate/github.com-upbound-upjet-0.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: findPr(renovate/github.com-upbound-upjet-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: branchExists=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: findPr(renovate/github.com-upbound-upjet-0.x, Update module github.com/upbound/upjet to v0.10.0, !open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: getPr(17) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: getMR(17) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
       "prTitle": "Update module github.com/upbound/upjet to v0.10.0"
DEBUG: Getting comments for #17 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: Found 26 comments (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #17 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-0.x)
DEBUG: syncBranchState() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: getBranchPr(renovate/gopkg.in-alecthomas-kingpin.v2-2.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: findPr(renovate/gopkg.in-alecthomas-kingpin.v2-2.x, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: branchExists=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: findPr(renovate/gopkg.in-alecthomas-kingpin.v2-2.x, Update module gopkg.in/alecthomas/kingpin.v2 to v2.4.0, !open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: getPr(19) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: getMR(19) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
       "prTitle": "Update module gopkg.in/alecthomas/kingpin.v2 to v2.4.0"
DEBUG: Getting comments for #19 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: Found 25 comments (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #19 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/gopkg.in-alecthomas-kingpin.v2-2.x)
DEBUG: syncBranchState() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: getBranchPr(renovate/k8s.io-apimachinery-0.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: findPr(renovate/k8s.io-apimachinery-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: branchExists=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: findPr(renovate/k8s.io-apimachinery-0.x, Update module k8s.io/apimachinery to v0.32.1, !open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: getPr(41) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: getMR(41) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
       "prTitle": "Update module k8s.io/apimachinery to v0.32.1"
DEBUG: Getting comments for #41 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Found 155 comments (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #41 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: syncBranchState() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: getBranchPr(renovate/k8s.io-client-go-0.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: findPr(renovate/k8s.io-client-go-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: branchExists=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: findPr(renovate/k8s.io-client-go-0.x, Update module k8s.io/client-go to v0.32.1, !open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: getPr(42) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: getMR(42) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
       "prTitle": "Update module k8s.io/client-go to v0.32.1"
DEBUG: Getting comments for #42 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Found 155 comments (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #42 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: syncBranchState() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: getBranchPr(renovate/sigs.k8s.io-controller-runtime-0.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: findPr(renovate/sigs.k8s.io-controller-runtime-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: getPr(48) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: getMR(48) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: branchExists=true (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: PR rebase requested=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Found existing branch PR (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:05:42.635Z) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: No schedule defined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Branch already exists (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: isBranchConflicted(main, renovate/sigs.k8s.io-controller-runtime-0.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: latest commit (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T14:26:39+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: gomod.updateDependency: v0.20.1 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: No changes necessary (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: No package files need updating (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: No files to commit (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: latest commit (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T14:26:39+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Ensuring PR (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: getBranchPr(renovate/sigs.k8s.io-controller-runtime-0.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: findPr(renovate/sigs.k8s.io-controller-runtime-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: getPr(48) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: getMR(48) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Found existing PR (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: Fetching changelog: https://github.com/kubernetes-sigs/controller-runtime (v0.12.1 -> v0.20.1) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
       "manager": "gomod",
       "packageName": "sigs.k8s.io/controller-runtime",
       "sourceUrl": "https://github.com/kubernetes-sigs/controller-runtime"
DEBUG: Processing existing PR (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: PR body changed (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
       "prTitle": "Update module sigs.k8s.io/controller-runtime to v0.20.1"
 INFO: PR updated (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
       "pr": 48,
       "prTitle": "Update module sigs.k8s.io/controller-runtime to v0.20.1"
DEBUG: setPrCache() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: PR is not configured for automerge (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-runtime-0.x)
DEBUG: syncBranchState() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: getBranchPr(renovate/sigs.k8s.io-controller-tools-0.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: findPr(renovate/sigs.k8s.io-controller-tools-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: branchExists=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: findPr(renovate/sigs.k8s.io-controller-tools-0.x, Update module sigs.k8s.io/controller-tools to v0.17.1, !open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: getPr(39) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: getMR(39) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
       "prTitle": "Update module sigs.k8s.io/controller-tools to v0.17.1"
DEBUG: Getting comments for #39 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: Found 170 comments (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #39 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/sigs.k8s.io-controller-tools-0.x)
DEBUG: syncBranchState() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: getBranchPr(renovate/github.com-crossplane-crossplane-runtime-1.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: findPr(renovate/github.com-crossplane-crossplane-runtime-1.x, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: branchExists=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: findPr(renovate/github.com-crossplane-crossplane-runtime-1.x, Update module github.com/crossplane/crossplane-runtime to v1, !open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: getPr(36) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: getMR(36) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
       "prTitle": "Update module github.com/crossplane/crossplane-runtime to v1"
DEBUG: Getting comments for #36 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: Found 163 comments (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #36 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-crossplane-crossplane-runtime-1.x)
DEBUG: syncBranchState() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: getBranchPr(renovate/github.com-upbound-upjet-1.x) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: findPr(renovate/github.com-upbound-upjet-1.x, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: branchExists=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: findPr(renovate/github.com-upbound-upjet-1.x, Update module github.com/upbound/upjet to v1, !open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: getPr(28) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: getMR(28) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
       "prTitle": "Update module github.com/upbound/upjet to v1"
DEBUG: Getting comments for #28 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: Found 21 comments (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #28 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/github.com-upbound-upjet-1.x)
DEBUG: syncBranchState() (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branchExists=false (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: findPr(renovate/major-ib-updates, Update ubuntu Docker tag to v24, !open) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found closed PR with current title (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getPr(46) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getMR(46) (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
       "prTitle": "Update ubuntu Docker tag to v24"
DEBUG: Getting comments for #46 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found 74 comments (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #46 (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/proxmox-provider, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/sigs.k8s.io-controller-runtime-0.x) (repository=big-bang/edge/proxmox-provider)
DEBUG: findPr(renovate/sigs.k8s.io-controller-runtime-0.x, undefined, open) (repository=big-bang/edge/proxmox-provider)
DEBUG: getPr(48) (repository=big-bang/edge/proxmox-provider)
DEBUG: getMR(48) (repository=big-bang/edge/proxmox-provider)
DEBUG: Config does not need migration (repository=big-bang/edge/proxmox-provider)
DEBUG: ensureDependencyDashboard() (repository=big-bang/edge/proxmox-provider)
DEBUG: Closing Dependency Dashboard (repository=big-bang/edge/proxmox-provider)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/proxmox-provider)
DEBUG: validateReconfigureBranch() (repository=big-bang/edge/proxmox-provider)
DEBUG: No reconfigure branch found (repository=big-bang/edge/proxmox-provider)
DEBUG: Removing any stale branches (repository=big-bang/edge/proxmox-provider)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/proxmox-provider)
DEBUG: Branch lists (repository=big-bang/edge/proxmox-provider)
       "branchList": [
         "renovate/github.com-crossplane-crossplane-runtime-0.x",
         "renovate/github.com-crossplane-crossplane-runtime-1.x",
         "renovate/github.com-crossplane-crossplane-tools-digest",
         "renovate/github.com-upbound-upjet-0.x",
         "renovate/github.com-upbound-upjet-1.x",
         "renovate/gopkg.in-alecthomas-kingpin.v2-2.x",
         "renovate/ib-updates",
         "renovate/k8s.io-apimachinery-0.x",
         "renovate/k8s.io-client-go-0.x",
         "renovate/major-ib-updates",
         "renovate/sigs.k8s.io-controller-runtime-0.x",
         "renovate/sigs.k8s.io-controller-tools-0.x"
       ],
       "renovateBranches": ["renovate/sigs.k8s.io-controller-runtime-0.x"]
DEBUG: remainingBranches= (repository=big-bang/edge/proxmox-provider)
DEBUG: No branches to clean up (repository=big-bang/edge/proxmox-provider)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/proxmox-provider)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/proxmox-provider)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/proxmox-provider)
DEBUG: Repo is activated (repository=big-bang/edge/proxmox-provider)
DEBUG: Branch summary (repository=big-bang/edge/proxmox-provider)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "726df48ae4bd8224cfc91c59ffaf608a6d428049"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "726df48ae4bd8224cfc91c59ffaf608a6d428049",
           "branchName": "renovate/sigs.k8s.io-controller-runtime-0.x",
           "branchSha": "09eb1835cb1564975f15479f10c40720808fc820",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": [
         "renovate/github.com-crossplane-crossplane-tools-digest",
         "renovate/ib-updates",
         "renovate/github.com-crossplane-crossplane-runtime-0.x",
         "renovate/github.com-upbound-upjet-0.x",
         "renovate/gopkg.in-alecthomas-kingpin.v2-2.x",
         "renovate/k8s.io-apimachinery-0.x",
         "renovate/k8s.io-client-go-0.x",
         "renovate/sigs.k8s.io-controller-tools-0.x",
         "renovate/github.com-crossplane-crossplane-runtime-1.x",
         "renovate/github.com-upbound-upjet-1.x",
         "renovate/major-ib-updates"
       ]
DEBUG: branches info extended (repository=big-bang/edge/proxmox-provider)
       "branchesInformation": [
         {
           "branchName": "renovate/github.com-crossplane-crossplane-tools-digest",
           "prNo": 13,
           "prTitle": "Update github.com/crossplane/crossplane-tools digest to 1ad3d4c",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/crossplane/crossplane-tools",
               "displayPending": "",
               "fixedVersion": "v0.0.0-20220310165030-1f43fc12793e",
               "currentVersion": "v0.0.0-20220310165030-1f43fc12793e",
               "currentValue": "v0.0.0-20220310165030-1f43fc12793e",
               "currentDigest": "1f43fc12793e",
               "newValue": "v0.0.0-20240522174801-1ad3d4c87f21",
               "newVersion": "v0.0.0-20240522174801-1ad3d4c87f21",
               "newDigest": "1ad3d4c87f21",
               "packageFile": "go.mod",
               "updateType": "digest",
               "packageName": "github.com/crossplane/crossplane-tools"
             }
           ]
         },
         {
           "branchName": "renovate/ib-updates",
           "prNo": 47,
           "prTitle": "Update alpine Docker tag to v3.21.2",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "alpine",
               "displayPending": "",
               "fixedVersion": "3.16.2",
               "currentVersion": "3.16.2",
               "currentValue": "3.16.2",
               "newValue": "3.21.2",
               "newVersion": "3.21.2",
               "packageFile": "cluster/images/provider-proxmox/Dockerfile",
               "updateType": "minor",
               "packageName": "alpine"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-crossplane-crossplane-runtime-0.x",
           "prNo": 38,
           "prTitle": "Update module github.com/crossplane/crossplane-runtime to v0.20.1",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/crossplane/crossplane-runtime",
               "displayPending": "",
               "fixedVersion": "v0.19.0-rc.0.0.20221012013934-bce61005a175",
               "currentVersion": "v0.19.0-rc.0.0.20221012013934-bce61005a175",
               "currentValue": "v0.19.0-rc.0.0.20221012013934-bce61005a175",
               "newValue": "v0.20.1",
               "newVersion": "v0.20.1",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/crossplane/crossplane-runtime"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-upbound-upjet-0.x",
           "prNo": 17,
           "prTitle": "Update module github.com/upbound/upjet to v0.10.0",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/upbound/upjet",
               "displayPending": "",
               "fixedVersion": "v0.8.0-rc.0.0.20221024111721-c82119f5ef34",
               "currentVersion": "v0.8.0-rc.0.0.20221024111721-c82119f5ef34",
               "currentValue": "v0.8.0-rc.0.0.20221024111721-c82119f5ef34",
               "newValue": "v0.10.0",
               "newVersion": "v0.10.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/upbound/upjet"
             }
           ]
         },
         {
           "branchName": "renovate/gopkg.in-alecthomas-kingpin.v2-2.x",
           "prNo": 19,
           "prTitle": "Update module gopkg.in/alecthomas/kingpin.v2 to v2.4.0",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "gopkg.in/alecthomas/kingpin.v2",
               "displayPending": "",
               "fixedVersion": "v2.2.6",
               "currentVersion": "v2.2.6",
               "currentValue": "v2.2.6",
               "newValue": "v2.4.0",
               "newVersion": "v2.4.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "gopkg.in/alecthomas/kingpin.v2"
             }
           ]
         },
         {
           "branchName": "renovate/k8s.io-apimachinery-0.x",
           "prNo": 41,
           "prTitle": "Update module k8s.io/apimachinery to v0.32.1",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "k8s.io/apimachinery",
               "displayPending": "",
               "fixedVersion": "v0.25.0",
               "currentVersion": "v0.25.0",
               "currentValue": "v0.25.0",
               "newValue": "v0.32.1",
               "newVersion": "v0.32.1",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "k8s.io/apimachinery"
             }
           ]
         },
         {
           "branchName": "renovate/k8s.io-client-go-0.x",
           "prNo": 42,
           "prTitle": "Update module k8s.io/client-go to v0.32.1",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "k8s.io/client-go",
               "displayPending": "",
               "fixedVersion": "v0.25.0",
               "currentVersion": "v0.25.0",
               "currentValue": "v0.25.0",
               "newValue": "v0.32.1",
               "newVersion": "v0.32.1",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "k8s.io/client-go"
             }
           ]
         },
         {
           "branchName": "renovate/sigs.k8s.io-controller-runtime-0.x",
           "prNo": 48,
           "prTitle": "Update module sigs.k8s.io/controller-runtime to v0.20.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "sigs.k8s.io/controller-runtime",
               "displayPending": "",
               "fixedVersion": "v0.12.1",
               "currentVersion": "v0.12.1",
               "currentValue": "v0.12.1",
               "newValue": "v0.20.1",
               "newVersion": "v0.20.1",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "sigs.k8s.io/controller-runtime"
             }
           ]
         },
         {
           "branchName": "renovate/sigs.k8s.io-controller-tools-0.x",
           "prNo": 39,
           "prTitle": "Update module sigs.k8s.io/controller-tools to v0.17.1",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "sigs.k8s.io/controller-tools",
               "displayPending": "",
               "fixedVersion": "v0.8.0",
               "currentVersion": "v0.8.0",
               "currentValue": "v0.8.0",
               "newValue": "v0.17.1",
               "newVersion": "v0.17.1",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "sigs.k8s.io/controller-tools"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-crossplane-crossplane-runtime-1.x",
           "prNo": 36,
           "prTitle": "Update module github.com/crossplane/crossplane-runtime to v1",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/crossplane/crossplane-runtime",
               "displayPending": "",
               "fixedVersion": "v0.19.0-rc.0.0.20221012013934-bce61005a175",
               "currentVersion": "v0.19.0-rc.0.0.20221012013934-bce61005a175",
               "currentValue": "v0.19.0-rc.0.0.20221012013934-bce61005a175",
               "newValue": "v1.18.0",
               "newVersion": "v1.18.0",
               "packageFile": "go.mod",
               "updateType": "major",
               "packageName": "github.com/crossplane/crossplane-runtime"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-upbound-upjet-1.x",
           "prNo": 28,
           "prTitle": "Update module github.com/upbound/upjet to v1",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/upbound/upjet",
               "displayPending": "",
               "fixedVersion": "v0.8.0-rc.0.0.20221024111721-c82119f5ef34",
               "currentVersion": "v0.8.0-rc.0.0.20221024111721-c82119f5ef34",
               "currentValue": "v0.8.0-rc.0.0.20221024111721-c82119f5ef34",
               "newValue": "v1.4.2",
               "newVersion": "v1.4.2",
               "packageFile": "go.mod",
               "updateType": "major",
               "packageName": "github.com/upbound/upjet"
             }
           ]
         },
         {
           "branchName": "renovate/major-ib-updates",
           "prNo": 46,
           "prTitle": "Update ubuntu Docker tag to v24",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ubuntu",
               "displayPending": "",
               "fixedVersion": "16.04",
               "currentVersion": "16.04",
               "currentValue": "16.04",
               "newValue": "24.04",
               "newVersion": "noble",
               "packageFile": "build/cross/Dockerfile",
               "updateType": "major",
               "packageName": "ubuntu"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/edge/proxmox-provider)
       "stats": {"total": 32, "open": 1, "closed": 23, "merged": 8}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/edge/proxmox-provider)
DEBUG: repository problems (repository=big-bang/edge/proxmox-provider)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/edge/proxmox-provider)
       "splits": {"init": 2419, "extract": 195, "lookup": 2753, "onboarding": 0, "update": 13671},
       "total": 19052
DEBUG: Package cache statistics (repository=big-bang/edge/proxmox-provider)
       "get": {"count": 23, "avgMs": 4, "medianMs": 2, "maxMs": 22, "totalMs": 82},
       "set": {"count": 18, "avgMs": 4, "medianMs": 2, "maxMs": 11, "totalMs": 65}
DEBUG: HTTP statistics (repository=big-bang/edge/proxmox-provider)
       "hosts": {
         "hub.docker.com": {
           "count": 9,
           "reqAvgMs": 243,
           "reqMedianMs": 102,
           "reqMaxMs": 860,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "proxy.golang.org": {
           "count": 214,
           "reqAvgMs": 67,
           "reqMedianMs": 28,
           "reqMaxMs": 1719,
           "queueAvgMs": 8,
           "queueMedianMs": 3,
           "queueMaxMs": 105
         },
         "repo1.dso.mil": {
           "count": 72,
           "reqAvgMs": 198,
           "reqMedianMs": 188,
           "reqMaxMs": 1043,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "sigs.k8s.io": {
           "count": 1,
           "reqAvgMs": 90,
           "reqMedianMs": 90,
           "reqMaxMs": 90,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         }
       },
       "requests": 296
DEBUG: HTTP cache statistics (repository=big-bang/edge/proxmox-provider)
DEBUG: Lookup statistics (repository=big-bang/edge/proxmox-provider)
       "golang-version": {"count": 1, "avgMs": 22, "medianMs": 22, "maxMs": 22, "totalMs": 22},
       "go": {"count": 9, "avgMs": 782, "medianMs": 228, "maxMs": 2614, "totalMs": 7041},
       "docker": {"count": 2, "avgMs": 1273, "medianMs": 1978, "maxMs": 1978, "totalMs": 2546}
 INFO: Repository finished (repository=big-bang/edge/proxmox-provider)
       "cloned": true,
       "durationMs": 19052
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci default branch = main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci.git (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "durationMs": 775
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "latestCommit": {
         "hash": "f660a11d7e3eaee1b78aad01ec1d4d9df299f3cc",
         "date": "2025-01-15T14:51:22+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #17\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci!27",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Repository config (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: No config migration necessary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: extract() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:51:22+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Matched 1 file(s) for manager dockerfile: Dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Matched 1 file(s) for manager pep621: pyproject.toml (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Matched 1 file(s) for manager poetry: pyproject.toml (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
       "managers": {"dockerfile": 2, "pep621": 12, "poetry": 26}
DEBUG: Found dockerfile package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Found pep621 package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Found poetry package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 1, "depCount": 1},
           "pep621": {"fileCount": 1, "depCount": 1},
           "poetry": {"fileCount": 1, "depCount": 5}
         },
         "total": {"fileCount": 3, "depCount": 7}
       }
 WARN: GitHub token is required for some dependencies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
       "githubDeps": ["python"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: hostRules: no authentication for pypi.org (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using queue: host=pypi.org, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/python, latest) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/python, latest, get) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/python, sha256:45277efc34cdd2baa49ee712b3df98d8c017235b401d2a4adcb49051713f013b, get) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917166",
         "mil.dso.ironbank.image.keywords": "python,programming,language",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "python",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:12:49+00:00",
         "org.opencontainers.image.description": "Python programming language",
         "org.opencontainers.image.licenses": "Python Software Foundation",
         "org.opencontainers.image.revision": "81a4508b253dbf73d8738f93317e8ebe1c55041a",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/python/python313",
         "org.opencontainers.image.title": "python",
         "org.opencontainers.image.url": "https://www.python.org/",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v3.13.1",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: 3 flattened updates found: registry1.dso.mil/ironbank/opensource/python, boto3, urllib3 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: Returning 3 branch(es) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/python",
                 "currentValue": "v3.12",
                 "replaceString": "ARG BASE_TAG=v3.12\n",
                 "autoReplaceStringTemplate": "ARG BASE_TAG={{#if newValue}}{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}\n",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v3.13",
                     "newValue": "v3.13",
                     "newMajor": 3,
                     "newMinor": 13,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/python",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/python/python313",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.python.org/",
                 "lookupName": "ironbank/opensource/python",
                 "currentVersion": "v3.12",
                 "isSingleVersion": true,
                 "fixedVersion": "v3.12"
               }
             ],
             "packageFile": "Dockerfile"
           }
         ],
         "pep621": [
           {
             "deps": [
               {
                 "packageName": "poetry-core",
                 "depName": "poetry-core",
                 "datasource": "pypi",
                 "depType": "build-system.requires",
                 "skipReason": "unspecified-version",
                 "updates": []
               }
             ],
             "packageFile": "pyproject.toml"
           }
         ],
         "poetry": [
           {
             "deps": [
               {
                 "datasource": "github-releases",
                 "currentValue": "^3.11",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "python",
                 "depType": "dependencies",
                 "packageName": "containerbase/python-prebuild",
                 "commitMessageTopic": "Python",
                 "registryUrls": null,
                 "skipReason": "github-token-required",
                 "updates": []
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^1.26.135",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "boto3",
                 "depType": "dependencies",
                 "lockedVersion": "1.35.2",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.36.11",
                     "newValue": "^1.26.135",
                     "releaseTimestamp": "2025-01-31T20:44:02.000Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 1,
                     "newMinor": 36,
                     "newPatch": 11,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/boto3-1.x-lockfile"
                   }
                 ],
                 "packageName": "boto3",
                 "warnings": [],
                 "sourceUrl": "https://github.com/boto/boto3",
                 "registryUrl": "https://pypi.org/pypi",
                 "currentVersion": "1.35.2",
                 "currentVersionTimestamp": "2024-08-20T19:43:20.000Z",
                 "currentVersionAgeInDays": 166,
                 "isSingleVersion": true,
                 "fixedVersion": "1.35.2"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^2.28.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "requests",
                 "depType": "dependencies",
                 "lockedVersion": "2.32.3",
                 "updates": [],
                 "packageName": "requests",
                 "warnings": [],
                 "sourceUrl": "https://github.com/psf/requests",
                 "registryUrl": "https://pypi.org/pypi",
                 "homepage": "https://requests.readthedocs.io",
                 "changelogUrl": "https://github.com/psf/requests/blob/master/HISTORY.md",
                 "currentVersion": "2.32.3",
                 "currentVersionTimestamp": "2024-05-29T15:37:47.000Z",
                 "currentVersionAgeInDays": 249,
                 "fixedVersion": "2.32.3"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "2.2.2",
                 "managerData": {"nestedVersion": false},
                 "versioning": "pep440",
                 "depName": "urllib3",
                 "depType": "dependencies",
                 "lockedVersion": "2.2.2",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.3.0",
                     "newValue": "2.3.0",
                     "releaseTimestamp": "2024-12-22T07:47:28.000Z",
                     "newVersionAgeInDays": 42,
                     "newMajor": 2,
                     "newMinor": 3,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/urllib3-2.x"
                   }
                 ],
                 "packageName": "urllib3",
                 "warnings": [],
                 "sourceUrl": "https://github.com/urllib3/urllib3",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://github.com/urllib3/urllib3/blob/main/CHANGES.rst",
                 "currentVersion": "2.2.2",
                 "currentVersionTimestamp": "2024-06-17T13:40:07.000Z",
                 "currentVersionAgeInDays": 230,
                 "isSingleVersion": true,
                 "fixedVersion": "2.2.2"
               },
               {
                 "datasource": "git-tags",
                 "currentValue": "0.0.31",
                 "packageName": "https://repo1.dso.mil/ironbank-tools/ironbank-modules.git",
                 "versioning": "pep440",
                 "depName": "ibmodules",
                 "depType": "dependencies",
                 "updates": [],
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/ironbank-tools/ironbank-modules",
                 "currentVersion": "0.0.31",
                 "fixedVersion": "0.0.31"
               }
             ],
             "packageFileVersion": "0.1.0",
             "extractedConstraints": {"python": "^3.11"},
             "lockFiles": ["poetry.lock"],
             "packageFile": "pyproject.toml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Processing 3 branches: renovate/boto3-1.x-lockfile, renovate/ib-updates, renovate/urllib3-2.x (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getBranchPr(renovate/boto3-1.x-lockfile) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: findPr(renovate/boto3-1.x-lockfile, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getBranchPr(renovate/urllib3-2.x) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: findPr(renovate/urllib3-2.x, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getPr(19) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getMR(19) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getPr(24) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getMR(24) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: 2 PRs are currently open (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: PR concurrent limit remaining: 8 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: PullRequests limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: 2 already existing branches found: renovate/urllib3-2.x,renovate/ib-updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Branch concurrent limit remaining: 8 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Branches limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: getBranchPr(renovate/boto3-1.x-lockfile) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: findPr(renovate/boto3-1.x-lockfile, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: findPr(renovate/boto3-1.x-lockfile, Update dependency boto3 to v1.36.11, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:05:52.175Z) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:51:22+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: poetry.updateLockedDependency: boto3@1.35.2 -> 1.36.11 [poetry.lock] (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Executing command (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
       "command": "poetry update --lock --no-interaction boto3"
DEBUG: rawExec err (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction boto3",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction boto3\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction boto3\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 9
DEBUG: Failed to update poetry.lock file (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction boto3",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction boto3\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction boto3\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Branch timestamp: 2025-01-31T20:44:02.000Z (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/boto3-1.x-lockfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:51:22+00:00"
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getBranchPr(renovate/urllib3-2.x) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: findPr(renovate/urllib3-2.x, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getPr(19) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getMR(19) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: branchExists=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: PR rebase requested=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Checking if PR has been edited (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: branch.isModified() = false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Found existing branch PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:05:52.575Z) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Branch already exists (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: isBranchConflicted(main, renovate/urllib3-2.x) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Branch does not need rebasing (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:51:22+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Branch dep urllib3 in pyproject.toml is already updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: No content changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, packageFile=pyproject.toml, branch=renovate/urllib3-2.x)
       "depName": "urllib3"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:51:22+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Ensuring PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getBranchPr(renovate/urllib3-2.x) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: findPr(renovate/urllib3-2.x, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getPr(19) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getMR(19) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Found existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Fetching changelog: https://github.com/urllib3/urllib3 (2.2.2 -> 2.3.0) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
       "manager": "poetry",
       "packageName": "urllib3",
       "sourceUrl": "https://github.com/urllib3/urllib3"
DEBUG: Processing existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: PR body changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
       "prTitle": "Update dependency urllib3 to v2.3.0"
 INFO: PR updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
       "pr": 19,
       "prTitle": "Update dependency urllib3 to v2.3.0"
DEBUG: setPrCache() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: PR is not configured for automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(24) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(24) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:05:53.437Z) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:51:22+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/python in Dockerfile is already updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/opensource/python"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:51:22+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(24) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(24) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/python/python313 (v3.12 -> v3.13) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/python/python313 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update registry1.dso.mil/ironbank/opensource/python Docker tag to v3.13"
 INFO: PR updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
       "pr": 24,
       "prTitle": "Update registry1.dso.mil/ironbank/opensource/python Docker tag to v3.13"
DEBUG: setPrCache() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/urllib3-2.x) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: findPr(renovate/urllib3-2.x, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getPr(19) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getMR(19) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getPr(24) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: getMR(24) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Config does not need migration (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Closing Dependency Dashboard (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Branch lists (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "branchList": ["renovate/boto3-1.x-lockfile", "renovate/ib-updates", "renovate/urllib3-2.x"],
       "renovateBranches": ["renovate/ib-updates", "renovate/urllib3-2.x"]
DEBUG: remainingBranches= (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: No branches to clean up (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Repo is activated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "f660a11d7e3eaee1b78aad01ec1d4d9df299f3cc"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "f660a11d7e3eaee1b78aad01ec1d4d9df299f3cc",
           "branchName": "renovate/urllib3-2.x",
           "branchSha": "1c48845de7ae9955ce33714ff408fa17345aa5f3",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "f660a11d7e3eaee1b78aad01ec1d4d9df299f3cc",
           "branchName": "renovate/ib-updates",
           "branchSha": "29c0cdffea952e029c205c130f54a20c137caa1b",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": ["renovate/boto3-1.x-lockfile"]
DEBUG: branches info extended (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "branchesInformation": [
         {
           "branchName": "renovate/boto3-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency boto3 to v1.36.11",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "boto3",
               "displayPending": "",
               "fixedVersion": "1.35.2",
               "currentVersion": "1.35.2",
               "currentValue": "^1.26.135",
               "newValue": "^1.26.135",
               "newVersion": "1.36.11",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "boto3"
             }
           ]
         },
         {
           "branchName": "renovate/urllib3-2.x",
           "prNo": 19,
           "prTitle": "Update dependency urllib3 to v2.3.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "urllib3",
               "displayPending": "",
               "fixedVersion": "2.2.2",
               "currentVersion": "2.2.2",
               "currentValue": "2.2.2",
               "newValue": "2.3.0",
               "newVersion": "2.3.0",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "urllib3"
             }
           ]
         },
         {
           "branchName": "renovate/ib-updates",
           "prNo": 24,
           "prTitle": "Update registry1.dso.mil/ironbank/opensource/python Docker tag to v3.13",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/python",
               "displayPending": "",
               "fixedVersion": "v3.12",
               "currentVersion": "v3.12",
               "currentValue": "v3.12",
               "newValue": "v3.13",
               "newVersion": "v3.13",
               "packageFile": "Dockerfile",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/python"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "stats": {"total": 7, "open": 2, "closed": 4, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: repository problems (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "repoProblems": [
         "WARN: GitHub token is required for some dependencies",
         "WARN: Detected empty commit - aborting git push",
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "splits": {"init": 1769, "extract": 172, "lookup": 916, "onboarding": 0, "update": 2885},
       "total": 5751
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "get": {"count": 11, "avgMs": 3, "medianMs": 2, "maxMs": 6, "totalMs": 30},
       "set": {"count": 11, "avgMs": 38, "medianMs": 4, "maxMs": 363, "totalMs": 415}
DEBUG: Datasource cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "pypi": {"https://pypi.org/pypi": {"hit": 0, "miss": 3, "set": 3, "skip": 0}}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "hosts": {
         "pypi.org": {
           "count": 3,
           "reqAvgMs": 89,
           "reqMedianMs": 95,
           "reqMaxMs": 120,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 41,
           "reqMedianMs": 35,
           "reqMaxMs": 65,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 175,
           "reqMedianMs": 104,
           "reqMaxMs": 367,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 21
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "pypi": {"count": 3, "avgMs": 244, "medianMs": 119, "maxMs": 515, "totalMs": 733},
       "git-tags": {"count": 1, "avgMs": 535, "medianMs": 535, "maxMs": 535, "totalMs": 535},
       "docker": {"count": 1, "avgMs": 856, "medianMs": 856, "maxMs": 856, "totalMs": 856}
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-docs-ci)
       "cloned": true,
       "durationMs": 5751
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/argocd-example-helloworld-app (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: big-bang/apps/sandbox/argocd-example-helloworld-app default branch = main (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/argocd-example-helloworld-app.git (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/argocd-example-helloworld-app (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
       "durationMs": 464
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
       "latestCommit": {
         "hash": "7d62eba994ab5b9430d5aeab0f2fbb63809bd25a",
         "date": "2024-08-22T17:38:23+00:00",
         "message": "added imagePullSecrets",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Repository config (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-08-22T17:38:23+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/argocd-example-helloworld-app, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Processing 0 branches:  (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "7d62eba994ab5b9430d5aeab0f2fbb63809bd25a"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
       "splits": {"init": 1044, "extract": 148, "lookup": 12, "onboarding": 0, "update": 0},
       "total": 1208
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 82,
           "reqMedianMs": 78,
           "reqMaxMs": 103,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
 INFO: Repository finished (repository=big-bang/apps/sandbox/argocd-example-helloworld-app)
       "cloned": true,
       "durationMs": 1208
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/tools/gogru)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/gogru (repository=big-bang/team/tools/gogru)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/tools/gogru)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/tools/gogru)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/tools/gogru)
DEBUG: big-bang/team/tools/gogru default branch = main (repository=big-bang/team/tools/gogru)
DEBUG: Enabling Git FS (repository=big-bang/team/tools/gogru)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/tools/gogru.git (repository=big-bang/team/tools/gogru)
DEBUG: Resetting npmrc (repository=big-bang/team/tools/gogru)
DEBUG: Resetting npmrc (repository=big-bang/team/tools/gogru)
DEBUG: checkOnboarding() (repository=big-bang/team/tools/gogru)
DEBUG: isOnboarded() (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/tools/gogru)
DEBUG: findFile(renovate.json) (repository=big-bang/team/tools/gogru)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/gogru (repository=big-bang/team/tools/gogru)
DEBUG: Performing blobless clone (repository=big-bang/team/tools/gogru)
DEBUG: git clone completed (repository=big-bang/team/tools/gogru)
       "durationMs": 859
DEBUG: latest repository commit (repository=big-bang/team/tools/gogru)
       "latestCommit": {
         "hash": "4af32d93742da61b38fda6ed02de3ffa07471edb",
         "date": "2025-01-08T13:24:11+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #54\n\nSee merge request big-bang/team/tools/gogru!36",
         "author_name": "Daniel Pritchett",
         "author_email": "dpritchett@radiusmethod.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/team/tools/gogru)
DEBUG: ensureIssueClosing() (repository=big-bang/team/tools/gogru)
DEBUG: Repo is onboarded (repository=big-bang/team/tools/gogru)
DEBUG: Found renovate.json config file (repository=big-bang/team/tools/gogru)
DEBUG: Repository config (repository=big-bang/team/tools/gogru)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/team/tools/gogru)
DEBUG: No config migration necessary (repository=big-bang/team/tools/gogru)
DEBUG: Found repo ignorePaths (repository=big-bang/team/tools/gogru)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/team/tools/gogru)
DEBUG: baseBranches (repository=big-bang/team/tools/gogru)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: extract() (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Matched 1 file(s) for manager gomod: go.mod (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/team/tools/gogru, baseBranch=main)
       "managers": {"gomod": 3}
DEBUG: Found gomod package files (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/team/tools/gogru, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/team/tools/gogru, baseBranch=main)
       "stats": {
         "managers": {"gomod": {"fileCount": 1, "depCount": 169}},
         "total": {"fileCount": 1, "depCount": 169}
       }
DEBUG: baseBranch: main (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: hostRules: no authentication for proxy.golang.org (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using queue: host=proxy.golang.org, concurrency=16 (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: cloud.google.com/go/auth, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: cloud.google.com/go/auth/oauth2adapt, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: cloud.google.com/go/compute/metadata, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: contrib.go.opencensus.io/exporter/ocagent, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: dario.cat/mergo, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/Azure/azure-sdk-for-go, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/Azure/go-autorest, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/Azure/go-autorest/autorest, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/Azure/go-autorest/autorest/adal, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/Azure/go-autorest/autorest/azure/auth, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/Azure/go-autorest/autorest/azure/cli, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/Azure/go-autorest/autorest/date, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/Azure/go-autorest/autorest/to, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/Azure/go-autorest/autorest/validation, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/Azure/go-autorest/logger, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/Azure/go-autorest/tracing, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/Microsoft/go-winio, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/ProtonMail/go-crypto, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/a8m/envsubst, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/alecthomas/participle/v2, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/credentials, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/feature/ec2/imds, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/internal/configsources, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/internal/endpoints/v2, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/internal/ini, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/internal/v4a, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/service/internal/checksum, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/service/internal/presigned-url, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/service/internal/s3shared, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/service/sso, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/service/ssooidc, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/aws-sdk-go-v2/service/sts, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/aws/smithy-go, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/census-instrumentation/opencensus-proto, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/cloudflare/circl, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/cyphar/filepath-securejoin, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/dgrijalva/jwt-go, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/dimchansky/utfbom, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/elliotchance/orderedmap, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/emicklei/go-restful/v3, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/emirpasic/gods, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/fatih/color, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/felixge/httpsnoop, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/fsnotify/fsnotify, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/fxamacker/cbor/v2, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/go-git/gcfg, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/go-git/go-billy/v5, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/go-logr/logr, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/go-logr/stdr, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/go-openapi/jsonpointer, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/go-openapi/jsonreference, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/go-openapi/swag, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/goccy/go-json, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/goccy/go-yaml, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/gogo/protobuf, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/golang-jwt/jwt/v4, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/golang/groupcache, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/golang/protobuf, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/google/gnostic-models, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/google/go-cmp, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/google/go-querystring, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/google/gofuzz, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/google/s2a-go, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/google/uuid, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/googleapis/enterprise-certificate-proxy, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/googleapis/gax-go/v2, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/gorilla/websocket, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/goware/prefixer, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/grpc-ecosystem/grpc-gateway, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/grpc-ecosystem/grpc-gateway/v2, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-cleanhttp, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/go-retryablehttp, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/hashicorp/hcl, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/howeyc/gopass, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/imdario/mergo, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/inconshreveable/mousetrap, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/jbenet/go-context, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/jinzhu/copier, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/jmespath/go-jmespath, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/josharian/intern, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/json-iterator/go, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/kevinburke/ssh_config, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/lib/pq, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/magiconair/properties, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/mailru/easyjson, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/mattn/go-colorable, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/mattn/go-isatty, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/mikefarah/yq/v4, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/go-homedir, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/go-wordwrap, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/mitchellh/mapstructure, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/moby/spdystream, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/modern-go/concurrent, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/modern-go/reflect2, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/mozilla-services/yaml, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/munnerz/goautoneg, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/mxk/go-flowrate, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/onsi/gomega, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/pelletier/go-toml/v2, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/pjbgf/sha1cd, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/pkg/errors, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/sagikazarmark/locafero, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/sagikazarmark/slog-shim, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/sergi/go-diff, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/sirupsen/logrus, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/skeema/knownhosts, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/sourcegraph/conc, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/spf13/afero, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/spf13/cast, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/spf13/pflag, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/subosito/gotenv, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/x448/float16, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/xanzy/ssh-agent, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: github.com/yuin/gopher-lua, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: go.mozilla.org/gopgagent, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: go.opencensus.io, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: go.opentelemetry.io/otel, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: go.opentelemetry.io/otel/metric, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: go.opentelemetry.io/otel/trace, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: go.uber.org/multierr, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: golang.org/x/exp, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: golang.org/x/net, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: golang.org/x/oauth2, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: golang.org/x/sync, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: golang.org/x/sys, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: golang.org/x/term, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: golang.org/x/time, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: golang.org/x/xerrors, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: google.golang.org/api, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: google.golang.org/genproto, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: google.golang.org/genproto/googleapis/api, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: google.golang.org/genproto/googleapis/rpc, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: google.golang.org/grpc, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: google.golang.org/protobuf, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: gopkg.in/evanphx/json-patch.v4, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: gopkg.in/inf.v0, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: gopkg.in/ini.v1, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: gopkg.in/op/go-logging.v1, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: gopkg.in/warnings.v0, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: gopkg.in/yaml.v2, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: k8s.io/klog/v2, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: k8s.io/kube-openapi, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: k8s.io/utils, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: sigs.k8s.io/json, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: sigs.k8s.io/structured-merge-diff/v4, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Dependency: sigs.k8s.io/yaml, is disabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Using queue: host=go.mozilla.org, concurrency=16 (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/go-git/go-git/v6/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=59) (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Go module: go.mozilla.org/sops lookup import url https://github.com/mozilla/sops (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=85) (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: GET https://proxy.golang.org/github.com/xanzy/go-gitlab/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=48) (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: 9 flattened updates found: github.com/aws/aws-sdk-go-v2, github.com/aws/aws-sdk-go-v2/config, github.com/aws/aws-sdk-go-v2/service/s3, github.com/go-git/go-git/v5, github.com/stretchr/testify, github.com/xanzy/go-gitlab, k8s.io/api, k8s.io/apimachinery, k8s.io/client-go (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: Returning 9 branch(es) (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/team/tools/gogru, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/team/tools/gogru, baseBranch=main)
       "config": {
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.23.2",
                 "managerData": {"lineNumber": 2},
                 "updates": [],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.2",
                 "currentVersionTimestamp": "2024-10-01T00:00:00.000Z",
                 "currentVersionAgeInDays": 125,
                 "fixedVersion": "1.23.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/aws/aws-sdk-go-v2",
                 "currentValue": "v1.31.0",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.36.0",
                     "newValue": "v1.36.0",
                     "releaseTimestamp": "2025-01-31T19:24:40.000Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 1,
                     "newMinor": 36,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-aws-aws-sdk-go-v2-1.x"
                   }
                 ],
                 "packageName": "github.com/aws/aws-sdk-go-v2",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/aws/aws-sdk-go-v2",
                 "currentVersion": "v1.31.0",
                 "currentVersionTimestamp": "2024-09-20T18:27:44.000Z",
                 "currentVersionAgeInDays": 135,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.31.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/aws/aws-sdk-go-v2/config",
                 "currentValue": "v1.27.39",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.29.4",
                     "newValue": "v1.29.4",
                     "releaseTimestamp": "2025-01-31T19:24:40.000Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 1,
                     "newMinor": 29,
                     "newPatch": 4,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-aws-aws-sdk-go-v2-config-1.x"
                   }
                 ],
                 "packageName": "github.com/aws/aws-sdk-go-v2/config",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/aws/aws-sdk-go-v2",
                 "currentVersion": "v1.27.39",
                 "currentVersionTimestamp": "2024-09-27T18:53:38.000Z",
                 "currentVersionAgeInDays": 128,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.27.39"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/s3",
                 "currentValue": "v1.63.3",
                 "managerData": {"multiLine": true, "lineNumber": 7},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.75.2",
                     "newValue": "v1.75.2",
                     "releaseTimestamp": "2025-01-31T19:24:40.000Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 1,
                     "newMinor": 75,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x"
                   }
                 ],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/s3",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/aws/aws-sdk-go-v2",
                 "currentVersion": "v1.63.3",
                 "currentVersionTimestamp": "2024-09-27T18:53:38.000Z",
                 "currentVersionAgeInDays": 128,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.63.3"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/go-git/go-git/v5",
                 "currentValue": "v5.12.0",
                 "managerData": {"multiLine": true, "lineNumber": 8},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v5.13.2",
                     "newValue": "v5.13.2",
                     "releaseTimestamp": "2025-01-22T19:47:12.000Z",
                     "newVersionAgeInDays": 11,
                     "newMajor": 5,
                     "newMinor": 13,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-go-git-go-git-v5-5.x"
                   }
                 ],
                 "packageName": "github.com/go-git/go-git/v5",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-git/go-git",
                 "currentVersion": "v5.12.0",
                 "currentVersionTimestamp": "2024-03-19T13:39:15.000Z",
                 "currentVersionAgeInDays": 320,
                 "isSingleVersion": true,
                 "fixedVersion": "v5.12.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/spf13/cobra",
                 "currentValue": "v1.8.1",
                 "managerData": {"multiLine": true, "lineNumber": 9},
                 "updates": [],
                 "packageName": "github.com/spf13/cobra",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/spf13/cobra",
                 "currentVersion": "v1.8.1",
                 "currentVersionTimestamp": "2024-06-01T10:31:11.000Z",
                 "currentVersionAgeInDays": 246,
                 "fixedVersion": "v1.8.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/spf13/viper",
                 "currentValue": "v1.19.0",
                 "managerData": {"multiLine": true, "lineNumber": 10},
                 "updates": [],
                 "packageName": "github.com/spf13/viper",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/spf13/viper",
                 "currentVersion": "v1.19.0",
                 "currentVersionTimestamp": "2024-06-01T12:57:38.000Z",
                 "currentVersionAgeInDays": 246,
                 "fixedVersion": "v1.19.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.9.0",
                 "managerData": {"multiLine": true, "lineNumber": 11},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.10.0",
                     "newValue": "v1.10.0",
                     "releaseTimestamp": "2024-11-12T22:58:45.000Z",
                     "newVersionAgeInDays": 82,
                     "newMajor": 1,
                     "newMinor": 10,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-stretchr-testify-1.x"
                   }
                 ],
                 "packageName": "github.com/stretchr/testify",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stretchr/testify",
                 "currentVersion": "v1.9.0",
                 "currentVersionTimestamp": "2024-02-29T14:36:18.000Z",
                 "currentVersionAgeInDays": 339,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.9.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/xanzy/go-gitlab",
                 "currentValue": "v0.109.0",
                 "managerData": {"multiLine": true, "lineNumber": 12},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.115.0",
                     "newValue": "v0.115.0",
                     "releaseTimestamp": "2024-12-10T15:29:35.000Z",
                     "newVersionAgeInDays": 54,
                     "newMajor": 0,
                     "newMinor": 115,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-xanzy-go-gitlab-0.x"
                   }
                 ],
                 "packageName": "github.com/xanzy/go-gitlab",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/xanzy/go-gitlab",
                 "currentVersion": "v0.109.0",
                 "currentVersionTimestamp": "2024-09-07T06:37:14.000Z",
                 "currentVersionAgeInDays": 149,
                 "isSingleVersion": true,
                 "fixedVersion": "v0.109.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "go.mozilla.org/sops",
                 "currentValue": "v0.0.0-20190912205235-14a22d7a7060",
                 "currentDigest": "14a22d7a7060",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "managerData": {"multiLine": true, "lineNumber": 13},
                 "updates": [],
                 "packageName": "go.mozilla.org/sops",
                 "warnings": [],
                 "sourceUrl": "https://github.com/mozilla/sops",
                 "currentVersion": "v0.0.0-20190912205235-14a22d7a7060",
                 "currentVersionTimestamp": "2019-09-12T20:52:35.000Z",
                 "currentVersionAgeInDays": 1970,
                 "fixedVersion": "v0.0.0-20190912205235-14a22d7a7060"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-yaml/yaml",
                 "currentVersion": "v3.0.1",
                 "currentVersionTimestamp": "2022-05-27T08:35:30.000Z",
                 "currentVersionAgeInDays": 982,
                 "fixedVersion": "v3.0.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/api",
                 "currentValue": "v0.31.1",
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.32.1",
                     "newValue": "v0.32.1",
                     "releaseTimestamp": "2025-01-16T00:35:39.000Z",
                     "newVersionAgeInDays": 18,
                     "newMajor": 0,
                     "newMinor": 32,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/k8s.io-api-0.x"
                   }
                 ],
                 "packageName": "k8s.io/api",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/api",
                 "currentVersion": "v0.31.1",
                 "currentVersionTimestamp": "2024-09-12T03:41:20.000Z",
                 "currentVersionAgeInDays": 144,
                 "isSingleVersion": true,
                 "fixedVersion": "v0.31.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/apimachinery",
                 "currentValue": "v0.31.1",
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.32.1",
                     "newValue": "v0.32.1",
                     "releaseTimestamp": "2024-12-06T18:18:55.000Z",
                     "newVersionAgeInDays": 58,
                     "newMajor": 0,
                     "newMinor": 32,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/k8s.io-apimachinery-0.x"
                   }
                 ],
                 "packageName": "k8s.io/apimachinery",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/apimachinery",
                 "currentVersion": "v0.31.1",
                 "currentVersionTimestamp": "2024-07-19T19:04:41.000Z",
                 "currentVersionAgeInDays": 198,
                 "isSingleVersion": true,
                 "fixedVersion": "v0.31.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "k8s.io/client-go",
                 "currentValue": "v0.31.1",
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.32.1",
                     "newValue": "v0.32.1",
                     "releaseTimestamp": "2025-01-16T00:52:22.000Z",
                     "newVersionAgeInDays": 18,
                     "newMajor": 0,
                     "newMinor": 32,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/k8s.io-client-go-0.x"
                   }
                 ],
                 "packageName": "k8s.io/client-go",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/client-go",
                 "currentVersion": "v0.31.1",
                 "currentVersionTimestamp": "2024-09-12T03:58:37.000Z",
                 "currentVersionAgeInDays": 144,
                 "isSingleVersion": true,
                 "fixedVersion": "v0.31.1"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "repo1.dso.mil/big-bang/apps/developer-tools/go-utils/yamler",
                 "currentValue": "v1.0.0",
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "updates": [],
                 "packageName": "repo1.dso.mil/big-bang/apps/developer-tools/go-utils/yamler",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/big-bang/apps/developer-tools/go-utils",
                 "currentVersion": "v1.0.0",
                 "fixedVersion": "v1.0.0"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "cloud.google.com/go/auth",
                 "currentValue": "v0.10.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "cloud.google.com/go/auth",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "cloud.google.com/go/auth/oauth2adapt",
                 "currentValue": "v0.2.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "cloud.google.com/go/auth/oauth2adapt",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "cloud.google.com/go/compute/metadata",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [],
                 "packageName": "cloud.google.com/go/compute/metadata",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "contrib.go.opencensus.io/exporter/ocagent",
                 "currentValue": "v0.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "contrib.go.opencensus.io/exporter/ocagent",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "dario.cat/mergo",
                 "currentValue": "v1.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 26},
                 "updates": [],
                 "packageName": "dario.cat/mergo",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/azure-sdk-for-go",
                 "currentValue": "v68.0.0+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 27},
                 "updates": [],
                 "packageName": "github.com/Azure/azure-sdk-for-go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/go-autorest",
                 "currentValue": "v14.2.0+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 28},
                 "updates": [],
                 "packageName": "github.com/Azure/go-autorest",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/go-autorest/autorest",
                 "currentValue": "v0.11.29",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 29},
                 "updates": [],
                 "packageName": "github.com/Azure/go-autorest/autorest",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/go-autorest/autorest/adal",
                 "currentValue": "v0.9.24",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 30},
                 "updates": [],
                 "packageName": "github.com/Azure/go-autorest/autorest/adal",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/go-autorest/autorest/azure/auth",
                 "currentValue": "v0.5.13",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 31},
                 "updates": [],
                 "packageName": "github.com/Azure/go-autorest/autorest/azure/auth",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/go-autorest/autorest/azure/cli",
                 "currentValue": "v0.4.6",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 32},
                 "updates": [],
                 "packageName": "github.com/Azure/go-autorest/autorest/azure/cli",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/go-autorest/autorest/date",
                 "currentValue": "v0.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 33},
                 "updates": [],
                 "packageName": "github.com/Azure/go-autorest/autorest/date",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/go-autorest/autorest/to",
                 "currentValue": "v0.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 34},
                 "updates": [],
                 "packageName": "github.com/Azure/go-autorest/autorest/to",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/go-autorest/autorest/validation",
                 "currentValue": "v0.3.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 35},
                 "updates": [],
                 "packageName": "github.com/Azure/go-autorest/autorest/validation",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/go-autorest/logger",
                 "currentValue": "v0.2.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 36},
                 "updates": [],
                 "packageName": "github.com/Azure/go-autorest/logger",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Azure/go-autorest/tracing",
                 "currentValue": "v0.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 37},
                 "updates": [],
                 "packageName": "github.com/Azure/go-autorest/tracing",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/Microsoft/go-winio",
                 "currentValue": "v0.6.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 38},
                 "updates": [],
                 "packageName": "github.com/Microsoft/go-winio",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/ProtonMail/go-crypto",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 39},
                 "updates": [],
                 "packageName": "github.com/ProtonMail/go-crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/a8m/envsubst",
                 "currentValue": "v1.4.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 40},
                 "updates": [],
                 "packageName": "github.com/a8m/envsubst",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/alecthomas/participle/v2",
                 "currentValue": "v2.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 41},
                 "updates": [],
                 "packageName": "github.com/alecthomas/participle/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go",
                 "currentValue": "v1.55.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 42},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream",
                 "currentValue": "v1.6.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 43},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/credentials",
                 "currentValue": "v1.17.37",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 44},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/credentials",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
                 "currentValue": "v1.16.14",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 45},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/internal/configsources",
                 "currentValue": "v1.3.18",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 46},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/internal/configsources",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
                 "currentValue": "v2.6.18",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 47},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/internal/ini",
                 "currentValue": "v1.8.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 48},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/internal/ini",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/internal/v4a",
                 "currentValue": "v1.3.18",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 49},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/internal/v4a",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding",
                 "currentValue": "v1.11.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 50},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/internal/checksum",
                 "currentValue": "v1.3.20",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 51},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/internal/checksum",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url",
                 "currentValue": "v1.11.20",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 52},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/internal/s3shared",
                 "currentValue": "v1.17.18",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 53},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/internal/s3shared",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/sso",
                 "currentValue": "v1.23.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 54},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/sso",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/ssooidc",
                 "currentValue": "v1.27.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 55},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/ssooidc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/aws-sdk-go-v2/service/sts",
                 "currentValue": "v1.31.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 56},
                 "updates": [],
                 "packageName": "github.com/aws/aws-sdk-go-v2/service/sts",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/aws/smithy-go",
                 "currentValue": "v1.21.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 57},
                 "updates": [],
                 "packageName": "github.com/aws/smithy-go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/census-instrumentation/opencensus-proto",
                 "currentValue": "v0.4.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 58},
                 "updates": [],
                 "packageName": "github.com/census-instrumentation/opencensus-proto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/cloudflare/circl",
                 "currentValue": "v1.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 59},
                 "updates": [],
                 "packageName": "github.com/cloudflare/circl",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/cyphar/filepath-securejoin",
                 "currentValue": "v0.3.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 60},
                 "updates": [],
                 "packageName": "github.com/cyphar/filepath-securejoin",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.2-0.20180830191138-d8f796af33cc",
                 "currentDigest": "d8f796af33cc",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 61},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/dgrijalva/jwt-go",
                 "currentValue": "v3.2.0+incompatible",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 62},
                 "updates": [],
                 "packageName": "github.com/dgrijalva/jwt-go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/dimchansky/utfbom",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 63},
                 "updates": [],
                 "packageName": "github.com/dimchansky/utfbom",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/elliotchance/orderedmap",
                 "currentValue": "v1.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 64},
                 "updates": [],
                 "packageName": "github.com/elliotchance/orderedmap",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/emicklei/go-restful/v3",
                 "currentValue": "v3.11.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 65},
                 "updates": [],
                 "packageName": "github.com/emicklei/go-restful/v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/emirpasic/gods",
                 "currentValue": "v1.18.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 66},
                 "updates": [],
                 "packageName": "github.com/emirpasic/gods",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fatih/color",
                 "currentValue": "v1.18.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 67},
                 "updates": [],
                 "packageName": "github.com/fatih/color",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/felixge/httpsnoop",
                 "currentValue": "v1.0.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 68},
                 "updates": [],
                 "packageName": "github.com/felixge/httpsnoop",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fsnotify/fsnotify",
                 "currentValue": "v1.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 69},
                 "updates": [],
                 "packageName": "github.com/fsnotify/fsnotify",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/fxamacker/cbor/v2",
                 "currentValue": "v2.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 70},
                 "updates": [],
                 "packageName": "github.com/fxamacker/cbor/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-git/gcfg",
                 "currentValue": "v1.5.1-0.20230307220236-3a3c6141e376",
                 "currentDigest": "3a3c6141e376",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 71},
                 "updates": [],
                 "packageName": "github.com/go-git/gcfg",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-git/go-billy/v5",
                 "currentValue": "v5.5.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 72},
                 "updates": [],
                 "packageName": "github.com/go-git/go-billy/v5",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-logr/logr",
                 "currentValue": "v1.4.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 73},
                 "updates": [],
                 "packageName": "github.com/go-logr/logr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-logr/stdr",
                 "currentValue": "v1.2.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 74},
                 "updates": [],
                 "packageName": "github.com/go-logr/stdr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-openapi/jsonpointer",
                 "currentValue": "v0.19.6",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 75},
                 "updates": [],
                 "packageName": "github.com/go-openapi/jsonpointer",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-openapi/jsonreference",
                 "currentValue": "v0.20.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 76},
                 "updates": [],
                 "packageName": "github.com/go-openapi/jsonreference",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/go-openapi/swag",
                 "currentValue": "v0.22.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 77},
                 "updates": [],
                 "packageName": "github.com/go-openapi/swag",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/goccy/go-json",
                 "currentValue": "v0.10.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 78},
                 "updates": [],
                 "packageName": "github.com/goccy/go-json",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/goccy/go-yaml",
                 "currentValue": "v1.12.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 79},
                 "updates": [],
                 "packageName": "github.com/goccy/go-yaml",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/gogo/protobuf",
                 "currentValue": "v1.3.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 80},
                 "updates": [],
                 "packageName": "github.com/gogo/protobuf",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/golang-jwt/jwt/v4",
                 "currentValue": "v4.5.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 81},
                 "updates": [],
                 "packageName": "github.com/golang-jwt/jwt/v4",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/golang/groupcache",
                 "currentValue": "v0.0.0-20210331224755-41bb18bfe9da",
                 "currentDigest": "41bb18bfe9da",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 82},
                 "updates": [],
                 "packageName": "github.com/golang/groupcache",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/golang/protobuf",
                 "currentValue": "v1.5.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 83},
                 "updates": [],
                 "packageName": "github.com/golang/protobuf",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/gnostic-models",
                 "currentValue": "v0.6.8",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 84},
                 "updates": [],
                 "packageName": "github.com/google/gnostic-models",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/go-cmp",
                 "currentValue": "v0.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 85},
                 "updates": [],
                 "packageName": "github.com/google/go-cmp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/go-querystring",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 86},
                 "updates": [],
                 "packageName": "github.com/google/go-querystring",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/gofuzz",
                 "currentValue": "v1.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 87},
                 "updates": [],
                 "packageName": "github.com/google/gofuzz",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/s2a-go",
                 "currentValue": "v0.1.8",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 88},
                 "updates": [],
                 "packageName": "github.com/google/s2a-go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/google/uuid",
                 "currentValue": "v1.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 89},
                 "updates": [],
                 "packageName": "github.com/google/uuid",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/googleapis/enterprise-certificate-proxy",
                 "currentValue": "v0.3.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 90},
                 "updates": [],
                 "packageName": "github.com/googleapis/enterprise-certificate-proxy",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/googleapis/gax-go/v2",
                 "currentValue": "v2.13.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 91},
                 "updates": [],
                 "packageName": "github.com/googleapis/gax-go/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/gorilla/websocket",
                 "currentValue": "v1.5.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 92},
                 "updates": [],
                 "packageName": "github.com/gorilla/websocket",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/goware/prefixer",
                 "currentValue": "v0.0.0-20160118172347-395022866408",
                 "currentDigest": "395022866408",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 93},
                 "updates": [],
                 "packageName": "github.com/goware/prefixer",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/grpc-ecosystem/grpc-gateway",
                 "currentValue": "v1.14.6",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 94},
                 "updates": [],
                 "packageName": "github.com/grpc-ecosystem/grpc-gateway",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/grpc-ecosystem/grpc-gateway/v2",
                 "currentValue": "v2.23.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 95},
                 "updates": [],
                 "packageName": "github.com/grpc-ecosystem/grpc-gateway/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-cleanhttp",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 96},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-cleanhttp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/go-retryablehttp",
                 "currentValue": "v0.7.7",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 97},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-retryablehttp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/hashicorp/hcl",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 98},
                 "updates": [],
                 "packageName": "github.com/hashicorp/hcl",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/howeyc/gopass",
                 "currentValue": "v0.0.0-20210920133722-c8aef6fb66ef",
                 "currentDigest": "c8aef6fb66ef",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 99},
                 "updates": [],
                 "packageName": "github.com/howeyc/gopass",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/imdario/mergo",
                 "currentValue": "v0.3.16",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 100},
                 "updates": [],
                 "packageName": "github.com/imdario/mergo",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/inconshreveable/mousetrap",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 101},
                 "updates": [],
                 "packageName": "github.com/inconshreveable/mousetrap",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jbenet/go-context",
                 "currentValue": "v0.0.0-20150711004518-d14ea06fba99",
                 "currentDigest": "d14ea06fba99",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 102},
                 "updates": [],
                 "packageName": "github.com/jbenet/go-context",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/copier",
                 "currentValue": "v0.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 103},
                 "updates": [],
                 "packageName": "github.com/jinzhu/copier",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jmespath/go-jmespath",
                 "currentValue": "v0.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 104},
                 "updates": [],
                 "packageName": "github.com/jmespath/go-jmespath",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/josharian/intern",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 105},
                 "updates": [],
                 "packageName": "github.com/josharian/intern",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/json-iterator/go",
                 "currentValue": "v1.1.12",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 106},
                 "updates": [],
                 "packageName": "github.com/json-iterator/go",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/kevinburke/ssh_config",
                 "currentValue": "v1.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 107},
                 "updates": [],
                 "packageName": "github.com/kevinburke/ssh_config",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/lib/pq",
                 "currentValue": "v1.10.9",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 108},
                 "updates": [],
                 "packageName": "github.com/lib/pq",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/magiconair/properties",
                 "currentValue": "v1.8.7",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 109},
                 "updates": [],
                 "packageName": "github.com/magiconair/properties",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mailru/easyjson",
                 "currentValue": "v0.7.7",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 110},
                 "updates": [],
                 "packageName": "github.com/mailru/easyjson",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mattn/go-colorable",
                 "currentValue": "v0.1.13",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 111},
                 "updates": [],
                 "packageName": "github.com/mattn/go-colorable",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mattn/go-isatty",
                 "currentValue": "v0.0.20",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 112},
                 "updates": [],
                 "packageName": "github.com/mattn/go-isatty",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mikefarah/yq/v4",
                 "currentValue": "v4.44.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 113},
                 "updates": [],
                 "packageName": "github.com/mikefarah/yq/v4",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/go-homedir",
                 "currentValue": "v1.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 114},
                 "updates": [],
                 "packageName": "github.com/mitchellh/go-homedir",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/go-wordwrap",
                 "currentValue": "v1.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 115},
                 "updates": [],
                 "packageName": "github.com/mitchellh/go-wordwrap",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mitchellh/mapstructure",
                 "currentValue": "v1.5.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 116},
                 "updates": [],
                 "packageName": "github.com/mitchellh/mapstructure",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/moby/spdystream",
                 "currentValue": "v0.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 117},
                 "updates": [],
                 "packageName": "github.com/moby/spdystream",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/modern-go/concurrent",
                 "currentValue": "v0.0.0-20180306012644-bacd9c7ef1dd",
                 "currentDigest": "bacd9c7ef1dd",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 118},
                 "updates": [],
                 "packageName": "github.com/modern-go/concurrent",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/modern-go/reflect2",
                 "currentValue": "v1.0.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 119},
                 "updates": [],
                 "packageName": "github.com/modern-go/reflect2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mozilla-services/yaml",
                 "currentValue": "v0.0.0-20180922153656-28ffe5d0cafb",
                 "currentDigest": "28ffe5d0cafb",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 120},
                 "updates": [],
                 "packageName": "github.com/mozilla-services/yaml",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/munnerz/goautoneg",
                 "currentValue": "v0.0.0-20191010083416-a7dc8b61c822",
                 "currentDigest": "a7dc8b61c822",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 121},
                 "updates": [],
                 "packageName": "github.com/munnerz/goautoneg",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/mxk/go-flowrate",
                 "currentValue": "v0.0.0-20140419014527-cca7078d478f",
                 "currentDigest": "cca7078d478f",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 122},
                 "updates": [],
                 "packageName": "github.com/mxk/go-flowrate",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/onsi/gomega",
                 "currentValue": "v1.33.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 123},
                 "updates": [],
                 "packageName": "github.com/onsi/gomega",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pelletier/go-toml/v2",
                 "currentValue": "v2.2.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 124},
                 "updates": [],
                 "packageName": "github.com/pelletier/go-toml/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pjbgf/sha1cd",
                 "currentValue": "v0.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 125},
                 "updates": [],
                 "packageName": "github.com/pjbgf/sha1cd",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pkg/errors",
                 "currentValue": "v0.9.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 126},
                 "updates": [],
                 "packageName": "github.com/pkg/errors",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pmezard/go-difflib",
                 "currentValue": "v1.0.1-0.20181226105442-5d4384ee4fb2",
                 "currentDigest": "5d4384ee4fb2",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 127},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/sagikazarmark/locafero",
                 "currentValue": "v0.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 128},
                 "updates": [],
                 "packageName": "github.com/sagikazarmark/locafero",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/sagikazarmark/slog-shim",
                 "currentValue": "v0.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 129},
                 "updates": [],
                 "packageName": "github.com/sagikazarmark/slog-shim",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/sergi/go-diff",
                 "currentValue": "v1.3.2-0.20230802210424-5b0b94c5c0d3",
                 "currentDigest": "5b0b94c5c0d3",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 130},
                 "updates": [],
                 "packageName": "github.com/sergi/go-diff",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/sirupsen/logrus",
                 "currentValue": "v1.9.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 131},
                 "updates": [],
                 "packageName": "github.com/sirupsen/logrus",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/skeema/knownhosts",
                 "currentValue": "v1.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 132},
                 "updates": [],
                 "packageName": "github.com/skeema/knownhosts",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/sourcegraph/conc",
                 "currentValue": "v0.3.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 133},
                 "updates": [],
                 "packageName": "github.com/sourcegraph/conc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/spf13/afero",
                 "currentValue": "v1.11.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 134},
                 "updates": [],
                 "packageName": "github.com/spf13/afero",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/spf13/cast",
                 "currentValue": "v1.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 135},
                 "updates": [],
                 "packageName": "github.com/spf13/cast",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/spf13/pflag",
                 "currentValue": "v1.0.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 136},
                 "updates": [],
                 "packageName": "github.com/spf13/pflag",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/subosito/gotenv",
                 "currentValue": "v1.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 137},
                 "updates": [],
                 "packageName": "github.com/subosito/gotenv",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/x448/float16",
                 "currentValue": "v0.8.4",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 138},
                 "updates": [],
                 "packageName": "github.com/x448/float16",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/xanzy/ssh-agent",
                 "currentValue": "v0.3.3",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 139},
                 "updates": [],
                 "packageName": "github.com/xanzy/ssh-agent",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/yuin/gopher-lua",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 140},
                 "updates": [],
                 "packageName": "github.com/yuin/gopher-lua",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.mozilla.org/gopgagent",
                 "currentValue": "v0.0.0-20170926210634-4d7ea76ff71a",
                 "currentDigest": "4d7ea76ff71a",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 141},
                 "updates": [],
                 "packageName": "go.mozilla.org/gopgagent",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opencensus.io",
                 "currentValue": "v0.24.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 142},
                 "updates": [],
                 "packageName": "go.opencensus.io",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
                 "currentValue": "v0.57.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 143},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/otel",
                 "currentValue": "v1.32.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 144},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/otel",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/otel/metric",
                 "currentValue": "v1.32.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 145},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/otel/metric",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.opentelemetry.io/otel/trace",
                 "currentValue": "v1.32.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 146},
                 "updates": [],
                 "packageName": "go.opentelemetry.io/otel/trace",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "go.uber.org/multierr",
                 "currentValue": "v1.11.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 147},
                 "updates": [],
                 "packageName": "go.uber.org/multierr",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.29.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 148},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/exp",
                 "currentValue": "v0.0.0-20240909161429-701f63a606c0",
                 "currentDigest": "701f63a606c0",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 149},
                 "updates": [],
                 "packageName": "golang.org/x/exp",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/net",
                 "currentValue": "v0.31.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 150},
                 "updates": [],
                 "packageName": "golang.org/x/net",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/oauth2",
                 "currentValue": "v0.24.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 151},
                 "updates": [],
                 "packageName": "golang.org/x/oauth2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.9.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 152},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sys",
                 "currentValue": "v0.27.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 153},
                 "updates": [],
                 "packageName": "golang.org/x/sys",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/term",
                 "currentValue": "v0.26.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 154},
                 "updates": [],
                 "packageName": "golang.org/x/term",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.20.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 155},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/time",
                 "currentValue": "v0.7.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 156},
                 "updates": [],
                 "packageName": "golang.org/x/time",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/xerrors",
                 "currentValue": "v0.0.0-20220907171357-04be3eba64a2",
                 "currentDigest": "04be3eba64a2",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 157},
                 "updates": [],
                 "packageName": "golang.org/x/xerrors",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/api",
                 "currentValue": "v0.205.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 158},
                 "updates": [],
                 "packageName": "google.golang.org/api",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/genproto",
                 "currentValue": "v0.0.0-20241104194629-dd2ea8efbc28",
                 "currentDigest": "dd2ea8efbc28",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 159},
                 "updates": [],
                 "packageName": "google.golang.org/genproto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/genproto/googleapis/api",
                 "currentValue": "v0.0.0-20241104194629-dd2ea8efbc28",
                 "currentDigest": "dd2ea8efbc28",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 160},
                 "updates": [],
                 "packageName": "google.golang.org/genproto/googleapis/api",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/genproto/googleapis/rpc",
                 "currentValue": "v0.0.0-20241104194629-dd2ea8efbc28",
                 "currentDigest": "dd2ea8efbc28",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 161},
                 "updates": [],
                 "packageName": "google.golang.org/genproto/googleapis/rpc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/grpc",
                 "currentValue": "v1.68.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 162},
                 "updates": [],
                 "packageName": "google.golang.org/grpc",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "google.golang.org/protobuf",
                 "currentValue": "v1.35.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 163},
                 "updates": [],
                 "packageName": "google.golang.org/protobuf",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/evanphx/json-patch.v4",
                 "currentValue": "v4.12.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 164},
                 "updates": [],
                 "packageName": "gopkg.in/evanphx/json-patch.v4",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/inf.v0",
                 "currentValue": "v0.9.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 165},
                 "updates": [],
                 "packageName": "gopkg.in/inf.v0",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/ini.v1",
                 "currentValue": "v1.67.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 166},
                 "updates": [],
                 "packageName": "gopkg.in/ini.v1",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/op/go-logging.v1",
                 "currentValue": "v1.0.0-20160211212156-b2cb9fa56473",
                 "currentDigest": "b2cb9fa56473",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 167},
                 "updates": [],
                 "packageName": "gopkg.in/op/go-logging.v1",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/warnings.v0",
                 "currentValue": "v0.1.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 168},
                 "updates": [],
                 "packageName": "gopkg.in/warnings.v0",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v2",
                 "currentValue": "v2.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 169},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/klog/v2",
                 "currentValue": "v2.130.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 170},
                 "updates": [],
                 "packageName": "k8s.io/klog/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/kube-openapi",
                 "currentValue": "v0.0.0-20240228011516-70dd3763d340",
                 "currentDigest": "70dd3763d340",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 171},
                 "updates": [],
                 "packageName": "k8s.io/kube-openapi",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "k8s.io/utils",
                 "currentValue": "v0.0.0-20240711033017-18e509b52bc8",
                 "currentDigest": "18e509b52bc8",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 172},
                 "updates": [],
                 "packageName": "k8s.io/utils",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/json",
                 "currentValue": "v0.0.0-20221116044647-bc3834ca7abd",
                 "currentDigest": "bc3834ca7abd",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 173},
                 "updates": [],
                 "packageName": "sigs.k8s.io/json",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/structured-merge-diff/v4",
                 "currentValue": "v4.4.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 174},
                 "updates": [],
                 "packageName": "sigs.k8s.io/structured-merge-diff/v4",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "sigs.k8s.io/yaml",
                 "currentValue": "v1.4.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 175},
                 "updates": [],
                 "packageName": "sigs.k8s.io/yaml",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "go.mod"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/team/tools/gogru)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/team/tools/gogru)
DEBUG: processRepo() (repository=big-bang/team/tools/gogru)
DEBUG: Processing 9 branches: renovate/github.com-aws-aws-sdk-go-v2-1.x, renovate/github.com-aws-aws-sdk-go-v2-config-1.x, renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x, renovate/github.com-go-git-go-git-v5-5.x, renovate/github.com-stretchr-testify-1.x, renovate/github.com-xanzy-go-gitlab-0.x, renovate/k8s.io-api-0.x, renovate/k8s.io-apimachinery-0.x, renovate/k8s.io-client-go-0.x (repository=big-bang/team/tools/gogru)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/team/tools/gogru)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/team/tools/gogru)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/team/tools/gogru)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/github.com-aws-aws-sdk-go-v2-1.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-aws-aws-sdk-go-v2-1.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(22) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(22) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/github.com-aws-aws-sdk-go-v2-config-1.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-aws-aws-sdk-go-v2-config-1.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(21) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(21) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(23) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(23) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/github.com-go-git-go-git-v5-5.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-go-git-go-git-v5-5.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(35) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(35) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(32) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(32) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/github.com-xanzy-go-gitlab-0.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-xanzy-go-gitlab-0.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(18) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(18) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/k8s.io-api-0.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/k8s.io-api-0.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(26) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(26) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/k8s.io-apimachinery-0.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/k8s.io-apimachinery-0.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(27) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(27) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/k8s.io-client-go-0.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/k8s.io-client-go-0.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(28) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(28) (repository=big-bang/team/tools/gogru)
DEBUG: 9 PRs are currently open (repository=big-bang/team/tools/gogru)
DEBUG: PR concurrent limit remaining: 1 (repository=big-bang/team/tools/gogru)
DEBUG: Calculated maximum PRs remaining this run: 1 (repository=big-bang/team/tools/gogru)
DEBUG: PullRequests limit = 1 (repository=big-bang/team/tools/gogru)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/team/tools/gogru)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/team/tools/gogru)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/team/tools/gogru)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/team/tools/gogru)
DEBUG: 9 already existing branches found: renovate/github.com-aws-aws-sdk-go-v2-1.x,renovate/github.com-aws-aws-sdk-go-v2-config-1.x,renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x,renovate/github.com-go-git-go-git-v5-5.x,renovate/github.com-stretchr-testify-1.x,renovate/github.com-xanzy-go-gitlab-0.x,renovate/k8s.io-api-0.x,renovate/k8s.io-apimachinery-0.x,renovate/k8s.io-client-go-0.x (repository=big-bang/team/tools/gogru)
DEBUG: Branch concurrent limit remaining: 1 (repository=big-bang/team/tools/gogru)
DEBUG: Calculated maximum branches remaining this run: 1 (repository=big-bang/team/tools/gogru)
DEBUG: Branches limit = 1 (repository=big-bang/team/tools/gogru)
DEBUG: syncBranchState() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: getBranchPr(renovate/github.com-aws-aws-sdk-go-v2-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: findPr(renovate/github.com-aws-aws-sdk-go-v2-1.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: getPr(22) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: getMR(22) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:01.496Z) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: isBranchConflicted(main, renovate/github.com-aws-aws-sdk-go-v2-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: gomod.updateDependency: v1.36.0 (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: No changes necessary (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: No package files need updating (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: No files to commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: getBranchPr(renovate/github.com-aws-aws-sdk-go-v2-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: findPr(renovate/github.com-aws-aws-sdk-go-v2-1.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: getPr(22) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: getMR(22) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: Fetching changelog: https://github.com/aws/aws-sdk-go-v2 (v1.31.0 -> v1.36.0) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
       "manager": "gomod",
       "packageName": "github.com/aws/aws-sdk-go-v2",
       "sourceUrl": "https://github.com/aws/aws-sdk-go-v2"
DEBUG: Processing existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: PR body changed (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
       "prTitle": "chore(deps): update module github.com/aws/aws-sdk-go-v2 to v1.36.0"
 INFO: PR updated (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
       "pr": 22,
       "prTitle": "chore(deps): update module github.com/aws/aws-sdk-go-v2 to v1.36.0"
DEBUG: setPrCache() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-1.x)
DEBUG: syncBranchState() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: getBranchPr(renovate/github.com-aws-aws-sdk-go-v2-config-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: findPr(renovate/github.com-aws-aws-sdk-go-v2-config-1.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: getPr(21) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: getMR(21) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:02.459Z) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: isBranchConflicted(main, renovate/github.com-aws-aws-sdk-go-v2-config-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: gomod.updateDependency: v1.29.4 (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: No changes necessary (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: No package files need updating (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: No files to commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: getBranchPr(renovate/github.com-aws-aws-sdk-go-v2-config-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: findPr(renovate/github.com-aws-aws-sdk-go-v2-config-1.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: getPr(21) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: getMR(21) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: Fetching changelog: https://github.com/aws/aws-sdk-go-v2 (v1.27.39 -> v1.29.4) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
       "manager": "gomod",
       "packageName": "github.com/aws/aws-sdk-go-v2/config",
       "sourceUrl": "https://github.com/aws/aws-sdk-go-v2"
DEBUG: Processing existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: PR body changed (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
       "prTitle": "chore(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.29.4"
 INFO: PR updated (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
       "pr": 21,
       "prTitle": "chore(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.29.4"
DEBUG: setPrCache() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-config-1.x)
DEBUG: syncBranchState() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: getBranchPr(renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: findPr(renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: getPr(23) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: getMR(23) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:03.261Z) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: isBranchConflicted(main, renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: gomod.updateDependency: v1.75.2 (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: No changes necessary (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: No package files need updating (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: No files to commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: getBranchPr(renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: findPr(renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: getPr(23) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: getMR(23) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: Fetching changelog: https://github.com/aws/aws-sdk-go-v2 (v1.63.3 -> v1.75.2) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
       "manager": "gomod",
       "packageName": "github.com/aws/aws-sdk-go-v2/service/s3",
       "sourceUrl": "https://github.com/aws/aws-sdk-go-v2"
DEBUG: Processing existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: PR body changed (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
       "prTitle": "chore(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.75.2"
 INFO: PR updated (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
       "pr": 23,
       "prTitle": "chore(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.75.2"
DEBUG: setPrCache() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x)
DEBUG: syncBranchState() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: getBranchPr(renovate/github.com-go-git-go-git-v5-5.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: findPr(renovate/github.com-go-git-go-git-v5-5.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: getPr(35) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: getMR(35) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:04.051Z) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: isBranchConflicted(main, renovate/github.com-go-git-go-git-v5-5.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: gomod.updateDependency: v5.13.2 (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: No changes necessary (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: No package files need updating (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: No files to commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: getBranchPr(renovate/github.com-go-git-go-git-v5-5.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: findPr(renovate/github.com-go-git-go-git-v5-5.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: getPr(35) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: getMR(35) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: Fetching changelog: https://github.com/go-git/go-git (v5.12.0 -> v5.13.2) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
       "manager": "gomod",
       "packageName": "github.com/go-git/go-git/v5",
       "sourceUrl": "https://github.com/go-git/go-git"
DEBUG: Processing existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: PR body changed (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
       "prTitle": "chore(deps): update module github.com/go-git/go-git/v5 to v5.13.2"
 INFO: PR updated (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
       "pr": 35,
       "prTitle": "chore(deps): update module github.com/go-git/go-git/v5 to v5.13.2"
DEBUG: setPrCache() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-go-git-go-git-v5-5.x)
DEBUG: syncBranchState() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getPr(32) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getMR(32) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:04.979Z) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: isBranchConflicted(main, renovate/github.com-stretchr-testify-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: gomod.updateDependency: v1.10.0 (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No changes necessary (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No package files need updating (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No files to commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getPr(32) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getMR(32) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Fetching changelog: https://github.com/stretchr/testify (v1.9.0 -> v1.10.0) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "manager": "gomod",
       "packageName": "github.com/stretchr/testify",
       "sourceUrl": "https://github.com/stretchr/testify"
DEBUG: Processing existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR body changed (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "prTitle": "chore(deps): update module github.com/stretchr/testify to v1.10.0"
 INFO: PR updated (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "pr": 32,
       "prTitle": "chore(deps): update module github.com/stretchr/testify to v1.10.0"
DEBUG: setPrCache() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: getBranchPr(renovate/github.com-xanzy-go-gitlab-0.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: findPr(renovate/github.com-xanzy-go-gitlab-0.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: getPr(18) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: getMR(18) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:05.804Z) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: isBranchConflicted(main, renovate/github.com-xanzy-go-gitlab-0.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: gomod.updateDependency: v0.115.0 (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: No changes necessary (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: No package files need updating (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: No files to commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: getBranchPr(renovate/github.com-xanzy-go-gitlab-0.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: findPr(renovate/github.com-xanzy-go-gitlab-0.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: getPr(18) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: getMR(18) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: Fetching changelog: https://github.com/xanzy/go-gitlab (v0.109.0 -> v0.115.0) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
       "manager": "gomod",
       "packageName": "github.com/xanzy/go-gitlab",
       "sourceUrl": "https://github.com/xanzy/go-gitlab"
DEBUG: Processing existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: PR body changed (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
       "prTitle": "chore(deps): update module github.com/xanzy/go-gitlab to v0.115.0"
 INFO: PR updated (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
       "pr": 18,
       "prTitle": "chore(deps): update module github.com/xanzy/go-gitlab to v0.115.0"
DEBUG: setPrCache() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/github.com-xanzy-go-gitlab-0.x)
DEBUG: syncBranchState() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: getBranchPr(renovate/k8s.io-api-0.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: findPr(renovate/k8s.io-api-0.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: getPr(26) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: getMR(26) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:06.631Z) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: isBranchConflicted(main, renovate/k8s.io-api-0.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: gomod.updateDependency: v0.32.1 (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: No changes necessary (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: No package files need updating (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: No files to commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: getBranchPr(renovate/k8s.io-api-0.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: findPr(renovate/k8s.io-api-0.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: getPr(26) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: getMR(26) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: Fetching changelog: https://github.com/kubernetes/api (v0.31.1 -> v0.32.1) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
       "manager": "gomod",
       "packageName": "k8s.io/api",
       "sourceUrl": "https://github.com/kubernetes/api"
DEBUG: Processing existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: PR body changed (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
       "prTitle": "chore(deps): update module k8s.io/api to v0.32.1"
 INFO: PR updated (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
       "pr": 26,
       "prTitle": "chore(deps): update module k8s.io/api to v0.32.1"
DEBUG: setPrCache() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-api-0.x)
DEBUG: syncBranchState() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: getBranchPr(renovate/k8s.io-apimachinery-0.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: findPr(renovate/k8s.io-apimachinery-0.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: getPr(27) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: getMR(27) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:07.674Z) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: isBranchConflicted(main, renovate/k8s.io-apimachinery-0.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: gomod.updateDependency: v0.32.1 (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: No changes necessary (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: No package files need updating (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: No files to commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: getBranchPr(renovate/k8s.io-apimachinery-0.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: findPr(renovate/k8s.io-apimachinery-0.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: getPr(27) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: getMR(27) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: Fetching changelog: https://github.com/kubernetes/apimachinery (v0.31.1 -> v0.32.1) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
       "manager": "gomod",
       "packageName": "k8s.io/apimachinery",
       "sourceUrl": "https://github.com/kubernetes/apimachinery"
DEBUG: Processing existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: PR body changed (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
       "prTitle": "chore(deps): update module k8s.io/apimachinery to v0.32.1"
 INFO: PR updated (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
       "pr": 27,
       "prTitle": "chore(deps): update module k8s.io/apimachinery to v0.32.1"
DEBUG: setPrCache() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-apimachinery-0.x)
DEBUG: syncBranchState() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: getBranchPr(renovate/k8s.io-client-go-0.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: findPr(renovate/k8s.io-client-go-0.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: getPr(28) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: getMR(28) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:08.529Z) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: isBranchConflicted(main, renovate/k8s.io-client-go-0.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: gomod.updateDependency: v0.32.1 (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: No changes necessary (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: No package files need updating (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: No files to commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: latest commit (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T13:24:11+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: getBranchPr(renovate/k8s.io-client-go-0.x) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: findPr(renovate/k8s.io-client-go-0.x, undefined, open) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: getPr(28) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: getMR(28) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: Fetching changelog: https://github.com/kubernetes/client-go (v0.31.1 -> v0.32.1) (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
       "manager": "gomod",
       "packageName": "k8s.io/client-go",
       "sourceUrl": "https://github.com/kubernetes/client-go"
DEBUG: Processing existing PR (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: PR body changed (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
       "prTitle": "chore(deps): update module k8s.io/client-go to v0.32.1"
 INFO: PR updated (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
       "pr": 28,
       "prTitle": "chore(deps): update module k8s.io/client-go to v0.32.1"
DEBUG: setPrCache() (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/gogru, baseBranch=main, branch=renovate/k8s.io-client-go-0.x)
DEBUG: getBranchPr(renovate/github.com-aws-aws-sdk-go-v2-1.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-aws-aws-sdk-go-v2-1.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(22) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(22) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/github.com-aws-aws-sdk-go-v2-config-1.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-aws-aws-sdk-go-v2-config-1.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(21) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(21) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(23) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(23) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/github.com-go-git-go-git-v5-5.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-go-git-go-git-v5-5.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(35) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(35) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(32) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(32) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/github.com-xanzy-go-gitlab-0.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/github.com-xanzy-go-gitlab-0.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(18) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(18) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/k8s.io-api-0.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/k8s.io-api-0.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(26) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(26) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/k8s.io-apimachinery-0.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/k8s.io-apimachinery-0.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(27) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(27) (repository=big-bang/team/tools/gogru)
DEBUG: getBranchPr(renovate/k8s.io-client-go-0.x) (repository=big-bang/team/tools/gogru)
DEBUG: findPr(renovate/k8s.io-client-go-0.x, undefined, open) (repository=big-bang/team/tools/gogru)
DEBUG: getPr(28) (repository=big-bang/team/tools/gogru)
DEBUG: getMR(28) (repository=big-bang/team/tools/gogru)
DEBUG: Config does not need migration (repository=big-bang/team/tools/gogru)
DEBUG: ensureDependencyDashboard() (repository=big-bang/team/tools/gogru)
DEBUG: Closing Dependency Dashboard (repository=big-bang/team/tools/gogru)
DEBUG: ensureIssueClosing() (repository=big-bang/team/tools/gogru)
DEBUG: validateReconfigureBranch() (repository=big-bang/team/tools/gogru)
DEBUG: No reconfigure branch found (repository=big-bang/team/tools/gogru)
DEBUG: Removing any stale branches (repository=big-bang/team/tools/gogru)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/team/tools/gogru)
DEBUG: Branch lists (repository=big-bang/team/tools/gogru)
       "branchList": [
         "renovate/github.com-aws-aws-sdk-go-v2-1.x",
         "renovate/github.com-aws-aws-sdk-go-v2-config-1.x",
         "renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x",
         "renovate/github.com-go-git-go-git-v5-5.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/github.com-xanzy-go-gitlab-0.x",
         "renovate/k8s.io-api-0.x",
         "renovate/k8s.io-apimachinery-0.x",
         "renovate/k8s.io-client-go-0.x"
       ],
       "renovateBranches": [
         "renovate/github.com-aws-aws-sdk-go-v2-1.x",
         "renovate/github.com-aws-aws-sdk-go-v2-config-1.x",
         "renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x",
         "renovate/github.com-go-git-go-git-v5-5.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/github.com-xanzy-go-gitlab-0.x",
         "renovate/k8s.io-api-0.x",
         "renovate/k8s.io-apimachinery-0.x",
         "renovate/k8s.io-client-go-0.x"
       ]
DEBUG: remainingBranches= (repository=big-bang/team/tools/gogru)
DEBUG: No branches to clean up (repository=big-bang/team/tools/gogru)
DEBUG: ensureIssueClosing() (repository=big-bang/team/tools/gogru)
DEBUG: ensureIssueClosing() (repository=big-bang/team/tools/gogru)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/tools/gogru)
DEBUG: Repo is activated (repository=big-bang/team/tools/gogru)
DEBUG: Branch summary (repository=big-bang/team/tools/gogru)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "4af32d93742da61b38fda6ed02de3ffa07471edb"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4af32d93742da61b38fda6ed02de3ffa07471edb",
           "branchName": "renovate/github.com-aws-aws-sdk-go-v2-1.x",
           "branchSha": "61d8ad4f381df7707890107b6dc007c7ce185e61",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4af32d93742da61b38fda6ed02de3ffa07471edb",
           "branchName": "renovate/github.com-aws-aws-sdk-go-v2-config-1.x",
           "branchSha": "8d3dfac1a72480868965918aa3b576807aedbf4b",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4af32d93742da61b38fda6ed02de3ffa07471edb",
           "branchName": "renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x",
           "branchSha": "1bf997c0776bbe90a8fbc79b7a68764c9e3f2f3c",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4af32d93742da61b38fda6ed02de3ffa07471edb",
           "branchName": "renovate/github.com-go-git-go-git-v5-5.x",
           "branchSha": "de66cda6e3195d1ae324cc08ff5857040f5f9b50",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4af32d93742da61b38fda6ed02de3ffa07471edb",
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "branchSha": "4c54b7cf0fef07fa4d2ea65593b348353dff2897",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4af32d93742da61b38fda6ed02de3ffa07471edb",
           "branchName": "renovate/github.com-xanzy-go-gitlab-0.x",
           "branchSha": "bf50074c0d9ffd9d56351234c467f83e5b7a1d3e",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4af32d93742da61b38fda6ed02de3ffa07471edb",
           "branchName": "renovate/k8s.io-api-0.x",
           "branchSha": "ca9425221effd1d41c3688980ebf01d769046b6a",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4af32d93742da61b38fda6ed02de3ffa07471edb",
           "branchName": "renovate/k8s.io-apimachinery-0.x",
           "branchSha": "b743007faa1536d9e98146b23ed6ae5983077571",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4af32d93742da61b38fda6ed02de3ffa07471edb",
           "branchName": "renovate/k8s.io-client-go-0.x",
           "branchSha": "24556aced11449df13134fdb5af2b7376ccb9791",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/team/tools/gogru)
       "branchesInformation": [
         {
           "branchName": "renovate/github.com-aws-aws-sdk-go-v2-1.x",
           "prNo": 22,
           "prTitle": "chore(deps): update module github.com/aws/aws-sdk-go-v2 to v1.36.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/aws/aws-sdk-go-v2",
               "displayPending": "",
               "fixedVersion": "v1.31.0",
               "currentVersion": "v1.31.0",
               "currentValue": "v1.31.0",
               "newValue": "v1.36.0",
               "newVersion": "v1.36.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/aws/aws-sdk-go-v2"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-aws-aws-sdk-go-v2-config-1.x",
           "prNo": 21,
           "prTitle": "chore(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.29.4",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/aws/aws-sdk-go-v2/config",
               "displayPending": "",
               "fixedVersion": "v1.27.39",
               "currentVersion": "v1.27.39",
               "currentValue": "v1.27.39",
               "newValue": "v1.29.4",
               "newVersion": "v1.29.4",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/aws/aws-sdk-go-v2/config"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-aws-aws-sdk-go-v2-service-s3-1.x",
           "prNo": 23,
           "prTitle": "chore(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.75.2",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/aws/aws-sdk-go-v2/service/s3",
               "displayPending": "",
               "fixedVersion": "v1.63.3",
               "currentVersion": "v1.63.3",
               "currentValue": "v1.63.3",
               "newValue": "v1.75.2",
               "newVersion": "v1.75.2",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/aws/aws-sdk-go-v2/service/s3"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-go-git-go-git-v5-5.x",
           "prNo": 35,
           "prTitle": "chore(deps): update module github.com/go-git/go-git/v5 to v5.13.2",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/go-git/go-git/v5",
               "displayPending": "",
               "fixedVersion": "v5.12.0",
               "currentVersion": "v5.12.0",
               "currentValue": "v5.12.0",
               "newValue": "v5.13.2",
               "newVersion": "v5.13.2",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/go-git/go-git/v5"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "prNo": 32,
           "prTitle": "chore(deps): update module github.com/stretchr/testify to v1.10.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/stretchr/testify",
               "displayPending": "",
               "fixedVersion": "v1.9.0",
               "currentVersion": "v1.9.0",
               "currentValue": "v1.9.0",
               "newValue": "v1.10.0",
               "newVersion": "v1.10.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/stretchr/testify"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-xanzy-go-gitlab-0.x",
           "prNo": 18,
           "prTitle": "chore(deps): update module github.com/xanzy/go-gitlab to v0.115.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/xanzy/go-gitlab",
               "displayPending": "",
               "fixedVersion": "v0.109.0",
               "currentVersion": "v0.109.0",
               "currentValue": "v0.109.0",
               "newValue": "v0.115.0",
               "newVersion": "v0.115.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/xanzy/go-gitlab"
             }
           ]
         },
         {
           "branchName": "renovate/k8s.io-api-0.x",
           "prNo": 26,
           "prTitle": "chore(deps): update module k8s.io/api to v0.32.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "k8s.io/api",
               "displayPending": "",
               "fixedVersion": "v0.31.1",
               "currentVersion": "v0.31.1",
               "currentValue": "v0.31.1",
               "newValue": "v0.32.1",
               "newVersion": "v0.32.1",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "k8s.io/api"
             }
           ]
         },
         {
           "branchName": "renovate/k8s.io-apimachinery-0.x",
           "prNo": 27,
           "prTitle": "chore(deps): update module k8s.io/apimachinery to v0.32.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "k8s.io/apimachinery",
               "displayPending": "",
               "fixedVersion": "v0.31.1",
               "currentVersion": "v0.31.1",
               "currentValue": "v0.31.1",
               "newValue": "v0.32.1",
               "newVersion": "v0.32.1",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "k8s.io/apimachinery"
             }
           ]
         },
         {
           "branchName": "renovate/k8s.io-client-go-0.x",
           "prNo": 28,
           "prTitle": "chore(deps): update module k8s.io/client-go to v0.32.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "k8s.io/client-go",
               "displayPending": "",
               "fixedVersion": "v0.31.1",
               "currentVersion": "v0.31.1",
               "currentValue": "v0.31.1",
               "newValue": "v0.32.1",
               "newVersion": "v0.32.1",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "k8s.io/client-go"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/team/tools/gogru)
       "stats": {"total": 13, "open": 9, "closed": 3, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/team/tools/gogru)
DEBUG: repository problems (repository=big-bang/team/tools/gogru)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/tools/gogru)
       "splits": {"init": 1930, "extract": 167, "lookup": 1727, "onboarding": 0, "update": 9702},
       "total": 13547
DEBUG: Package cache statistics (repository=big-bang/team/tools/gogru)
       "get": {"count": 19, "avgMs": 6, "medianMs": 3, "maxMs": 24, "totalMs": 107},
       "set": {"count": 8, "avgMs": 3, "medianMs": 4, "maxMs": 4, "totalMs": 26}
DEBUG: HTTP statistics (repository=big-bang/team/tools/gogru)
       "hosts": {
         "go.mozilla.org": {
           "count": 1,
           "reqAvgMs": 267,
           "reqMedianMs": 267,
           "reqMaxMs": 267,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "proxy.golang.org": {
           "count": 422,
           "reqAvgMs": 33,
           "reqMedianMs": 27,
           "reqMaxMs": 220,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 22,
           "reqAvgMs": 260,
           "reqMedianMs": 258,
           "reqMaxMs": 542,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 445
DEBUG: HTTP cache statistics (repository=big-bang/team/tools/gogru)
DEBUG: Lookup statistics (repository=big-bang/team/tools/gogru)
       "golang-version": {"count": 1, "avgMs": 17, "medianMs": 17, "maxMs": 17, "totalMs": 17},
       "go": {"count": 14, "avgMs": 339, "medianMs": 20, "maxMs": 1585, "totalMs": 4741}
 INFO: Repository finished (repository=big-bang/team/tools/gogru)
       "cloned": true,
       "durationMs": 13547
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/alloy)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/alloy (repository=big-bang/product/packages/alloy)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/alloy)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/alloy)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/alloy)
DEBUG: big-bang/product/packages/alloy default branch = main (repository=big-bang/product/packages/alloy)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/alloy)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/alloy.git (repository=big-bang/product/packages/alloy)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/alloy)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/alloy)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/alloy)
DEBUG: isOnboarded() (repository=big-bang/product/packages/alloy)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/alloy)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/alloy)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/alloy)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/alloy (repository=big-bang/product/packages/alloy)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/alloy)
DEBUG: git clone completed (repository=big-bang/product/packages/alloy)
       "durationMs": 660
DEBUG: latest repository commit (repository=big-bang/product/packages/alloy)
       "latestCommit": {
         "hash": "f6a8e03537e4bc9cc4bc1ec2eaa1dd3ea6896732",
         "date": "2025-01-14T13:19:02+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #71\n\nSee merge request big-bang/product/packages/alloy!71",
         "author_name": "Blair Bowden",
         "author_email": "blair@radiusmethod.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/alloy)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/alloy)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/alloy)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/alloy)
DEBUG: Repository config (repository=big-bang/product/packages/alloy)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Alloy Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["alloy", "renovate", "kind::maintenance", "team::Observability"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'",
                 "update-alloy-subcharts"
               ],
               "fileFilters": [
                 "chart/Chart.yaml",
                 "chart/values.yaml",
                 "README.md",
                 "CHANGELOG.md"
               ]
             }
           },
           {
             "matchDatasources": ["helm"],
             "groupName": "Ironbank",
             "postUpgradeTasks": {
               "commands": [],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": "Update chart annotations - bigbang.dev/applicationVersions:",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Alloy:\\s'v(?<currentValue>.+)'",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": "Update docker image references",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": "Update k8s-monitoring version",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "depNameTemplate": "k8s-monitoring",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/alloy)
DEBUG: No config migration necessary (repository=big-bang/product/packages/alloy)
DEBUG: Post-massage config (repository=big-bang/product/packages/alloy)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Alloy Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["alloy", "renovate", "kind::maintenance", "team::Observability"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'",
                 "update-alloy-subcharts"
               ],
               "fileFilters": [
                 "chart/Chart.yaml",
                 "chart/values.yaml",
                 "README.md",
                 "CHANGELOG.md"
               ]
             }
           },
           {
             "matchDatasources": ["helm"],
             "groupName": "Ironbank",
             "postUpgradeTasks": {
               "commands": [],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": [
               "Update chart annotations - bigbang.dev/applicationVersions:"
             ],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Alloy:\\s'v(?<currentValue>.+)'",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": ["Update docker image references"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": ["Update k8s-monitoring version"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "depNameTemplate": "k8s-monitoring",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/alloy)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/alloy)
DEBUG: findIssue(Renovate: Upgrade Alloy Package Dependencies) (repository=big-bang/product/packages/alloy)
DEBUG: baseBranches (repository=big-bang/product/packages/alloy)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/alloy, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-14T13:19:02+00:00"
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/alloy, baseBranch=main)
       "managers": {"regex": 5, "helmv3": 5}
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/packages/alloy, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/alloy, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 1, "depCount": 2},
           "regex": {"fileCount": 3, "depCount": 4}
         },
         "total": {"fileCount": 4, "depCount": 6}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/grafana/alloy, latest) (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/grafana/alloy, latest, get) (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/jimmidyson/configmap-reload, latest) (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jimmidyson/configmap-reload, latest, get) (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/grafana/alloy, sha256:6637a7232516ee93077402aad74829b964197b2af21a8444787ee2e836b8df87, get) (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jimmidyson/configmap-reload, sha256:6b4607fa650fad29a2e203d23ff52ffecbd4c525b374856937bf6b7128ced8c8, get) (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/alloy, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916945",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "configmap-reload",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:51:40+00:00",
         "org.opencontainers.image.description": "configmap-reload is a simple binary to trigger a reload when Kubernetes ConfigMaps are updated. ",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "68e57aa3f26000d40cf779cf47af3b41833537ba",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/jimmidyson/configmap-reload",
         "org.opencontainers.image.title": "configmap-reload",
         "org.opencontainers.image.url": "https://github.com/jimmidyson/configmap-reload",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v0.14.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/alloy, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d7ecbe66a1125db20559d44c2aa177c6ef341d549b66a57cb2b885ad3c4b90b",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/debian/debian:12.9",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916828",
         "mil.dso.ironbank.image.keywords": "grafana, alloy",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/debian/debian:12.9@sha256:88c9e697b0492b7f414ca4b4fdceaafb23bd75d360bb5f16bbc84bd6905b2e23",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "debian12-container",
         "mil.dso.ironbank.product.name": "grafana/alloy",
         "org.opencontainers.image.created": "2025-02-02 23:41:32+00:00",
         "org.opencontainers.image.description": "Grafana Alloy is an open source OpenTelemetry Collector distribution with built-in Prometheus pipelines and support for metrics, logs, traces, and profiles.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "d201a9745ad9fd8aeecf4301bfe451f16aa22f2b",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/grafana/alloy",
         "org.opencontainers.image.title": "grafana/alloy",
         "org.opencontainers.image.url": "https://github.com/grafana/alloy ",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v1.6.1"
       }
DEBUG: Found no satisfying versions with 'docker' versioning (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: 4 flattened updates found: k8s-monitoring, gluon, registry1.dso.mil/ironbank/opensource/grafana/alloy, k8s-monitoring (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/alloy, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/alloy, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "k8s-monitoring",
                 "currentValue": "1.6.18",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "2.0.6",
                     "newValue": "2.0.6",
                     "newDigest": "ed531f7cef56779c115e0aadf0e46b7240f508a0185bf9982c11a2d4a5e7baa0",
                     "releaseTimestamp": "2025-01-30T23:00:10.877Z",
                     "newVersionAgeInDays": 3,
                     "newMajor": 2,
                     "newMinor": 0,
                     "newPatch": 6,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "k8s-monitoring",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/helm-charts",
                 "registryUrl": "https://grafana.github.io/helm-charts",
                 "currentVersion": "1.6.18",
                 "currentVersionTimestamp": "2025-01-09T17:15:30.083Z",
                 "currentVersionAgeInDays": 24,
                 "isSingleVersion": true,
                 "fixedVersion": "1.6.18"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.12",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.12",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.12"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.6.18-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
                 "currentValue": "2.0.1",
                 "datasource": "docker",
                 "replaceString": "appVersion: 2.0.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/alloy",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/alloy",
                 "lookupName": "ironbank/opensource/grafana/alloy",
                 "currentVersion": "2.0.1",
                 "fixedVersion": "2.0.1"
               }
             ],
             "matchStrings": [
               "- Alloy:\\s'v(?<currentValue>.+)'",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
                 "currentValue": "v1.5.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/grafana/alloy:v1.5.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.6.1",
                     "newValue": "v1.6.1",
                     "newMajor": 1,
                     "newMinor": 6,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/alloy",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/alloy",
                 "lookupName": "ironbank/opensource/grafana/alloy",
                 "currentVersion": "v1.5.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.5.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload",
                 "currentValue": "v0.14.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload:v0.14.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jimmidyson/configmap-reload",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jimmidyson/configmap-reload",
                 "lookupName": "ironbank/opensource/jimmidyson/configmap-reload",
                 "currentVersion": "v0.14.0",
                 "fixedVersion": "v0.14.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "k8s-monitoring",
                 "currentValue": "1.6.18",
                 "datasource": "helm",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "replaceString": "version: 1.6.18-bb.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "2.0.6",
                     "newValue": "2.0.6",
                     "newDigest": "ed531f7cef56779c115e0aadf0e46b7240f508a0185bf9982c11a2d4a5e7baa0",
                     "releaseTimestamp": "2025-01-30T23:00:10.877Z",
                     "newVersionAgeInDays": 3,
                     "newMajor": 2,
                     "newMinor": 0,
                     "newPatch": 6,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "k8s-monitoring",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/helm-charts",
                 "registryUrl": "https://grafana.github.io/helm-charts",
                 "currentVersion": "1.6.18",
                 "currentVersionTimestamp": "2025-01-09T17:15:30.083Z",
                 "currentVersionAgeInDays": 24,
                 "isSingleVersion": true,
                 "fixedVersion": "1.6.18"
               }
             ],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "depNameTemplate": "k8s-monitoring",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/alloy)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/alloy)
DEBUG: processRepo() (repository=big-bang/product/packages/alloy)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/alloy)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/alloy)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/alloy)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/alloy)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/alloy)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/alloy)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/alloy)
DEBUG: getPr(70) (repository=big-bang/product/packages/alloy)
DEBUG: getMR(70) (repository=big-bang/product/packages/alloy)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/alloy)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/alloy)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/alloy)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/alloy)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/alloy)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/alloy)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/alloy)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/alloy)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/alloy)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/alloy)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/alloy)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/alloy)
DEBUG: syncBranchState() (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(70) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(70) (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["kliu@vivsoft.io"]
DEBUG: Found existing branch PR (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:70 (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #70 (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 34 comments (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #70 (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Comment is already update-to-date (repository=big-bang/product/packages/alloy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/alloy)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/alloy)
DEBUG: getPr(70) (repository=big-bang/product/packages/alloy)
DEBUG: getMR(70) (repository=big-bang/product/packages/alloy)
DEBUG: Config does not need migration (repository=big-bang/product/packages/alloy)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/alloy)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/alloy)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/alloy)
DEBUG: ensureIssue() (repository=big-bang/product/packages/alloy)
DEBUG: Updating issue (repository=big-bang/product/packages/alloy)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/alloy)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/alloy)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/alloy)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/alloy)
DEBUG: Branch lists (repository=big-bang/product/packages/alloy)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/alloy)
DEBUG: No branches to clean up (repository=big-bang/product/packages/alloy)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/alloy)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/alloy)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/alloy)
DEBUG: Repo is activated (repository=big-bang/product/packages/alloy)
DEBUG: Branch summary (repository=big-bang/product/packages/alloy)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "f6a8e03537e4bc9cc4bc1ec2eaa1dd3ea6896732"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "f6a8e03537e4bc9cc4bc1ec2eaa1dd3ea6896732",
           "branchName": "renovate/ironbank",
           "branchSha": "6eb5787ff8384a2b42fee4ed3f9408846fae6772",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/alloy)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 70,
           "prTitle": "Update Ironbank",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.12",
               "currentVersion": "0.5.12",
               "currentValue": "0.5.12",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "helm",
               "depName": "k8s-monitoring",
               "displayPending": "",
               "fixedVersion": "1.6.18",
               "currentVersion": "1.6.18",
               "currentValue": "1.6.18",
               "newValue": "2.0.6",
               "newVersion": "2.0.6",
               "newDigest": "ed531f7cef56779c115e0aadf0e46b7240f508a0185bf9982c11a2d4a5e7baa0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "k8s-monitoring"
             },
             {
               "datasource": "helm",
               "depName": "k8s-monitoring",
               "displayPending": "",
               "fixedVersion": "1.6.18",
               "currentVersion": "1.6.18",
               "currentValue": "1.6.18",
               "newValue": "2.0.6",
               "newVersion": "2.0.6",
               "newDigest": "ed531f7cef56779c115e0aadf0e46b7240f508a0185bf9982c11a2d4a5e7baa0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "k8s-monitoring"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/grafana/alloy",
               "displayPending": "",
               "fixedVersion": "v1.5.1",
               "currentVersion": "v1.5.1",
               "currentValue": "v1.5.1",
               "newValue": "v1.6.1",
               "newVersion": "v1.6.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/grafana/alloy"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/alloy)
       "stats": {"total": 17, "open": 1, "closed": 5, "merged": 11}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/alloy)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/alloy)
       "splits": {"init": 2368, "extract": 201, "lookup": 409, "onboarding": 0, "update": 799},
       "total": 4193
DEBUG: Package cache statistics (repository=big-bang/product/packages/alloy)
       "get": {"count": 9, "avgMs": 4, "medianMs": 0, "maxMs": 26, "totalMs": 36},
       "set": {"count": 6, "avgMs": 7, "medianMs": 7, "maxMs": 14, "totalMs": 39}
DEBUG: HTTP statistics (repository=big-bang/product/packages/alloy)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 31,
           "reqMedianMs": 25,
           "reqMaxMs": 56,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 10,
           "reqAvgMs": 271,
           "reqMedianMs": 161,
           "reqMaxMs": 1058,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 23
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/alloy)
DEBUG: Lookup statistics (repository=big-bang/product/packages/alloy)
       "docker": {"count": 4, "avgMs": 258, "medianMs": 344, "maxMs": 344, "totalMs": 1033},
       "helm": {"count": 2, "avgMs": 39, "medianMs": 39, "maxMs": 39, "totalMs": 78}
 INFO: Repository finished (repository=big-bang/product/packages/alloy)
       "cloned": true,
       "durationMs": 4193
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/istio-gateway)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/istio-gateway (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: big-bang/apps/sandbox/istio-gateway default branch = main (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/istio-gateway.git (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/istio-gateway (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/istio-gateway)
       "durationMs": 543
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/istio-gateway)
       "latestCommit": {
         "hash": "90d86b474fbf437da5a434da80db1ce25d552abd",
         "date": "2025-01-02T16:06:13+00:00",
         "message": "Merge branch 'mtls-fix-template' into 'main'",
         "refs": "HEAD -> main, tag: 1.23.3-bb.1, origin/main, origin/HEAD",
         "body": "Mtls fix template\n\nSee merge request big-bang/apps/sandbox/istio-gateway!20",
         "author_name": "Jimmy Bourque",
         "author_email": "jbourque@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Repository config (repository=big-bang/apps/sandbox/istio-gateway)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/istio-gateway)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/istio-gateway)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-02T16:06:13+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Chart has no dependencies in chart/Chart.yaml (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
       "managers": {"helm-values": 4, "helmv3": 5}
DEBUG: Found 0 package file(s) (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/istio-gateway, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Processing 0 branches:  (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/istio-gateway)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "90d86b474fbf437da5a434da80db1ce25d552abd"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/istio-gateway)
       "stats": {"total": 1, "open": 0, "closed": 1, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/istio-gateway)
       "splits": {"init": 1436, "extract": 165, "lookup": 13, "onboarding": 0, "update": 1},
       "total": 1620
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/istio-gateway)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/istio-gateway)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 157,
           "reqMedianMs": 137,
           "reqMaxMs": 317,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/istio-gateway)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/istio-gateway)
 INFO: Repository finished (repository=big-bang/apps/sandbox/istio-gateway)
       "cloned": true,
       "durationMs": 1620
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/infrastructure/terraform-modules)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/terraform-modules (repository=big-bang/infrastructure/terraform-modules)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/infrastructure/terraform-modules)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/infrastructure/terraform-modules)
DEBUG: big-bang/infrastructure/terraform-modules default branch = main (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Enabling Git FS (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/infrastructure/terraform-modules.git (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/terraform-modules)
DEBUG: checkOnboarding() (repository=big-bang/infrastructure/terraform-modules)
DEBUG: isOnboarded() (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findFile(renovate.json) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/terraform-modules (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Performing blobless clone (repository=big-bang/infrastructure/terraform-modules)
DEBUG: git clone completed (repository=big-bang/infrastructure/terraform-modules)
       "durationMs": 827
DEBUG: latest repository commit (repository=big-bang/infrastructure/terraform-modules)
       "latestCommit": {
         "hash": "bf13bc4326d70a8a1baa1896ba14b6f841a23695",
         "date": "2025-01-31T14:34:05+00:00",
         "message": "Merge branch 'add-policy-eks-module' into 'main'",
         "refs": "HEAD -> main, tag: 1.0.32, origin/main, origin/HEAD",
         "body": "Add policy to EKS module\n\nSee merge request big-bang/infrastructure/terraform-modules!85",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/infrastructure/terraform-modules)
DEBUG: ensureIssueClosing() (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Repo is onboarded (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Found renovate.json config file (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Repository config (repository=big-bang/infrastructure/terraform-modules)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/infrastructure/terraform-modules)
DEBUG: No config migration necessary (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Found repo ignorePaths (repository=big-bang/infrastructure/terraform-modules)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/infrastructure/terraform-modules)
DEBUG: baseBranches (repository=big-bang/infrastructure/terraform-modules)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: extract() (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: latest commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:34:05+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Matched 93 file(s) for manager terraform: autoscaler-iam-policy/main.tf, autoscaler-iam-policy/variables.tf, bastion/main.tf, bastion/output.tf, bastion/variables.tf, bastion/versions.tf, ci-rds/data.tf, ci-rds/iam.tf, ci-rds/locals.tf, ci-rds/main.tf, ci-rds/outputs.tf, ci-rds/variables.tf, crossplane/main.tf, defect_dojo/main.tf, defect_dojo/variables.tf, eks-cluster/main.tf, eks-cluster/outputs.tf, eks-cluster/variables.tf, eks-cluster/versions.tf, eks_automation/eks-cluster/main.tf, eks_automation/eks-cluster/outputs.tf, eks_automation/eks-cluster/variables.tf, eks_automation/eks_aws_auth/aws-auth.tf, eks_automation/eks_aws_auth/variables.tf, eks_automation/eks_data/data.tf, eks_automation/eks_network/main.tf, eks_automation/eks_network/outputs.tf, eks_automation/eks_network/variables.tf, eks_automation/eks_rds_aurora/main.tf, eks_automation/eks_rds_aurora/outputs.tf, eks_automation/eks_rds_aurora/variables.tf, eks_automation/eks_sg_rules/main.tf, eks_automation/eks_sg_rules/variables.tf, eks_aws_auth/aws-auth.tf, eks_aws_auth/variables.tf, eks_aws_auth/versions.tf, eks_network/main.tf, eks_network/outputs.tf, eks_network/variables.tf, gitlab_idp/data-aws.tf, gitlab_idp/main-aws.tf, gitlab_idp/outputs.tf, gitlab_idp/variables.tf, iam_policy/main.tf, iam_policy/outputs.tf, iam_policy/variables.tf, iam_policy/versions.tf, iam_role_policy_attachment/main.tf, iam_role_policy_attachment/output.tf, iam_role_policy_attachment/variables.tf, iam_user/main.tf, iam_user/outputs.tf, iam_user/variables.tf, iam_user_policy/main.tf, iam_user_policy/outputs.tf, iam_user_policy/variables.tf, kms/main.tf, kms/outputs.tf, kms/variables.tf, network/output.tf, network/tgw.tf, network/variables.tf, network/versions.tf, network/vpc.tf, objectstore/main.tf, objectstore/outputs.tf, objectstore/variables.tf, oidc-runner-auth/example/main.tf, oidc-runner-auth/main.tf, oidc-runner-auth/outputs.tf, oidc-runner-auth/providers.tf, oidc-runner-auth/variables.tf, peering_tga/output.tf, peering_tga/peering_tga.tf, peering_tga/variables.tf, peering_tga/versions.tf, release-storage/data.tf, release-storage/main.tf, release-storage/outputs.tf, release-storage/variables.tf, s3/main.tf, s3/outputs.tf, s3/variables.tf, security_group/main.tf, security_group/outputs.tf, security_group/variables.tf, tgw/output.tf, tgw/tgw.tf, tgw/variables.tf, tgw/versions.tf, tgw_routes/main.tf, tgw_routes/output.tf, tgw_routes/variables.tf (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Matched 1 file(s) for manager tflint-plugin: .tflint.hcl (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=.tflint.hcl)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=bastion/output.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=bastion/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=ci-rds/data.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=ci-rds/locals.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=ci-rds/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=crossplane/main.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=defect_dojo/main.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=defect_dojo/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks-cluster/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_automation/eks-cluster/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_automation/eks_aws_auth/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_automation/eks_data/data.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_automation/eks_network/variables.tf)
DEBUG: eks_automation/eks_rds_aurora/outputs.tf has no content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_automation/eks_sg_rules/main.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_automation/eks_sg_rules/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_aws_auth/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_network/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=gitlab_idp/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=iam_policy/main.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=iam_policy/outputs.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=iam_policy/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=iam_role_policy_attachment/main.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=iam_role_policy_attachment/output.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=iam_role_policy_attachment/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=iam_user/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=iam_user_policy/main.tf)
DEBUG: iam_user_policy/outputs.tf has no content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=iam_user_policy/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=kms/main.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=kms/outputs.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=kms/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=network/output.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=network/tgw.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=network/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=network/vpc.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=peering_tga/output.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=peering_tga/peering_tga.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=peering_tga/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=release-storage/data.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=release-storage/main.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=release-storage/outputs.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=release-storage/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=s3/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=security_group/main.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=security_group/outputs.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=security_group/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=tgw/output.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=tgw/tgw.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=tgw/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=tgw_routes/main.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=tgw_routes/output.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=tgw_routes/variables.tf)
DEBUG: manager extract durations (ms) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
       "managers": {"tflint-plugin": 21, "terraform": 211}
DEBUG: Found terraform package files (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Found 19 package file(s) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
       "stats": {
         "managers": {"terraform": {"fileCount": 19, "depCount": 43}},
         "total": {"fileCount": 19, "depCount": 43}
       }
 WARN: GitHub token is required for some dependencies (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
       "githubDeps": ["hashicorp/terraform", "github.com/terraform-aws-modules/terraform-aws-rds"]
DEBUG: baseBranch: main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: hostRules: no authentication for registry.terraform.io (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Using queue: host=registry.terraform.io, concurrency=16 (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: 9 flattened updates found: terraform-aws-modules/eks/aws, terraform-aws-modules/iam/aws, aws, terraform-aws-modules/eks/aws, terraform-aws-modules/iam/aws, terraform-aws-modules/rds-aurora/aws, aws, terraform-aws-modules/iam/aws, terraform-aws-modules/s3-bucket/aws (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: Returning 5 branch(es) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/infrastructure/terraform-modules, baseBranch=main)
       "config": {
         "terraform": [
           {
             "deps": [
               {
                 "currentValue": ">= 2.58",
                 "depType": "required_provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "updates": [],
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/terraform-provider-aws",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/providers/hashicorp/aws",
                 "currentVersion": "5.84.0",
                 "currentVersionTimestamp": "2025-01-16T19:37:47.000Z",
                 "currentVersionAgeInDays": 17
               },
               {
                 "currentValue": ">= 0.12.6",
                 "depType": "required_version",
                 "datasource": "github-releases",
                 "depName": "hashicorp/terraform",
                 "extractVersion": "v(?<version>.*)$",
                 "versioning": "hashicorp",
                 "skipReason": "github-token-required",
                 "updates": [],
                 "packageName": "hashicorp/terraform"
               }
             ],
             "packageFile": "bastion/versions.tf"
           },
           {
             "deps": [
               {
                 "depName": "github.com/terraform-aws-modules/terraform-aws-rds",
                 "depType": "module",
                 "currentValue": "v6.9.0",
                 "packageName": "terraform-aws-modules/terraform-aws-rds",
                 "datasource": "github-tags",
                 "skipReason": "github-token-required",
                 "updates": []
               }
             ],
             "packageFile": "ci-rds/main.tf"
           },
           {
             "deps": [
               {
                 "depType": "provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "skipReason": "unspecified-version",
                 "updates": []
               },
               {
                 "depType": "provider",
                 "depName": "kubernetes",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/kubernetes",
                 "skipReason": "unspecified-version",
                 "updates": []
               },
               {
                 "depName": "terraform-aws-modules/eks/aws",
                 "depType": "module",
                 "currentValue": "19.21.0",
                 "datasource": "terraform-module",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "20.33.1",
                     "newValue": "20.33.1",
                     "releaseTimestamp": "2025-01-22T00:58:49.571Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 20,
                     "newMinor": 33,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/terraform-aws-modules-eks-aws-20.x"
                   }
                 ],
                 "packageName": "terraform-aws-modules/eks/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-eks",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/eks/aws",
                 "currentVersion": "19.21.0",
                 "isSingleVersion": true,
                 "fixedVersion": "19.21.0"
               },
               {
                 "depName": "terraform-aws-modules/iam/aws",
                 "depType": "module",
                 "currentValue": "5.44.0",
                 "datasource": "terraform-module",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "5.52.2",
                     "newValue": "5.52.2",
                     "releaseTimestamp": "2025-01-09T15:28:33.964Z",
                     "newVersionAgeInDays": 24,
                     "newMajor": 5,
                     "newMinor": 52,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/terraform-aws-modules-iam-aws-5.x"
                   }
                 ],
                 "packageName": "terraform-aws-modules/iam/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-iam",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/iam/aws",
                 "currentVersion": "5.44.0",
                 "isSingleVersion": true,
                 "fixedVersion": "5.44.0"
               },
               {
                 "depName": "terraform-aws-modules/iam/aws",
                 "depType": "module",
                 "currentValue": "~> 5.0",
                 "datasource": "terraform-module",
                 "updates": [],
                 "packageName": "terraform-aws-modules/iam/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-iam",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/iam/aws",
                 "currentVersion": "5.52.2",
                 "currentVersionTimestamp": "2025-01-09T15:28:33.964Z",
                 "currentVersionAgeInDays": 24
               }
             ],
             "packageFile": "eks-cluster/main.tf"
           },
           {
             "deps": [
               {
                 "currentValue": "5.29.0",
                 "depType": "required_provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "5.84.0",
                     "newValue": "5.84.0",
                     "releaseTimestamp": "2025-01-16T19:37:47.000Z",
                     "newVersionAgeInDays": 17,
                     "newMajor": 5,
                     "newMinor": 84,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/aws-5.x"
                   }
                 ],
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/terraform-provider-aws",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/providers/hashicorp/aws",
                 "currentVersion": "5.29.0",
                 "isSingleVersion": true,
                 "fixedVersion": "5.29.0"
               },
               {
                 "currentValue": ">= 0.13",
                 "depType": "required_version",
                 "datasource": "github-releases",
                 "depName": "hashicorp/terraform",
                 "extractVersion": "v(?<version>.*)$",
                 "versioning": "hashicorp",
                 "skipReason": "github-token-required",
                 "updates": [],
                 "packageName": "hashicorp/terraform"
               }
             ],
             "packageFile": "eks-cluster/versions.tf"
           },
           {
             "deps": [
               {
                 "depType": "provider",
                 "depName": "kubernetes",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/kubernetes",
                 "skipReason": "unspecified-version",
                 "updates": []
               },
               {
                 "depName": "terraform-aws-modules/eks/aws",
                 "depType": "module",
                 "currentValue": "20.24.3",
                 "datasource": "terraform-module",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "20.33.1",
                     "newValue": "20.33.1",
                     "releaseTimestamp": "2025-01-22T00:58:49.571Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 20,
                     "newMinor": 33,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/terraform-aws-modules-eks-aws-20.x"
                   }
                 ],
                 "packageName": "terraform-aws-modules/eks/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-eks",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/eks/aws",
                 "currentVersion": "20.24.3",
                 "isSingleVersion": true,
                 "fixedVersion": "20.24.3"
               },
               {
                 "depName": "terraform-aws-modules/iam/aws",
                 "depType": "module",
                 "currentValue": "5.44.0",
                 "datasource": "terraform-module",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "5.52.2",
                     "newValue": "5.52.2",
                     "releaseTimestamp": "2025-01-09T15:28:33.964Z",
                     "newVersionAgeInDays": 24,
                     "newMajor": 5,
                     "newMinor": 52,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/terraform-aws-modules-iam-aws-5.x"
                   }
                 ],
                 "packageName": "terraform-aws-modules/iam/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-iam",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/iam/aws",
                 "currentVersion": "5.44.0",
                 "isSingleVersion": true,
                 "fixedVersion": "5.44.0"
               },
               {
                 "depName": "terraform-aws-modules/iam/aws",
                 "depType": "module",
                 "currentValue": "~> 5.0",
                 "datasource": "terraform-module",
                 "updates": [],
                 "packageName": "terraform-aws-modules/iam/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-iam",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/iam/aws",
                 "currentVersion": "5.52.2",
                 "currentVersionTimestamp": "2025-01-09T15:28:33.964Z",
                 "currentVersionAgeInDays": 24
               }
             ],
             "packageFile": "eks_automation/eks-cluster/main.tf"
           },
           {
             "deps": [
               {
                 "depName": "terraform-aws-modules/vpc/aws",
                 "depType": "module",
                 "datasource": "terraform-module",
                 "updates": [],
                 "packageName": "terraform-aws-modules/vpc/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "terraform-aws-modules/transit-gateway/aws",
                 "depType": "module",
                 "currentValue": ">= 2.0",
                 "datasource": "terraform-module",
                 "updates": [],
                 "packageName": "terraform-aws-modules/transit-gateway/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-transit-gateway",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/transit-gateway/aws",
                 "currentVersion": "2.13.0",
                 "currentVersionTimestamp": "2025-01-15T19:31:14.598Z",
                 "currentVersionAgeInDays": 18
               },
               {
                 "depName": "terraform-aws-modules/vpc/aws",
                 "depType": "module",
                 "currentValue": ">= 5.0",
                 "datasource": "terraform-module",
                 "updates": [],
                 "packageName": "terraform-aws-modules/vpc/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-vpc",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws",
                 "currentVersion": "5.18.1",
                 "currentVersionTimestamp": "2025-01-28T13:22:11.983Z",
                 "currentVersionAgeInDays": 5
               }
             ],
             "packageFile": "eks_automation/eks_network/main.tf"
           },
           {
             "deps": [
               {
                 "depName": "terraform-aws-modules/rds-aurora/aws",
                 "depType": "module",
                 "currentValue": "v9.3.1",
                 "datasource": "terraform-module",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "9.11.0",
                     "newValue": "v9.11.0",
                     "releaseTimestamp": "2024-12-19T17:09:51.536Z",
                     "newVersionAgeInDays": 45,
                     "newMajor": 9,
                     "newMinor": 11,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/terraform-aws-modules-rds-aurora-aws-9.x"
                   }
                 ],
                 "packageName": "terraform-aws-modules/rds-aurora/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-rds-aurora",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/rds-aurora/aws",
                 "currentVersion": "9.3.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v9.3.1"
               }
             ],
             "packageFile": "eks_automation/eks_rds_aurora/main.tf"
           },
           {
             "deps": [
               {
                 "depType": "provider",
                 "depName": "kubernetes",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/kubernetes",
                 "skipReason": "unspecified-version",
                 "updates": []
               },
               {
                 "depName": "terraform-aws-modules/eks/aws",
                 "depType": "module",
                 "currentValue": "~> 20.0",
                 "datasource": "terraform-module",
                 "updates": [],
                 "packageName": "terraform-aws-modules/eks/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-eks",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/eks/aws",
                 "currentVersion": "20.33.1",
                 "currentVersionTimestamp": "2025-01-22T00:58:49.571Z",
                 "currentVersionAgeInDays": 12
               }
             ],
             "packageFile": "eks_aws_auth/aws-auth.tf"
           },
           {
             "deps": [
               {
                 "currentValue": "5.29.0",
                 "depType": "required_provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "5.84.0",
                     "newValue": "5.84.0",
                     "releaseTimestamp": "2025-01-16T19:37:47.000Z",
                     "newVersionAgeInDays": 17,
                     "newMajor": 5,
                     "newMinor": 84,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/aws-5.x"
                   }
                 ],
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/terraform-provider-aws",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/providers/hashicorp/aws",
                 "currentVersion": "5.29.0",
                 "isSingleVersion": true,
                 "fixedVersion": "5.29.0"
               },
               {
                 "currentValue": ">= 0.13",
                 "depType": "required_version",
                 "datasource": "github-releases",
                 "depName": "hashicorp/terraform",
                 "extractVersion": "v(?<version>.*)$",
                 "versioning": "hashicorp",
                 "skipReason": "github-token-required",
                 "updates": [],
                 "packageName": "hashicorp/terraform"
               }
             ],
             "packageFile": "eks_aws_auth/versions.tf"
           },
           {
             "deps": [
               {
                 "depType": "provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "skipReason": "unspecified-version",
                 "updates": []
               },
               {
                 "depName": "terraform-aws-modules/vpc/aws",
                 "depType": "module",
                 "datasource": "terraform-module",
                 "updates": [],
                 "packageName": "terraform-aws-modules/vpc/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "terraform-aws-modules/transit-gateway/aws",
                 "depType": "module",
                 "currentValue": ">= 2.0",
                 "datasource": "terraform-module",
                 "updates": [],
                 "packageName": "terraform-aws-modules/transit-gateway/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-transit-gateway",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/transit-gateway/aws",
                 "currentVersion": "2.13.0",
                 "currentVersionTimestamp": "2025-01-15T19:31:14.598Z",
                 "currentVersionAgeInDays": 18
               },
               {
                 "depName": "terraform-aws-modules/vpc/aws",
                 "depType": "module",
                 "currentValue": ">= 5.0",
                 "datasource": "terraform-module",
                 "updates": [],
                 "packageName": "terraform-aws-modules/vpc/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-vpc",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws",
                 "currentVersion": "5.18.1",
                 "currentVersionTimestamp": "2025-01-28T13:22:11.983Z",
                 "currentVersionAgeInDays": 5
               }
             ],
             "packageFile": "eks_network/main.tf"
           },
           {
             "deps": [
               {
                 "currentValue": ">= 2.23",
                 "depType": "required_provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "updates": [],
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/terraform-provider-aws",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/providers/hashicorp/aws",
                 "currentVersion": "5.84.0",
                 "currentVersionTimestamp": "2025-01-16T19:37:47.000Z",
                 "currentVersionAgeInDays": 17
               },
               {
                 "currentValue": ">= 0.12.6",
                 "depType": "required_version",
                 "datasource": "github-releases",
                 "depName": "hashicorp/terraform",
                 "extractVersion": "v(?<version>.*)$",
                 "versioning": "hashicorp",
                 "skipReason": "github-token-required",
                 "updates": [],
                 "packageName": "hashicorp/terraform"
               }
             ],
             "packageFile": "iam_policy/versions.tf"
           },
           {
             "deps": [
               {
                 "depName": "terraform-aws-modules/iam/aws",
                 "depType": "module",
                 "currentValue": "5.42.0",
                 "datasource": "terraform-module",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "5.52.2",
                     "newValue": "5.52.2",
                     "releaseTimestamp": "2025-01-09T15:28:33.964Z",
                     "newVersionAgeInDays": 24,
                     "newMajor": 5,
                     "newMinor": 52,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/terraform-aws-modules-iam-aws-5.x"
                   }
                 ],
                 "packageName": "terraform-aws-modules/iam/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-iam",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/iam/aws",
                 "currentVersion": "5.42.0",
                 "isSingleVersion": true,
                 "fixedVersion": "5.42.0"
               }
             ],
             "packageFile": "iam_user/main.tf"
           },
           {
             "deps": [
               {
                 "currentValue": ">= 2.70.0",
                 "depType": "required_provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "updates": [],
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/terraform-provider-aws",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/providers/hashicorp/aws",
                 "currentVersion": "5.84.0",
                 "currentVersionTimestamp": "2025-01-16T19:37:47.000Z",
                 "currentVersionAgeInDays": 17
               },
               {
                 "currentValue": ">= 0.12.21",
                 "depType": "required_version",
                 "datasource": "github-releases",
                 "depName": "hashicorp/terraform",
                 "extractVersion": "v(?<version>.*)$",
                 "versioning": "hashicorp",
                 "skipReason": "github-token-required",
                 "updates": [],
                 "packageName": "hashicorp/terraform"
               }
             ],
             "packageFile": "network/versions.tf"
           },
           {
             "deps": [
               {
                 "depName": "iam_policy",
                 "depType": "module",
                 "skipReason": "local",
                 "updates": [],
                 "packageName": "iam_policy"
               },
               {
                 "depName": "iam_user",
                 "depType": "module",
                 "skipReason": "local",
                 "updates": [],
                 "packageName": "iam_user"
               },
               {
                 "depName": "s3",
                 "depType": "module",
                 "skipReason": "local",
                 "updates": [],
                 "packageName": "s3"
               }
             ],
             "packageFile": "objectstore/main.tf"
           },
           {
             "deps": [
               {
                 "depName": "example",
                 "depType": "module",
                 "skipReason": "local",
                 "updates": [],
                 "packageName": "example"
               }
             ],
             "packageFile": "oidc-runner-auth/example/main.tf"
           },
           {
             "deps": [
               {
                 "currentValue": ">=5.59.0",
                 "depType": "required_provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "updates": [],
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/terraform-provider-aws",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/providers/hashicorp/aws",
                 "currentVersion": "5.84.0",
                 "currentVersionTimestamp": "2025-01-16T19:37:47.000Z",
                 "currentVersionAgeInDays": 17
               },
               {
                 "currentValue": ">=4.0.5",
                 "depType": "required_provider",
                 "depName": "tls",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/tls",
                 "updates": [],
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/terraform-provider-tls",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/providers/hashicorp/tls",
                 "currentVersion": "4.0.6",
                 "currentVersionTimestamp": "2024-09-11T15:45:33.000Z",
                 "currentVersionAgeInDays": 144
               },
               {
                 "depType": "provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "skipReason": "unspecified-version",
                 "updates": []
               }
             ],
             "packageFile": "oidc-runner-auth/providers.tf"
           },
           {
             "deps": [
               {
                 "currentValue": ">= 2.70.0",
                 "depType": "required_provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "updates": [],
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/terraform-provider-aws",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/providers/hashicorp/aws",
                 "currentVersion": "5.84.0",
                 "currentVersionTimestamp": "2025-01-16T19:37:47.000Z",
                 "currentVersionAgeInDays": 17
               },
               {
                 "currentValue": ">= 0.12.21",
                 "depType": "required_version",
                 "datasource": "github-releases",
                 "depName": "hashicorp/terraform",
                 "extractVersion": "v(?<version>.*)$",
                 "versioning": "hashicorp",
                 "skipReason": "github-token-required",
                 "updates": [],
                 "packageName": "hashicorp/terraform"
               }
             ],
             "packageFile": "peering_tga/versions.tf"
           },
           {
             "deps": [
               {
                 "depName": "terraform-aws-modules/s3-bucket/aws",
                 "depType": "module",
                 "currentValue": "4.1.2",
                 "datasource": "terraform-module",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "4.5.0",
                     "newValue": "4.5.0",
                     "releaseTimestamp": "2025-01-23T18:23:03.630Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 4,
                     "newMinor": 5,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/terraform-aws-modules-s3-bucket-aws-4.x"
                   }
                 ],
                 "packageName": "terraform-aws-modules/s3-bucket/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-s3-bucket",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws",
                 "currentVersion": "4.1.2",
                 "isSingleVersion": true,
                 "fixedVersion": "4.1.2"
               }
             ],
             "packageFile": "s3/main.tf"
           },
           {
             "deps": [
               {
                 "currentValue": ">= 2.70.0",
                 "depType": "required_provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "updates": [],
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/terraform-provider-aws",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/providers/hashicorp/aws",
                 "currentVersion": "5.84.0",
                 "currentVersionTimestamp": "2025-01-16T19:37:47.000Z",
                 "currentVersionAgeInDays": 17
               },
               {
                 "currentValue": ">= 0.12.21",
                 "depType": "required_version",
                 "datasource": "github-releases",
                 "depName": "hashicorp/terraform",
                 "extractVersion": "v(?<version>.*)$",
                 "versioning": "hashicorp",
                 "skipReason": "github-token-required",
                 "updates": [],
                 "packageName": "hashicorp/terraform"
               }
             ],
             "packageFile": "tgw/versions.tf"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/infrastructure/terraform-modules)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/infrastructure/terraform-modules)
DEBUG: processRepo() (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Processing 5 branches: renovate/aws-5.x, renovate/terraform-aws-modules-eks-aws-20.x, renovate/terraform-aws-modules-iam-aws-5.x, renovate/terraform-aws-modules-rds-aurora-aws-9.x, renovate/terraform-aws-modules-s3-bucket-aws-4.x (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/infrastructure/terraform-modules)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/infrastructure/terraform-modules)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getBranchPr(renovate/aws-5.x) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findPr(renovate/aws-5.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getPr(13) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getMR(13) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getBranchPr(renovate/terraform-aws-modules-iam-aws-5.x) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findPr(renovate/terraform-aws-modules-iam-aws-5.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getPr(19) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getMR(19) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getBranchPr(renovate/terraform-aws-modules-rds-aurora-aws-9.x) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findPr(renovate/terraform-aws-modules-rds-aurora-aws-9.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getPr(58) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getMR(58) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getBranchPr(renovate/terraform-aws-modules-s3-bucket-aws-4.x) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findPr(renovate/terraform-aws-modules-s3-bucket-aws-4.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getPr(54) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getMR(54) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getBranchPr(renovate/terraform-aws-modules-eks-aws-20.x) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findPr(renovate/terraform-aws-modules-eks-aws-20.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getPr(16) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getMR(16) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: 5 PRs are currently open (repository=big-bang/infrastructure/terraform-modules)
DEBUG: PR concurrent limit remaining: 5 (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/infrastructure/terraform-modules)
DEBUG: PullRequests limit = 2 (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/infrastructure/terraform-modules)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/infrastructure/terraform-modules)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: 5 already existing branches found: renovate/aws-5.x,renovate/terraform-aws-modules-iam-aws-5.x,renovate/terraform-aws-modules-rds-aurora-aws-9.x,renovate/terraform-aws-modules-s3-bucket-aws-4.x,renovate/terraform-aws-modules-eks-aws-20.x (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Branch concurrent limit remaining: 5 (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Branches limit = 2 (repository=big-bang/infrastructure/terraform-modules)
DEBUG: syncBranchState() (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: getBranchPr(renovate/aws-5.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: findPr(renovate/aws-5.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: getPr(13) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: getMR(13) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: branchExists=true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: PR rebase requested=false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Checking if PR has been edited (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: branch.isModified() = false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Found existing branch PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:19.705Z) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: No schedule defined (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Branch already exists (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: isBranchConflicted(main, renovate/aws-5.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Branch does not need rebasing (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Setting current branch to main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: latest commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:34:05+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Branch dep aws in eks_aws_auth/versions.tf is already updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: No content changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_aws_auth/versions.tf, branch=renovate/aws-5.x)
       "depName": "aws"
DEBUG: Branch dep aws in eks-cluster/versions.tf is already updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: No content changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks-cluster/versions.tf, branch=renovate/aws-5.x)
       "depName": "aws"
DEBUG: No package files need updating (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: No updated lock files in branch (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: No files to commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Setting current branch to main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: latest commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:34:05+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Ensuring PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: getBranchPr(renovate/aws-5.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: findPr(renovate/aws-5.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: getPr(13) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: getMR(13) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Found existing PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: Fetching changelog: https://github.com/hashicorp/terraform-provider-aws (5.29.0 -> 5.84.0) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
       "manager": "terraform",
       "packageName": "hashicorp/aws",
       "sourceUrl": "https://github.com/hashicorp/terraform-provider-aws"
DEBUG: Fetching changelog: https://github.com/hashicorp/terraform-provider-aws (5.29.0 -> 5.84.0) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
       "manager": "terraform",
       "packageName": "hashicorp/aws",
       "sourceUrl": "https://github.com/hashicorp/terraform-provider-aws"
DEBUG: Processing existing PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: PR body changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
       "prTitle": "Update Terraform aws to v5.84.0"
 INFO: PR updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
       "pr": 13,
       "prTitle": "Update Terraform aws to v5.84.0"
DEBUG: setPrCache() (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: PR is not configured for automerge (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/aws-5.x)
DEBUG: syncBranchState() (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: getBranchPr(renovate/terraform-aws-modules-iam-aws-5.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: findPr(renovate/terraform-aws-modules-iam-aws-5.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: getPr(19) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: getMR(19) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: branchExists=true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: PR rebase requested=false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Checking if PR has been edited (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: branch.isModified() = false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Found existing branch PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:20.723Z) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: No schedule defined (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Branch already exists (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: isBranchConflicted(main, renovate/terraform-aws-modules-iam-aws-5.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Branch does not need rebasing (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Setting current branch to main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: latest commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:34:05+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Branch dep terraform-aws-modules/iam/aws in iam_user/main.tf is already updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: No content changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=iam_user/main.tf, branch=renovate/terraform-aws-modules-iam-aws-5.x)
       "depName": "terraform-aws-modules/iam/aws"
DEBUG: Branch dep terraform-aws-modules/iam/aws in eks_automation/eks-cluster/main.tf is already updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: No content changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_automation/eks-cluster/main.tf, branch=renovate/terraform-aws-modules-iam-aws-5.x)
       "depName": "terraform-aws-modules/iam/aws"
DEBUG: Branch dep terraform-aws-modules/iam/aws in eks-cluster/main.tf is already updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: No content changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks-cluster/main.tf, branch=renovate/terraform-aws-modules-iam-aws-5.x)
       "depName": "terraform-aws-modules/iam/aws"
DEBUG: No package files need updating (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: No updated lock files in branch (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: No files to commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Setting current branch to main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: latest commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:34:05+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Ensuring PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: getBranchPr(renovate/terraform-aws-modules-iam-aws-5.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: findPr(renovate/terraform-aws-modules-iam-aws-5.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: getPr(19) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: getMR(19) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Found existing PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: Fetching changelog: https://github.com/terraform-aws-modules/terraform-aws-iam (5.42.0 -> 5.52.2) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
       "manager": "terraform",
       "packageName": "terraform-aws-modules/iam/aws",
       "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-iam"
DEBUG: Fetching changelog: https://github.com/terraform-aws-modules/terraform-aws-iam (5.44.0 -> 5.52.2) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
       "manager": "terraform",
       "packageName": "terraform-aws-modules/iam/aws",
       "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-iam"
DEBUG: Fetching changelog: https://github.com/terraform-aws-modules/terraform-aws-iam (5.44.0 -> 5.52.2) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
       "manager": "terraform",
       "packageName": "terraform-aws-modules/iam/aws",
       "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-iam"
DEBUG: Processing existing PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: PR body changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
       "prTitle": "Update Terraform terraform-aws-modules/iam/aws to v5.52.2"
 INFO: PR updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
       "pr": 19,
       "prTitle": "Update Terraform terraform-aws-modules/iam/aws to v5.52.2"
DEBUG: setPrCache() (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: PR is not configured for automerge (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-iam-aws-5.x)
DEBUG: syncBranchState() (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: getBranchPr(renovate/terraform-aws-modules-rds-aurora-aws-9.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: findPr(renovate/terraform-aws-modules-rds-aurora-aws-9.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: getPr(58) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: getMR(58) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: branchExists=true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: PR rebase requested=false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Checking if PR has been edited (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: branch.isModified() = false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Found existing branch PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:22.150Z) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: No schedule defined (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Branch already exists (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: isBranchConflicted(main, renovate/terraform-aws-modules-rds-aurora-aws-9.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Branch does not need rebasing (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Setting current branch to main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: latest commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:34:05+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Branch dep terraform-aws-modules/rds-aurora/aws in eks_automation/eks_rds_aurora/main.tf is already updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: No content changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_automation/eks_rds_aurora/main.tf, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
       "depName": "terraform-aws-modules/rds-aurora/aws"
DEBUG: No package files need updating (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: No updated lock files in branch (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: No files to commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Setting current branch to main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: latest commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:34:05+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Ensuring PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: getBranchPr(renovate/terraform-aws-modules-rds-aurora-aws-9.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: findPr(renovate/terraform-aws-modules-rds-aurora-aws-9.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: getPr(58) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: getMR(58) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Found existing PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: Fetching changelog: https://github.com/terraform-aws-modules/terraform-aws-rds-aurora (9.3.1 -> 9.11.0) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
       "manager": "terraform",
       "packageName": "terraform-aws-modules/rds-aurora/aws",
       "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-rds-aurora"
DEBUG: Processing existing PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: PR body changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
       "prTitle": "Update Terraform terraform-aws-modules/rds-aurora/aws to v9.11.0"
 INFO: PR updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
       "pr": 58,
       "prTitle": "Update Terraform terraform-aws-modules/rds-aurora/aws to v9.11.0"
DEBUG: setPrCache() (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: PR is not configured for automerge (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-rds-aurora-aws-9.x)
DEBUG: syncBranchState() (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: getBranchPr(renovate/terraform-aws-modules-s3-bucket-aws-4.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: findPr(renovate/terraform-aws-modules-s3-bucket-aws-4.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: getPr(54) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: getMR(54) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: branchExists=true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: PR rebase requested=false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Checking if PR has been edited (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: branch.isModified() = false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Found existing branch PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:22.996Z) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: No schedule defined (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Branch already exists (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: isBranchConflicted(main, renovate/terraform-aws-modules-s3-bucket-aws-4.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Branch does not need rebasing (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Setting current branch to main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: latest commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:34:05+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Branch dep terraform-aws-modules/s3-bucket/aws in s3/main.tf is already updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: No content changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=s3/main.tf, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
       "depName": "terraform-aws-modules/s3-bucket/aws"
DEBUG: No package files need updating (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: No updated lock files in branch (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: No files to commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Setting current branch to main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: latest commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:34:05+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Ensuring PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: getBranchPr(renovate/terraform-aws-modules-s3-bucket-aws-4.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: findPr(renovate/terraform-aws-modules-s3-bucket-aws-4.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: getPr(54) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: getMR(54) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Found existing PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: Fetching changelog: https://github.com/terraform-aws-modules/terraform-aws-s3-bucket (4.1.2 -> 4.5.0) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
       "manager": "terraform",
       "packageName": "terraform-aws-modules/s3-bucket/aws",
       "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-s3-bucket"
DEBUG: Processing existing PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: PR body changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
       "prTitle": "Update Terraform terraform-aws-modules/s3-bucket/aws to v4.5.0"
 INFO: PR updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
       "pr": 54,
       "prTitle": "Update Terraform terraform-aws-modules/s3-bucket/aws to v4.5.0"
DEBUG: setPrCache() (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: PR is not configured for automerge (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-s3-bucket-aws-4.x)
DEBUG: syncBranchState() (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: getBranchPr(renovate/terraform-aws-modules-eks-aws-20.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: findPr(renovate/terraform-aws-modules-eks-aws-20.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: getPr(16) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: getMR(16) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: branchExists=true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: PR rebase requested=false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Checking if PR has been edited (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: branch.isModified() = false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Found existing branch PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:23.953Z) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: No schedule defined (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Branch already exists (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: isBranchConflicted(main, renovate/terraform-aws-modules-eks-aws-20.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Branch does not need rebasing (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Setting current branch to main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: latest commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:34:05+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Branch dep terraform-aws-modules/eks/aws in eks_automation/eks-cluster/main.tf is already updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: No content changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks_automation/eks-cluster/main.tf, branch=renovate/terraform-aws-modules-eks-aws-20.x)
       "depName": "terraform-aws-modules/eks/aws"
DEBUG: Branch dep terraform-aws-modules/eks/aws in eks-cluster/main.tf is already updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: No content changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, packageFile=eks-cluster/main.tf, branch=renovate/terraform-aws-modules-eks-aws-20.x)
       "depName": "terraform-aws-modules/eks/aws"
DEBUG: No package files need updating (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: No updated lock files in branch (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: No files to commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Setting current branch to main (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: latest commit (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:34:05+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Ensuring PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: getBranchPr(renovate/terraform-aws-modules-eks-aws-20.x) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: findPr(renovate/terraform-aws-modules-eks-aws-20.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: getPr(16) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: getMR(16) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Found existing PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: Fetching changelog: https://github.com/terraform-aws-modules/terraform-aws-eks (20.24.3 -> 20.33.1) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
       "manager": "terraform",
       "packageName": "terraform-aws-modules/eks/aws",
       "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-eks"
DEBUG: Fetching changelog: https://github.com/terraform-aws-modules/terraform-aws-eks (19.21.0 -> 20.33.1) (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
       "manager": "terraform",
       "packageName": "terraform-aws-modules/eks/aws",
       "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-eks"
DEBUG: Processing existing PR (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: PR body changed (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
       "prTitle": "Update Terraform terraform-aws-modules/eks/aws to v20.33.1"
 INFO: PR updated (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
       "pr": 16,
       "prTitle": "Update Terraform terraform-aws-modules/eks/aws to v20.33.1"
DEBUG: setPrCache() (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: PR is not configured for automerge (repository=big-bang/infrastructure/terraform-modules, baseBranch=main, branch=renovate/terraform-aws-modules-eks-aws-20.x)
DEBUG: getBranchPr(renovate/aws-5.x) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findPr(renovate/aws-5.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getPr(13) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getMR(13) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getBranchPr(renovate/terraform-aws-modules-iam-aws-5.x) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findPr(renovate/terraform-aws-modules-iam-aws-5.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getPr(19) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getMR(19) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getBranchPr(renovate/terraform-aws-modules-rds-aurora-aws-9.x) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findPr(renovate/terraform-aws-modules-rds-aurora-aws-9.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getPr(58) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getMR(58) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getBranchPr(renovate/terraform-aws-modules-s3-bucket-aws-4.x) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findPr(renovate/terraform-aws-modules-s3-bucket-aws-4.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getPr(54) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getMR(54) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getBranchPr(renovate/terraform-aws-modules-eks-aws-20.x) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: findPr(renovate/terraform-aws-modules-eks-aws-20.x, undefined, open) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getPr(16) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: getMR(16) (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Config does not need migration (repository=big-bang/infrastructure/terraform-modules)
DEBUG: ensureDependencyDashboard() (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Closing Dependency Dashboard (repository=big-bang/infrastructure/terraform-modules)
DEBUG: ensureIssueClosing() (repository=big-bang/infrastructure/terraform-modules)
DEBUG: validateReconfigureBranch() (repository=big-bang/infrastructure/terraform-modules)
DEBUG: No reconfigure branch found (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Removing any stale branches (repository=big-bang/infrastructure/terraform-modules)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Branch lists (repository=big-bang/infrastructure/terraform-modules)
       "branchList": [
         "renovate/aws-5.x",
         "renovate/terraform-aws-modules-eks-aws-20.x",
         "renovate/terraform-aws-modules-iam-aws-5.x",
         "renovate/terraform-aws-modules-rds-aurora-aws-9.x",
         "renovate/terraform-aws-modules-s3-bucket-aws-4.x"
       ],
       "renovateBranches": [
         "renovate/aws-5.x",
         "renovate/terraform-aws-modules-eks-aws-20.x",
         "renovate/terraform-aws-modules-iam-aws-5.x",
         "renovate/terraform-aws-modules-rds-aurora-aws-9.x",
         "renovate/terraform-aws-modules-s3-bucket-aws-4.x"
       ]
DEBUG: remainingBranches= (repository=big-bang/infrastructure/terraform-modules)
DEBUG: No branches to clean up (repository=big-bang/infrastructure/terraform-modules)
DEBUG: ensureIssueClosing() (repository=big-bang/infrastructure/terraform-modules)
DEBUG: ensureIssueClosing() (repository=big-bang/infrastructure/terraform-modules)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Repo is activated (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Branch summary (repository=big-bang/infrastructure/terraform-modules)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "bf13bc4326d70a8a1baa1896ba14b6f841a23695"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "bf13bc4326d70a8a1baa1896ba14b6f841a23695",
           "branchName": "renovate/aws-5.x",
           "branchSha": "9f34227463e47945ff1074b353e5941a175edf9a",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "bf13bc4326d70a8a1baa1896ba14b6f841a23695",
           "branchName": "renovate/terraform-aws-modules-iam-aws-5.x",
           "branchSha": "ef88ce031d69f5458fd15d2ec248cdad7e0d0c3d",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "bf13bc4326d70a8a1baa1896ba14b6f841a23695",
           "branchName": "renovate/terraform-aws-modules-rds-aurora-aws-9.x",
           "branchSha": "2c1df91acf426c4c4b0353e38eff5ef8d8a97457",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "bf13bc4326d70a8a1baa1896ba14b6f841a23695",
           "branchName": "renovate/terraform-aws-modules-s3-bucket-aws-4.x",
           "branchSha": "3ec3ef09f575bde06c50344fb86b2a4f4e7e661a",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "bf13bc4326d70a8a1baa1896ba14b6f841a23695",
           "branchName": "renovate/terraform-aws-modules-eks-aws-20.x",
           "branchSha": "5dd0e458f8189c9954f701275146ccd1e3ed4937",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/infrastructure/terraform-modules)
       "branchesInformation": [
         {
           "branchName": "renovate/aws-5.x",
           "prNo": 13,
           "prTitle": "Update Terraform aws to v5.84.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "terraform-provider",
               "depName": "aws",
               "displayPending": "",
               "fixedVersion": "5.29.0",
               "currentVersion": "5.29.0",
               "currentValue": "5.29.0",
               "newValue": "5.84.0",
               "newVersion": "5.84.0",
               "packageFile": "eks_aws_auth/versions.tf",
               "updateType": "minor",
               "packageName": "hashicorp/aws"
             },
             {
               "datasource": "terraform-provider",
               "depName": "aws",
               "displayPending": "",
               "fixedVersion": "5.29.0",
               "currentVersion": "5.29.0",
               "currentValue": "5.29.0",
               "newValue": "5.84.0",
               "newVersion": "5.84.0",
               "packageFile": "eks-cluster/versions.tf",
               "updateType": "minor",
               "packageName": "hashicorp/aws"
             }
           ]
         },
         {
           "branchName": "renovate/terraform-aws-modules-iam-aws-5.x",
           "prNo": 19,
           "prTitle": "Update Terraform terraform-aws-modules/iam/aws to v5.52.2",
           "result": "done",
           "upgrades": [
             {
               "datasource": "terraform-module",
               "depName": "terraform-aws-modules/iam/aws",
               "displayPending": "",
               "fixedVersion": "5.42.0",
               "currentVersion": "5.42.0",
               "currentValue": "5.42.0",
               "newValue": "5.52.2",
               "newVersion": "5.52.2",
               "packageFile": "iam_user/main.tf",
               "updateType": "minor",
               "packageName": "terraform-aws-modules/iam/aws"
             },
             {
               "datasource": "terraform-module",
               "depName": "terraform-aws-modules/iam/aws",
               "displayPending": "",
               "fixedVersion": "5.44.0",
               "currentVersion": "5.44.0",
               "currentValue": "5.44.0",
               "newValue": "5.52.2",
               "newVersion": "5.52.2",
               "packageFile": "eks_automation/eks-cluster/main.tf",
               "updateType": "minor",
               "packageName": "terraform-aws-modules/iam/aws"
             },
             {
               "datasource": "terraform-module",
               "depName": "terraform-aws-modules/iam/aws",
               "displayPending": "",
               "fixedVersion": "5.44.0",
               "currentVersion": "5.44.0",
               "currentValue": "5.44.0",
               "newValue": "5.52.2",
               "newVersion": "5.52.2",
               "packageFile": "eks-cluster/main.tf",
               "updateType": "minor",
               "packageName": "terraform-aws-modules/iam/aws"
             }
           ]
         },
         {
           "branchName": "renovate/terraform-aws-modules-rds-aurora-aws-9.x",
           "prNo": 58,
           "prTitle": "Update Terraform terraform-aws-modules/rds-aurora/aws to v9.11.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "terraform-module",
               "depName": "terraform-aws-modules/rds-aurora/aws",
               "displayPending": "",
               "fixedVersion": "v9.3.1",
               "currentVersion": "9.3.1",
               "currentValue": "v9.3.1",
               "newValue": "v9.11.0",
               "newVersion": "9.11.0",
               "packageFile": "eks_automation/eks_rds_aurora/main.tf",
               "updateType": "minor",
               "packageName": "terraform-aws-modules/rds-aurora/aws"
             }
           ]
         },
         {
           "branchName": "renovate/terraform-aws-modules-s3-bucket-aws-4.x",
           "prNo": 54,
           "prTitle": "Update Terraform terraform-aws-modules/s3-bucket/aws to v4.5.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "terraform-module",
               "depName": "terraform-aws-modules/s3-bucket/aws",
               "displayPending": "",
               "fixedVersion": "4.1.2",
               "currentVersion": "4.1.2",
               "currentValue": "4.1.2",
               "newValue": "4.5.0",
               "newVersion": "4.5.0",
               "packageFile": "s3/main.tf",
               "updateType": "minor",
               "packageName": "terraform-aws-modules/s3-bucket/aws"
             }
           ]
         },
         {
           "branchName": "renovate/terraform-aws-modules-eks-aws-20.x",
           "prNo": 16,
           "prTitle": "Update Terraform terraform-aws-modules/eks/aws to v20.33.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "terraform-module",
               "depName": "terraform-aws-modules/eks/aws",
               "displayPending": "",
               "fixedVersion": "20.24.3",
               "currentVersion": "20.24.3",
               "currentValue": "20.24.3",
               "newValue": "20.33.1",
               "newVersion": "20.33.1",
               "packageFile": "eks_automation/eks-cluster/main.tf",
               "updateType": "minor",
               "packageName": "terraform-aws-modules/eks/aws"
             },
             {
               "datasource": "terraform-module",
               "depName": "terraform-aws-modules/eks/aws",
               "displayPending": "",
               "fixedVersion": "19.21.0",
               "currentVersion": "19.21.0",
               "currentValue": "19.21.0",
               "newValue": "20.33.1",
               "newVersion": "20.33.1",
               "packageFile": "eks-cluster/main.tf",
               "updateType": "major",
               "packageName": "terraform-aws-modules/eks/aws"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/infrastructure/terraform-modules)
       "stats": {"total": 9, "open": 5, "closed": 2, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/infrastructure/terraform-modules)
DEBUG: repository problems (repository=big-bang/infrastructure/terraform-modules)
       "repoProblems": [
         "WARN: GitHub token is required for some dependencies",
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/infrastructure/terraform-modules)
       "splits": {"init": 1981, "extract": 396, "lookup": 938, "onboarding": 0, "update": 6591},
       "total": 9926
DEBUG: Package cache statistics (repository=big-bang/infrastructure/terraform-modules)
       "get": {"count": 9, "avgMs": 21, "medianMs": 1, "maxMs": 79, "totalMs": 191},
       "set": {"count": 9, "avgMs": 2, "medianMs": 2, "maxMs": 5, "totalMs": 22}
DEBUG: HTTP statistics (repository=big-bang/infrastructure/terraform-modules)
       "hosts": {
         "registry.terraform.io": {
           "count": 9,
           "reqAvgMs": 191,
           "reqMedianMs": 153,
           "reqMaxMs": 432,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 14,
           "reqAvgMs": 271,
           "reqMedianMs": 258,
           "reqMaxMs": 515,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 23
DEBUG: HTTP cache statistics (repository=big-bang/infrastructure/terraform-modules)
DEBUG: Lookup statistics (repository=big-bang/infrastructure/terraform-modules)
       "terraform-module": {"count": 16, "avgMs": 182, "medianMs": 249, "maxMs": 371, "totalMs": 2914},
       "terraform-provider": {"count": 9, "avgMs": 262, "medianMs": 187, "maxMs": 632, "totalMs": 2358}
 INFO: Repository finished (repository=big-bang/infrastructure/terraform-modules)
       "cloned": true,
       "durationMs": 9926
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester default branch = main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester.git (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "durationMs": 834
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "latestCommit": {
         "hash": "f6121750342716627bea2edfe534b0cb730154a6",
         "date": "2025-01-15T14:51:08+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #17\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester!25",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Repository config (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: No config migration necessary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: extract() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:51:08+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Matched 1 file(s) for manager dockerfile: Dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
       "managers": {"dockerfile": 2}
DEBUG: Found dockerfile package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
       "stats": {
         "managers": {"dockerfile": {"fileCount": 1, "depCount": 1}},
         "total": {"fileCount": 1, "depCount": 1}
       }
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/redhat/ubi/ubi9-minimal, latest) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/redhat/ubi/ubi9-minimal, latest, get) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/redhat/ubi/ubi9-minimal, sha256:62a53169a7c94f7a45984ffa55d2f23e08b989705ca33ce12ac451d124ee8c2e, get) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:61b2d7bf9f37dda8e1e4e4deac8fcb4f018241abe9f8b018f7763fca10a03632",
         "org.opencontainers.image.base.name": "registry.access.redhat.com/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916631",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "UBI9-minimal",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:23:27+00:00",
         "org.opencontainers.image.description": "Red Hat Universal Base Images (UBI) are OCI-compliant container base operating system images with complementary runtime languages and packages that are freely redistributable.",
         "org.opencontainers.image.licenses": "Red Hat Universal Base Image EULA",
         "org.opencontainers.image.revision": "f6e7c36be972ae5fb0bbbf832a6c1e75c3cd1e31",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
         "org.opencontainers.image.title": "ubi9-minimal",
         "org.opencontainers.image.url": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
         "org.opencontainers.image.vendor": "Redhat",
         "org.opencontainers.image.version": "9.5",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.5",
                 "replaceString": "ARG BASE_TAG=9.5\n",
                 "autoReplaceStringTemplate": "ARG BASE_TAG={{#if newValue}}{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}\n",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               }
             ],
             "packageFile": "Dockerfile"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Processing 0 branches:  (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: 0 PRs are currently open (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: PullRequests limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: 0 already existing branches found:  (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Branches limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Config does not need migration (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Closing Dependency Dashboard (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Repo is activated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "f6121750342716627bea2edfe534b0cb730154a6"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "stats": {"total": 2, "open": 0, "closed": 1, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "splits": {"init": 1694, "extract": 151, "lookup": 353, "onboarding": 0, "update": 1},
       "total": 2202
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "get": {"count": 3, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 3, "avgMs": 8, "medianMs": 5, "maxMs": 17, "totalMs": 25}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 27,
           "reqMedianMs": 30,
           "reqMaxMs": 45,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 122,
           "reqMedianMs": 115,
           "reqMaxMs": 207,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 11
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "docker": {"count": 1, "avgMs": 333, "medianMs": 333, "maxMs": 333, "totalMs": 333}
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/devops-tester)
       "cloned": true,
       "durationMs": 2202
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/cert-manager-trust-manager (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: big-bang/apps/sandbox/cert-manager-trust-manager default branch = main (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/cert-manager-trust-manager.git (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/cert-manager-trust-manager (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "durationMs": 501
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "latestCommit": {
         "hash": "c507beca3e3de19edb23e9597db427f254c29c1b",
         "date": "2024-08-27T19:15:53+00:00",
         "message": "Merge branch '9-use-ib-image-for-trust-manager' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Resolve \"Use IB Image for trust manager\"\n\nCloses #9\n\nSee merge request big-bang/apps/sandbox/cert-manager-trust-manager!13",
         "author_name": "Danilo Patrucco",
         "author_email": "danilo.patrucco@sev1tech.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Repository config (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-08-27T19:15:53+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Chart has no dependencies in chart/Chart.yaml (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
       "managers": {"helmv3": 1, "helm-values": 4}
DEBUG: Found helm-values package files (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
       "stats": {
         "managers": {"helm-values": {"fileCount": 1, "depCount": 2}},
         "total": {"fileCount": 1, "depCount": 2}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: hostRules: no authentication for quay.io (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Using queue: host=quay.io, concurrency=16 (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/jetstack/trust-manager, latest) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jetstack/trust-manager, latest, get) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jetstack/trust-manager, sha256:13617b021daef6de97415f1e526a38924a6812bede37c5c91a29c0d924fe5ec7, get) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7ff9c4df742e5c8825287e552971da830a3d58720e4afd80d87c27e5a7d5d3e1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917138",
         "mil.dso.ironbank.image.keywords": "trust-manager,jetstack ",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:83d1329a07d0e0e8d47fec6c2f94e9499f07819fed0096b1303a778b94728805",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "trust-manager",
         "org.opencontainers.image.created": "2025-02-03 00:11:30+00:00",
         "org.opencontainers.image.description": "trust-manager is a small Kubernetes operator which aims to help reduce the overhead of managing TLS trust bundles in your clusters.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "8403dd4c5557d8560a070381aec601ed428d65e8",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/jetstack/cert-manager/trust-manager",
         "org.opencontainers.image.title": "jetstack/trust-manager",
         "org.opencontainers.image.url": "https://cert-manager.io/docs/trust/trust-manager/",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v0.15.0"
       }
DEBUG: getLabels(https://quay.io, jetstack/cert-manager-package-debian, 20210119.0) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: getManifestResponse(https://quay.io, jetstack/cert-manager-package-debian, 20210119.0, get) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: getManifestResponse(https://quay.io, jetstack/cert-manager-package-debian, sha256:b38f8443f651f2a1ccd233dfe2bb16932b8b13107fd5ba0878179c11156495ec, get) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
       "labels": {"description": "cert-manager trust package based on Debian"}
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: 1 flattened updates found: registry1.dso.mil/ironbank/opensource/jetstack/trust-manager (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jetstack/trust-manager",
                 "currentValue": "v0.12.0",
                 "datasource": "docker",
                 "replaceString": "v0.12.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.15.0",
                     "newValue": "v0.15.0",
                     "newMajor": 0,
                     "newMinor": 15,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jetstack/trust-manager",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/jetstack/cert-manager/trust-manager",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cert-manager.io/docs/trust/trust-manager/",
                 "lookupName": "ironbank/opensource/jetstack/trust-manager",
                 "currentVersion": "v0.12.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.12.0"
               },
               {
                 "depName": "quay.io/jetstack/cert-manager-package-debian",
                 "currentValue": "20210119.0",
                 "datasource": "docker",
                 "replaceString": "20210119.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "quay.io/jetstack/cert-manager-package-debian",
                 "warnings": [],
                 "registryUrl": "https://quay.io",
                 "lookupName": "jetstack/cert-manager-package-debian",
                 "currentVersion": "20210119.0",
                 "fixedVersion": "20210119.0"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Processing 1 branch: renovate/ib-updates (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: 1 already existing branches found: renovate/ib-updates (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:30.033Z) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-08-27T19:15:53+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/jetstack/trust-manager in chart/values.yaml is already updated (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/opensource/jetstack/trust-manager"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-08-27T19:15:53+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/jetstack/cert-manager/trust-manager (v0.12.0 -> v0.15.0) (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/jetstack/cert-manager/trust-manager (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update registry1.dso.mil/ironbank/opensource/jetstack/trust-manager Docker tag to v0.15.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
       "pr": 14,
       "prTitle": "Update registry1.dso.mil/ironbank/opensource/jetstack/trust-manager Docker tag to v0.15.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/cert-manager-trust-manager, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "branchList": ["renovate/ib-updates"],
       "renovateBranches": ["renovate/ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "c507beca3e3de19edb23e9597db427f254c29c1b"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "c507beca3e3de19edb23e9597db427f254c29c1b",
           "branchName": "renovate/ib-updates",
           "branchSha": "680cacb3b6e89b49f1f7d38e66c4cb4d5b1f044b",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 14,
           "prTitle": "Update registry1.dso.mil/ironbank/opensource/jetstack/trust-manager Docker tag to v0.15.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/jetstack/trust-manager",
               "displayPending": "",
               "fixedVersion": "v0.12.0",
               "currentVersion": "v0.12.0",
               "currentValue": "v0.12.0",
               "newValue": "v0.15.0",
               "newVersion": "v0.15.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/jetstack/trust-manager"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "stats": {"total": 2, "open": 1, "closed": 1, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "splits": {"init": 1232, "extract": 161, "lookup": 1079, "onboarding": 0, "update": 1252},
       "total": 3734
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "get": {"count": 13, "avgMs": 0, "medianMs": 0, "maxMs": 2, "totalMs": 5},
       "set": {"count": 13, "avgMs": 2, "medianMs": 1, "maxMs": 10, "totalMs": 27}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "hosts": {
         "quay.io": {
           "count": 6,
           "reqAvgMs": 150,
           "reqMedianMs": 172,
           "reqMaxMs": 256,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 18,
           "reqMedianMs": 20,
           "reqMaxMs": 29,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 131,
           "reqMedianMs": 89,
           "reqMaxMs": 300,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 22
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "docker": {"count": 2, "avgMs": 654, "medianMs": 1050, "maxMs": 1050, "totalMs": 1307}
 INFO: Repository finished (repository=big-bang/apps/sandbox/cert-manager-trust-manager)
       "cloned": true,
       "durationMs": 3734
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/cert-manager-approver-policy (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: big-bang/apps/sandbox/cert-manager-approver-policy default branch = main (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/cert-manager-approver-policy.git (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/cert-manager-approver-policy (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
       "durationMs": 448
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
       "latestCommit": {
         "hash": "82e78611194e6a9af8cfd754d196c40025f8135e",
         "date": "2024-08-28T18:13:08+00:00",
         "message": "Merge branch '9-use-ib-images-for-approver-policy' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Resolve \"Use IB images for approver policy\"\n\nCloses #9\n\nSee merge request big-bang/apps/sandbox/cert-manager-approver-policy!13",
         "author_name": "Danilo Patrucco",
         "author_email": "danilo.patrucco@sev1tech.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Repository config (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-08-28T18:13:08+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Chart has no dependencies in chart/Chart.yaml (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
       "managers": {"helm-values": 3, "helmv3": 3}
DEBUG: Found 0 package file(s) (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/cert-manager-approver-policy, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Processing 0 branches:  (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "82e78611194e6a9af8cfd754d196c40025f8135e"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
       "stats": {"total": 1, "open": 0, "closed": 1, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
       "splits": {"init": 1142, "extract": 159, "lookup": 12, "onboarding": 1, "update": 0},
       "total": 1318
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 111,
           "reqMedianMs": 155,
           "reqMaxMs": 156,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
 INFO: Repository finished (repository=big-bang/apps/sandbox/cert-manager-approver-policy)
       "cloned": true,
       "durationMs": 1318
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/maintained/gitlab-ci-pipelines-exporter (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: big-bang/product/maintained/gitlab-ci-pipelines-exporter default branch = main (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Enabling Git FS (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/maintained/gitlab-ci-pipelines-exporter.git (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Resetting npmrc (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Resetting npmrc (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: checkOnboarding() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: isOnboarded() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: findFile(renovate.json) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/maintained/gitlab-ci-pipelines-exporter (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Performing blobless clone (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: git clone completed (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "durationMs": 550
DEBUG: latest repository commit (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "latestCommit": {
         "hash": "86215b7cfb7b1ccb626993d9adf97aefe727f4dc",
         "date": "2025-01-30T19:14:50+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 0.3.5-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/maintained/gitlab-ci-pipelines-exporter!42",
         "author_name": "Matt Vasquez",
         "author_email": "evasquez@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: ensureIssueClosing() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Repo is onboarded (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Found renovate.json config file (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Repository config (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade GCPE Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "gitlab-ci-pipelines-exporter",
           "renovate",
           "team::Development & Ops"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?:#.*\\n\\s+)?repository:\\s+[^/]+/(?<depName>.+)\\s+(?:#.*\\n\\s+)tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- gitlab-ci-pipelines-exporter:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "name:\\s+redis\\s*\\n\\s*version:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/bitnami/redis",
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Config migration necessary (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade GCPE Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "gitlab-ci-pipelines-exporter",
           "renovate",
           "team::Development & Ops"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?:#.*\\n\\s+)?repository:\\s+[^/]+/(?<depName>.+)\\s+(?:#.*\\n\\s+)tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- gitlab-ci-pipelines-exporter:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "name:\\s+redis\\s*\\n\\s*version:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/bitnami/redis",
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade GCPE Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "gitlab-ci-pipelines-exporter",
           "renovate",
           "team::Development & Ops"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?:#.*\\n\\s+)?repository:\\s+[^/]+/(?<depName>.+)\\s+(?:#.*\\n\\s+)tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- gitlab-ci-pipelines-exporter:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "name:\\s+redis\\s*\\n\\s*version:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/bitnami/redis",
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade GCPE Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "gitlab-ci-pipelines-exporter",
           "renovate",
           "team::Development & Ops"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?:#.*\\n\\s+)?repository:\\s+[^/]+/(?<depName>.+)\\s+(?:#.*\\n\\s+)tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- gitlab-ci-pipelines-exporter:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "name:\\s+redis\\s*\\n\\s*version:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/bitnami/redis",
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: findIssue(Renovate: Upgrade GCPE Package Dependencies) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: baseBranches (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T19:14:50+00:00"
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
       "managers": {"regex": 5, "helmv3": 5}
DEBUG: Found helmv3 package files (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 1, "depCount": 2},
           "regex": {"fileCount": 4, "depCount": 4}
         },
         "total": {"fileCount": 5, "depCount": 6}
       }
DEBUG: baseBranch: main (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Dependency https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git has unsupported/unversioned value 20.4.0 (versioning=regex:^(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)-bb\.(?<build>\d+)$) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Skipping https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git because no currentDigest or pinDigests (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: hostRules: no authentication for charts.bitnami.com (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Using queue: host=charts.bitnami.com, concurrency=16 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/gitlab-ci-pipelines-exporter, latest) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/gitlab-ci-pipelines-exporter, latest, get) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/bitnami/redis, latest) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/bitnami/redis, latest, get) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:4b978f30358b871b3a803b186b885ebb659f8b4bb806a4b68e2b5ef892a69f55",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.8",
         "architecture": "x86_64",
         "build-date": "2023-10-18T11:46:11",
         "com.redhat.component": "ubi8-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.29.1",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel8",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "2344140",
         "mil.dso.ironbank.image.keywords": "redis,key,value,database",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.8@sha256:4b978f30358b871b3a803b186b885ebb659f8b4bb806a4b68e2b5ef892a69f55",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "Redis",
         "name": "ubi8-minimal",
         "org.opencontainers.image.created": "2023-10-19 19:56:10+00:00",
         "org.opencontainers.image.description": "Apache Redis is a distributed streaming platform.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "29ae85db66edfdaa37bd3ac9e33379084435e168",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/bitnami/redis",
         "org.opencontainers.image.title": "redis",
         "org.opencontainers.image.url": "https://github.com/bitnami/bitnami-docker-redis",
         "org.opencontainers.image.vendor": "Bitnami",
         "org.opencontainers.image.version": "7.2.2",
         "release": "1072.1697626218",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.8-1072.1697626218",
         "vcs-ref": "dee8029ddcc7ecbfbebb0905d2b15e134338616c",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.8"
       }
DEBUG: found labels in manifest (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916773",
         "mil.dso.ironbank.image.keywords": "git, gitlab, ci, cd, pipeline, exporter",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab-ci-pipelines-exporter",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:35:44+00:00",
         "org.opencontainers.image.description": "gitlab-ci-pipelines-exporter allows you to monitor your GitLab CI pipelines with any monitoring solution supporting the OpenMetrics format.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "42d07a968790eef9c85493e2b87a9812d5b439cc",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/gitlab-ci-pipelines-exporter",
         "org.opencontainers.image.title": "gitlab-ci-pipelines-exporter",
         "org.opencontainers.image.url": "https://github.com/mvisonneau/gitlab-ci-pipelines-exporter",
         "org.opencontainers.image.vendor": "mvisonneau",
         "org.opencontainers.image.version": "v0.5.10",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: 1 flattened updates found: redis (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               },
               {
                 "depName": "redis",
                 "currentValue": "20.4.0",
                 "registryUrls": ["https://charts.bitnami.com/bitnami"],
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "20.6.3",
                     "newValue": "20.6.3",
                     "newDigest": "1c176d5a7efc0bbf5b112f8f776d712c9e5d2138eeb147dc573c8863384fdf07",
                     "releaseTimestamp": "2025-01-15T11:33:30.319Z",
                     "newVersionAgeInDays": 18,
                     "newMajor": 20,
                     "newMinor": 6,
                     "newPatch": 3,
                     "updateType": "minor",
                     "branchName": "renovate/redis-20.x"
                   }
                 ],
                 "packageName": "redis",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/charts",
                 "registryUrl": "https://charts.bitnami.com/bitnami",
                 "sourceDirectory": "bitnami/redis",
                 "homepage": "https://bitnami.com",
                 "currentVersion": "20.4.0",
                 "currentVersionTimestamp": "2024-12-02T10:03:59.306Z",
                 "currentVersionAgeInDays": 62,
                 "isSingleVersion": true,
                 "fixedVersion": "20.4.0"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "0.3.5-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
                 "currentValue": "v0.5.10",
                 "datasource": "docker",
                 "replaceString": "appVersion: v0.5.10",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/gitlab-ci-pipelines-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/mvisonneau/gitlab-ci-pipelines-exporter",
                 "lookupName": "ironbank/opensource/gitlab-ci-pipelines-exporter",
                 "currentVersion": "v0.5.10",
                 "fixedVersion": "v0.5.10"
               }
             ],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
                 "currentValue": "v0.5.10",
                 "datasource": "docker",
                 "replaceString": "- gitlab-ci-pipelines-exporter: v0.5.10",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/gitlab-ci-pipelines-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/mvisonneau/gitlab-ci-pipelines-exporter",
                 "lookupName": "ironbank/opensource/gitlab-ci-pipelines-exporter",
                 "currentVersion": "v0.5.10",
                 "fixedVersion": "v0.5.10"
               }
             ],
             "matchStrings": [
               "- gitlab-ci-pipelines-exporter:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/gitlab-ci-pipelines-exporter",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git",
                 "currentValue": "20.4.0",
                 "datasource": "git-tags",
                 "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$",
                 "replaceString": "name: redis\n    version: 20.4.0",
                 "updates": [],
                 "packageName": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": [
               "name:\\s+redis\\s*\\n\\s*version:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.4.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/redis:7.4.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.4.2",
                 "fixedVersion": "7.4.2"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/bitnami/redis",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: processRepo() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Processing 1 branch: renovate/redis-20.x (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: getBranchPr(renovate/redis-20.x) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: findPr(renovate/redis-20.x, undefined, open) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: getPr(44) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: getMR(44) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: 1 PRs are currently open (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: 1 already existing branches found: renovate/redis-20.x (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Branches limit = 2 (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: syncBranchState() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: getBranchPr(renovate/redis-20.x) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: findPr(renovate/redis-20.x, undefined, open) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: getPr(44) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: getMR(44) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: branchExists=true (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: PR rebase requested=false (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Checking if PR has been edited (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: branch.isModified() = false (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Found existing branch PR (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:44.286Z) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: No schedule defined (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Branch already exists (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: isBranchConflicted(main, renovate/redis-20.x) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Branch does not need rebasing (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Setting current branch to main (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: latest commit (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T19:14:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Branch dep redis in chart/Chart.yaml is already updated (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: No content changed (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/redis-20.x)
       "depName": "redis"
DEBUG: No package files need updating (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: No updated lock files in branch (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: No files to commit (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Setting current branch to main (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: latest commit (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T19:14:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Ensuring PR (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: getBranchPr(renovate/redis-20.x) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: findPr(renovate/redis-20.x, undefined, open) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: getPr(44) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: getMR(44) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Found existing PR (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: Fetching changelog: https://github.com/bitnami/charts (20.4.0 -> 20.6.3) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
       "manager": "helmv3",
       "packageName": "redis",
       "sourceUrl": "https://github.com/bitnami/charts"
DEBUG: Processing existing PR (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: PR body changed (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
       "prTitle": "SKIP UPDATE CHECK Update Helm release redis to v20.6.3"
 INFO: PR updated (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
       "pr": 44,
       "prTitle": "SKIP UPDATE CHECK Update Helm release redis to v20.6.3"
DEBUG: setPrCache() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: PR is not configured for automerge (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter, baseBranch=main, branch=renovate/redis-20.x)
DEBUG: getBranchPr(renovate/redis-20.x) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: findPr(renovate/redis-20.x, undefined, open) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: getPr(44) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: getMR(44) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: ensureIssue() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Updating issue (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: No reconfigure branch found (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Removing any stale branches (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Branch lists (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "branchList": ["renovate/redis-20.x"],
       "renovateBranches": ["renovate/redis-20.x"]
DEBUG: remainingBranches= (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: No branches to clean up (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: ensureIssueClosing() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: ensureIssueClosing() (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Repo is activated (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Branch summary (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "86215b7cfb7b1ccb626993d9adf97aefe727f4dc"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "86215b7cfb7b1ccb626993d9adf97aefe727f4dc",
           "branchName": "renovate/redis-20.x",
           "branchSha": "3e4a1519bcbaefc3c3a1e85f31599fcd9aec86c1",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "branchesInformation": [
         {
           "branchName": "renovate/redis-20.x",
           "prNo": 44,
           "prTitle": "SKIP UPDATE CHECK Update Helm release redis to v20.6.3",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "redis",
               "displayPending": "",
               "fixedVersion": "20.4.0",
               "currentVersion": "20.4.0",
               "currentValue": "20.4.0",
               "newValue": "20.6.3",
               "newVersion": "20.6.3",
               "newDigest": "1c176d5a7efc0bbf5b112f8f776d712c9e5d2138eeb147dc573c8863384fdf07",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "redis"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "stats": {"total": 11, "open": 1, "closed": 8, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: repository problems (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "splits": {"init": 1691, "extract": 192, "lookup": 9758, "onboarding": 0, "update": 1153},
       "total": 13322
DEBUG: Package cache statistics (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "get": {"count": 9, "avgMs": 2, "medianMs": 1, "maxMs": 7, "totalMs": 16},
       "set": {"count": 7, "avgMs": 47, "medianMs": 12, "maxMs": 272, "totalMs": 329}
DEBUG: HTTP statistics (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "hosts": {
         "charts.bitnami.com": {
           "count": 1,
           "reqAvgMs": 296,
           "reqMedianMs": 296,
           "reqMaxMs": 296,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 11,
           "reqAvgMs": 27,
           "reqMedianMs": 25,
           "reqMaxMs": 53,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 233,
           "reqMedianMs": 167,
           "reqMaxMs": 507,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 21
DEBUG: HTTP cache statistics (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
DEBUG: Lookup statistics (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "git-tags": {"count": 1, "avgMs": 1, "medianMs": 1, "maxMs": 1, "totalMs": 1},
       "docker": {"count": 4, "avgMs": 231, "medianMs": 309, "maxMs": 310, "totalMs": 925},
       "helm": {"count": 1, "avgMs": 9716, "medianMs": 9716, "maxMs": 9716, "totalMs": 9716}
 INFO: Repository finished (repository=big-bang/product/maintained/gitlab-ci-pipelines-exporter)
       "cloned": true,
       "durationMs": 13322
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/atlantis (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: big-bang/pipeline-templates/big-bang-dockerfiles/atlantis default branch = main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/big-bang-dockerfiles/atlantis.git (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fbig-bang-dockerfiles%2Fatlantis/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=65) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: GitLab API 404 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fbig-bang-dockerfiles%2Fatlantis/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/atlantis (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
       "durationMs": 890
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
       "latestCommit": {
         "hash": "92548fbbb2163a751a07a8c1735ae18c9ca6ab95",
         "date": "2025-01-15T14:50:51+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #10\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/atlantis!12",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: findFile(.renovaterc) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: config file not found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
 INFO: Repository is disabled - skipping (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
       "splits": {},
       "total": 1683
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 128,
           "reqMedianMs": 108,
           "reqMaxMs": 210,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/atlantis)
       "cloned": true,
       "durationMs": 1683
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci default branch = main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci.git (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "durationMs": 765
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "latestCommit": {
         "hash": "1368030c90cd7a8ae135982489c52b9c9afb83ce",
         "date": "2025-01-21T17:58:09+00:00",
         "message": "Merge branch 'edge-iso-builder/235' into 'main'",
         "refs": "HEAD -> main, tag: 0.1.12, origin/main, origin/HEAD",
         "body": "update makeself\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci!33",
         "author_name": "Callum Brill",
         "author_email": "cbrill@vivsoft.io"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Repository config (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: No config migration necessary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: extract() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-21T17:58:09+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Matched 1 file(s) for manager dockerfile: Dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Matched 1 file(s) for manager gitlabci: examples/.gitlab-ci.yaml (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Matched 1 file(s) for manager gitlabci-include: examples/.gitlab-ci.yaml (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Found a multistage build stage name: qemu-build (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Skipping alias COPY --from (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
       "image": "qemu-build"
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
       "managers": {"dockerfile": 4, "gitlabci": 7, "gitlabci-include": 8}
DEBUG: Found dockerfile package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Found gitlabci package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Found 2 package file(s) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 1, "depCount": 2},
           "gitlabci": {"fileCount": 1, "depCount": 1}
         },
         "total": {"fileCount": 2, "depCount": 3}
       }
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/bigbang-staging/bb-edge-tools has unsupported/unversioned value latest (versioning=docker) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/bigbang-staging/bb-edge-tools because no currentDigest or pinDigests (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/redhat/ubi/ubi9, latest) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/redhat/ubi/ubi9, latest, get) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/redhat/ubi/ubi9, sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a, get) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:991c65e7947e29ed032ebdeb1ef01490861a38fcc9ae1d43e0b7ffe58faba6ca",
         "org.opencontainers.image.base.name": "registry.access.redhat.com/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917001",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "UBI9",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-02 23:57:52+00:00",
         "org.opencontainers.image.description": "Red Hat Universal Base Images (UBI) are OCI-compliant container base operating system images with complementary runtime languages and packages that are freely redistributable.",
         "org.opencontainers.image.licenses": "Red Hat Universal Base Image EULA",
         "org.opencontainers.image.revision": "d261b5c12c18c9e28651b2f0a3439e6c577f16c8",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9",
         "org.opencontainers.image.title": "ubi9",
         "org.opencontainers.image.url": "https://catalog.redhat.com/software/container-stacks/detail/609560d9e2b160d361d24f98",
         "org.opencontainers.image.vendor": "Red Hat",
         "org.opencontainers.image.version": "9.5",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: 2 flattened updates found: registry1.dso.mil/ironbank/redhat/ubi/ubi9, registry1.dso.mil/ironbank/opensource/python (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9",
                 "currentValue": "9.4",
                 "replaceString": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.4",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "stage",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "9.5",
                     "newValue": "9.5",
                     "newMajor": 9,
                     "newMinor": 5,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/609560d9e2b160d361d24f98",
                 "lookupName": "ironbank/redhat/ubi/ubi9",
                 "currentVersion": "9.4",
                 "isSingleVersion": true,
                 "fixedVersion": "9.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/python",
                 "currentValue": "v3.12",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/python:v3.12",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v3.13",
                     "newValue": "v3.13",
                     "newMajor": 3,
                     "newMinor": 13,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/python",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/python/python313",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.python.org/",
                 "lookupName": "ironbank/opensource/python",
                 "currentVersion": "v3.12",
                 "isSingleVersion": true,
                 "fixedVersion": "v3.12"
               }
             ],
             "packageFile": "Dockerfile"
           }
         ],
         "gitlabci": [
           {
             "packageFile": "examples/.gitlab-ci.yaml",
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-staging/bb-edge-tools",
                 "currentValue": "latest",
                 "replaceString": "registry1.dso.mil/bigbang-staging/bb-edge-tools:latest",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "image",
                 "updates": [],
                 "packageName": "registry1.dso.mil/bigbang-staging/bb-edge-tools",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ]
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Processing 1 branch: renovate/ib-updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: getPr(31) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: getMR(31) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: 1 PRs are currently open (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: PullRequests limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: 1 already existing branches found: renovate/ib-updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Branches limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(31) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(31) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:50.151Z) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-21T17:58:09+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found a multistage build stage name: qemu-build (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping alias COPY --from (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
       "image": "qemu-build"
DEBUG: Found a multistage build stage name: qemu-build (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping alias COPY --from (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
       "image": "qemu-build"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/python in Dockerfile is already updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/opensource/python"
DEBUG: Found a multistage build stage name: qemu-build (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping alias COPY --from (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
       "image": "qemu-build"
DEBUG: Found a multistage build stage name: qemu-build (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping alias COPY --from (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
       "image": "qemu-build"
DEBUG: Branch dep registry1.dso.mil/ironbank/redhat/ubi/ubi9 in Dockerfile is already updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-21T17:58:09+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(31) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(31) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/python/python313 (v3.12 -> v3.13) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9 (9.4 -> 9.5) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/redhat/ubi/9.x/ubi9 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update IB Updates"
 INFO: PR updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
       "pr": 31,
       "prTitle": "Update IB Updates"
DEBUG: setPrCache() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: getPr(31) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: getMR(31) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Config does not need migration (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Closing Dependency Dashboard (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Branch lists (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "branchList": ["renovate/ib-updates"],
       "renovateBranches": ["renovate/ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: No branches to clean up (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Repo is activated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "1368030c90cd7a8ae135982489c52b9c9afb83ce"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "1368030c90cd7a8ae135982489c52b9c9afb83ce",
           "branchName": "renovate/ib-updates",
           "branchSha": "47e4fc7106ae49a560d559e77c930346a4f2ce36",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 31,
           "prTitle": "Update IB Updates",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/python",
               "displayPending": "",
               "fixedVersion": "v3.12",
               "currentVersion": "v3.12",
               "currentValue": "v3.12",
               "newValue": "v3.13",
               "newVersion": "v3.13",
               "packageFile": "Dockerfile",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/python"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9",
               "displayPending": "",
               "fixedVersion": "9.4",
               "currentVersion": "9.4",
               "currentValue": "9.4",
               "newValue": "9.5",
               "newVersion": "9.5",
               "packageFile": "Dockerfile",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "stats": {"total": 9, "open": 1, "closed": 5, "merged": 3}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "splits": {"init": 1806, "extract": 168, "lookup": 492, "onboarding": 0, "update": 1565},
       "total": 4037
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "get": {"count": 10, "avgMs": 3, "medianMs": 1, "maxMs": 11, "totalMs": 28},
       "set": {"count": 7, "avgMs": 4, "medianMs": 2, "maxMs": 18, "totalMs": 30}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 42,
           "reqMedianMs": 34,
           "reqMaxMs": 101,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 153,
           "reqMedianMs": 98,
           "reqMaxMs": 387,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 18
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "docker": {"count": 3, "avgMs": 180, "medianMs": 89, "maxMs": 451, "totalMs": 540}
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-edge-tools-ci)
       "cloned": true,
       "durationMs": 4037
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci default branch = main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci.git (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "durationMs": 769
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "latestCommit": {
         "hash": "926be6b8b059b7b2c1247d3263973c283cbab97d",
         "date": "2025-01-15T14:32:57+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #15\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci!26",
         "author_name": "Alozie Obuh",
         "author_email": "obuh.alozie@solute.us"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Repository config (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: No config migration necessary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: extract() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:32:57+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Matched 1 file(s) for manager dockerfile: Dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
       "managers": {"dockerfile": 1}
DEBUG: Found dockerfile package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
       "stats": {
         "managers": {"dockerfile": {"fileCount": 1, "depCount": 1}},
         "total": {"fileCount": 1, "depCount": 1}
       }
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: hostRules: no authentication for hub.docker.com (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, hashicorp/terraform, latest) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, hashicorp/terraform, latest, get) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using queue: host=index.docker.io, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Using queue: host=auth.docker.io, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, hashicorp/terraform, sha256:7ace859abb8068910cbce3a2691b904c5d6e4cfc4ba6933c90bc165a9aefc396, get) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
       "labels": {
         "com.hashicorp.terraform.version": "1.10.5",
         "maintainer": "HashiCorp Terraform Team <terraform@hashicorp.com>",
         "org.opencontainers.image.authors": "HashiCorp Terraform Team <terraform@hashicorp.com>",
         "org.opencontainers.image.description": "Terraform enables you to safely and predictably create, change, and improve infrastructure",
         "org.opencontainers.image.documentation": "https://www.terraform.io/docs",
         "org.opencontainers.image.licenses": "BUSL-1.1",
         "org.opencontainers.image.revision": "898e397ebaefb4d0c363b7332b3ba184b8852162",
         "org.opencontainers.image.source": "https://github.com/hashicorp/terraform",
         "org.opencontainers.image.title": "terraform",
         "org.opencontainers.image.url": "https://www.terraform.io/",
         "org.opencontainers.image.vendor": "HashiCorp",
         "org.opencontainers.image.version": "1.10.5",
         "version": "1.10.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: 1 flattened updates found: hashicorp/terraform (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "hashicorp/terraform",
                 "currentValue": "1.9",
                 "replaceString": "ARG BASE_TAG=1.9\n",
                 "autoReplaceStringTemplate": "ARG BASE_TAG={{#if newValue}}{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}\n",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.10",
                     "newValue": "1.10",
                     "releaseTimestamp": "2025-01-22T18:42:45.419Z",
                     "newVersionAgeInDays": 11,
                     "newMajor": 1,
                     "newMinor": 10,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "hashicorp/terraform",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/terraform",
                 "registryUrl": "https://index.docker.io",
                 "homepage": "https://www.terraform.io/",
                 "currentVersion": "1.9",
                 "currentVersionTimestamp": "2024-10-16T14:28:23.576Z",
                 "currentVersionAgeInDays": 109,
                 "isSingleVersion": true,
                 "fixedVersion": "1.9"
               }
             ],
             "packageFile": "Dockerfile"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Processing 1 branch: renovate/ib-updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: getPr(20) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: getMR(20) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: 1 PRs are currently open (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: PullRequests limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: 1 already existing branches found: renovate/ib-updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Branches limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(20) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(20) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:06:55.155Z) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:32:57+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep hashicorp/terraform in Dockerfile is already updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "hashicorp/terraform"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:32:57+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(20) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(20) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://github.com/hashicorp/terraform (1.9 -> 1.10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
       "manager": "dockerfile",
       "packageName": "hashicorp/terraform",
       "sourceUrl": "https://github.com/hashicorp/terraform"
DEBUG: Processing existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update hashicorp/terraform Docker tag to v1.10"
 INFO: PR updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
       "pr": 20,
       "prTitle": "Update hashicorp/terraform Docker tag to v1.10"
DEBUG: setPrCache() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: getPr(20) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: getMR(20) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Config does not need migration (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Closing Dependency Dashboard (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Branch lists (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "branchList": ["renovate/ib-updates"],
       "renovateBranches": ["renovate/ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: No branches to clean up (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Repo is activated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "926be6b8b059b7b2c1247d3263973c283cbab97d"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "926be6b8b059b7b2c1247d3263973c283cbab97d",
           "branchName": "renovate/ib-updates",
           "branchSha": "f77949413fe2e53ffaa1b09776aea6ccbddd45de",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 20,
           "prTitle": "Update hashicorp/terraform Docker tag to v1.10",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "hashicorp/terraform",
               "displayPending": "",
               "fixedVersion": "1.9",
               "currentVersion": "1.9",
               "currentValue": "1.9",
               "newValue": "1.10",
               "newVersion": "1.10",
               "packageFile": "Dockerfile",
               "updateType": "minor",
               "packageName": "hashicorp/terraform"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "stats": {"total": 2, "open": 1, "closed": 0, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: repository problems (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "splits": {"init": 1775, "extract": 153, "lookup": 1531, "onboarding": 0, "update": 1181},
       "total": 4646
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "get": {"count": 5, "avgMs": 0, "medianMs": 0, "maxMs": 1, "totalMs": 2},
       "set": {"count": 5, "avgMs": 6, "medianMs": 8, "maxMs": 11, "totalMs": 32}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "hosts": {
         "auth.docker.io": {
           "count": 1,
           "reqAvgMs": 193,
           "reqMedianMs": 193,
           "reqMaxMs": 193,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "hub.docker.com": {
           "count": 4,
           "reqAvgMs": 151,
           "reqMedianMs": 90,
           "reqMaxMs": 344,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "index.docker.io": {
           "count": 4,
           "reqAvgMs": 123,
           "reqMedianMs": 128,
           "reqMaxMs": 214,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 185,
           "reqMedianMs": 195,
           "reqMaxMs": 322,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 15
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "docker": {"count": 1, "avgMs": 1502, "medianMs": 1502, "maxMs": 1502, "totalMs": 1502}
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/terraform-ci)
       "cloned": true,
       "durationMs": 4646
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/cypress (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: big-bang/pipeline-templates/big-bang-dockerfiles/cypress default branch = main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/big-bang-dockerfiles/cypress.git (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/cypress (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "durationMs": 818
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "latestCommit": {
         "hash": "8ef23d21568bdf5e007652e04f9b1105e6b8b2d2",
         "date": "2025-01-15T18:08:02+00:00",
         "message": "Merge branch 'cypress-image-13-17' into 'main'",
         "refs": "HEAD -> main, tag: 13.17.0, origin/main, origin/HEAD",
         "body": "update to latest cypress\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/cypress!26",
         "author_name": "Julian Hair",
         "author_email": "julian.hair@omnifederal.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Repository config (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: No config migration necessary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: extract() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T18:08:02+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Matched 1 file(s) for manager dockerfile: Dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Found a multistage build stage name: builder (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Found a multistage build stage name: runner (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Skipping alias COPY --from (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
       "image": "builder"
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
       "managers": {"dockerfile": 2}
DEBUG: Found dockerfile package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
       "stats": {
         "managers": {"dockerfile": {"fileCount": 1, "depCount": 2}},
         "total": {"fileCount": 1, "depCount": 2}
       }
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: hostRules: no authentication for hub.docker.com (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, library/node, latest) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Docker Hub library image - skipping label lookup (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: 4 flattened updates found: node, node, node, node (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: Returning 2 branch(es) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "node",
                 "currentValue": "22.13.0-bullseye-slim",
                 "replaceString": "node:22.13.0-bullseye-slim",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "stage",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "22.13.1",
                     "newValue": "22.13.1-bullseye-slim",
                     "releaseTimestamp": "2025-01-23T01:42:59.372Z",
                     "newVersionAgeInDays": 11,
                     "newMajor": 22,
                     "newMinor": 13,
                     "newPatch": 1,
                     "updateType": "patch",
                     "branchName": "renovate/ib-updates"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "23.7.0",
                     "newValue": "23.7.0-bullseye-slim",
                     "releaseTimestamp": "2025-01-31T22:40:41.978Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 23,
                     "newMinor": 7,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/major-ib-updates"
                   }
                 ],
                 "packageName": "node",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/nodejs/node",
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/node",
                 "currentVersion": "22.13.0",
                 "currentVersionTimestamp": "2025-01-14T10:40:54.487Z",
                 "currentVersionAgeInDays": 19,
                 "isSingleVersion": true,
                 "fixedVersion": "22.13.0-bullseye-slim"
               },
               {
                 "depName": "node",
                 "currentValue": "22.13.0-bullseye-slim",
                 "replaceString": "node:22.13.0-bullseye-slim",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "22.13.1",
                     "newValue": "22.13.1-bullseye-slim",
                     "releaseTimestamp": "2025-01-23T01:42:59.372Z",
                     "newVersionAgeInDays": 11,
                     "newMajor": 22,
                     "newMinor": 13,
                     "newPatch": 1,
                     "updateType": "patch",
                     "branchName": "renovate/ib-updates"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "23.7.0",
                     "newValue": "23.7.0-bullseye-slim",
                     "releaseTimestamp": "2025-01-31T22:40:41.978Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 23,
                     "newMinor": 7,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/major-ib-updates"
                   }
                 ],
                 "packageName": "node",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/nodejs/node",
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/node",
                 "currentVersion": "22.13.0",
                 "currentVersionTimestamp": "2025-01-14T10:40:54.487Z",
                 "currentVersionAgeInDays": 19,
                 "isSingleVersion": true,
                 "fixedVersion": "22.13.0-bullseye-slim"
               }
             ],
             "packageFile": "Dockerfile"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Processing 2 branches: renovate/ib-updates, renovate/major-ib-updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: 0 PRs are currently open (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: PullRequests limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: 0 already existing branches found:  (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Branches limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, Update node Docker tag to v22.13.1, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: prAlreadyExisted=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:07:53.779Z) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch needs creating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T18:08:02+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
 INFO: Cannot find replaceString in current file content. Was it already updated? (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "node",
       "existingContent": "ARG CYPRESS_NODE_VERSION=22.13.0\nARG CYPRESS_VERSION=13.17.0\n\nFROM node:${CYPRESS_NODE_VERSION}-bullseye-slim AS builder\n\n# Running from root directory will cause an error so create and switch to a build directory\nRUN mkdir -p build\nWORKDIR /build\n\n# Install Cypress\nRUN npm install \"cypress@${CYPRESS_VERSION}\"\n\nFROM node:${CYPRESS_NODE_VERSION}-bullseye-slim AS runner\n\n# Build ARG for kubectl version only worked when added after the FROM directive\nARG CYPRESS_KUBECTL_VERSION=1.31.0\n\n# Install dependencies for Chrome (much of these are just for Chrome) and Cypress\nRUN apt-get update && \\\n    apt-get install --no-install-recommends -y \\\n    fonts-liberation \\\n    xdg-utils \\\n    libgtk2.0-0 \\\n    libgtk-3-0 \\\n    libnotify-dev \\\n    libgconf-2-4 \\\n    libgbm-dev \\\n    libnss3 \\\n    libxss1 \\\n    libasound2 \\\n    libxtst6 \\\n    libu2f-udev \\\n    libvulkan1 \\\n    openssl \\\n    ca-certificates \\\n    wget \\\n    curl \\\n    procps \\\n    xauth \\\n    xvfb \\\n    # clean up\n    && rm -rf /var/lib/apt/lists/* \\\n    && apt-get clean\n\n# Install Chrome browser\nRUN node --no-install-recommends -p \"process.arch === 'arm64' ? 'Not downloading Chrome since we are on arm64: https://crbug.com/677140' : process.exit(1)\" || \\\n    (wget --no-verbose -O /usr/src/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \\\n    dpkg -i /usr/src/google-chrome-stable_current_amd64.deb ; \\\n    apt-get install -f -y && \\\n    rm -f /usr/src/google-chrome-stable_current_amd64.deb)\n\n# Add in kubectl and set permissions\nRUN wget --no-verbose -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${CYPRESS_KUBECTL_VERSION}/bin/linux/amd64/kubectl && \\\n    chmod +x /usr/local/bin/kubectl\n\n# Copy only what is needed for runtime from builder image\nCOPY --from=builder --chown=node:node /build /test\n\nCOPY \"files/*.crt\" /usr/local/share/ca-certificates\n\n# Create remaining file structure and set permissions\nRUN update-ca-certificates && \\\n    mkdir -p test/cypress && \\\n    mkdir -p test/cypress/e2e && \\\n    mkdir -p test/cypress/support && \\\n    mkdir -p exports && \\\n    chown -R node:node /test && \\\n    chown -R node:node /exports\n\n# Copy in additional configuration files\nCOPY --chown=node:node files/cypress.config.js /test\nCOPY --chown=node:node files/index.js /test/cypress/support\n\nUSER node\n\n# Switch to test directory to perform the installation/verification\nWORKDIR /test\nRUN npm ci && \\\n    rm package-lock.json && \\\n    rm package.json && \\\n    npx cypress verify",
       "replaceString": "node:22.13.0-bullseye-slim"
DEBUG: No content changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "node"
 INFO: Cannot find replaceString in current file content. Was it already updated? (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "node",
       "existingContent": "ARG CYPRESS_NODE_VERSION=22.13.0\nARG CYPRESS_VERSION=13.17.0\n\nFROM node:${CYPRESS_NODE_VERSION}-bullseye-slim AS builder\n\n# Running from root directory will cause an error so create and switch to a build directory\nRUN mkdir -p build\nWORKDIR /build\n\n# Install Cypress\nRUN npm install \"cypress@${CYPRESS_VERSION}\"\n\nFROM node:${CYPRESS_NODE_VERSION}-bullseye-slim AS runner\n\n# Build ARG for kubectl version only worked when added after the FROM directive\nARG CYPRESS_KUBECTL_VERSION=1.31.0\n\n# Install dependencies for Chrome (much of these are just for Chrome) and Cypress\nRUN apt-get update && \\\n    apt-get install --no-install-recommends -y \\\n    fonts-liberation \\\n    xdg-utils \\\n    libgtk2.0-0 \\\n    libgtk-3-0 \\\n    libnotify-dev \\\n    libgconf-2-4 \\\n    libgbm-dev \\\n    libnss3 \\\n    libxss1 \\\n    libasound2 \\\n    libxtst6 \\\n    libu2f-udev \\\n    libvulkan1 \\\n    openssl \\\n    ca-certificates \\\n    wget \\\n    curl \\\n    procps \\\n    xauth \\\n    xvfb \\\n    # clean up\n    && rm -rf /var/lib/apt/lists/* \\\n    && apt-get clean\n\n# Install Chrome browser\nRUN node --no-install-recommends -p \"process.arch === 'arm64' ? 'Not downloading Chrome since we are on arm64: https://crbug.com/677140' : process.exit(1)\" || \\\n    (wget --no-verbose -O /usr/src/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \\\n    dpkg -i /usr/src/google-chrome-stable_current_amd64.deb ; \\\n    apt-get install -f -y && \\\n    rm -f /usr/src/google-chrome-stable_current_amd64.deb)\n\n# Add in kubectl and set permissions\nRUN wget --no-verbose -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${CYPRESS_KUBECTL_VERSION}/bin/linux/amd64/kubectl && \\\n    chmod +x /usr/local/bin/kubectl\n\n# Copy only what is needed for runtime from builder image\nCOPY --from=builder --chown=node:node /build /test\n\nCOPY \"files/*.crt\" /usr/local/share/ca-certificates\n\n# Create remaining file structure and set permissions\nRUN update-ca-certificates && \\\n    mkdir -p test/cypress && \\\n    mkdir -p test/cypress/e2e && \\\n    mkdir -p test/cypress/support && \\\n    mkdir -p exports && \\\n    chown -R node:node /test && \\\n    chown -R node:node /exports\n\n# Copy in additional configuration files\nCOPY --chown=node:node files/cypress.config.js /test\nCOPY --chown=node:node files/index.js /test/cypress/support\n\nUSER node\n\n# Switch to test directory to perform the installation/verification\nWORKDIR /test\nRUN npm ci && \\\n    rm package-lock.json && \\\n    rm package.json && \\\n    npx cypress verify",
       "replaceString": "node:22.13.0-bullseye-slim"
DEBUG: No content changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "node"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T18:08:02+00:00"
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branchExists=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: findPr(renovate/major-ib-updates, Update node Docker tag to v23, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: prAlreadyExisted=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:07:53.876Z) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch needs creating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T18:08:02+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
 INFO: Cannot find replaceString in current file content. Was it already updated? (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, packageFile=Dockerfile, branch=renovate/major-ib-updates)
       "depName": "node",
       "existingContent": "ARG CYPRESS_NODE_VERSION=22.13.0\nARG CYPRESS_VERSION=13.17.0\n\nFROM node:${CYPRESS_NODE_VERSION}-bullseye-slim AS builder\n\n# Running from root directory will cause an error so create and switch to a build directory\nRUN mkdir -p build\nWORKDIR /build\n\n# Install Cypress\nRUN npm install \"cypress@${CYPRESS_VERSION}\"\n\nFROM node:${CYPRESS_NODE_VERSION}-bullseye-slim AS runner\n\n# Build ARG for kubectl version only worked when added after the FROM directive\nARG CYPRESS_KUBECTL_VERSION=1.31.0\n\n# Install dependencies for Chrome (much of these are just for Chrome) and Cypress\nRUN apt-get update && \\\n    apt-get install --no-install-recommends -y \\\n    fonts-liberation \\\n    xdg-utils \\\n    libgtk2.0-0 \\\n    libgtk-3-0 \\\n    libnotify-dev \\\n    libgconf-2-4 \\\n    libgbm-dev \\\n    libnss3 \\\n    libxss1 \\\n    libasound2 \\\n    libxtst6 \\\n    libu2f-udev \\\n    libvulkan1 \\\n    openssl \\\n    ca-certificates \\\n    wget \\\n    curl \\\n    procps \\\n    xauth \\\n    xvfb \\\n    # clean up\n    && rm -rf /var/lib/apt/lists/* \\\n    && apt-get clean\n\n# Install Chrome browser\nRUN node --no-install-recommends -p \"process.arch === 'arm64' ? 'Not downloading Chrome since we are on arm64: https://crbug.com/677140' : process.exit(1)\" || \\\n    (wget --no-verbose -O /usr/src/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \\\n    dpkg -i /usr/src/google-chrome-stable_current_amd64.deb ; \\\n    apt-get install -f -y && \\\n    rm -f /usr/src/google-chrome-stable_current_amd64.deb)\n\n# Add in kubectl and set permissions\nRUN wget --no-verbose -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${CYPRESS_KUBECTL_VERSION}/bin/linux/amd64/kubectl && \\\n    chmod +x /usr/local/bin/kubectl\n\n# Copy only what is needed for runtime from builder image\nCOPY --from=builder --chown=node:node /build /test\n\nCOPY \"files/*.crt\" /usr/local/share/ca-certificates\n\n# Create remaining file structure and set permissions\nRUN update-ca-certificates && \\\n    mkdir -p test/cypress && \\\n    mkdir -p test/cypress/e2e && \\\n    mkdir -p test/cypress/support && \\\n    mkdir -p exports && \\\n    chown -R node:node /test && \\\n    chown -R node:node /exports\n\n# Copy in additional configuration files\nCOPY --chown=node:node files/cypress.config.js /test\nCOPY --chown=node:node files/index.js /test/cypress/support\n\nUSER node\n\n# Switch to test directory to perform the installation/verification\nWORKDIR /test\nRUN npm ci && \\\n    rm package-lock.json && \\\n    rm package.json && \\\n    npx cypress verify",
       "replaceString": "node:22.13.0-bullseye-slim"
DEBUG: No content changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, packageFile=Dockerfile, branch=renovate/major-ib-updates)
       "depName": "node"
 INFO: Cannot find replaceString in current file content. Was it already updated? (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, packageFile=Dockerfile, branch=renovate/major-ib-updates)
       "depName": "node",
       "existingContent": "ARG CYPRESS_NODE_VERSION=22.13.0\nARG CYPRESS_VERSION=13.17.0\n\nFROM node:${CYPRESS_NODE_VERSION}-bullseye-slim AS builder\n\n# Running from root directory will cause an error so create and switch to a build directory\nRUN mkdir -p build\nWORKDIR /build\n\n# Install Cypress\nRUN npm install \"cypress@${CYPRESS_VERSION}\"\n\nFROM node:${CYPRESS_NODE_VERSION}-bullseye-slim AS runner\n\n# Build ARG for kubectl version only worked when added after the FROM directive\nARG CYPRESS_KUBECTL_VERSION=1.31.0\n\n# Install dependencies for Chrome (much of these are just for Chrome) and Cypress\nRUN apt-get update && \\\n    apt-get install --no-install-recommends -y \\\n    fonts-liberation \\\n    xdg-utils \\\n    libgtk2.0-0 \\\n    libgtk-3-0 \\\n    libnotify-dev \\\n    libgconf-2-4 \\\n    libgbm-dev \\\n    libnss3 \\\n    libxss1 \\\n    libasound2 \\\n    libxtst6 \\\n    libu2f-udev \\\n    libvulkan1 \\\n    openssl \\\n    ca-certificates \\\n    wget \\\n    curl \\\n    procps \\\n    xauth \\\n    xvfb \\\n    # clean up\n    && rm -rf /var/lib/apt/lists/* \\\n    && apt-get clean\n\n# Install Chrome browser\nRUN node --no-install-recommends -p \"process.arch === 'arm64' ? 'Not downloading Chrome since we are on arm64: https://crbug.com/677140' : process.exit(1)\" || \\\n    (wget --no-verbose -O /usr/src/google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \\\n    dpkg -i /usr/src/google-chrome-stable_current_amd64.deb ; \\\n    apt-get install -f -y && \\\n    rm -f /usr/src/google-chrome-stable_current_amd64.deb)\n\n# Add in kubectl and set permissions\nRUN wget --no-verbose -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${CYPRESS_KUBECTL_VERSION}/bin/linux/amd64/kubectl && \\\n    chmod +x /usr/local/bin/kubectl\n\n# Copy only what is needed for runtime from builder image\nCOPY --from=builder --chown=node:node /build /test\n\nCOPY \"files/*.crt\" /usr/local/share/ca-certificates\n\n# Create remaining file structure and set permissions\nRUN update-ca-certificates && \\\n    mkdir -p test/cypress && \\\n    mkdir -p test/cypress/e2e && \\\n    mkdir -p test/cypress/support && \\\n    mkdir -p exports && \\\n    chown -R node:node /test && \\\n    chown -R node:node /exports\n\n# Copy in additional configuration files\nCOPY --chown=node:node files/cypress.config.js /test\nCOPY --chown=node:node files/index.js /test/cypress/support\n\nUSER node\n\n# Switch to test directory to perform the installation/verification\nWORKDIR /test\nRUN npm ci && \\\n    rm package-lock.json && \\\n    rm package.json && \\\n    npx cypress verify",
       "replaceString": "node:22.13.0-bullseye-slim"
DEBUG: No content changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, packageFile=Dockerfile, branch=renovate/major-ib-updates)
       "depName": "node"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress, baseBranch=main, branch=renovate/major-ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T18:08:02+00:00"
DEBUG: Config does not need migration (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Closing Dependency Dashboard (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Repo is activated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "8ef23d21568bdf5e007652e04f9b1105e6b8b2d2"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": ["renovate/ib-updates", "renovate/major-ib-updates"]
DEBUG: branches info extended (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": null,
           "prTitle": "Update node Docker tag to v22.13.1",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "node",
               "displayPending": "",
               "fixedVersion": "22.13.0-bullseye-slim",
               "currentVersion": "22.13.0",
               "currentValue": "22.13.0-bullseye-slim",
               "newValue": "22.13.1-bullseye-slim",
               "newVersion": "22.13.1",
               "packageFile": "Dockerfile",
               "updateType": "patch",
               "packageName": "node"
             },
             {
               "datasource": "docker",
               "depName": "node",
               "displayPending": "",
               "fixedVersion": "22.13.0-bullseye-slim",
               "currentVersion": "22.13.0",
               "currentValue": "22.13.0-bullseye-slim",
               "newValue": "22.13.1-bullseye-slim",
               "newVersion": "22.13.1",
               "packageFile": "Dockerfile",
               "updateType": "patch",
               "packageName": "node"
             }
           ]
         },
         {
           "branchName": "renovate/major-ib-updates",
           "prNo": null,
           "prTitle": "Update node Docker tag to v23",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "node",
               "displayPending": "",
               "fixedVersion": "22.13.0-bullseye-slim",
               "currentVersion": "22.13.0",
               "currentValue": "22.13.0-bullseye-slim",
               "newValue": "23.7.0-bullseye-slim",
               "newVersion": "23.7.0",
               "packageFile": "Dockerfile",
               "updateType": "major",
               "packageName": "node"
             },
             {
               "datasource": "docker",
               "depName": "node",
               "displayPending": "",
               "fixedVersion": "22.13.0-bullseye-slim",
               "currentVersion": "22.13.0",
               "currentValue": "22.13.0-bullseye-slim",
               "newValue": "23.7.0-bullseye-slim",
               "newVersion": "23.7.0",
               "packageFile": "Dockerfile",
               "updateType": "major",
               "packageName": "node"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "stats": {"total": 1, "open": 0, "closed": 0, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "splits": {"init": 1673, "extract": 159, "lookup": 55817, "onboarding": 0, "update": 185},
       "total": 57838
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "get": {"count": 4, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 4, "avgMs": 48, "medianMs": 51, "maxMs": 97, "totalMs": 193}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "hosts": {
         "hub.docker.com": {
           "count": 75,
           "reqAvgMs": 662,
           "reqMedianMs": 457,
           "reqMaxMs": 4007,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 115,
           "reqMedianMs": 120,
           "reqMaxMs": 170,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 79
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "docker": {
         "count": 2,
         "avgMs": 55764,
         "medianMs": 55764,
         "maxMs": 55764,
         "totalMs": 111528
       }
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/cypress)
       "cloned": true,
       "durationMs": 57838
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci default branch = main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci.git (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "durationMs": 869
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "latestCommit": {
         "hash": "50c5b644256947504d369104781311216e6cb8d2",
         "date": "2025-01-15T14:14:12+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #33\n\nSee merge request big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci!56",
         "author_name": "Alozie Obuh",
         "author_email": "obuh.alozie@solute.us"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Repository config (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: No config migration necessary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: extract() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:14:12+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Matched 1 file(s) for manager dockerfile: Dockerfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Matched 1 file(s) for manager pep621: pyproject.toml (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Matched 1 file(s) for manager poetry: pyproject.toml (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Found a multistage build stage name: builder (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Dockerfile COPY --from (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
       "depName": "registry",
       "currentValue": "2",
       "currentDigest": undefined
DEBUG: Skipping alias COPY --from (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
       "image": "builder"
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
       "managers": {"dockerfile": 3, "pep621": 5, "poetry": 13}
DEBUG: Found dockerfile package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Found pep621 package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Found poetry package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 1, "depCount": 3},
           "pep621": {"fileCount": 1, "depCount": 1},
           "poetry": {"fileCount": 1, "depCount": 5}
         },
         "total": {"fileCount": 3, "depCount": 9}
       }
 WARN: GitHub token is required for some dependencies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
       "githubDeps": ["python"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: 3 flattened updates found: golang, boto3, urllib3 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: Returning 3 branch(es) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "golang",
                 "currentValue": "1.23.4",
                 "replaceString": "golang:1.23.4",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "stage",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.23.5",
                     "newValue": "1.23.5",
                     "releaseTimestamp": "2025-01-22T03:24:19.489Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 1,
                     "newMinor": 23,
                     "newPatch": 5,
                     "updateType": "patch",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "golang",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/golang",
                 "currentVersion": "1.23.4",
                 "currentVersionTimestamp": "2025-01-15T21:23:54.626Z",
                 "currentVersionAgeInDays": 18,
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/python",
                 "currentValue": "v3.13",
                 "replaceString": "ARG BASE_TAG=v3.13\n",
                 "autoReplaceStringTemplate": "ARG BASE_TAG={{#if newValue}}{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}\n",
                 "datasource": "docker",
                 "depType": "stage",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/python",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/python/python313",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.python.org/",
                 "lookupName": "ironbank/opensource/python",
                 "currentVersion": "v3.13",
                 "fixedVersion": "v3.13"
               },
               {
                 "depName": "registry",
                 "currentValue": "2",
                 "replaceString": "registry:2",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "registry",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/distribution/distribution",
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/registry",
                 "currentVersion": "2",
                 "currentVersionTimestamp": "2025-01-09T01:38:42.042Z",
                 "currentVersionAgeInDays": 25,
                 "fixedVersion": "2"
               }
             ],
             "packageFile": "Dockerfile"
           }
         ],
         "pep621": [
           {
             "deps": [
               {
                 "packageName": "poetry-core",
                 "depName": "poetry-core",
                 "datasource": "pypi",
                 "depType": "build-system.requires",
                 "skipReason": "unspecified-version",
                 "updates": []
               }
             ],
             "packageFile": "pyproject.toml"
           }
         ],
         "poetry": [
           {
             "deps": [
               {
                 "datasource": "github-releases",
                 "currentValue": "^3.11",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "python",
                 "depType": "dependencies",
                 "packageName": "containerbase/python-prebuild",
                 "commitMessageTopic": "Python",
                 "registryUrls": null,
                 "skipReason": "github-token-required",
                 "updates": []
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^1.26.135",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "boto3",
                 "depType": "dependencies",
                 "lockedVersion": "1.34.155",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.36.11",
                     "newValue": "^1.26.135",
                     "releaseTimestamp": "2025-01-31T20:44:02.000Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 1,
                     "newMinor": 36,
                     "newPatch": 11,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/boto3-1.x-lockfile"
                   }
                 ],
                 "packageName": "boto3",
                 "warnings": [],
                 "sourceUrl": "https://github.com/boto/boto3",
                 "registryUrl": "https://pypi.org/pypi",
                 "currentVersion": "1.34.155",
                 "currentVersionTimestamp": "2024-08-06T19:44:02.000Z",
                 "currentVersionAgeInDays": 180,
                 "isSingleVersion": true,
                 "fixedVersion": "1.34.155"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^2.28.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "requests",
                 "depType": "dependencies",
                 "lockedVersion": "2.32.3",
                 "updates": [],
                 "packageName": "requests",
                 "warnings": [],
                 "sourceUrl": "https://github.com/psf/requests",
                 "registryUrl": "https://pypi.org/pypi",
                 "homepage": "https://requests.readthedocs.io",
                 "changelogUrl": "https://github.com/psf/requests/blob/master/HISTORY.md",
                 "currentVersion": "2.32.3",
                 "currentVersionTimestamp": "2024-05-29T15:37:47.000Z",
                 "currentVersionAgeInDays": 249,
                 "fixedVersion": "2.32.3"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "2.2.2",
                 "managerData": {"nestedVersion": false},
                 "versioning": "pep440",
                 "depName": "urllib3",
                 "depType": "dependencies",
                 "lockedVersion": "2.2.2",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.3.0",
                     "newValue": "2.3.0",
                     "releaseTimestamp": "2024-12-22T07:47:28.000Z",
                     "newVersionAgeInDays": 42,
                     "newMajor": 2,
                     "newMinor": 3,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/urllib3-2.x"
                   }
                 ],
                 "packageName": "urllib3",
                 "warnings": [],
                 "sourceUrl": "https://github.com/urllib3/urllib3",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://github.com/urllib3/urllib3/blob/main/CHANGES.rst",
                 "currentVersion": "2.2.2",
                 "currentVersionTimestamp": "2024-06-17T13:40:07.000Z",
                 "currentVersionAgeInDays": 230,
                 "isSingleVersion": true,
                 "fixedVersion": "2.2.2"
               },
               {
                 "datasource": "git-tags",
                 "currentValue": "0.0.31",
                 "packageName": "https://repo1.dso.mil/ironbank-tools/ironbank-modules.git",
                 "versioning": "pep440",
                 "depName": "ibmodules",
                 "depType": "dependencies",
                 "updates": [],
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/ironbank-tools/ironbank-modules",
                 "currentVersion": "0.0.31",
                 "fixedVersion": "0.0.31"
               }
             ],
             "packageFileVersion": "0.1.0",
             "extractedConstraints": {"python": "^3.11"},
             "lockFiles": ["poetry.lock"],
             "packageFile": "pyproject.toml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Processing 3 branches: renovate/boto3-1.x-lockfile, renovate/ib-updates, renovate/urllib3-2.x (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: getPr(57) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: getMR(57) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: getBranchPr(renovate/boto3-1.x-lockfile) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: findPr(renovate/boto3-1.x-lockfile, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: getBranchPr(renovate/urllib3-2.x) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: findPr(renovate/urllib3-2.x, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: getPr(45) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: getMR(45) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: 2 PRs are currently open (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: PR concurrent limit remaining: 8 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: PullRequests limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: 2 already existing branches found: renovate/ib-updates,renovate/urllib3-2.x (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Branch concurrent limit remaining: 8 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Branches limit = 2 (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(57) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(57) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:07:58.110Z) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:14:12+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found a multistage build stage name: builder (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Dockerfile COPY --from (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
       "depName": "registry",
       "currentValue": "2",
       "currentDigest": undefined
DEBUG: Skipping alias COPY --from (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
       "image": "builder"
DEBUG: Found a multistage build stage name: builder (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Dockerfile COPY --from (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
       "depName": "registry",
       "currentValue": "2",
       "currentDigest": undefined
DEBUG: Skipping alias COPY --from (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
       "image": "builder"
DEBUG: Branch dep golang in Dockerfile is already updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "golang"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:14:12+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(57) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(57) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update golang Docker tag to v1.23.5"
 INFO: PR updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
       "pr": 57,
       "prTitle": "Update golang Docker tag to v1.23.5"
DEBUG: setPrCache() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: getBranchPr(renovate/boto3-1.x-lockfile) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: findPr(renovate/boto3-1.x-lockfile, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: findPr(renovate/boto3-1.x-lockfile, Update dependency boto3 to v1.36.11, !open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:07:59.080Z) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:14:12+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: poetry.updateLockedDependency: boto3@1.34.155 -> 1.36.11 [poetry.lock] (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Using poetry version 1.8.2 from poetry.lock header (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Executing command (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
       "command": "poetry update --lock --no-interaction boto3"
DEBUG: rawExec err (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction boto3",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction boto3\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction boto3\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 10
DEBUG: Failed to update poetry.lock file (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction boto3",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction boto3\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction boto3\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Branch timestamp: 2025-01-31T20:44:02.000Z (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/boto3-1.x-lockfile (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/boto3-1.x-lockfile)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:14:12+00:00"
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getBranchPr(renovate/urllib3-2.x) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: findPr(renovate/urllib3-2.x, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getPr(45) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getMR(45) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: branchExists=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: PR rebase requested=false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Checking if PR has been edited (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: branch.isModified() = false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Found existing branch PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:07:59.377Z) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Branch already exists (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: isBranchConflicted(main, renovate/urllib3-2.x) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Branch does not need rebasing (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:14:12+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Branch dep urllib3 in pyproject.toml is already updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: No content changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, packageFile=pyproject.toml, branch=renovate/urllib3-2.x)
       "depName": "urllib3"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: latest commit (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:14:12+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Ensuring PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getBranchPr(renovate/urllib3-2.x) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: findPr(renovate/urllib3-2.x, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getPr(45) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getMR(45) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Found existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: Fetching changelog: https://github.com/urllib3/urllib3 (2.2.2 -> 2.3.0) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
       "manager": "poetry",
       "packageName": "urllib3",
       "sourceUrl": "https://github.com/urllib3/urllib3"
DEBUG: Processing existing PR (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: PR body changed (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
       "prTitle": "Update dependency urllib3 to v2.3.0"
 INFO: PR updated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
       "pr": 45,
       "prTitle": "Update dependency urllib3 to v2.3.0"
DEBUG: setPrCache() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: PR is not configured for automerge (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci, baseBranch=main, branch=renovate/urllib3-2.x)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: getPr(57) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: getMR(57) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: getBranchPr(renovate/urllib3-2.x) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: findPr(renovate/urllib3-2.x, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: getPr(45) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: getMR(45) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Config does not need migration (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Closing Dependency Dashboard (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Branch lists (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "branchList": ["renovate/boto3-1.x-lockfile", "renovate/ib-updates", "renovate/urllib3-2.x"],
       "renovateBranches": ["renovate/ib-updates", "renovate/ibmodules-0.x", "renovate/urllib3-2.x"]
DEBUG: remainingBranches=renovate/ibmodules-0.x (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: findPr(renovate/ibmodules-0.x, undefined, open) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: branch.isModified() = true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "branchName": "renovate/ibmodules-0.x",
       "unrecognizedAuthors": ["jared.ladner@sev1tech.com"]
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Orphan Branch is modified - skipping branch deletion (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Repo is activated (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "50c5b644256947504d369104781311216e6cb8d2"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "50c5b644256947504d369104781311216e6cb8d2",
           "branchName": "renovate/ib-updates",
           "branchSha": "723ea8cba137b502044c84d6443caf0813cb8bc3",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "50c5b644256947504d369104781311216e6cb8d2",
           "branchName": "renovate/urllib3-2.x",
           "branchSha": "3831768926c693b57cf845d708637734defe89ba",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": ["renovate/boto3-1.x-lockfile"]
DEBUG: branches info extended (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 57,
           "prTitle": "Update golang Docker tag to v1.23.5",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "golang",
               "displayPending": "",
               "fixedVersion": "1.23.4",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4",
               "newValue": "1.23.5",
               "newVersion": "1.23.5",
               "packageFile": "Dockerfile",
               "updateType": "patch",
               "packageName": "golang"
             }
           ]
         },
         {
           "branchName": "renovate/boto3-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency boto3 to v1.36.11",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "boto3",
               "displayPending": "",
               "fixedVersion": "1.34.155",
               "currentVersion": "1.34.155",
               "currentValue": "^1.26.135",
               "newValue": "^1.26.135",
               "newVersion": "1.36.11",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "boto3"
             }
           ]
         },
         {
           "branchName": "renovate/urllib3-2.x",
           "prNo": 45,
           "prTitle": "Update dependency urllib3 to v2.3.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "urllib3",
               "displayPending": "",
               "fixedVersion": "2.2.2",
               "currentVersion": "2.2.2",
               "currentValue": "2.2.2",
               "newValue": "2.3.0",
               "newVersion": "2.3.0",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "urllib3"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "stats": {"total": 14, "open": 2, "closed": 10, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: repository problems (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "repoProblems": [
         "WARN: GitHub token is required for some dependencies",
         "WARN: Detected empty commit - aborting git push",
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "splits": {"init": 2015, "extract": 173, "lookup": 1511, "onboarding": 0, "update": 2534},
       "total": 6266
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "get": {"count": 8, "avgMs": 246, "medianMs": 61, "maxMs": 1379, "totalMs": 1968},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: Datasource cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "pypi": {"https://pypi.org/pypi": {"hit": 3, "miss": 0, "set": 0, "skip": 0}}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "hosts": {
         "repo1.dso.mil": {
           "count": 8,
           "reqAvgMs": 233,
           "reqMedianMs": 248,
           "reqMaxMs": 454,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 8
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "pypi": {"count": 3, "avgMs": 161, "medianMs": 61, "maxMs": 409, "totalMs": 482},
       "git-tags": {"count": 1, "avgMs": 14, "medianMs": 14, "maxMs": 14, "totalMs": 14},
       "docker": {"count": 3, "avgMs": 968, "medianMs": 1374, "maxMs": 1452, "totalMs": 2905}
 INFO: Repository finished (repository=big-bang/pipeline-templates/big-bang-dockerfiles/bb-ci)
       "cloned": true,
       "durationMs": 6266
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/capacitor)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/capacitor (repository=big-bang/apps/sandbox/capacitor)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/capacitor)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/capacitor)
DEBUG: big-bang/apps/sandbox/capacitor default branch = main (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/capacitor.git (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/capacitor)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/capacitor)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/capacitor)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/capacitor (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/capacitor)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/capacitor)
       "durationMs": 512
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/capacitor)
       "latestCommit": {
         "hash": "96fc9536f5f2cfc4ee119ef1b182108f20aba415",
         "date": "2024-08-13T14:41:01+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #20\n\nSee merge request big-bang/apps/sandbox/capacitor!12",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/capacitor)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Repository config (repository=big-bang/apps/sandbox/capacitor)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/capacitor)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/capacitor)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/capacitor)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/capacitor)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-08-13T14:41:01+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
       "managers": {"helm-values": 2, "helmv3": 2}
DEBUG: Found helm-values package files (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Found 2 package file(s) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 1},
           "helmv3": {"fileCount": 1, "depCount": 1}
         },
         "total": {"fileCount": 2, "depCount": 2}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Using queue: host=ghcr.io, concurrency=16 (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: getLabels(https://ghcr.io, gimlet-io/capacitor, v0.4.8) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: getManifestResponse(https://ghcr.io, gimlet-io/capacitor, v0.4.8, get) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: getManifestResponse(https://ghcr.io, gimlet-io/capacitor, sha256:a80207f52c054dba9e04e8b1ea86e297817ecf05ddbfce249c1f5eaf6ce8c7d8, get) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
       "labels": {}
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: 1 flattened updates found: ghcr.io/gimlet-io/capacitor (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/capacitor, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "ghcr.io/gimlet-io/capacitor",
                 "currentValue": "v0.4.2",
                 "datasource": "docker",
                 "replaceString": "v0.4.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v0.4.8",
                     "newValue": "v0.4.8",
                     "newMajor": 0,
                     "newMinor": 4,
                     "newPatch": 8,
                     "updateType": "patch",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "ghcr.io/gimlet-io/capacitor",
                 "warnings": [],
                 "registryUrl": "https://ghcr.io",
                 "lookupName": "gimlet-io/capacitor",
                 "currentVersion": "v0.4.2",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.4.2"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "common",
                 "currentValue": "0.5.1",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "common"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "0.67.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/capacitor)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/capacitor)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Processing 1 branch: renovate/ib-updates (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/capacitor)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/capacitor)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/sandbox/capacitor)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/capacitor)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/capacitor)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/capacitor)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: 1 already existing branches found: renovate/ib-updates (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/capacitor)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:02.840Z) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-08-13T14:41:01+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep ghcr.io/gimlet-io/capacitor in chart/values.yaml is already updated (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ib-updates)
       "depName": "ghcr.io/gimlet-io/capacitor"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-08-13T14:41:01+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update ghcr.io/gimlet-io/capacitor Docker tag to v0.4.8"
 INFO: PR updated (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
       "pr": 14,
       "prTitle": "Update ghcr.io/gimlet-io/capacitor Docker tag to v0.4.8"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/capacitor, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: getPr(14) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: getMR(14) (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/capacitor)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/capacitor)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/capacitor)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/capacitor)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/capacitor)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/capacitor)
       "branchList": ["renovate/ib-updates"],
       "renovateBranches": ["renovate/ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/capacitor)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/capacitor)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/capacitor)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/capacitor)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Repo is activated (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/capacitor)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "96fc9536f5f2cfc4ee119ef1b182108f20aba415"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "96fc9536f5f2cfc4ee119ef1b182108f20aba415",
           "branchName": "renovate/ib-updates",
           "branchSha": "ff6fc64fb5e33e5408d9874dc7fb470dbbac7715",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/capacitor)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 14,
           "prTitle": "Update ghcr.io/gimlet-io/capacitor Docker tag to v0.4.8",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ghcr.io/gimlet-io/capacitor",
               "displayPending": "",
               "fixedVersion": "v0.4.2",
               "currentVersion": "v0.4.2",
               "currentValue": "v0.4.2",
               "newValue": "v0.4.8",
               "newVersion": "v0.4.8",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "ghcr.io/gimlet-io/capacitor"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/capacitor)
       "stats": {"total": 3, "open": 1, "closed": 1, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/capacitor)
       "splits": {"init": 1331, "extract": 186, "lookup": 872, "onboarding": 1, "update": 1058},
       "total": 3456
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/capacitor)
       "get": {"count": 3, "avgMs": 0, "medianMs": 0, "maxMs": 1, "totalMs": 1},
       "set": {"count": 3, "avgMs": 3, "medianMs": 2, "maxMs": 4, "totalMs": 8}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/capacitor)
       "hosts": {
         "ghcr.io": {
           "count": 7,
           "reqAvgMs": 103,
           "reqMedianMs": 107,
           "reqMaxMs": 120,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 185,
           "reqMedianMs": 192,
           "reqMaxMs": 349,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 13
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/capacitor)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/capacitor)
       "docker": {"count": 1, "avgMs": 838, "medianMs": 838, "maxMs": 838, "totalMs": 838}
 INFO: Repository finished (repository=big-bang/apps/sandbox/capacitor)
       "cloned": true,
       "durationMs": 3456
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/edge/edge-operator)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/edge-operator (repository=big-bang/edge/edge-operator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/edge-operator)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/edge/edge-operator)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/edge/edge-operator)
DEBUG: big-bang/edge/edge-operator default branch = main (repository=big-bang/edge/edge-operator)
DEBUG: Enabling Git FS (repository=big-bang/edge/edge-operator)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/edge/edge-operator.git (repository=big-bang/edge/edge-operator)
DEBUG: Resetting npmrc (repository=big-bang/edge/edge-operator)
DEBUG: Resetting npmrc (repository=big-bang/edge/edge-operator)
DEBUG: checkOnboarding() (repository=big-bang/edge/edge-operator)
DEBUG: isOnboarded() (repository=big-bang/edge/edge-operator)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/edge/edge-operator)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/edge/edge-operator)
DEBUG: findFile(renovate.json) (repository=big-bang/edge/edge-operator)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/edge-operator (repository=big-bang/edge/edge-operator)
DEBUG: Performing blobless clone (repository=big-bang/edge/edge-operator)
DEBUG: git clone completed (repository=big-bang/edge/edge-operator)
       "durationMs": 844
DEBUG: latest repository commit (repository=big-bang/edge/edge-operator)
       "latestCommit": {
         "hash": "edf0647e544b7940092cddf12b8326b1285b994f",
         "date": "2025-01-29T14:26:16+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #32\n\nSee merge request big-bang/edge/edge-operator!40",
         "author_name": "Charlie Jackson",
         "author_email": "charlie.jackson@ibispublicsector.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/edge/edge-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/edge-operator)
DEBUG: Repo is onboarded (repository=big-bang/edge/edge-operator)
DEBUG: Found renovate.json config file (repository=big-bang/edge/edge-operator)
DEBUG: Repository config (repository=big-bang/edge/edge-operator)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/edge/edge-operator)
DEBUG: No config migration necessary (repository=big-bang/edge/edge-operator)
DEBUG: Found repo ignorePaths (repository=big-bang/edge/edge-operator)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/edge/edge-operator)
DEBUG: baseBranches (repository=big-bang/edge/edge-operator)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: extract() (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: latest commit (repository=big-bang/edge/edge-operator, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T14:26:16+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Unsupported Chart apiVersion. Only v2 is supported. (repository=big-bang/edge/edge-operator, baseBranch=main, packageFile=chart/Chart.yaml)
DEBUG: manager extract durations (ms) (repository=big-bang/edge/edge-operator, baseBranch=main)
       "managers": {"helm-values": 2, "helmv3": 2}
DEBUG: Found helm-values package files (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/edge/edge-operator, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/edge/edge-operator, baseBranch=main)
       "stats": {
         "managers": {"helm-values": {"fileCount": 1, "depCount": 1}},
         "total": {"fileCount": 1, "depCount": 1}
       }
DEBUG: baseBranch: main (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Using queue: host=registry1.yodabox.network, concurrency=16 (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: GET https://registry1.yodabox.network/v2/edgecompute/bigbangedge-controller/tags/list?n=10000 = (code=ENOTFOUND, statusCode=-1 retryCount=2, duration=6) (repository=big-bang/edge/edge-operator, baseBranch=main)
 WARN: Error obtaining docker token (repository=big-bang/edge/edge-operator, baseBranch=main)
       "registryHost": "https://registry1.yodabox.network:443",
       "dockerRepository": "edgecompute/bigbangedge-controller",
       "err": {
         "name": "RequestError",
         "code": "ENOTFOUND",
         "timings": {
           "start": 1738566489097,
           "socket": 1738566489097,
           "lookup": 1738566489103,
           "error": 1738566489103,
           "phases": {"wait": 0, "dns": 6, "total": 6}
         },
         "message": "getaddrinfo ENOTFOUND registry1.yodabox.network",
         "stack": "RequestError: getaddrinfo ENOTFOUND registry1.yodabox.network\n    at ClientRequest.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/core/index.js:970:111)\n    at Object.onceWrapper (node:events:633:26)\n    at ClientRequest.emit (node:events:530:35)\n    at ClientRequest.emit (node:domain:489:12)\n    at ClientRequest.origin.emit (/usr/local/renovate/node_modules/.pnpm/@szmarczak+http-timer@4.0.6/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)\n    at emitErrorEvent (node:_http_client:103:11)\n    at TLSSocket.socketErrorListener (node:_http_client:506:5)\n    at TLSSocket.emit (node:events:518:28)\n    at TLSSocket.emit (node:domain:489:12)\n    at emitErrorNT (node:internal/streams/destroy:170:8)\n    at emitErrorCloseNT (node:internal/streams/destroy:129:3)\n    at processTicksAndRejections (node:internal/process/task_queues:90:21)\n    at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://registry1.yodabox.network/v2/edgecompute/bigbangedge-controller/tags/list?n=10000",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         }
       }
DEBUG: Failed to get authHeaders for getTags lookup (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Failed to look up docker package registry1.yodabox.network:443/edgecompute/bigbangedge-controller (repository=big-bang/edge/edge-operator, baseBranch=main, packageFile=chart/values.yaml, dependency=registry1.yodabox.network:443/edgecompute/bigbangedge-controller)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/edge-operator, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/edge/edge-operator, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.yodabox.network:443/edgecompute/bigbangedge-controller",
                 "currentValue": "0.1",
                 "replaceString": "registry1.yodabox.network:443/edgecompute/bigbangedge-controller:0.1",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.yodabox.network:443/edgecompute/bigbangedge-controller",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "registry1.yodabox.network:443/edgecompute/bigbangedge-controller",
                     "message": "Failed to look up docker package registry1.yodabox.network:443/edgecompute/bigbangedge-controller"
                   }
                 ]
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/edge/edge-operator)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/edge/edge-operator)
DEBUG: processRepo() (repository=big-bang/edge/edge-operator)
DEBUG: Processing 0 branches:  (repository=big-bang/edge/edge-operator)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/edge-operator)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/edge-operator)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/edge-operator)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/edge/edge-operator)
DEBUG: 0 PRs are currently open (repository=big-bang/edge/edge-operator)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/edge/edge-operator)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/edge/edge-operator)
DEBUG: PullRequests limit = 2 (repository=big-bang/edge/edge-operator)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/edge-operator)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/edge-operator)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/edge-operator)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/edge/edge-operator)
DEBUG: 0 already existing branches found:  (repository=big-bang/edge/edge-operator)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/edge/edge-operator)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/edge/edge-operator)
DEBUG: Branches limit = 2 (repository=big-bang/edge/edge-operator)
DEBUG: Config does not need migration (repository=big-bang/edge/edge-operator)
DEBUG: ensureDependencyDashboard() (repository=big-bang/edge/edge-operator)
DEBUG: Closing Dependency Dashboard (repository=big-bang/edge/edge-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/edge-operator)
DEBUG: validateReconfigureBranch() (repository=big-bang/edge/edge-operator)
DEBUG: No reconfigure branch found (repository=big-bang/edge/edge-operator)
DEBUG: Removing any stale branches (repository=big-bang/edge/edge-operator)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/edge-operator)
DEBUG: No renovate branches found (repository=big-bang/edge/edge-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/edge-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/edge-operator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/edge-operator)
DEBUG: Repo is activated (repository=big-bang/edge/edge-operator)
DEBUG: Branch summary (repository=big-bang/edge/edge-operator)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "edf0647e544b7940092cddf12b8326b1285b994f"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/edge/edge-operator)
       "stats": {"total": 9, "open": 0, "closed": 1, "merged": 8}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/edge/edge-operator)
DEBUG: repository problems (repository=big-bang/edge/edge-operator)
       "repoProblems": ["WARN: Error obtaining docker token"]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/edge/edge-operator)
       "splits": {"init": 1957, "extract": 162, "lookup": 3310, "onboarding": 0, "update": 1},
       "total": 5434
DEBUG: Package cache statistics (repository=big-bang/edge/edge-operator)
       "get": {"count": 1, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 1, "avgMs": 2, "medianMs": 2, "maxMs": 2, "totalMs": 2}
DEBUG: HTTP statistics (repository=big-bang/edge/edge-operator)
       "hosts": {
         "registry1.yodabox.network": {
           "count": 1,
           "reqAvgMs": 6,
           "reqMedianMs": 6,
           "reqMaxMs": 6,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 186,
           "reqMedianMs": 127,
           "reqMaxMs": 446,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 5
DEBUG: HTTP cache statistics (repository=big-bang/edge/edge-operator)
DEBUG: Lookup statistics (repository=big-bang/edge/edge-operator)
       "docker": {"count": 1, "avgMs": 3290, "medianMs": 3290, "maxMs": 3290, "totalMs": 3290}
 INFO: Repository finished (repository=big-bang/edge/edge-operator)
       "cloned": true,
       "durationMs": 5434
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/apache-spark)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/apache-spark (repository=big-bang/product/community/apache-spark)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/apache-spark)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/apache-spark)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/apache-spark)
DEBUG: big-bang/product/community/apache-spark default branch = main (repository=big-bang/product/community/apache-spark)
DEBUG: Enabling Git FS (repository=big-bang/product/community/apache-spark)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/apache-spark.git (repository=big-bang/product/community/apache-spark)
DEBUG: Resetting npmrc (repository=big-bang/product/community/apache-spark)
DEBUG: Resetting npmrc (repository=big-bang/product/community/apache-spark)
DEBUG: checkOnboarding() (repository=big-bang/product/community/apache-spark)
DEBUG: isOnboarded() (repository=big-bang/product/community/apache-spark)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/apache-spark)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/apache-spark)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/apache-spark)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/apache-spark (repository=big-bang/product/community/apache-spark)
DEBUG: Performing blobless clone (repository=big-bang/product/community/apache-spark)
DEBUG: git clone completed (repository=big-bang/product/community/apache-spark)
       "durationMs": 457
DEBUG: latest repository commit (repository=big-bang/product/community/apache-spark)
       "latestCommit": {
         "hash": "03cf8bbec93ebbedca0628d750ea6baeeb4ed581",
         "date": "2024-01-09T12:45:57+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #3\n\nSee merge request big-bang/repository-templates/master_template!6",
         "author_name": "Ryan Thompson",
         "author_email": "ryan.thompson.44@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/community/apache-spark)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/apache-spark)
DEBUG: Repo is onboarded (repository=big-bang/product/community/apache-spark)
DEBUG: Found renovate.json config file (repository=big-bang/product/community/apache-spark)
DEBUG: Repository config (repository=big-bang/product/community/apache-spark)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/product/community/apache-spark)
DEBUG: No config migration necessary (repository=big-bang/product/community/apache-spark)
DEBUG: Found repo ignorePaths (repository=big-bang/product/community/apache-spark)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/community/apache-spark)
DEBUG: baseBranches (repository=big-bang/product/community/apache-spark)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/community/apache-spark, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-01-09T12:45:57+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/community/apache-spark, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/product/community/apache-spark, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/community/apache-spark, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/apache-spark, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/community/apache-spark, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/apache-spark)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/community/apache-spark)
DEBUG: processRepo() (repository=big-bang/product/community/apache-spark)
DEBUG: Processing 0 branches:  (repository=big-bang/product/community/apache-spark)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/apache-spark)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/apache-spark)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/apache-spark)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/community/apache-spark)
DEBUG: 0 PRs are currently open (repository=big-bang/product/community/apache-spark)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/community/apache-spark)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/community/apache-spark)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/community/apache-spark)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/apache-spark)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/apache-spark)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/apache-spark)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/community/apache-spark)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/community/apache-spark)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/community/apache-spark)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/community/apache-spark)
DEBUG: Branches limit = 2 (repository=big-bang/product/community/apache-spark)
DEBUG: Config does not need migration (repository=big-bang/product/community/apache-spark)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/community/apache-spark)
DEBUG: Closing Dependency Dashboard (repository=big-bang/product/community/apache-spark)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/apache-spark)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/community/apache-spark)
DEBUG: No reconfigure branch found (repository=big-bang/product/community/apache-spark)
DEBUG: Removing any stale branches (repository=big-bang/product/community/apache-spark)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/apache-spark)
DEBUG: No renovate branches found (repository=big-bang/product/community/apache-spark)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/apache-spark)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/apache-spark)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/apache-spark)
DEBUG: Branch summary (repository=big-bang/product/community/apache-spark)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "03cf8bbec93ebbedca0628d750ea6baeeb4ed581"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/community/apache-spark)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/product/community/apache-spark)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/apache-spark)
       "splits": {"init": 1089, "extract": 150, "lookup": 13, "onboarding": 0, "update": 1},
       "total": 1256
DEBUG: Package cache statistics (repository=big-bang/product/community/apache-spark)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/community/apache-spark)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 93,
           "reqMedianMs": 94,
           "reqMaxMs": 130,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/product/community/apache-spark)
DEBUG: Lookup statistics (repository=big-bang/product/community/apache-spark)
 INFO: Repository finished (repository=big-bang/product/community/apache-spark)
       "cloned": true,
       "durationMs": 1256
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/apache-superset)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/apache-superset (repository=big-bang/product/community/apache-superset)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/apache-superset)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/apache-superset)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/apache-superset)
DEBUG: big-bang/product/community/apache-superset default branch = main (repository=big-bang/product/community/apache-superset)
DEBUG: Enabling Git FS (repository=big-bang/product/community/apache-superset)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/apache-superset.git (repository=big-bang/product/community/apache-superset)
DEBUG: Resetting npmrc (repository=big-bang/product/community/apache-superset)
DEBUG: Resetting npmrc (repository=big-bang/product/community/apache-superset)
DEBUG: checkOnboarding() (repository=big-bang/product/community/apache-superset)
DEBUG: isOnboarded() (repository=big-bang/product/community/apache-superset)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/apache-superset)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/apache-superset)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/apache-superset)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/apache-superset (repository=big-bang/product/community/apache-superset)
DEBUG: Performing blobless clone (repository=big-bang/product/community/apache-superset)
DEBUG: git clone completed (repository=big-bang/product/community/apache-superset)
       "durationMs": 509
DEBUG: latest repository commit (repository=big-bang/product/community/apache-superset)
       "latestCommit": {
         "hash": "03cf8bbec93ebbedca0628d750ea6baeeb4ed581",
         "date": "2024-01-09T12:45:57+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #3\n\nSee merge request big-bang/repository-templates/master_template!6",
         "author_name": "Ryan Thompson",
         "author_email": "ryan.thompson.44@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/community/apache-superset)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/apache-superset)
DEBUG: Repo is onboarded (repository=big-bang/product/community/apache-superset)
DEBUG: Found renovate.json config file (repository=big-bang/product/community/apache-superset)
DEBUG: Repository config (repository=big-bang/product/community/apache-superset)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/product/community/apache-superset)
DEBUG: No config migration necessary (repository=big-bang/product/community/apache-superset)
DEBUG: Found repo ignorePaths (repository=big-bang/product/community/apache-superset)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/community/apache-superset)
DEBUG: baseBranches (repository=big-bang/product/community/apache-superset)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/community/apache-superset, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-01-09T12:45:57+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/community/apache-superset, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/product/community/apache-superset, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/community/apache-superset, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/apache-superset, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/community/apache-superset, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/apache-superset)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/community/apache-superset)
DEBUG: processRepo() (repository=big-bang/product/community/apache-superset)
DEBUG: Processing 0 branches:  (repository=big-bang/product/community/apache-superset)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/apache-superset)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/apache-superset)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/apache-superset)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/community/apache-superset)
DEBUG: 0 PRs are currently open (repository=big-bang/product/community/apache-superset)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/community/apache-superset)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/community/apache-superset)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/community/apache-superset)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/apache-superset)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/apache-superset)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/apache-superset)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/community/apache-superset)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/community/apache-superset)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/community/apache-superset)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/community/apache-superset)
DEBUG: Branches limit = 2 (repository=big-bang/product/community/apache-superset)
DEBUG: Config does not need migration (repository=big-bang/product/community/apache-superset)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/community/apache-superset)
DEBUG: Closing Dependency Dashboard (repository=big-bang/product/community/apache-superset)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/apache-superset)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/community/apache-superset)
DEBUG: No reconfigure branch found (repository=big-bang/product/community/apache-superset)
DEBUG: Removing any stale branches (repository=big-bang/product/community/apache-superset)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/apache-superset)
DEBUG: No renovate branches found (repository=big-bang/product/community/apache-superset)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/apache-superset)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/apache-superset)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/apache-superset)
DEBUG: Branch summary (repository=big-bang/product/community/apache-superset)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "03cf8bbec93ebbedca0628d750ea6baeeb4ed581"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/community/apache-superset)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/product/community/apache-superset)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/apache-superset)
       "splits": {"init": 1111, "extract": 149, "lookup": 12, "onboarding": 0, "update": 1},
       "total": 1277
DEBUG: Package cache statistics (repository=big-bang/product/community/apache-superset)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/community/apache-superset)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 82,
           "reqMedianMs": 83,
           "reqMaxMs": 101,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/product/community/apache-superset)
DEBUG: Lookup statistics (repository=big-bang/product/community/apache-superset)
 INFO: Repository finished (repository=big-bang/product/community/apache-superset)
       "cloned": true,
       "durationMs": 1277
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/vcluster)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/vcluster (repository=big-bang/product/community/vcluster)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/vcluster)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/vcluster)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/vcluster)
DEBUG: big-bang/product/community/vcluster default branch = main (repository=big-bang/product/community/vcluster)
DEBUG: Enabling Git FS (repository=big-bang/product/community/vcluster)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/vcluster.git (repository=big-bang/product/community/vcluster)
DEBUG: Resetting npmrc (repository=big-bang/product/community/vcluster)
DEBUG: Resetting npmrc (repository=big-bang/product/community/vcluster)
DEBUG: checkOnboarding() (repository=big-bang/product/community/vcluster)
DEBUG: isOnboarded() (repository=big-bang/product/community/vcluster)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/vcluster)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/vcluster)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/vcluster)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/vcluster (repository=big-bang/product/community/vcluster)
DEBUG: Performing blobless clone (repository=big-bang/product/community/vcluster)
DEBUG: git clone completed (repository=big-bang/product/community/vcluster)
       "durationMs": 458
DEBUG: latest repository commit (repository=big-bang/product/community/vcluster)
       "latestCommit": {
         "hash": "03cf8bbec93ebbedca0628d750ea6baeeb4ed581",
         "date": "2024-01-09T12:45:57+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #3\n\nSee merge request big-bang/repository-templates/master_template!6",
         "author_name": "Ryan Thompson",
         "author_email": "ryan.thompson.44@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/community/vcluster)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/vcluster)
DEBUG: Repo is onboarded (repository=big-bang/product/community/vcluster)
DEBUG: Found renovate.json config file (repository=big-bang/product/community/vcluster)
DEBUG: Repository config (repository=big-bang/product/community/vcluster)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/product/community/vcluster)
DEBUG: No config migration necessary (repository=big-bang/product/community/vcluster)
DEBUG: Found repo ignorePaths (repository=big-bang/product/community/vcluster)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/community/vcluster)
DEBUG: baseBranches (repository=big-bang/product/community/vcluster)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/community/vcluster, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-01-09T12:45:57+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/community/vcluster, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/product/community/vcluster, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/community/vcluster, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/vcluster, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/community/vcluster, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/vcluster)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/community/vcluster)
DEBUG: processRepo() (repository=big-bang/product/community/vcluster)
DEBUG: Processing 0 branches:  (repository=big-bang/product/community/vcluster)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/vcluster)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/vcluster)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/vcluster)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/community/vcluster)
DEBUG: 0 PRs are currently open (repository=big-bang/product/community/vcluster)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/community/vcluster)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/community/vcluster)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/community/vcluster)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/vcluster)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/vcluster)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/vcluster)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/community/vcluster)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/community/vcluster)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/community/vcluster)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/community/vcluster)
DEBUG: Branches limit = 2 (repository=big-bang/product/community/vcluster)
DEBUG: Config does not need migration (repository=big-bang/product/community/vcluster)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/community/vcluster)
DEBUG: Closing Dependency Dashboard (repository=big-bang/product/community/vcluster)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/vcluster)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/community/vcluster)
DEBUG: No reconfigure branch found (repository=big-bang/product/community/vcluster)
DEBUG: Removing any stale branches (repository=big-bang/product/community/vcluster)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/vcluster)
DEBUG: No renovate branches found (repository=big-bang/product/community/vcluster)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/vcluster)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/vcluster)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/vcluster)
DEBUG: Branch summary (repository=big-bang/product/community/vcluster)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "03cf8bbec93ebbedca0628d750ea6baeeb4ed581"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/community/vcluster)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/product/community/vcluster)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/vcluster)
       "splits": {"init": 1049, "extract": 145, "lookup": 12, "onboarding": 0, "update": 1},
       "total": 1210
DEBUG: Package cache statistics (repository=big-bang/product/community/vcluster)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/community/vcluster)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 84,
           "reqMedianMs": 96,
           "reqMaxMs": 96,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/product/community/vcluster)
DEBUG: Lookup statistics (repository=big-bang/product/community/vcluster)
 INFO: Repository finished (repository=big-bang/product/community/vcluster)
       "cloned": true,
       "durationMs": 1210
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/trillian)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/trillian (repository=big-bang/product/community/trillian)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/trillian)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/trillian)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/trillian)
DEBUG: big-bang/product/community/trillian default branch = main (repository=big-bang/product/community/trillian)
DEBUG: Enabling Git FS (repository=big-bang/product/community/trillian)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/trillian.git (repository=big-bang/product/community/trillian)
DEBUG: Resetting npmrc (repository=big-bang/product/community/trillian)
DEBUG: Resetting npmrc (repository=big-bang/product/community/trillian)
DEBUG: checkOnboarding() (repository=big-bang/product/community/trillian)
DEBUG: isOnboarded() (repository=big-bang/product/community/trillian)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/trillian)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/trillian)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/trillian)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/trillian (repository=big-bang/product/community/trillian)
DEBUG: Performing blobless clone (repository=big-bang/product/community/trillian)
DEBUG: git clone completed (repository=big-bang/product/community/trillian)
       "durationMs": 456
DEBUG: latest repository commit (repository=big-bang/product/community/trillian)
       "latestCommit": {
         "hash": "03cf8bbec93ebbedca0628d750ea6baeeb4ed581",
         "date": "2024-01-09T12:45:57+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #3\n\nSee merge request big-bang/repository-templates/master_template!6",
         "author_name": "Ryan Thompson",
         "author_email": "ryan.thompson.44@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/community/trillian)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/trillian)
DEBUG: Repo is onboarded (repository=big-bang/product/community/trillian)
DEBUG: Found renovate.json config file (repository=big-bang/product/community/trillian)
DEBUG: Repository config (repository=big-bang/product/community/trillian)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/product/community/trillian)
DEBUG: No config migration necessary (repository=big-bang/product/community/trillian)
DEBUG: Found repo ignorePaths (repository=big-bang/product/community/trillian)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/community/trillian)
DEBUG: baseBranches (repository=big-bang/product/community/trillian)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/community/trillian, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-01-09T12:45:57+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/community/trillian, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/product/community/trillian, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/community/trillian, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/trillian, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/community/trillian, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/trillian)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/community/trillian)
DEBUG: processRepo() (repository=big-bang/product/community/trillian)
DEBUG: Processing 0 branches:  (repository=big-bang/product/community/trillian)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/trillian)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/trillian)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/trillian)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/community/trillian)
DEBUG: 0 PRs are currently open (repository=big-bang/product/community/trillian)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/community/trillian)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/community/trillian)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/community/trillian)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/trillian)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/trillian)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/trillian)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/community/trillian)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/community/trillian)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/community/trillian)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/community/trillian)
DEBUG: Branches limit = 2 (repository=big-bang/product/community/trillian)
DEBUG: Config does not need migration (repository=big-bang/product/community/trillian)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/community/trillian)
DEBUG: Closing Dependency Dashboard (repository=big-bang/product/community/trillian)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/trillian)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/community/trillian)
DEBUG: No reconfigure branch found (repository=big-bang/product/community/trillian)
DEBUG: Removing any stale branches (repository=big-bang/product/community/trillian)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/trillian)
DEBUG: No renovate branches found (repository=big-bang/product/community/trillian)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/trillian)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/trillian)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/trillian)
DEBUG: Branch summary (repository=big-bang/product/community/trillian)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "03cf8bbec93ebbedca0628d750ea6baeeb4ed581"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/community/trillian)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/product/community/trillian)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/trillian)
       "splits": {"init": 1056, "extract": 157, "lookup": 15, "onboarding": 0, "update": 1},
       "total": 1232
DEBUG: Package cache statistics (repository=big-bang/product/community/trillian)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/community/trillian)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 85,
           "reqMedianMs": 78,
           "reqMaxMs": 139,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/product/community/trillian)
DEBUG: Lookup statistics (repository=big-bang/product/community/trillian)
 INFO: Repository finished (repository=big-bang/product/community/trillian)
       "cloned": true,
       "durationMs": 1232
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/external-secrets)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/external-secrets (repository=big-bang/product/packages/external-secrets)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/external-secrets)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/external-secrets)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/external-secrets)
DEBUG: big-bang/product/packages/external-secrets default branch = main (repository=big-bang/product/packages/external-secrets)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/external-secrets)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/external-secrets.git (repository=big-bang/product/packages/external-secrets)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/external-secrets)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/external-secrets)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/external-secrets)
DEBUG: isOnboarded() (repository=big-bang/product/packages/external-secrets)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/external-secrets)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/external-secrets)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/external-secrets)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/external-secrets (repository=big-bang/product/packages/external-secrets)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/external-secrets)
DEBUG: git clone completed (repository=big-bang/product/packages/external-secrets)
       "durationMs": 517
DEBUG: latest repository commit (repository=big-bang/product/packages/external-secrets)
       "latestCommit": {
         "hash": "3a840e0ee24e6e466da53b8e98765733945ebfa6",
         "date": "2025-01-31T16:54:55+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 0.13.0-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/packages/external-secrets!67",
         "author_name": "Jacob Kershaw",
         "author_email": "jacob.kershaw@sigmadefense.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/external-secrets)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/external-secrets)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/external-secrets)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/external-secrets)
DEBUG: Repository config (repository=big-bang/product/packages/external-secrets)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade External Secrets Package Dependencies",
         "draftPR": true,
         "labels": ["external-secrets", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "separateMajorMinor": "false",
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- External Secrets:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/external-secrets)
DEBUG: Config migration necessary (repository=big-bang/product/packages/external-secrets)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade External Secrets Package Dependencies",
         "draftPR": true,
         "labels": ["external-secrets", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "separateMajorMinor": "false",
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- External Secrets:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade External Secrets Package Dependencies",
         "draftPR": true,
         "labels": ["external-secrets", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "separateMajorMinor": false,
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- External Secrets:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/external-secrets)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade External Secrets Package Dependencies",
         "draftPR": true,
         "labels": ["external-secrets", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "separateMajorMinor": false,
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- External Secrets:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/external-secrets)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/external-secrets)
DEBUG: findIssue(Renovate: Upgrade External Secrets Package Dependencies) (repository=big-bang/product/packages/external-secrets)
DEBUG: baseBranches (repository=big-bang/product/packages/external-secrets)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/external-secrets, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T16:54:55+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/external-secrets, baseBranch=main)
       "managers": {"helm-values": 12, "regex": 15, "helmv3": 15}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/packages/external-secrets, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/external-secrets, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 4},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 2, "depCount": 4}
         },
         "total": {"fileCount": 4, "depCount": 9}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/external-secrets/external-secrets, latest) (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/external-secrets/external-secrets, latest, get) (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/external-secrets/external-secrets, sha256:38a61b455599cedc7ff5fb9899b017999a42a554c381bb25045e0b168a722e40, get) (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kubernetes/kubectl, latest) (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kubernetes/kubectl, latest, get) (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kubernetes/kubectl, sha256:e742a26ea543c130603f9aa29499c156c2392b8a62cf7b14077e7dd9b66dac6b, get) (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/external-secrets, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a39543e51562e61bc87e2991b018348977e6a1f94831217829cdc7af5444d889",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917701",
         "mil.dso.ironbank.image.keywords": "external,secrets,manager,kubernetes",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:84024e07dbfda3155c351805e06811f8446c91cbbef5fddad5ccd7f183fefc8c",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "external-secrets",
         "org.opencontainers.image.created": "2025-02-03 01:14:58+00:00",
         "org.opencontainers.image.description": "External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "8292b12e6c41e6e7abd19c539c36a6b418f3dab3",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/external-secrets/external-secrets",
         "org.opencontainers.image.title": "External Secrets Operator",
         "org.opencontainers.image.url": "https://github.com/external-secrets/external-secrets",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v0.13.0"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/external-secrets, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917846",
         "mil.dso.ironbank.image.keywords": "kubernetes",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "kubernetes",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 01:33:13+00:00",
         "org.opencontainers.image.description": "kubectl is a command line tool that is used to control Kubernetes clusters.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "21266fb5f7bf4f312f7ce3b66eeeb26e8d3b2035",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
         "org.opencontainers.image.title": "kubectl",
         "org.opencontainers.image.url": "https://kubernetes.io/",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v1.29.13",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/external-secrets, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/external-secrets, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "currentValue": "v0.13.0",
                 "datasource": "docker",
                 "replaceString": "v0.13.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/external-secrets/external-secrets",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/external-secrets/external-secrets",
                 "lookupName": "ironbank/opensource/external-secrets/external-secrets",
                 "currentVersion": "v0.13.0",
                 "fixedVersion": "v0.13.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "currentValue": "v0.13.0",
                 "datasource": "docker",
                 "replaceString": "v0.13.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/external-secrets/external-secrets",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/external-secrets/external-secrets",
                 "lookupName": "ironbank/opensource/external-secrets/external-secrets",
                 "currentVersion": "v0.13.0",
                 "fixedVersion": "v0.13.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "currentValue": "v0.13.0",
                 "datasource": "docker",
                 "replaceString": "v0.13.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/external-secrets/external-secrets",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/external-secrets/external-secrets",
                 "lookupName": "ironbank/opensource/external-secrets/external-secrets",
                 "currentVersion": "v0.13.0",
                 "fixedVersion": "v0.13.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "0.13.0-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "currentValue": "0.13.0",
                 "datasource": "docker",
                 "replaceString": "- External Secrets: 0.13.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/external-secrets/external-secrets",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/external-secrets/external-secrets",
                 "lookupName": "ironbank/opensource/external-secrets/external-secrets",
                 "currentVersion": "v0.13.0",
                 "fixedVersion": "0.13.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "currentValue": "v0.13.0",
                 "datasource": "docker",
                 "replaceString": "appVersion: v0.13.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/external-secrets/external-secrets",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/external-secrets/external-secrets",
                 "lookupName": "ironbank/opensource/external-secrets/external-secrets",
                 "currentVersion": "v0.13.0",
                 "fixedVersion": "v0.13.0"
               }
             ],
             "matchStrings": [
               "- External Secrets:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "currentValue": "v0.13.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets:v0.13.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/external-secrets/external-secrets",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/external-secrets/external-secrets",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/external-secrets/external-secrets",
                 "lookupName": "ironbank/opensource/external-secrets/external-secrets",
                 "currentVersion": "v0.13.0",
                 "fixedVersion": "v0.13.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/external-secrets)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/external-secrets)
DEBUG: processRepo() (repository=big-bang/product/packages/external-secrets)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/external-secrets)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/external-secrets)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/external-secrets)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/external-secrets)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/external-secrets)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/external-secrets)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/external-secrets)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/external-secrets)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/external-secrets)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/external-secrets)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/external-secrets)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/external-secrets)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/external-secrets)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/external-secrets)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/external-secrets)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/external-secrets)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/external-secrets)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/external-secrets)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/external-secrets)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/external-secrets)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/external-secrets)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/external-secrets)
DEBUG: ensureIssue() (repository=big-bang/product/packages/external-secrets)
DEBUG: Updating issue (repository=big-bang/product/packages/external-secrets)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/external-secrets)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/external-secrets)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/external-secrets)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/external-secrets)
DEBUG: No renovate branches found (repository=big-bang/product/packages/external-secrets)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/external-secrets)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/external-secrets)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/external-secrets)
DEBUG: Repo is activated (repository=big-bang/product/packages/external-secrets)
DEBUG: Branch summary (repository=big-bang/product/packages/external-secrets)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "3a840e0ee24e6e466da53b8e98765733945ebfa6"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/external-secrets)
       "stats": {"total": 11, "open": 0, "closed": 0, "merged": 11}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/external-secrets)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/external-secrets)
       "splits": {"init": 1916, "extract": 396, "lookup": 515, "onboarding": 1, "update": 0},
       "total": 3264
DEBUG: Package cache statistics (repository=big-bang/product/packages/external-secrets)
       "get": {"count": 8, "avgMs": 2, "medianMs": 2, "maxMs": 7, "totalMs": 16},
       "set": {"count": 6, "avgMs": 7, "medianMs": 3, "maxMs": 23, "totalMs": 42}
DEBUG: HTTP statistics (repository=big-bang/product/packages/external-secrets)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 31,
           "reqMedianMs": 24,
           "reqMaxMs": 100,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 249,
           "reqMedianMs": 120,
           "reqMaxMs": 841,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 20
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/external-secrets)
DEBUG: Lookup statistics (repository=big-bang/product/packages/external-secrets)
       "docker": {"count": 9, "avgMs": 350, "medianMs": 361, "maxMs": 483, "totalMs": 3148}
 INFO: Repository finished (repository=big-bang/product/packages/external-secrets)
       "cloned": true,
       "durationMs": 3264
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/crossplane-distros/rke2-aws (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: big-bang/pipeline-templates/crossplane-distros/rke2-aws default branch = main (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/crossplane-distros/rke2-aws.git (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/crossplane-distros/rke2-aws (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
       "durationMs": 810
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
       "latestCommit": {
         "hash": "52f817f6d37a9358c14e15b332cfebf40bc23ff1",
         "date": "2024-04-18T20:14:43+00:00",
         "message": "Merge branch 'rke2-aws' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Rke2 aws\n\nSee merge request big-bang/pipeline-templates/crossplane-distros/rke2-aws!8",
         "author_name": "Johnathan White",
         "author_email": "jrwhite@mitre.org"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Repository config (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: No config migration necessary (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: extract() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: latest commit (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-04-18T20:14:43+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helm-values: bootstrap-manifests/infrastructure/values.yaml, examples/chart.example/values.yaml (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: bootstrap-manifests/infrastructure/Chart.yaml, examples/chart.example/Chart.yaml (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Unsupported Chart apiVersion. Only v2 is supported. (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main, packageFile=bootstrap-manifests/infrastructure/Chart.yaml)
DEBUG: Chart has no dependencies in examples/chart.example/Chart.yaml (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
       "managers": {"helm-values": 3, "helmv3": 3}
DEBUG: Found 0 package file(s) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Processing 0 branches:  (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: 0 PRs are currently open (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: PullRequests limit = 2 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: 0 already existing branches found:  (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Branches limit = 2 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Config does not need migration (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Closing Dependency Dashboard (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "52f817f6d37a9358c14e15b332cfebf40bc23ff1"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
       "splits": {"init": 1560, "extract": 178, "lookup": 14, "onboarding": 0, "update": 1},
       "total": 1757
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 95,
           "reqMedianMs": 88,
           "reqMaxMs": 134,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
 INFO: Repository finished (repository=big-bang/pipeline-templates/crossplane-distros/rke2-aws)
       "cloned": true,
       "durationMs": 1757
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud default branch = main (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud.git (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
       "durationMs": 842
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
       "latestCommit": {
         "hash": "c989608a5008a4b089253aa7fe8f8028d4ca1cc8",
         "date": "2024-07-09T19:54:31+00:00",
         "message": "Merge branch 'example-aws-mitre-xlcoud-rke2' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Initial commit\n\nSee merge request big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud!8",
         "author_name": "Johnathan White",
         "author_email": "jwhite@vivsoft.io"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Repository config (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: No config migration necessary (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: extract() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: latest commit (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-07-09T19:54:31+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: bootstrap-manifests/infrastructure/values.yaml (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: bootstrap-manifests/infrastructure/Chart.yaml (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Unsupported Chart apiVersion. Only v2 is supported. (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main, packageFile=bootstrap-manifests/infrastructure/Chart.yaml)
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
       "managers": {"helm-values": 1, "helmv3": 1}
DEBUG: Found 0 package file(s) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Processing 0 branches:  (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: 0 PRs are currently open (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: PullRequests limit = 2 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: 0 already existing branches found:  (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Branches limit = 2 (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Config does not need migration (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Closing Dependency Dashboard (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "c989608a5008a4b089253aa7fe8f8028d4ca1cc8"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
       "splits": {"init": 1616, "extract": 172, "lookup": 14, "onboarding": 0, "update": 1},
       "total": 1807
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 103,
           "reqMedianMs": 105,
           "reqMaxMs": 132,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
 INFO: Repository finished (repository=big-bang/pipeline-templates/crossplane-distros/rke2-mitre-aws-xcloud)
       "cloned": true,
       "durationMs": 1807
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/edge/bigbang-edge-documentation)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/bigbang-edge-documentation (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: big-bang/edge/bigbang-edge-documentation default branch = main (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Enabling Git FS (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/edge/bigbang-edge-documentation.git (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Resetting npmrc (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Resetting npmrc (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: checkOnboarding() (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: isOnboarded() (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: findFile(renovate.json) (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/bigbang-edge-documentation (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Performing blobless clone (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: git clone completed (repository=big-bang/edge/bigbang-edge-documentation)
       "durationMs": 1945
DEBUG: latest repository commit (repository=big-bang/edge/bigbang-edge-documentation)
       "latestCommit": {
         "hash": "8a726fc9475621a84bf261f3802a71fa9c77594e",
         "date": "2025-01-29T14:25:58+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #132\n\nSee merge request big-bang/edge/bigbang-edge-documentation!83",
         "author_name": "Charlie Jackson",
         "author_email": "charlie.jackson@ibispublicsector.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Repo is onboarded (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Found renovate.json config file (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Repository config (repository=big-bang/edge/bigbang-edge-documentation)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: No config migration necessary (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Found repo ignorePaths (repository=big-bang/edge/bigbang-edge-documentation)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: baseBranches (repository=big-bang/edge/bigbang-edge-documentation)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: extract() (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T14:25:58+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/edge/bigbang-edge-documentation, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: processRepo() (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Processing 0 branches:  (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: 0 PRs are currently open (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: PullRequests limit = 2 (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: 0 already existing branches found:  (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Branches limit = 2 (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Config does not need migration (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: ensureDependencyDashboard() (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Closing Dependency Dashboard (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: validateReconfigureBranch() (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: No reconfigure branch found (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Removing any stale branches (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: No renovate branches found (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Repo is activated (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Branch summary (repository=big-bang/edge/bigbang-edge-documentation)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "8a726fc9475621a84bf261f3802a71fa9c77594e"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/edge/bigbang-edge-documentation)
       "stats": {"total": 9, "open": 0, "closed": 1, "merged": 8}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/edge/bigbang-edge-documentation)
       "splits": {"init": 3106, "extract": 321, "lookup": 14, "onboarding": 0, "update": 1},
       "total": 3460
DEBUG: Package cache statistics (repository=big-bang/edge/bigbang-edge-documentation)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/edge/bigbang-edge-documentation)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 192,
           "reqMedianMs": 104,
           "reqMaxMs": 481,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/edge/bigbang-edge-documentation)
DEBUG: Lookup statistics (repository=big-bang/edge/bigbang-edge-documentation)
 INFO: Repository finished (repository=big-bang/edge/bigbang-edge-documentation)
       "cloned": true,
       "durationMs": 3460
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/bigbang-edge-controller-iso-builder (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: big-bang/edge/bigbang-edge-controller-iso-builder default branch = main (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Enabling Git FS (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/edge/bigbang-edge-controller-iso-builder.git (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Resetting npmrc (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Resetting npmrc (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: checkOnboarding() (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: isOnboarded() (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: findFile(renovate.json) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/bigbang-edge-controller-iso-builder (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Performing blobless clone (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: git clone completed (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "durationMs": 7762
DEBUG: latest repository commit (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "latestCommit": {
         "hash": "5e7b03ed0591227f4a537b2f4574cb7b0b0268fc",
         "date": "2025-01-31T14:01:04+00:00",
         "message": "Merge branch 'edgeinstall-template-updates' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Update Edgeinstall Template\n\nCloses #250\n\nSee merge request big-bang/edge/bigbang-edge-controller-iso-builder!167",
         "author_name": "Brian Friend",
         "author_email": "bfriend@vivsoft.io"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Repo is onboarded (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Found renovate.json config file (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Repository config (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: No config migration necessary (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Found repo ignorePaths (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: baseBranches (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: extract() (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:01:04+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Matched 1 file(s) for manager pip_requirements: developer/scripts/checks/common/requirements.txt (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
       "managers": {"pip_requirements": 1}
DEBUG: Found pip_requirements package files (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
       "stats": {
         "managers": {"pip_requirements": {"fileCount": 1, "depCount": 4}},
         "total": {"fileCount": 1, "depCount": 4}
       }
DEBUG: baseBranch: main (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: hostRules: no authentication for pypi.org (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Using queue: host=pypi.org, concurrency=16 (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: 1 flattened updates found: kubernetes (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main)
       "config": {
         "pip_requirements": [
           {
             "deps": [
               {
                 "depName": "kubernetes",
                 "packageName": "kubernetes",
                 "currentValue": "==31.0.0",
                 "datasource": "pypi",
                 "currentVersion": "31.0.0",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "32.0.0",
                     "newValue": "==32.0.0",
                     "releaseTimestamp": "2025-01-23T19:37:47.000Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 32,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/kubernetes-32.x"
                   }
                 ],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes-client/python",
                 "registryUrl": "https://pypi.org/pypi",
                 "currentVersionTimestamp": "2024-09-20T03:16:06.000Z",
                 "currentVersionAgeInDays": 136,
                 "isSingleVersion": true,
                 "fixedVersion": "31.0.0"
               },
               {
                 "depName": "proxmoxer",
                 "packageName": "proxmoxer",
                 "currentValue": "==2.2.0",
                 "datasource": "pypi",
                 "currentVersion": "2.2.0",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://proxmoxer.github.io/docs/",
                 "registryUrl": "https://pypi.org/pypi",
                 "currentVersionTimestamp": "2024-12-15T02:08:34.000Z",
                 "currentVersionAgeInDays": 50,
                 "fixedVersion": "2.2.0"
               },
               {
                 "depName": "chardet",
                 "packageName": "chardet",
                 "currentValue": "==5.2.0",
                 "datasource": "pypi",
                 "currentVersion": "5.2.0",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/chardet/chardet",
                 "registryUrl": "https://pypi.org/pypi",
                 "currentVersionTimestamp": "2023-08-01T19:23:00.000Z",
                 "currentVersionAgeInDays": 551,
                 "fixedVersion": "5.2.0"
               },
               {
                 "depName": "PyYAML",
                 "packageName": "pyyaml",
                 "currentValue": "==6.0.2",
                 "datasource": "pypi",
                 "currentVersion": "6.0.2",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/yaml/pyyaml",
                 "registryUrl": "https://pypi.org/pypi",
                 "homepage": "https://pyyaml.org/",
                 "currentVersionTimestamp": "2024-08-06T20:31:40.000Z",
                 "currentVersionAgeInDays": 180,
                 "fixedVersion": "6.0.2"
               }
             ],
             "packageFile": "developer/scripts/checks/common/requirements.txt"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: processRepo() (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Processing 1 branch: renovate/kubernetes-32.x (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: getBranchPr(renovate/kubernetes-32.x) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: findPr(renovate/kubernetes-32.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: getPr(163) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: getMR(163) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: 1 PRs are currently open (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: PullRequests limit = 2 (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: 1 already existing branches found: renovate/kubernetes-32.x (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Branches limit = 2 (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getBranchPr(renovate/kubernetes-32.x) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: findPr(renovate/kubernetes-32.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getPr(163) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getMR(163) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: branchExists=true (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: PR rebase requested=false (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Checking if PR has been edited (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: branch.isModified() = false (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Found existing branch PR (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:36.924Z) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: No schedule defined (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Branch already exists (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: isBranchConflicted(main, renovate/kubernetes-32.x) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Branch does not need rebasing (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:01:04+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Branch dep kubernetes in developer/scripts/checks/common/requirements.txt is already updated (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: No content changed (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, packageFile=developer/scripts/checks/common/requirements.txt, branch=renovate/kubernetes-32.x)
       "depName": "kubernetes"
DEBUG: No package files need updating (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: No updated lock files in branch (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: No files to commit (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T14:01:04+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Ensuring PR (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getBranchPr(renovate/kubernetes-32.x) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: findPr(renovate/kubernetes-32.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getPr(163) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getMR(163) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Found existing PR (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Fetching changelog: https://github.com/kubernetes-client/python (31.0.0 -> 32.0.0) (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
       "manager": "pip_requirements",
       "packageName": "kubernetes",
       "sourceUrl": "https://github.com/kubernetes-client/python"
DEBUG: Processing existing PR (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: PR body changed (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
       "prTitle": "Update dependency kubernetes to v32"
 INFO: PR updated (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
       "pr": 163,
       "prTitle": "Update dependency kubernetes to v32"
DEBUG: setPrCache() (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: PR is not configured for automerge (repository=big-bang/edge/bigbang-edge-controller-iso-builder, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getBranchPr(renovate/kubernetes-32.x) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: findPr(renovate/kubernetes-32.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: getPr(163) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: getMR(163) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Config does not need migration (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: ensureDependencyDashboard() (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Closing Dependency Dashboard (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: validateReconfigureBranch() (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: No reconfigure branch found (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Removing any stale branches (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Branch lists (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "branchList": ["renovate/kubernetes-32.x"],
       "renovateBranches": ["renovate/kubernetes-32.x"]
DEBUG: remainingBranches= (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: No branches to clean up (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Repo is activated (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Branch summary (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "5e7b03ed0591227f4a537b2f4574cb7b0b0268fc"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "5e7b03ed0591227f4a537b2f4574cb7b0b0268fc",
           "branchName": "renovate/kubernetes-32.x",
           "branchSha": "63a9e47d2d180534cf46c21c3dd797f3f5fbc828",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "branchesInformation": [
         {
           "branchName": "renovate/kubernetes-32.x",
           "prNo": 163,
           "prTitle": "Update dependency kubernetes to v32",
           "result": "done",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "kubernetes",
               "displayPending": "",
               "fixedVersion": "31.0.0",
               "currentVersion": "31.0.0",
               "currentValue": "==31.0.0",
               "newValue": "==32.0.0",
               "newVersion": "32.0.0",
               "packageFile": "developer/scripts/checks/common/requirements.txt",
               "updateType": "major",
               "packageName": "kubernetes"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "stats": {"total": 11, "open": 1, "closed": 0, "merged": 10}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: repository problems (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "splits": {"init": 9182, "extract": 2907, "lookup": 161, "onboarding": 0, "update": 1245},
       "total": 13573
DEBUG: Package cache statistics (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "get": {"count": 4, "avgMs": 4, "medianMs": 6, "maxMs": 8, "totalMs": 17},
       "set": {"count": 4, "avgMs": 4, "medianMs": 4, "maxMs": 4, "totalMs": 14}
DEBUG: Datasource cache statistics (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "pypi": {"https://pypi.org/pypi": {"hit": 0, "miss": 4, "set": 4, "skip": 0}}
DEBUG: HTTP statistics (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "hosts": {
         "pypi.org": {
           "count": 4,
           "reqAvgMs": 57,
           "reqMedianMs": 57,
           "reqMaxMs": 90,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 271,
           "reqMedianMs": 242,
           "reqMaxMs": 733,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 10
DEBUG: HTTP cache statistics (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
DEBUG: Lookup statistics (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "pypi": {"count": 4, "avgMs": 78, "medianMs": 84, "maxMs": 110, "totalMs": 310}
 INFO: Repository finished (repository=big-bang/edge/bigbang-edge-controller-iso-builder)
       "cloned": true,
       "durationMs": 13573
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/edge/bigbang-edge-controller-iso)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/bigbang-edge-controller-iso (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: big-bang/edge/bigbang-edge-controller-iso default branch = main (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Enabling Git FS (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/edge/bigbang-edge-controller-iso.git (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Resetting npmrc (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Resetting npmrc (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: checkOnboarding() (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: isOnboarded() (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: findFile(renovate.json) (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/bigbang-edge-controller-iso (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Performing blobless clone (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: git clone completed (repository=big-bang/edge/bigbang-edge-controller-iso)
       "durationMs": 791
DEBUG: latest repository commit (repository=big-bang/edge/bigbang-edge-controller-iso)
       "latestCommit": {
         "hash": "70bf2df0f292090480fa14b8c77b8638588acd75",
         "date": "2025-01-29T14:25:27+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #45\n\nSee merge request big-bang/edge/bigbang-edge-controller-iso!25",
         "author_name": "Charlie Jackson",
         "author_email": "charlie.jackson@ibispublicsector.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Repo is onboarded (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Found renovate.json config file (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Repository config (repository=big-bang/edge/bigbang-edge-controller-iso)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: No config migration necessary (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Found repo ignorePaths (repository=big-bang/edge/bigbang-edge-controller-iso)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: baseBranches (repository=big-bang/edge/bigbang-edge-controller-iso)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: extract() (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T14:25:27+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/edge/bigbang-edge-controller-iso, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: processRepo() (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Processing 0 branches:  (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: 0 PRs are currently open (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: PullRequests limit = 2 (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: 0 already existing branches found:  (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Branches limit = 2 (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Config does not need migration (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: ensureDependencyDashboard() (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Closing Dependency Dashboard (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: validateReconfigureBranch() (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: No reconfigure branch found (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Removing any stale branches (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: No renovate branches found (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Repo is activated (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Branch summary (repository=big-bang/edge/bigbang-edge-controller-iso)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "70bf2df0f292090480fa14b8c77b8638588acd75"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/edge/bigbang-edge-controller-iso)
       "stats": {"total": 11, "open": 0, "closed": 0, "merged": 11}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/edge/bigbang-edge-controller-iso)
       "splits": {"init": 2035, "extract": 154, "lookup": 13, "onboarding": 0, "update": 1},
       "total": 2207
DEBUG: Package cache statistics (repository=big-bang/edge/bigbang-edge-controller-iso)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/edge/bigbang-edge-controller-iso)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 221,
           "reqMedianMs": 93,
           "reqMaxMs": 643,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/edge/bigbang-edge-controller-iso)
DEBUG: Lookup statistics (repository=big-bang/edge/bigbang-edge-controller-iso)
 INFO: Repository finished (repository=big-bang/edge/bigbang-edge-controller-iso)
       "cloned": true,
       "durationMs": 2207
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-anchore-project-analysis (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: big-bang/apps/sandbox/holocron/collector-anchore-project-analysis default branch = main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/holocron/collector-anchore-project-analysis.git (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-anchore-project-analysis (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "durationMs": 541
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "latestCommit": {
         "hash": "0b2bef6fd76efd365b39f54dd6a419bbf4872139",
         "date": "2024-11-01T15:14:13+00:00",
         "message": "Merge branch 'http_logger' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "added logging to client.go\n\nSee merge request big-bang/apps/sandbox/holocron/collector-anchore-project-analysis!21",
         "author_name": "Mark Howard",
         "author_email": "mark.howard.7@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Repository config (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Config migration necessary (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": {"enabled": true}
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchDatasources": ["docker"],
             "matchUpdateTypes": ["patch"],
             "enabled": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-11-01T15:14:13+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Matched 2 file(s) for manager dockerfile: Dockerfile, Dockerfile.dev (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Matched 1 file(s) for manager gomod: go.mod (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Matched 1 file(s) for manager npm: package.json (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: npm file package.json has name "collector-anchore-project-analysis" (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
       "managers": {"gomod": 2, "dockerfile": 3, "npm": 4}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Found gomod package files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "gomod": {"fileCount": 1, "depCount": 21},
           "npm": {"fileCount": 1, "depCount": 2}
         },
         "total": {"fileCount": 4, "depCount": 25}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgpassfile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgservicefile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgx/v5, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jackc/puddle/v2, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jinzhu/inflection, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jinzhu/now, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/kr/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/rogpeppe/go-internal, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/stretchr/objx, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: golang.org/x/sync, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Dependency: gopkg.in/yaml.v3, is disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: hostRules: no authentication for proxy.golang.org (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Using queue: host=proxy.golang.org, concurrency=16 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
 WARN: Invalid registry response (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
       "apiCheckUrl": "https://registry1.dso.mil/v2/golang/tags/list?n=10000",
       "res": {
         "statusCode": 400,
         "body": {
           "errors": [
             {
               "code": "BAD_REQUEST",
               "message": "bad request: invalid repository name: golang"
             }
           ]
         },
         "headers": {
           "content-type": "application/json; charset=utf-8",
           "x-request-id": "55676b11-0635-4897-ad82-8b277e433b68",
           "date": "Mon, 03 Feb 2025 07:08:41 GMT",
           "content-length": "93",
           "strict-transport-security": "max-age=31536000; includeSubDomains",
           "x-frame-options": "SAMEORIGIN",
           "x-content-type-options": "nosniff",
           "referrer-policy": "strict-origin"
         },
         "authorization": false
       }
DEBUG: Failed to get authHeaders for getTags lookup (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Failed to look up docker package golang (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, packageFile=Dockerfile.dev, dependency=golang)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/google/golang/ubi9/golang-1.21, latest) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/google/golang/ubi9/golang-1.21, latest, get) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/google/golang/ubi9/golang-1.21, sha256:0206bc1b46ac32d6f8254131b926ad8818a2acc59b22acba332ea338d16c54bd, get) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:119ec4394b0489f1a17613f21733fab7ba3b1f4cf0a3f96deaf31b92297fec45",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4",
         "architecture": "x86_64",
         "build-date": "2024-09-18T21:23:26",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3750633",
         "mil.dso.ironbank.image.keywords": "golang,go,programming,google",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4@sha256:55a421a0eb07c186b62f574b9512afa403ec113aa6a8630ace03ac2464607338",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Go",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2024-11-19 22:10:56+00:00",
         "org.opencontainers.image.description": "Go is an open source programming language that makes it easy to build simple, reliable, and efficient software",
         "org.opencontainers.image.licenses": "The Go Authors",
         "org.opencontainers.image.revision": "45b26ce6afeb11abac1e2be07ee789c2ed5575c9",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.21",
         "org.opencontainers.image.title": "golang",
         "org.opencontainers.image.url": "https://hub.docker.com/_/golang",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "1.21.11",
         "release": "1227.1726694542",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-1227.1726694542",
         "vcs-ref": "94baa7760359088a42ad33dc22d329a5ee2c7209",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: GET https://proxy.golang.org/github.com/hashicorp/go-version/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=48) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: 5 flattened updates found: github.com/stretchr/testify, gorm.io/driver/postgres, gorm.io/gorm, cypress, husky (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: Returning 5 branch(es) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "currentValue": "1.21.13",
                 "replaceString": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21:1.21.13",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.21",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/golang",
                 "lookupName": "ironbank/google/golang/ubi9/golang-1.21",
                 "currentVersion": "1.21.13",
                 "fixedVersion": "1.21.13"
               }
             ],
             "packageFile": "Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "golang",
                 "currentValue": "1.21",
                 "replaceString": "golang:1.21",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "golang",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "golang",
                     "message": "Failed to look up docker package golang"
                   }
                 ]
               }
             ],
             "packageFile": "Dockerfile.dev"
           }
         ],
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.21",
                 "managerData": {"lineNumber": 2},
                 "updates": [],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.5",
                 "currentVersionTimestamp": "2025-01-16T00:00:00.000Z",
                 "currentVersionAgeInDays": 18
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/DATA-DOG/go-sqlmock",
                 "currentValue": "v1.5.2",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "updates": [],
                 "packageName": "github.com/DATA-DOG/go-sqlmock",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DATA-DOG/go-sqlmock",
                 "currentVersion": "v1.5.2",
                 "currentVersionTimestamp": "2024-01-06T21:33:25.000Z",
                 "currentVersionAgeInDays": 393,
                 "fixedVersion": "v1.5.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.9.0",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.10.0",
                     "newValue": "v1.10.0",
                     "releaseTimestamp": "2024-11-12T22:58:45.000Z",
                     "newVersionAgeInDays": 82,
                     "newMajor": 1,
                     "newMinor": 10,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-stretchr-testify-1.x"
                   }
                 ],
                 "packageName": "github.com/stretchr/testify",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stretchr/testify",
                 "currentVersion": "v1.9.0",
                 "currentVersionTimestamp": "2024-02-29T14:36:18.000Z",
                 "currentVersionAgeInDays": 339,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.9.0"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgpassfile",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 10},
                 "updates": [],
                 "packageName": "github.com/jackc/pgpassfile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgservicefile",
                 "currentValue": "v0.0.0-20240606120523-5a60cdf6a761",
                 "currentDigest": "5a60cdf6a761",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 11},
                 "updates": [],
                 "packageName": "github.com/jackc/pgservicefile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgx/v5",
                 "currentValue": "v5.6.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 12},
                 "updates": [],
                 "packageName": "github.com/jackc/pgx/v5",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/puddle/v2",
                 "currentValue": "v2.2.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 13},
                 "updates": [],
                 "packageName": "github.com/jackc/puddle/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/inflection",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "updates": [],
                 "packageName": "github.com/jinzhu/inflection",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/now",
                 "currentValue": "v1.1.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [],
                 "packageName": "github.com/jinzhu/now",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/kr/text",
                 "currentValue": "v0.1.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "updates": [],
                 "packageName": "github.com/kr/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/rogpeppe/go-internal",
                 "currentValue": "v1.12.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [],
                 "packageName": "github.com/rogpeppe/go-internal",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/stretchr/objx",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "updates": [],
                 "packageName": "github.com/stretchr/objx",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.26.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 19},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 20},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.17.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 21},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/hashicorp/go-version",
                 "currentValue": "v1.7.0",
                 "managerData": {"multiLine": true, "lineNumber": 26},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-version",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/go-version",
                 "currentVersion": "v1.7.0",
                 "currentVersionTimestamp": "2024-05-24T10:16:12.000Z",
                 "currentVersionAgeInDays": 254,
                 "fixedVersion": "v1.7.0"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pmezard/go-difflib",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 27},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 28},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/driver/postgres",
                 "currentValue": "v1.5.9",
                 "managerData": {"multiLine": true, "lineNumber": 29},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.5.11",
                     "newValue": "v1.5.11",
                     "releaseTimestamp": "2024-12-02T06:34:29.000Z",
                     "newVersionAgeInDays": 63,
                     "newMajor": 1,
                     "newMinor": 5,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/gorm.io-driver-postgres-1.x"
                   }
                 ],
                 "packageName": "gorm.io/driver/postgres",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/postgres",
                 "currentVersion": "v1.5.9",
                 "currentVersionTimestamp": "2024-06-12T07:08:11.000Z",
                 "currentVersionAgeInDays": 236,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.5.9"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/gorm",
                 "currentValue": "v1.25.11",
                 "managerData": {"multiLine": true, "lineNumber": 30},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.25.12",
                     "newValue": "v1.25.12",
                     "releaseTimestamp": "2024-08-22T11:03:42.000Z",
                     "newVersionAgeInDays": 164,
                     "newMajor": 1,
                     "newMinor": 25,
                     "newPatch": 12,
                     "updateType": "patch",
                     "branchName": "renovate/gorm.io-gorm-1.x"
                   }
                 ],
                 "packageName": "gorm.io/gorm",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/gorm",
                 "currentVersion": "v1.25.11",
                 "currentVersionTimestamp": "2024-06-25T02:36:06.000Z",
                 "currentVersionAgeInDays": 223,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.25.11"
               }
             ],
             "packageFile": "go.mod"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "devDependencies",
                 "depName": "cypress",
                 "currentValue": "^9.7.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/cypress-14.x"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "9.7.0",
                 "currentVersionTimestamp": "2022-05-23T17:44:56.863Z",
                 "currentVersionAgeInDays": 986,
                 "isSingleVersion": false
               },
               {
                 "depType": "devDependencies",
                 "depName": "husky",
                 "currentValue": "^8.0.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "9.1.7",
                     "newValue": "^9.0.0",
                     "releaseTimestamp": "2024-11-18T15:28:26.026Z",
                     "newVersionAgeInDays": 76,
                     "newMajor": 9,
                     "newMinor": 1,
                     "newPatch": 7,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/husky-9.x"
                   }
                 ],
                 "packageName": "husky",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typicode/husky",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "8.0.3",
                 "currentVersionTimestamp": "2023-01-03T08:01:18.807Z",
                 "currentVersionAgeInDays": 761,
                 "isSingleVersion": false
               }
             ],
             "extractedConstraints": {},
             "packageFileVersion": "1.0.0",
             "managerData": {
               "packageJsonName": "collector-anchore-project-analysis",
               "hasPackageManager": false,
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "package.json"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Processing 5 branches: renovate/cypress-14.x, renovate/github.com-stretchr-testify-1.x, renovate/gorm.io-driver-postgres-1.x, renovate/gorm.io-gorm-1.x, renovate/husky-9.x (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getBranchPr(renovate/gorm.io-gorm-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findPr(renovate/gorm.io-gorm-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getPr(16) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getMR(16) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getPr(24) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getMR(24) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getPr(25) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getMR(25) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getPr(12) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getMR(12) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: 5 PRs are currently open (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: PR concurrent limit remaining: 5 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: 5 already existing branches found: renovate/gorm.io-driver-postgres-1.x,renovate/gorm.io-gorm-1.x,renovate/github.com-stretchr-testify-1.x,renovate/cypress-14.x,renovate/husky-9.x (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Branch concurrent limit remaining: 5 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:43.435Z) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: isBranchConflicted(main, renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-01T15:14:13+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: gomod.updateDependency: v1.5.11 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-01T15:14:13+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Fetching changelog: https://github.com/go-gorm/postgres (v1.5.9 -> v1.5.11) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "manager": "gomod",
       "packageName": "gorm.io/driver/postgres",
       "sourceUrl": "https://github.com/go-gorm/postgres"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "prTitle": "Update module gorm.io/driver/postgres to v1.5.11"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "pr": 23,
       "prTitle": "Update module gorm.io/driver/postgres to v1.5.11"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: getBranchPr(renovate/gorm.io-gorm-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: findPr(renovate/gorm.io-gorm-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: getPr(16) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: getMR(16) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:44.430Z) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: isBranchConflicted(main, renovate/gorm.io-gorm-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-01T15:14:13+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: gomod.updateDependency: v1.25.12 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-01T15:14:13+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: getBranchPr(renovate/gorm.io-gorm-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: findPr(renovate/gorm.io-gorm-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: getPr(16) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: getMR(16) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: Fetching changelog: https://github.com/go-gorm/gorm (v1.25.11 -> v1.25.12) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
       "manager": "gomod",
       "packageName": "gorm.io/gorm",
       "sourceUrl": "https://github.com/go-gorm/gorm"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
       "prTitle": "Update module gorm.io/gorm to v1.25.12"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
       "pr": 16,
       "prTitle": "Update module gorm.io/gorm to v1.25.12"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/gorm.io-gorm-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getPr(24) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getMR(24) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:45.220Z) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: isBranchConflicted(main, renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-01T15:14:13+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: gomod.updateDependency: v1.10.0 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-01T15:14:13+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getPr(24) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getMR(24) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Fetching changelog: https://github.com/stretchr/testify (v1.9.0 -> v1.10.0) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "manager": "gomod",
       "packageName": "github.com/stretchr/testify",
       "sourceUrl": "https://github.com/stretchr/testify"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "prTitle": "Update module github.com/stretchr/testify to v1.10.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "pr": 24,
       "prTitle": "Update module github.com/stretchr/testify to v1.10.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getPr(25) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getMR(25) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:45.955Z) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: isBranchConflicted(main, renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-01T15:14:13+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: npm.updateDependency(): devDependencies.cypress = ^14.0.0 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-01T15:14:13+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getPr(25) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getMR(25) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Fetching changelog: https://github.com/cypress-io/cypress (9.7.0 -> 14.0.1) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "manager": "npm",
       "packageName": "cypress",
       "sourceUrl": "https://github.com/cypress-io/cypress"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "prTitle": "Update dependency cypress to v14"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "pr": 25,
       "prTitle": "Update dependency cypress to v14"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getPr(12) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getMR(12) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:46.689Z) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: isBranchConflicted(main, renovate/husky-9.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-01T15:14:13+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: npm.updateDependency(): devDependencies.husky = ^9.0.0 (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-01T15:14:13+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getPr(12) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getMR(12) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Fetching changelog: https://github.com/typicode/husky (8.0.3 -> 9.1.7) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "manager": "npm",
       "packageName": "husky",
       "sourceUrl": "https://github.com/typicode/husky"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "prTitle": "Update dependency husky to v9"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "pr": 12,
       "prTitle": "Update dependency husky to v9"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getBranchPr(renovate/gorm.io-gorm-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findPr(renovate/gorm.io-gorm-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getPr(16) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getMR(16) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getPr(24) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getMR(24) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getPr(25) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getMR(25) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getPr(12) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: getMR(12) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "branchList": [
         "renovate/cypress-14.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/gorm.io-driver-postgres-1.x",
         "renovate/gorm.io-gorm-1.x",
         "renovate/husky-9.x"
       ],
       "renovateBranches": [
         "renovate/cypress-14.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/gorm.io-driver-postgres-1.x",
         "renovate/gorm.io-gorm-1.x",
         "renovate/husky-9.x"
       ]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "0b2bef6fd76efd365b39f54dd6a419bbf4872139"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0b2bef6fd76efd365b39f54dd6a419bbf4872139",
           "branchName": "renovate/gorm.io-driver-postgres-1.x",
           "branchSha": "0707bbb725b0749c5ea3c0a2bf880bc5cb1f4d80",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0b2bef6fd76efd365b39f54dd6a419bbf4872139",
           "branchName": "renovate/gorm.io-gorm-1.x",
           "branchSha": "e6ec34252a9a13dc12dd222d1c5e33eed53608cf",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0b2bef6fd76efd365b39f54dd6a419bbf4872139",
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "branchSha": "e9e2af948d3eac5a36f3148d8527c1120d70e571",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0b2bef6fd76efd365b39f54dd6a419bbf4872139",
           "branchName": "renovate/cypress-14.x",
           "branchSha": "64d60f25aa35c8913868b7417616a29c5884c9cc",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0b2bef6fd76efd365b39f54dd6a419bbf4872139",
           "branchName": "renovate/husky-9.x",
           "branchSha": "1ef7691f7fadffa6a2b7f44c2bc08ec505659c36",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "branchesInformation": [
         {
           "branchName": "renovate/gorm.io-driver-postgres-1.x",
           "prNo": 23,
           "prTitle": "Update module gorm.io/driver/postgres to v1.5.11",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "gorm.io/driver/postgres",
               "displayPending": "",
               "fixedVersion": "v1.5.9",
               "currentVersion": "v1.5.9",
               "currentValue": "v1.5.9",
               "newValue": "v1.5.11",
               "newVersion": "v1.5.11",
               "packageFile": "go.mod",
               "updateType": "patch",
               "packageName": "gorm.io/driver/postgres"
             }
           ]
         },
         {
           "branchName": "renovate/gorm.io-gorm-1.x",
           "prNo": 16,
           "prTitle": "Update module gorm.io/gorm to v1.25.12",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "gorm.io/gorm",
               "displayPending": "",
               "fixedVersion": "v1.25.11",
               "currentVersion": "v1.25.11",
               "currentValue": "v1.25.11",
               "newValue": "v1.25.12",
               "newVersion": "v1.25.12",
               "packageFile": "go.mod",
               "updateType": "patch",
               "packageName": "gorm.io/gorm"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "prNo": 24,
           "prTitle": "Update module github.com/stretchr/testify to v1.10.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/stretchr/testify",
               "displayPending": "",
               "fixedVersion": "v1.9.0",
               "currentVersion": "v1.9.0",
               "currentValue": "v1.9.0",
               "newValue": "v1.10.0",
               "newVersion": "v1.10.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/stretchr/testify"
             }
           ]
         },
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": 25,
           "prTitle": "Update dependency cypress to v14",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "currentVersion": "9.7.0",
               "currentValue": "^9.7.0",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         },
         {
           "branchName": "renovate/husky-9.x",
           "prNo": 12,
           "prTitle": "Update dependency husky to v9",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "husky",
               "displayPending": "",
               "currentVersion": "8.0.3",
               "currentValue": "^8.0.1",
               "newValue": "^9.0.0",
               "newVersion": "9.1.7",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "husky"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "stats": {"total": 7, "open": 5, "closed": 2, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
DEBUG: repository problems (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "repoProblems": [
         "WARN: Invalid registry response",
         "WARN: No github.com token has been configured. Skipping release notes retrieval",
         "WARN: Package lookup failures"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "splits": {"init": 1534, "extract": 189, "lookup": 525, "onboarding": 1, "update": 5472},
       "total": 7737
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "get": {"count": 13, "avgMs": 21, "medianMs": 20, "maxMs": 68, "totalMs": 274},
       "set": {"count": 6, "avgMs": 6, "medianMs": 3, "maxMs": 21, "totalMs": 37}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "hosts": {
         "proxy.golang.org": {
           "count": 12,
           "reqAvgMs": 67,
           "reqMedianMs": 88,
           "reqMaxMs": 141,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 8,
           "reqAvgMs": 31,
           "reqMedianMs": 39,
           "reqMaxMs": 57,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 14,
           "reqAvgMs": 286,
           "reqMedianMs": 209,
           "reqMaxMs": 833,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 34
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "https://registry.npmjs.org": {
         "/cypress": {"hit": 0, "miss": 0, "localHit": 1},
         "/husky": {"hit": 0, "miss": 0, "localHit": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "golang-version": {"count": 1, "avgMs": 33, "medianMs": 33, "maxMs": 33, "totalMs": 33},
       "go": {"count": 5, "avgMs": 112, "medianMs": 34, "maxMs": 430, "totalMs": 560},
       "npm": {"count": 2, "avgMs": 66, "medianMs": 77, "maxMs": 77, "totalMs": 132},
       "docker": {"count": 2, "avgMs": 202, "medianMs": 328, "maxMs": 328, "totalMs": 404}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-anchore-project-analysis)
       "cloned": true,
       "durationMs": 7737
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis default branch = main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis.git (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "durationMs": 580
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "latestCommit": {
         "hash": "0386c8d3554e90fd7a358a14415be3a6201e2b0e",
         "date": "2024-11-13T18:55:23+00:00",
         "message": "Merge branch 'test-updates' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Test updte to see if pipeline passes\n\nSee merge request big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis!20",
         "author_name": "Mark Howard",
         "author_email": "mark.howard.7@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Repository config (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-11-13T18:55:23+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Matched 2 file(s) for manager dockerfile: Dockerfile, Dockerfile.dev (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Matched 1 file(s) for manager gomod: go.mod (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Matched 1 file(s) for manager npm: package.json (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: npm file package.json has name "collector-template" (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
       "managers": {"gomod": 1, "dockerfile": 2, "npm": 3}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Found gomod package files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "gomod": {"fileCount": 1, "depCount": 19},
           "npm": {"fileCount": 1, "depCount": 2}
         },
         "total": {"fileCount": 4, "depCount": 23}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgpassfile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgservicefile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgx/v5, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jackc/puddle/v2, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jinzhu/inflection, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jinzhu/now, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/stretchr/objx, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: golang.org/x/sync, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Dependency: gopkg.in/yaml.v3, is disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: 5 flattened updates found: golang, github.com/stretchr/testify, gorm.io/driver/postgres, cypress, husky (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: Returning 5 branch(es) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "currentValue": "1.21.13",
                 "replaceString": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21:1.21.13",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.21",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/golang",
                 "lookupName": "ironbank/google/golang/ubi9/golang-1.21",
                 "currentVersion": "1.21.13",
                 "fixedVersion": "1.21.13"
               }
             ],
             "packageFile": "Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "golang",
                 "currentValue": "1.21",
                 "replaceString": "golang:1.21",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.23",
                     "newValue": "1.23",
                     "releaseTimestamp": "2025-01-22T03:23:56.348Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 1,
                     "newMinor": 23,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "golang",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/golang",
                 "currentVersion": "1.21",
                 "currentVersionTimestamp": "2024-08-13T17:22:43.967Z",
                 "currentVersionAgeInDays": 173,
                 "isSingleVersion": true,
                 "fixedVersion": "1.21"
               }
             ],
             "packageFile": "Dockerfile.dev"
           }
         ],
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.21",
                 "managerData": {"lineNumber": 2},
                 "updates": [],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.5",
                 "currentVersionTimestamp": "2025-01-16T00:00:00.000Z",
                 "currentVersionAgeInDays": 18
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/DATA-DOG/go-sqlmock",
                 "currentValue": "v1.5.2",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "updates": [],
                 "packageName": "github.com/DATA-DOG/go-sqlmock",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DATA-DOG/go-sqlmock",
                 "currentVersion": "v1.5.2",
                 "currentVersionTimestamp": "2024-01-06T21:33:25.000Z",
                 "currentVersionAgeInDays": 393,
                 "fixedVersion": "v1.5.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/hashicorp/go-version",
                 "currentValue": "v1.7.0",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-version",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/go-version",
                 "currentVersion": "v1.7.0",
                 "currentVersionTimestamp": "2024-05-24T10:16:12.000Z",
                 "currentVersionAgeInDays": 254,
                 "fixedVersion": "v1.7.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.9.0",
                 "managerData": {"multiLine": true, "lineNumber": 7},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.10.0",
                     "newValue": "v1.10.0",
                     "releaseTimestamp": "2024-11-12T22:58:45.000Z",
                     "newVersionAgeInDays": 82,
                     "newMajor": 1,
                     "newMinor": 10,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-stretchr-testify-1.x"
                   }
                 ],
                 "packageName": "github.com/stretchr/testify",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stretchr/testify",
                 "currentVersion": "v1.9.0",
                 "currentVersionTimestamp": "2024-02-29T14:36:18.000Z",
                 "currentVersionAgeInDays": 339,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.9.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/driver/postgres",
                 "currentValue": "v1.5.9",
                 "managerData": {"multiLine": true, "lineNumber": 8},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.5.11",
                     "newValue": "v1.5.11",
                     "releaseTimestamp": "2024-12-02T06:34:29.000Z",
                     "newVersionAgeInDays": 63,
                     "newMajor": 1,
                     "newMinor": 5,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/gorm.io-driver-postgres-1.x"
                   }
                 ],
                 "packageName": "gorm.io/driver/postgres",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/postgres",
                 "currentVersion": "v1.5.9",
                 "currentVersionTimestamp": "2024-06-12T07:08:11.000Z",
                 "currentVersionAgeInDays": 236,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.5.9"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/gorm",
                 "currentValue": "v1.25.12",
                 "managerData": {"multiLine": true, "lineNumber": 9},
                 "updates": [],
                 "packageName": "gorm.io/gorm",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/gorm",
                 "currentVersion": "v1.25.12",
                 "currentVersionTimestamp": "2024-08-22T11:03:42.000Z",
                 "currentVersionAgeInDays": 164,
                 "fixedVersion": "v1.25.12"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 13},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgpassfile",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "updates": [],
                 "packageName": "github.com/jackc/pgpassfile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgservicefile",
                 "currentValue": "v0.0.0-20240606120523-5a60cdf6a761",
                 "currentDigest": "5a60cdf6a761",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [],
                 "packageName": "github.com/jackc/pgservicefile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgx/v5",
                 "currentValue": "v5.7.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "updates": [],
                 "packageName": "github.com/jackc/pgx/v5",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/puddle/v2",
                 "currentValue": "v2.2.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [],
                 "packageName": "github.com/jackc/puddle/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/inflection",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "updates": [],
                 "packageName": "github.com/jinzhu/inflection",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/now",
                 "currentValue": "v1.1.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 19},
                 "updates": [],
                 "packageName": "github.com/jinzhu/now",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pmezard/go-difflib",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 20},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/stretchr/objx",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 21},
                 "updates": [],
                 "packageName": "github.com/stretchr/objx",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.28.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.19.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "go.mod"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "devDependencies",
                 "depName": "cypress",
                 "currentValue": "^13.15.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/cypress-14.x"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "13.17.0",
                 "currentVersionTimestamp": "2024-12-17T18:32:28.633Z",
                 "currentVersionAgeInDays": 47,
                 "isSingleVersion": false
               },
               {
                 "depType": "devDependencies",
                 "depName": "husky",
                 "currentValue": "^8.0.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "9.1.7",
                     "newValue": "^9.0.0",
                     "releaseTimestamp": "2024-11-18T15:28:26.026Z",
                     "newVersionAgeInDays": 76,
                     "newMajor": 9,
                     "newMinor": 1,
                     "newPatch": 7,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/husky-9.x"
                   }
                 ],
                 "packageName": "husky",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typicode/husky",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "8.0.3",
                 "currentVersionTimestamp": "2023-01-03T08:01:18.807Z",
                 "currentVersionAgeInDays": 761,
                 "isSingleVersion": false
               }
             ],
             "extractedConstraints": {},
             "packageFileVersion": "1.0.0",
             "managerData": {
               "packageJsonName": "collector-template",
               "hasPackageManager": false,
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "package.json"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Processing 5 branches: renovate/cypress-14.x, renovate/github.com-stretchr-testify-1.x, renovate/gorm.io-driver-postgres-1.x, renovate/husky-9.x, renovate/ib-updates (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getPr(21) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getMR(21) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getPr(16) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getMR(16) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getPr(13) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getMR(13) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: 5 PRs are currently open (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: PR concurrent limit remaining: 5 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: 5 already existing branches found: renovate/gorm.io-driver-postgres-1.x,renovate/ib-updates,renovate/github.com-stretchr-testify-1.x,renovate/cypress-14.x,renovate/husky-9.x (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Branch concurrent limit remaining: 5 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getPr(21) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getMR(21) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:51.631Z) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: isBranchConflicted(main, renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-13T18:55:23+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: gomod.updateDependency: v1.5.11 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-13T18:55:23+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getPr(21) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getMR(21) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Fetching changelog: https://github.com/go-gorm/postgres (v1.5.9 -> v1.5.11) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "manager": "gomod",
       "packageName": "gorm.io/driver/postgres",
       "sourceUrl": "https://github.com/go-gorm/postgres"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "prTitle": "Update module gorm.io/driver/postgres to v1.5.11"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "pr": 21,
       "prTitle": "Update module gorm.io/driver/postgres to v1.5.11"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(16) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(16) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:52.626Z) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-11-13T18:55:23+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep golang in Dockerfile.dev is already updated (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, packageFile=Dockerfile.dev, branch=renovate/ib-updates)
       "depName": "golang"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-11-13T18:55:23+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(16) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(16) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update golang Docker tag to v1.23"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
       "pr": 16,
       "prTitle": "Update golang Docker tag to v1.23"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:53.438Z) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: isBranchConflicted(main, renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-13T18:55:23+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: gomod.updateDependency: v1.10.0 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-13T18:55:23+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Fetching changelog: https://github.com/stretchr/testify (v1.9.0 -> v1.10.0) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "manager": "gomod",
       "packageName": "github.com/stretchr/testify",
       "sourceUrl": "https://github.com/stretchr/testify"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "prTitle": "Update module github.com/stretchr/testify to v1.10.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "pr": 22,
       "prTitle": "Update module github.com/stretchr/testify to v1.10.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:54.231Z) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: isBranchConflicted(main, renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-13T18:55:23+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: npm.updateDependency(): devDependencies.cypress = ^14.0.0 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-13T18:55:23+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Fetching changelog: https://github.com/cypress-io/cypress (13.17.0 -> 14.0.1) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "manager": "npm",
       "packageName": "cypress",
       "sourceUrl": "https://github.com/cypress-io/cypress"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "prTitle": "Update dependency cypress to v14"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "pr": 23,
       "prTitle": "Update dependency cypress to v14"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getPr(13) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getMR(13) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:54.936Z) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: isBranchConflicted(main, renovate/husky-9.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-13T18:55:23+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: npm.updateDependency(): devDependencies.husky = ^9.0.0 (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "branchName": "main",
       "latestCommitDate": "2024-11-13T18:55:23+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getPr(13) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getMR(13) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: Fetching changelog: https://github.com/typicode/husky (8.0.3 -> 9.1.7) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "manager": "npm",
       "packageName": "husky",
       "sourceUrl": "https://github.com/typicode/husky"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "prTitle": "Update dependency husky to v9"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
       "pr": 13,
       "prTitle": "Update dependency husky to v9"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis, baseBranch=main, branch=renovate/husky-9.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getPr(21) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getMR(21) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getPr(16) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getMR(16) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getPr(22) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getMR(22) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getPr(23) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getMR(23) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getBranchPr(renovate/husky-9.x) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: findPr(renovate/husky-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getPr(13) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: getMR(13) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "branchList": [
         "renovate/cypress-14.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/gorm.io-driver-postgres-1.x",
         "renovate/husky-9.x",
         "renovate/ib-updates"
       ],
       "renovateBranches": [
         "renovate/cypress-14.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/gorm.io-driver-postgres-1.x",
         "renovate/husky-9.x",
         "renovate/ib-updates"
       ]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "0386c8d3554e90fd7a358a14415be3a6201e2b0e"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0386c8d3554e90fd7a358a14415be3a6201e2b0e",
           "branchName": "renovate/gorm.io-driver-postgres-1.x",
           "branchSha": "5b4b9e91a3463244d6ab8340f28c31f617b76b70",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0386c8d3554e90fd7a358a14415be3a6201e2b0e",
           "branchName": "renovate/ib-updates",
           "branchSha": "73355ce91e81603a61a2407412292a48a87c10b1",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0386c8d3554e90fd7a358a14415be3a6201e2b0e",
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "branchSha": "6669dfe8942d8b4793376a3e42f90c5301ad36c3",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0386c8d3554e90fd7a358a14415be3a6201e2b0e",
           "branchName": "renovate/cypress-14.x",
           "branchSha": "bee2e220ae5b6b66e4796d51b61c7106469ffead",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0386c8d3554e90fd7a358a14415be3a6201e2b0e",
           "branchName": "renovate/husky-9.x",
           "branchSha": "e59d445cd85af18271b2f9452907256a1d8ae5e5",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "branchesInformation": [
         {
           "branchName": "renovate/gorm.io-driver-postgres-1.x",
           "prNo": 21,
           "prTitle": "Update module gorm.io/driver/postgres to v1.5.11",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "gorm.io/driver/postgres",
               "displayPending": "",
               "fixedVersion": "v1.5.9",
               "currentVersion": "v1.5.9",
               "currentValue": "v1.5.9",
               "newValue": "v1.5.11",
               "newVersion": "v1.5.11",
               "packageFile": "go.mod",
               "updateType": "patch",
               "packageName": "gorm.io/driver/postgres"
             }
           ]
         },
         {
           "branchName": "renovate/ib-updates",
           "prNo": 16,
           "prTitle": "Update golang Docker tag to v1.23",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "golang",
               "displayPending": "",
               "fixedVersion": "1.21",
               "currentVersion": "1.21",
               "currentValue": "1.21",
               "newValue": "1.23",
               "newVersion": "1.23",
               "packageFile": "Dockerfile.dev",
               "updateType": "minor",
               "packageName": "golang"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "prNo": 22,
           "prTitle": "Update module github.com/stretchr/testify to v1.10.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/stretchr/testify",
               "displayPending": "",
               "fixedVersion": "v1.9.0",
               "currentVersion": "v1.9.0",
               "currentValue": "v1.9.0",
               "newValue": "v1.10.0",
               "newVersion": "v1.10.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/stretchr/testify"
             }
           ]
         },
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": 23,
           "prTitle": "Update dependency cypress to v14",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "currentVersion": "13.17.0",
               "currentValue": "^13.15.1",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         },
         {
           "branchName": "renovate/husky-9.x",
           "prNo": 13,
           "prTitle": "Update dependency husky to v9",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "husky",
               "displayPending": "",
               "currentVersion": "8.0.3",
               "currentValue": "^8.0.1",
               "newValue": "^9.0.0",
               "newVersion": "9.1.7",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "husky"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "stats": {"total": 8, "open": 5, "closed": 3, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
DEBUG: repository problems (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "splits": {"init": 1510, "extract": 176, "lookup": 1104, "onboarding": 0, "update": 4937},
       "total": 7741
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "get": {"count": 11, "avgMs": 25, "medianMs": 23, "maxMs": 57, "totalMs": 277},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "hosts": {
         "repo1.dso.mil": {
           "count": 14,
           "reqAvgMs": 241,
           "reqMedianMs": 216,
           "reqMaxMs": 457,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 14
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "https://registry.npmjs.org": {
         "/cypress": {"hit": 0, "miss": 0, "localHit": 1},
         "/husky": {"hit": 0, "miss": 0, "localHit": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "golang-version": {"count": 1, "avgMs": 13, "medianMs": 13, "maxMs": 13, "totalMs": 13},
       "go": {"count": 5, "avgMs": 23, "medianMs": 25, "maxMs": 27, "totalMs": 115},
       "npm": {"count": 2, "avgMs": 47, "medianMs": 57, "maxMs": 57, "totalMs": 93},
       "docker": {"count": 2, "avgMs": 537, "medianMs": 1028, "maxMs": 1028, "totalMs": 1073}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-twistlock-project-analysis)
       "cloned": true,
       "durationMs": 7741
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-fortify-project-analysis (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: big-bang/apps/sandbox/holocron/collector-fortify-project-analysis default branch = main (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/holocron/collector-fortify-project-analysis.git (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-fortify-project-analysis (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "durationMs": 676
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "latestCommit": {
         "hash": "12108a4edfa98c19f1c55a0085ebddd824153547",
         "date": "2024-09-23T19:02:07+00:00",
         "message": "Merge branch 'api_test_update' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "use struct to help api tests\n\nSee merge request big-bang/apps/sandbox/holocron/collector-fortify-project-analysis!65",
         "author_name": "Benjamin Regan",
         "author_email": "ben.regan@omnifederal.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Repository config (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-09-23T19:02:07+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Matched 2 file(s) for manager dockerfile: Dockerfile, Dockerfile.dev (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Matched 1 file(s) for manager gomod: go.mod (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Matched 1 file(s) for manager npm: package.json (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: npm file package.json has name "collector-template" (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
       "managers": {"gomod": 1, "dockerfile": 3, "npm": 2}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Found gomod package files (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "gomod": {"fileCount": 1, "depCount": 20},
           "npm": {"fileCount": 1, "depCount": 2}
         },
         "total": {"fileCount": 4, "depCount": 24}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgpassfile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgservicefile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jackc/pgx/v5, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jackc/puddle/v2, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jinzhu/inflection, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/jinzhu/now, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/kr/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/rogpeppe/go-internal, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: github.com/stretchr/objx, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: golang.org/x/sync, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Dependency: gopkg.in/yaml.v3, is disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: 3 flattened updates found: github.com/stretchr/testify, gorm.io/driver/postgres, cypress (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: Returning 3 branch(es) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "currentValue": "1.21.13",
                 "replaceString": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21:1.21.13",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.21",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/golang",
                 "lookupName": "ironbank/google/golang/ubi9/golang-1.21",
                 "currentVersion": "1.21.13",
                 "fixedVersion": "1.21.13"
               }
             ],
             "packageFile": "Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "golang",
                 "currentValue": "1.23",
                 "replaceString": "golang:1.23",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "golang",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/golang",
                 "currentVersion": "1.23",
                 "currentVersionTimestamp": "2025-01-22T03:23:56.348Z",
                 "currentVersionAgeInDays": 12,
                 "fixedVersion": "1.23"
               }
             ],
             "packageFile": "Dockerfile.dev"
           }
         ],
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.21",
                 "managerData": {"lineNumber": 2},
                 "updates": [],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.5",
                 "currentVersionTimestamp": "2025-01-16T00:00:00.000Z",
                 "currentVersionAgeInDays": 18
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/DATA-DOG/go-sqlmock",
                 "currentValue": "v1.5.2",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "updates": [],
                 "packageName": "github.com/DATA-DOG/go-sqlmock",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DATA-DOG/go-sqlmock",
                 "currentVersion": "v1.5.2",
                 "currentVersionTimestamp": "2024-01-06T21:33:25.000Z",
                 "currentVersionAgeInDays": 393,
                 "fixedVersion": "v1.5.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.9.0",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.10.0",
                     "newValue": "v1.10.0",
                     "releaseTimestamp": "2024-11-12T22:58:45.000Z",
                     "newVersionAgeInDays": 82,
                     "newMajor": 1,
                     "newMinor": 10,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-stretchr-testify-1.x"
                   }
                 ],
                 "packageName": "github.com/stretchr/testify",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stretchr/testify",
                 "currentVersion": "v1.9.0",
                 "currentVersionTimestamp": "2024-02-29T14:36:18.000Z",
                 "currentVersionAgeInDays": 339,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.9.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/driver/postgres",
                 "currentValue": "v1.5.9",
                 "managerData": {"multiLine": true, "lineNumber": 7},
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.5.11",
                     "newValue": "v1.5.11",
                     "releaseTimestamp": "2024-12-02T06:34:29.000Z",
                     "newVersionAgeInDays": 63,
                     "newMajor": 1,
                     "newMinor": 5,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/gorm.io-driver-postgres-1.x"
                   }
                 ],
                 "packageName": "gorm.io/driver/postgres",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/postgres",
                 "currentVersion": "v1.5.9",
                 "currentVersionTimestamp": "2024-06-12T07:08:11.000Z",
                 "currentVersionAgeInDays": 236,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.5.9"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/gorm",
                 "currentValue": "v1.25.12",
                 "managerData": {"multiLine": true, "lineNumber": 8},
                 "updates": [],
                 "packageName": "gorm.io/gorm",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/gorm",
                 "currentVersion": "v1.25.12",
                 "currentVersionTimestamp": "2024-08-22T11:03:42.000Z",
                 "currentVersionAgeInDays": 164,
                 "fixedVersion": "v1.25.12"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 12},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgpassfile",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 13},
                 "updates": [],
                 "packageName": "github.com/jackc/pgpassfile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgservicefile",
                 "currentValue": "v0.0.0-20240606120523-5a60cdf6a761",
                 "currentDigest": "5a60cdf6a761",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "updates": [],
                 "packageName": "github.com/jackc/pgservicefile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgx/v5",
                 "currentValue": "v5.7.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [],
                 "packageName": "github.com/jackc/pgx/v5",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/puddle/v2",
                 "currentValue": "v2.2.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "updates": [],
                 "packageName": "github.com/jackc/puddle/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/inflection",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [],
                 "packageName": "github.com/jinzhu/inflection",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/now",
                 "currentValue": "v1.1.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "updates": [],
                 "packageName": "github.com/jinzhu/now",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/kr/text",
                 "currentValue": "v0.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 19},
                 "updates": [],
                 "packageName": "github.com/kr/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pmezard/go-difflib",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 20},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/rogpeppe/go-internal",
                 "currentValue": "v1.12.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 21},
                 "updates": [],
                 "packageName": "github.com/rogpeppe/go-internal",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/stretchr/objx",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "github.com/stretchr/objx",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.27.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.18.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 26},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "go.mod"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "devDependencies",
                 "depName": "cypress",
                 "currentValue": "^13.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/cypress-14.x"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "13.17.0",
                 "currentVersionTimestamp": "2024-12-17T18:32:28.633Z",
                 "currentVersionAgeInDays": 47,
                 "isSingleVersion": false
               },
               {
                 "depType": "devDependencies",
                 "depName": "husky",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [],
                 "packageName": "husky",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typicode/husky",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.1.7",
                 "currentVersionTimestamp": "2024-11-18T15:28:26.026Z",
                 "currentVersionAgeInDays": 76
               }
             ],
             "extractedConstraints": {},
             "packageFileVersion": "1.0.0",
             "managerData": {
               "packageJsonName": "collector-template",
               "hasPackageManager": false,
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "package.json"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Processing 3 branches: renovate/cypress-14.x, renovate/github.com-stretchr-testify-1.x, renovate/gorm.io-driver-postgres-1.x (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getPr(66) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getMR(66) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getPr(68) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getMR(68) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: 2 PRs are currently open (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: PR concurrent limit remaining: 8 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: 3 already existing branches found: renovate/gorm.io-driver-postgres-1.x,renovate/github.com-stretchr-testify-1.x,renovate/cypress-14.x (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Branch concurrent limit remaining: 7 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getPr(66) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getMR(66) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:08:59.730Z) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: isBranchConflicted(main, renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "branchName": "main",
       "latestCommitDate": "2024-09-23T19:02:07+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: gomod.updateDependency: v1.5.11 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "branchName": "main",
       "latestCommitDate": "2024-09-23T19:02:07+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getPr(66) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getMR(66) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Fetching changelog: https://github.com/go-gorm/postgres (v1.5.9 -> v1.5.11) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "manager": "gomod",
       "packageName": "gorm.io/driver/postgres",
       "sourceUrl": "https://github.com/go-gorm/postgres"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "prTitle": "Update module gorm.io/driver/postgres to v1.5.11"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
       "pr": 66,
       "prTitle": "Update module gorm.io/driver/postgres to v1.5.11"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, Update module github.com/stretchr/testify to v1.10.0, !open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified() = true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "renovate/github.com-stretchr-testify-1.x",
       "unrecognizedAuthors": ["alfredo.diaz@omnifederal.com"]
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, !open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch has been edited but found no PR - skipping (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getPr(68) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getMR(68) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:09:00.728Z) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: isBranchConflicted(main, renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "branchName": "main",
       "latestCommitDate": "2024-09-23T19:02:07+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: npm.updateDependency(): devDependencies.cypress = ^14.0.0 (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "branchName": "main",
       "latestCommitDate": "2024-09-23T19:02:07+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getPr(68) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getMR(68) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Fetching changelog: https://github.com/cypress-io/cypress (13.17.0 -> 14.0.1) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "manager": "npm",
       "packageName": "cypress",
       "sourceUrl": "https://github.com/cypress-io/cypress"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "prTitle": "Update dependency cypress to v14"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
       "pr": 68,
       "prTitle": "Update dependency cypress to v14"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getPr(66) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getMR(66) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getPr(68) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: getMR(68) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "branchList": [
         "renovate/cypress-14.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/gorm.io-driver-postgres-1.x"
       ],
       "renovateBranches": [
         "renovate/cypress-14.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/gorm.io-driver-postgres-1.x"
       ]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Repo is activated (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "12108a4edfa98c19f1c55a0085ebddd824153547"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "12108a4edfa98c19f1c55a0085ebddd824153547",
           "branchName": "renovate/gorm.io-driver-postgres-1.x",
           "branchSha": "45f08fce34589b1e83a1e19aa24cf4a826d421c1",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "12108a4edfa98c19f1c55a0085ebddd824153547",
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "branchSha": "4d764a96ad1c37785d6f16bc30fa4dcf05d527eb",
           "isModified": true,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "12108a4edfa98c19f1c55a0085ebddd824153547",
           "branchName": "renovate/cypress-14.x",
           "branchSha": "d4b7c5048fda53595b48f7cc3fdbc61ed635168a",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "branchesInformation": [
         {
           "branchName": "renovate/gorm.io-driver-postgres-1.x",
           "prNo": 66,
           "prTitle": "Update module gorm.io/driver/postgres to v1.5.11",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "gorm.io/driver/postgres",
               "displayPending": "",
               "fixedVersion": "v1.5.9",
               "currentVersion": "v1.5.9",
               "currentValue": "v1.5.9",
               "newValue": "v1.5.11",
               "newVersion": "v1.5.11",
               "packageFile": "go.mod",
               "updateType": "patch",
               "packageName": "gorm.io/driver/postgres"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "prNo": null,
           "prTitle": "Update module github.com/stretchr/testify to v1.10.0",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/stretchr/testify",
               "displayPending": "",
               "fixedVersion": "v1.9.0",
               "currentVersion": "v1.9.0",
               "currentValue": "v1.9.0",
               "newValue": "v1.10.0",
               "newVersion": "v1.10.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/stretchr/testify"
             }
           ]
         },
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": 68,
           "prTitle": "Update dependency cypress to v14",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "currentVersion": "13.17.0",
               "currentValue": "^13.0.0",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "stats": {"total": 5, "open": 2, "closed": 1, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
DEBUG: repository problems (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "splits": {"init": 2369, "extract": 176, "lookup": 1089, "onboarding": 0, "update": 2108},
       "total": 5753
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "get": {"count": 10, "avgMs": 26, "medianMs": 25, "maxMs": 53, "totalMs": 256},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "hosts": {
         "repo1.dso.mil": {
           "count": 8,
           "reqAvgMs": 323,
           "reqMedianMs": 263,
           "reqMaxMs": 904,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 8
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "https://registry.npmjs.org": {
         "/cypress": {"hit": 0, "miss": 0, "localHit": 1},
         "/husky": {"hit": 0, "miss": 0, "localHit": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "golang-version": {"count": 1, "avgMs": 12, "medianMs": 12, "maxMs": 12, "totalMs": 12},
       "go": {"count": 4, "avgMs": 24, "medianMs": 25, "maxMs": 27, "totalMs": 96},
       "npm": {"count": 2, "avgMs": 41, "medianMs": 45, "maxMs": 45, "totalMs": 81},
       "docker": {"count": 2, "avgMs": 542, "medianMs": 1033, "maxMs": 1033, "totalMs": 1084}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-fortify-project-analysis)
       "cloned": true,
       "durationMs": 5753
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/image-scraper)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/image-scraper (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: big-bang/apps/sandbox/image-scraper default branch = main (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/image-scraper.git (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fimage-scraper/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=68) (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/image-scraper)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fimage-scraper/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/image-scraper (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/image-scraper)
       "durationMs": 499
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/image-scraper)
       "latestCommit": {
         "hash": "0bb96bbc01774e63dcab26a7ff549c892cc748d0",
         "date": "2024-02-08T00:12:31+00:00",
         "message": "Merge branch 'script-typo-fix' into 'main'",
         "refs": "HEAD -> main, tag: 1.0.1, origin/main, origin/HEAD",
         "body": "Fix typo in script\n\nSee merge request big-bang/apps/sandbox/image-scraper!14",
         "author_name": "Matthew Gunter",
         "author_email": "mgunter@rackner.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: config file not found (repository=big-bang/apps/sandbox/image-scraper)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/image-scraper)
       "splits": {},
       "total": 1062
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/image-scraper)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/image-scraper)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 79,
           "reqMedianMs": 68,
           "reqMaxMs": 108,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/image-scraper)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/image-scraper)
 INFO: Repository finished (repository=big-bang/apps/sandbox/image-scraper)
       "cloned": true,
       "durationMs": 1062
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/edge/bigbang-edge-beacon)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/bigbang-edge-beacon (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: big-bang/edge/bigbang-edge-beacon default branch = main (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Enabling Git FS (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/edge/bigbang-edge-beacon.git (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Resetting npmrc (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Resetting npmrc (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: checkOnboarding() (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: isOnboarded() (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: findFile(renovate.json) (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/bigbang-edge-beacon (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Performing blobless clone (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: git clone completed (repository=big-bang/edge/bigbang-edge-beacon)
       "durationMs": 914
DEBUG: latest repository commit (repository=big-bang/edge/bigbang-edge-beacon)
       "latestCommit": {
         "hash": "267ed7a6a4f196844bb72f556636cb48b2d21d0b",
         "date": "2024-10-24T20:56:22+00:00",
         "message": "Merge branch 'troubleshootingadditions' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "add troubleshooting instructions\n\nSee merge request big-bang/edge/bigbang-edge-beacon!38",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Repo is onboarded (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Found renovate.json config file (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Repository config (repository=big-bang/edge/bigbang-edge-beacon)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: No config migration necessary (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Found repo ignorePaths (repository=big-bang/edge/bigbang-edge-beacon)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: baseBranches (repository=big-bang/edge/bigbang-edge-beacon)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: extract() (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-10-24T20:56:22+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Matched 1 file(s) for manager dockerfile: docker/Dockerfile (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helm-values: chart/values.yaml, k3dlighthouse/values.yaml (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Chart has no dependencies in chart/Chart.yaml (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
       "managers": {"dockerfile": 1, "helmv3": 1, "helm-values": 6}
DEBUG: Found dockerfile package files (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Found helm-values package files (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 1, "depCount": 1},
           "helm-values": {"fileCount": 2, "depCount": 2}
         },
         "total": {"fileCount": 3, "depCount": 3}
       }
DEBUG: baseBranch: main (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Dependency gcr.io/distroless/static has unsupported/unversioned value latest (versioning=docker) (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Skipping gcr.io/distroless/static because no currentDigest or pinDigests (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/big-bang/lighthouse, latest) (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/lighthouse, latest, get) (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank-staging/big-bang/lighthouse, ibci-3916887-amd64) (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank-staging/big-bang/lighthouse, ibci-3916887-amd64, get) (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916887",
         "mil.dso.ironbank.image.keywords": "lighthouse",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Big Bang Edge",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:45:54+00:00",
         "org.opencontainers.image.description": "Lighthouse container for Big Bang Edge nebula network",
         "org.opencontainers.image.licenses": "Apache V2",
         "org.opencontainers.image.revision": "f899bb3b2ccd6509248ad1cc8aeb8921df7e0993",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/big-bang/edge/lighthouse",
         "org.opencontainers.image.title": "Big Bang Edge Nebula Lighthouse Image",
         "org.opencontainers.image.url": "https://github.com/slackhq/nebula",
         "org.opencontainers.image.vendor": "Big Bang",
         "org.opencontainers.image.version": "1.9.5",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
 INFO: Found no results from datasource that look like a version (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main, dependency=registry1.dso.mil/ironbank-staging/big-bang/lighthouse)
       "result": {
         "registryUrl": "https://registry1.dso.mil",
         "releases": [],
         "lookupName": "ironbank-staging/big-bang/lighthouse",
         "gitRef": "f899bb3b2ccd6509248ad1cc8aeb8921df7e0993",
         "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/edge/lighthouse",
         "homepage": "https://github.com/slackhq/nebula"
       }
DEBUG: found labels in manifest (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:82380e334cba46e1d42f224ce4858a7d6610435f280650054680538dedc83a94",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4",
         "architecture": "x86_64",
         "build-date": "2024-08-27T13:56:46",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.35.4",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3599618",
         "mil.dso.ironbank.image.keywords": "lighthouse",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4@sha256:f7421a72db2d90cdd9c4369e04907a92325b8725cf28e1f9719554ce9f8703df",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Big Bang Edge",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2024-09-11 01:09:10+00:00",
         "org.opencontainers.image.description": "Lighthouse container for Big Bang Edge nebula network",
         "org.opencontainers.image.licenses": "Apache V2",
         "org.opencontainers.image.revision": "4dd5073cc5dbf3f54241139fc45f8ee1dbde31fc",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/big-bang/edge/lighthouse",
         "org.opencontainers.image.title": "Big Bang Edge Nebula Lighthouse Image",
         "org.opencontainers.image.url": "https://github.com/slackhq/nebula",
         "org.opencontainers.image.vendor": "Big Bang",
         "org.opencontainers.image.version": "1.9.3",
         "release": "1227",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-1227",
         "vcs-ref": "94baa7760359088a42ad33dc22d329a5ee2c7209",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/edge/bigbang-edge-beacon, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "gcr.io/distroless/static",
                 "currentValue": "latest",
                 "replaceString": "gcr.io/distroless/static:latest",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "gcr.io/distroless/static",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "docker/Dockerfile"
           }
         ],
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank-staging/big-bang/lighthouse",
                 "currentValue": "1.9.3",
                 "datasource": "docker",
                 "replaceString": "1.9.3",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank-staging/big-bang/lighthouse",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/edge/lighthouse",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/slackhq/nebula",
                 "lookupName": "ironbank-staging/big-bang/lighthouse"
               }
             ],
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/lighthouse",
                 "currentValue": "1.9.3",
                 "datasource": "docker",
                 "replaceString": "1.9.3",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/lighthouse",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/edge/lighthouse",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/slackhq/nebula",
                 "lookupName": "ironbank/big-bang/lighthouse",
                 "currentVersion": "1.9.3",
                 "fixedVersion": "1.9.3"
               }
             ],
             "packageFile": "k3dlighthouse/values.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: processRepo() (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Processing 0 branches:  (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: 0 PRs are currently open (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: PullRequests limit = 2 (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: 0 already existing branches found:  (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Branches limit = 2 (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Config does not need migration (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: ensureDependencyDashboard() (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Closing Dependency Dashboard (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: validateReconfigureBranch() (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: No reconfigure branch found (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Removing any stale branches (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: No renovate branches found (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Repo is activated (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Branch summary (repository=big-bang/edge/bigbang-edge-beacon)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "267ed7a6a4f196844bb72f556636cb48b2d21d0b"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/edge/bigbang-edge-beacon)
       "stats": {"total": 12, "open": 0, "closed": 3, "merged": 9}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/edge/bigbang-edge-beacon)
       "splits": {"init": 2496, "extract": 198, "lookup": 408, "onboarding": 0, "update": 2},
       "total": 3120
DEBUG: Package cache statistics (repository=big-bang/edge/bigbang-edge-beacon)
       "get": {"count": 6, "avgMs": 1, "medianMs": 0, "maxMs": 3, "totalMs": 3},
       "set": {"count": 6, "avgMs": 3, "medianMs": 3, "maxMs": 4, "totalMs": 18}
DEBUG: HTTP statistics (repository=big-bang/edge/bigbang-edge-beacon)
       "hosts": {
         "registry1.dso.mil": {
           "count": 11,
           "reqAvgMs": 39,
           "reqMedianMs": 25,
           "reqMaxMs": 179,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 302,
           "reqMedianMs": 164,
           "reqMaxMs": 845,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 15
DEBUG: HTTP cache statistics (repository=big-bang/edge/bigbang-edge-beacon)
DEBUG: Lookup statistics (repository=big-bang/edge/bigbang-edge-beacon)
       "docker": {"count": 3, "avgMs": 218, "medianMs": 267, "maxMs": 387, "totalMs": 655}
 INFO: Repository finished (repository=big-bang/edge/bigbang-edge-beacon)
       "cloned": true,
       "durationMs": 3120
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/edge/bigbang-edge-controller)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/bigbang-edge-controller (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: big-bang/edge/bigbang-edge-controller default branch = main (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Enabling Git FS (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/edge/bigbang-edge-controller.git (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Resetting npmrc (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Resetting npmrc (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: checkOnboarding() (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: isOnboarded() (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findFile(renovate.json) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/edge/bigbang-edge-controller (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Performing blobless clone (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: git clone completed (repository=big-bang/edge/bigbang-edge-controller)
       "durationMs": 1032
DEBUG: latest repository commit (repository=big-bang/edge/bigbang-edge-controller)
       "latestCommit": {
         "hash": "9be3e6f1ec158029d5452b1675d7c433619da7f7",
         "date": "2025-01-30T17:10:59+00:00",
         "message": "Merge branch 'nexus-gpg-patch' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Nexus gpg patch\n\nCloses #227\n\nSee merge request big-bang/edge/bigbang-edge-controller!213",
         "author_name": "Brian Friend",
         "author_email": "bfriend@vivsoft.io"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Repo is onboarded (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Found renovate.json config file (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Repository config (repository=big-bang/edge/bigbang-edge-controller)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: No config migration necessary (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Found repo ignorePaths (repository=big-bang/edge/bigbang-edge-controller)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: baseBranches (repository=big-bang/edge/bigbang-edge-controller)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: extract() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Matched 33 file(s) for manager ansible: containers/bigbangedge/molecule/default/tasks/bigbang_test.yml, containers/bigbangedge/molecule/default/tasks/opnsense_test.yml, containers/bigbangedge/molecule/default/tasks/proxmox_test.yml, containers/bigbangedge/molecule/default/tasks/pxe_test.yml, containers/bigbangedge/molecule/default/tasks/redfish_test.yml, containers/bigbangedge/molecule/default/tasks/rke2_test.yml, containers/bigbangedge/molecule/default/tasks/s3_test.yml, containers/bigbangedge/roles/bigbang/tasks/main.yml, containers/bigbangedge/roles/check_dependencies/tasks/check_dependencies.yml, containers/bigbangedge/roles/check_dependencies/tasks/main.yml, containers/bigbangedge/roles/common/tasks/main.yml, containers/bigbangedge/roles/opnsense/tasks/opnsense_image_build_fw1.yml, containers/bigbangedge/roles/opnsense/tasks/opnsense_image_build_fw2.yml, containers/bigbangedge/roles/opnsense/tasks/opnsense_vm1_start.yml, containers/bigbangedge/roles/opnsense/tasks/opnsense_vm2_start.yml, containers/bigbangedge/roles/proxmox/tasks/collect_ceph_info.yml, containers/bigbangedge/roles/proxmox/tasks/proxmox_configure_if.yml, containers/bigbangedge/roles/proxmox/tasks/proxmox_monitoring.yml, containers/bigbangedge/roles/proxmox/tasks/redfish_force_boot.yml, containers/bigbangedge/roles/pxe/tasks/main.yml, containers/bigbangedge/roles/redfish/tasks/main.yml, containers/bigbangedge/roles/redfish/tasks/ping_sweep.yml, containers/bigbangedge/roles/rke2/tasks/base_iso.yml, containers/bigbangedge/roles/rke2/tasks/deploy_cluster.yml, containers/bigbangedge/roles/rke2/tasks/download_rke2_build_artifacts.yml, containers/bigbangedge/roles/rke2/tasks/main.yml, containers/bigbangedge/roles/rke2/tasks/rke2_image_build.yml, containers/bigbangedge/roles/rke2/tasks/setup_charts.yml, containers/bigbangedge/roles/rke2/tasks/setup_images.yml, containers/bigbangedge/roles/rke2/tasks/setup_snippets.yml, containers/bigbangedge/roles/s3/tasks/s3_collect_info.yml, containers/bigbangedge/roles/s3/tasks/s3_radosgw_install.yml, containers/bigbangedge/roles/s3/tasks/s3_radosgw_keyring.yml (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Matched 1 file(s) for manager ansible-galaxy: containers/bigbangedge/requirements.yml (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Matched 2 file(s) for manager dockerfile: containers/babu/Dockerfile, containers/bigbangedge/Dockerfile (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-requirements: containers/bigbangedge/requirements.yml (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Matched 9 file(s) for manager kustomize: containers/bigbangedge/config/crd/kustomization.yaml, containers/bigbangedge/config/default/kustomization.yaml, containers/bigbangedge/config/manager/kustomization.yaml, containers/bigbangedge/config/manifests/kustomization.yaml, containers/bigbangedge/config/prometheus/kustomization.yaml, containers/bigbangedge/config/rbac/kustomization.yaml, containers/bigbangedge/config/samples/kustomization.yaml, containers/bigbangedge/config/scorecard/kustomization.yaml, containers/bigbangedge/config/testing/kustomization.yaml (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Matched 1 file(s) for manager pip_requirements: containers/babu/requirements.txt (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: requirements.yaml has no dependencies (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/bigbangedge/requirements.yml)
DEBUG: manager extract durations (ms) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
       "managers": {
         "ansible-galaxy": 3,
         "helm-requirements": 7,
         "pip_requirements": 6,
         "dockerfile": 9,
         "kustomize": 15,
         "ansible": 24
       }
DEBUG: Found ansible-galaxy package files (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Found dockerfile package files (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Found kustomize package files (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Found pip_requirements package files (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Found 6 package file(s) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
       "stats": {
         "managers": {
           "ansible-galaxy": {"fileCount": 1, "depCount": 10},
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "kustomize": {"fileCount": 2, "depCount": 2},
           "pip_requirements": {"fileCount": 1, "depCount": 8}
         },
         "total": {"fileCount": 6, "depCount": 22}
       }
DEBUG: baseBranch: main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: hostRules: no authentication for pypi.org (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using queue: host=pypi.org, concurrency=16 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using queue: host=galaxy.ansible.com, concurrency=16 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using queue: host=quay.io, concurrency=16 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using queue: host=registry1.yodabox.network, concurrency=16 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: getLabels(https://quay.io, operator-framework/ansible-operator, latest) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: getManifestResponse(https://quay.io, operator-framework/ansible-operator, latest, get) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, library/rockylinux, 9) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Docker Hub library image - skipping label lookup (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: getManifestResponse(https://quay.io, operator-framework/ansible-operator, sha256:d0cfa04b4f6f3cb9e3f70beb3e9a9c7555bd3ee1e6f6f28811861f0d3216f245, get) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
       "labels": {
         "architecture": "x86_64",
         "build-date": "2023-06-23T02:02:46",
         "com.redhat.component": "ubi8-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "git_commit": "b247ac8390699c2773625b321a55b2240c5ce3c0",
         "io.buildah.version": "1.29.0",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel8",
         "maintainer": "Red Hat, Inc.",
         "name": "ubi8",
         "release": "1009",
         "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.8-1009",
         "vcs-ref": "384f2bb33eebab960262e967aa16d01fe2dbebff",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.8"
       }
DEBUG: GET https://registry1.yodabox.network/v2/edgecompute.platformone.dso.mil/bigbangedge/tags/list?n=10000 = (code=ENOTFOUND, statusCode=-1 retryCount=2, duration=5) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
 WARN: Error obtaining docker token (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
       "registryHost": "https://registry1.yodabox.network:443",
       "dockerRepository": "edgecompute.platformone.dso.mil/bigbangedge",
       "err": {
         "name": "RequestError",
         "code": "ENOTFOUND",
         "timings": {
           "start": 1738566552631,
           "socket": 1738566552631,
           "lookup": 1738566552636,
           "error": 1738566552636,
           "phases": {"wait": 0, "dns": 5, "total": 5}
         },
         "message": "getaddrinfo ENOTFOUND registry1.yodabox.network",
         "stack": "RequestError: getaddrinfo ENOTFOUND registry1.yodabox.network\n    at ClientRequest.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/core/index.js:970:111)\n    at Object.onceWrapper (node:events:633:26)\n    at ClientRequest.emit (node:events:530:35)\n    at ClientRequest.emit (node:domain:489:12)\n    at ClientRequest.origin.emit (/usr/local/renovate/node_modules/.pnpm/@szmarczak+http-timer@4.0.6/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)\n    at emitErrorEvent (node:_http_client:103:11)\n    at TLSSocket.socketErrorListener (node:_http_client:506:5)\n    at TLSSocket.emit (node:events:518:28)\n    at TLSSocket.emit (node:domain:489:12)\n    at emitErrorNT (node:internal/streams/destroy:170:8)\n    at emitErrorCloseNT (node:internal/streams/destroy:129:3)\n    at processTicksAndRejections (node:internal/process/task_queues:90:21)\n    at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://registry1.yodabox.network/v2/edgecompute.platformone.dso.mil/bigbangedge/tags/list?n=10000",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         }
       }
DEBUG: Failed to get authHeaders for getTags lookup (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Failed to look up docker package registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/bigbangedge/config/manager/kustomization.yaml, dependency=registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge)
DEBUG: Found no satisfying versions with 'pep440' versioning (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Found no satisfying versions with 'pep440' versioning (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Found no satisfying versions with 'pep440' versioning (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Found no satisfying versions with 'pep440' versioning (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: 23 flattened updates found: kubernetes.core, kubernetes.core, cloud.common, cloud.common, community.docker, community.docker, community.general, community.general, ansible.posix, ansible.posix, ansible.netcommon, ansible.netcommon, containers.podman, lae.proxmox, geerlingguy.ntp, rockylinux, quay.io/operator-framework/ansible-operator, fastapi, kubernetes, pydantic, python-multipart, PyYAML, uvicorn (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: Returning 22 branch(es) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main)
       "config": {
         "ansible-galaxy": [
           {
             "deps": [
               {
                 "depType": "galaxy-collection",
                 "currentValue": "0.5.0",
                 "depName": "operator_sdk.util",
                 "datasource": "galaxy-collection",
                 "updates": [],
                 "packageName": "operator_sdk.util",
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/operator-framework/operator-sdk-ansible-util",
                 "registryUrl": "https://galaxy.ansible.com/api",
                 "currentVersion": "0.5.0",
                 "fixedVersion": "0.5.0"
               },
               {
                 "depType": "galaxy-collection",
                 "currentValue": "2.4.0",
                 "depName": "kubernetes.core",
                 "datasource": "galaxy-collection",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.4.2",
                     "newValue": "2.4.2",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/kubernetes-core-2.4.2.tar.gz",
                     "newDigest": "fe676c60bcf38a3244cd594f8b2099fbf264b6727a425cdaef437cf3934c89b5",
                     "newMajor": 2,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/kubernetes.core-2.x"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "5.1.0",
                     "newValue": "5.1.0",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/kubernetes-core-5.1.0.tar.gz",
                     "newDigest": "ad2b78821d9529df3a702a4712e5708fa950ca715cb1b3c0fa27dcbb2287f561",
                     "newMajor": 5,
                     "newMinor": 1,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/kubernetes.core-5.x"
                   }
                 ],
                 "packageName": "kubernetes.core",
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/ansible-collections/kubernetes.core",
                 "registryUrl": "https://galaxy.ansible.com/api",
                 "currentVersion": "2.4.0",
                 "isSingleVersion": true,
                 "fixedVersion": "2.4.0"
               },
               {
                 "depType": "galaxy-collection",
                 "currentValue": "2.1.1",
                 "depName": "cloud.common",
                 "datasource": "galaxy-collection",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.1.4",
                     "newValue": "2.1.4",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/cloud-common-2.1.4.tar.gz",
                     "newDigest": "4ddf053f0e4e5612cb83060145c7e78d54fa7e8969a85e4698a8fb08a16e3745",
                     "newMajor": 2,
                     "newMinor": 1,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/cloud.common-2.x"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "4.0.0",
                     "newValue": "4.0.0",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/cloud-common-4.0.0.tar.gz",
                     "newDigest": "af4c69d27ab3190f551cd84a3b092aad28d2fd1ec697c14523cf494e3403d969",
                     "newMajor": 4,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/cloud.common-4.x"
                   }
                 ],
                 "packageName": "cloud.common",
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/ansible-collections/cloud.common",
                 "registryUrl": "https://galaxy.ansible.com/api",
                 "currentVersion": "2.1.1",
                 "isSingleVersion": true,
                 "fixedVersion": "2.1.1"
               },
               {
                 "depType": "galaxy-collection",
                 "currentValue": "3.11.0",
                 "depName": "community.docker",
                 "datasource": "galaxy-collection",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "3.13.5",
                     "newValue": "3.13.5",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-docker-3.13.5.tar.gz",
                     "newDigest": "309a7e30d70f0be6e24aedc12e92442b0761f5a55ce89ef57bca4af0a3d7dd2d",
                     "newMajor": 3,
                     "newMinor": 13,
                     "newPatch": 5,
                     "updateType": "minor",
                     "branchName": "renovate/community.docker-3.x"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "4.3.1",
                     "newValue": "4.3.1",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-docker-4.3.1.tar.gz",
                     "newDigest": "a0b3754077d90d448c25eeb366275d120a788f7fda39aa5b940005780fef113b",
                     "newMajor": 4,
                     "newMinor": 3,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/community.docker-4.x"
                   }
                 ],
                 "packageName": "community.docker",
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/ansible-collections/community.docker",
                 "registryUrl": "https://galaxy.ansible.com/api",
                 "currentVersion": "3.11.0",
                 "isSingleVersion": true,
                 "fixedVersion": "3.11.0"
               },
               {
                 "depType": "galaxy-collection",
                 "currentValue": "8.3.0",
                 "depName": "community.general",
                 "datasource": "galaxy-collection",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "8.6.10",
                     "newValue": "8.6.10",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-general-8.6.10.tar.gz",
                     "newDigest": "fd92ddea1ef8a2214aebbd92ea893ab3130e1661beea2aae999e3d6f0ed19f4f",
                     "newMajor": 8,
                     "newMinor": 6,
                     "newPatch": 10,
                     "updateType": "minor",
                     "branchName": "renovate/community.general-8.x"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "10.3.0",
                     "newValue": "10.3.0",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/community-general-10.3.0.tar.gz",
                     "newDigest": "f1df87cca61c7c22aa1d66fbb3864185da71d0141f825a1385b8c4b7a635b129",
                     "newMajor": 10,
                     "newMinor": 3,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/community.general-10.x"
                   }
                 ],
                 "packageName": "community.general",
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/ansible-collections/community.general",
                 "registryUrl": "https://galaxy.ansible.com/api",
                 "currentVersion": "8.3.0",
                 "isSingleVersion": true,
                 "fixedVersion": "8.3.0"
               },
               {
                 "depType": "galaxy-collection",
                 "currentValue": "1.5.4",
                 "depName": "ansible.posix",
                 "datasource": "galaxy-collection",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.6.2",
                     "newValue": "1.6.2",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/ansible-posix-1.6.2.tar.gz",
                     "newDigest": "3c6b4d4f326cb42490b75644179e809ed09f3040ddaf0763bd6ea9e0f2ef8c47",
                     "newMajor": 1,
                     "newMinor": 6,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ansible.posix-1.x"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "2.0.0",
                     "newValue": "2.0.0",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/ansible-posix-2.0.0.tar.gz",
                     "newDigest": "f3c0057cf2269bbcdfb6f9ef6f979d2f15d673335772832594af101b435ca921",
                     "newMajor": 2,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/ansible.posix-2.x"
                   }
                 ],
                 "packageName": "ansible.posix",
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/ansible-collections/ansible.posix",
                 "registryUrl": "https://galaxy.ansible.com/api",
                 "currentVersion": "1.5.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.5.4"
               },
               {
                 "depType": "galaxy-collection",
                 "currentValue": "6.0.0",
                 "depName": "ansible.netcommon",
                 "datasource": "galaxy-collection",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "6.1.3",
                     "newValue": "6.1.3",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/ansible-netcommon-6.1.3.tar.gz",
                     "newDigest": "bc008c10d9bc02a9ec159fcca3d165b7cd272501d2d0ea729a51b516d87a9d7a",
                     "newMajor": 6,
                     "newMinor": 1,
                     "newPatch": 3,
                     "updateType": "minor",
                     "branchName": "renovate/ansible.netcommon-6.x"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "7.1.0",
                     "newValue": "7.1.0",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/ansible-netcommon-7.1.0.tar.gz",
                     "newDigest": "37bfc10532c316ac702b9ffe9a41193321bb4fb6cbc4e0764b29f3ab69896ffb",
                     "newMajor": 7,
                     "newMinor": 1,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/ansible.netcommon-7.x"
                   }
                 ],
                 "packageName": "ansible.netcommon",
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/ansible-collections/ansible.netcommon",
                 "registryUrl": "https://galaxy.ansible.com/api",
                 "currentVersion": "6.0.0",
                 "isSingleVersion": true,
                 "fixedVersion": "6.0.0"
               },
               {
                 "depType": "galaxy-collection",
                 "currentValue": "1.15.4",
                 "depName": "containers.podman",
                 "datasource": "galaxy-collection",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.16.3",
                     "newValue": "1.16.3",
                     "downloadUrl": "https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/containers-podman-1.16.3.tar.gz",
                     "newDigest": "2f48a06782619fa7eb9b76b2bfadd90fca7bad254dc2ee7ccf3ac8e870ae29d7",
                     "newMajor": 1,
                     "newMinor": 16,
                     "newPatch": 3,
                     "updateType": "minor",
                     "branchName": "renovate/containers.podman-1.x"
                   }
                 ],
                 "packageName": "containers.podman",
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/containers/ansible-podman-collections",
                 "registryUrl": "https://galaxy.ansible.com/api",
                 "currentVersion": "1.15.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.15.4"
               },
               {
                 "depType": "role",
                 "currentValue": "v1.7.1",
                 "datasource": "galaxy",
                 "depName": "lae.proxmox",
                 "packageName": "lae.proxmox",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.9.1",
                     "newValue": "v1.9.1",
                     "newMajor": 1,
                     "newMinor": 9,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/lae.proxmox-1.x"
                   }
                 ],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/lae/ansible-role-proxmox",
                 "registryUrl": "https://galaxy.ansible.com/",
                 "dependencyUrl": "https://galaxy.ansible.com/lae/proxmox",
                 "currentVersion": "v1.7.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.7.1"
               },
               {
                 "depType": "role",
                 "currentValue": "2.3.3",
                 "datasource": "galaxy",
                 "depName": "geerlingguy.ntp",
                 "packageName": "geerlingguy.ntp",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.7.0",
                     "newValue": "2.7.0",
                     "newMajor": 2,
                     "newMinor": 7,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/geerlingguy.ntp-2.x"
                   }
                 ],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/geerlingguy/ansible-role-ntp",
                 "registryUrl": "https://galaxy.ansible.com/",
                 "dependencyUrl": "https://galaxy.ansible.com/geerlingguy/ntp",
                 "currentVersion": "2.3.3",
                 "isSingleVersion": true,
                 "fixedVersion": "2.3.3"
               }
             ],
             "packageFile": "containers/bigbangedge/requirements.yml"
           }
         ],
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "rockylinux",
                 "currentValue": "9.2",
                 "replaceString": "rockylinux:9.2",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "9.3",
                     "newValue": "9.3",
                     "releaseTimestamp": "2024-05-30T05:16:41.836Z",
                     "newVersionAgeInDays": 249,
                     "newMajor": 9,
                     "newMinor": 3,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "rockylinux",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/rockylinux",
                 "currentVersion": "9.2",
                 "currentVersionTimestamp": "2023-05-26T23:16:49.573Z",
                 "currentVersionAgeInDays": 618,
                 "isSingleVersion": true,
                 "fixedVersion": "9.2"
               }
             ],
             "packageFile": "containers/babu/Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "quay.io/operator-framework/ansible-operator",
                 "currentValue": "v1.33.0",
                 "replaceString": "quay.io/operator-framework/ansible-operator:v1.33.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.37.1",
                     "newValue": "v1.37.1",
                     "newMajor": 1,
                     "newMinor": 37,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "quay.io/operator-framework/ansible-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://quay.io",
                 "lookupName": "operator-framework/ansible-operator",
                 "currentVersion": "v1.33.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.33.0"
               }
             ],
             "packageFile": "containers/bigbangedge/Dockerfile"
           }
         ],
         "kustomize": [
           {
             "deps": [
               {
                 "depName": "registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge",
                 "currentValue": "0.1",
                 "datasource": "docker",
                 "replaceString": "0.1",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "depType": "Kustomization",
                 "updates": [],
                 "packageName": "registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge",
                     "message": "Failed to look up docker package registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge"
                   }
                 ]
               }
             ],
             "packageFile": "containers/bigbangedge/config/manager/kustomization.yaml"
           },
           {
             "deps": [
               {
                 "depName": "testing-operator",
                 "datasource": "docker",
                 "replaceString": "testing-operator",
                 "depType": "Kustomization",
                 "updates": [],
                 "packageName": "testing-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "containers/bigbangedge/config/testing/kustomization.yaml"
           }
         ],
         "pip_requirements": [
           {
             "deps": [
               {
                 "depName": "fastapi",
                 "packageName": "fastapi",
                 "currentValue": "==0.109.2",
                 "datasource": "pypi",
                 "currentVersion": "0.109.2",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.115.8",
                     "newValue": "==0.115.8",
                     "releaseTimestamp": "2025-01-30T14:06:38.000Z",
                     "newVersionAgeInDays": 3,
                     "newMajor": 0,
                     "newMinor": 115,
                     "newPatch": 8,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/fastapi-0.x"
                   }
                 ],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/fastapi/fastapi",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://fastapi.tiangolo.com/release-notes/",
                 "currentVersionTimestamp": "2024-02-04T21:26:07.000Z",
                 "currentVersionAgeInDays": 364,
                 "isSingleVersion": true,
                 "fixedVersion": "0.109.2"
               },
               {
                 "depName": "kubernetes",
                 "packageName": "kubernetes",
                 "currentValue": "==29.0.0",
                 "datasource": "pypi",
                 "currentVersion": "29.0.0",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "32.0.0",
                     "newValue": "==32.0.0",
                     "releaseTimestamp": "2025-01-23T19:37:47.000Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 32,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/kubernetes-32.x"
                   }
                 ],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes-client/python",
                 "registryUrl": "https://pypi.org/pypi",
                 "currentVersionTimestamp": "2024-01-08T22:05:55.000Z",
                 "currentVersionAgeInDays": 391,
                 "isSingleVersion": true,
                 "fixedVersion": "29.0.0"
               },
               {
                 "depName": "passlib",
                 "packageName": "passlib",
                 "currentValue": "==1.7.4",
                 "datasource": "pypi",
                 "currentVersion": "1.7.4",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "registryUrl": "https://pypi.org/pypi",
                 "homepage": "https://passlib.readthedocs.io",
                 "currentVersionTimestamp": "2020-10-08T19:00:49.000Z",
                 "currentVersionAgeInDays": 1578,
                 "fixedVersion": "1.7.4"
               },
               {
                 "depName": "pydantic",
                 "packageName": "pydantic",
                 "currentValue": "==2.6.1",
                 "datasource": "pypi",
                 "currentVersion": "2.6.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.10.6",
                     "newValue": "==2.10.6",
                     "releaseTimestamp": "2025-01-24T01:42:10.000Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 2,
                     "newMinor": 10,
                     "newPatch": 6,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/pydantic-2.x"
                   }
                 ],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/pydantic/pydantic",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://docs.pydantic.dev/latest/changelog/",
                 "currentVersionTimestamp": "2024-02-05T14:12:40.000Z",
                 "currentVersionAgeInDays": 363,
                 "isSingleVersion": true,
                 "fixedVersion": "2.6.1"
               },
               {
                 "depName": "python_jose",
                 "packageName": "python-jose",
                 "currentValue": "==3.3.0",
                 "datasource": "pypi",
                 "currentVersion": "3.3.0",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/mpdavis/python-jose",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md",
                 "currentVersionTimestamp": "2021-06-05T03:30:38.000Z",
                 "currentVersionAgeInDays": 1339,
                 "fixedVersion": "3.3.0"
               },
               {
                 "depName": "python-multipart",
                 "packageName": "python-multipart",
                 "currentValue": "==0.0.6",
                 "datasource": "pypi",
                 "currentVersion": "0.0.6",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.0.20",
                     "newValue": "==0.0.20",
                     "releaseTimestamp": "2024-12-16T19:45:44.000Z",
                     "newVersionAgeInDays": 48,
                     "newMajor": 0,
                     "newMinor": 0,
                     "newPatch": 20,
                     "updateType": "patch",
                     "isRange": true,
                     "branchName": "renovate/python-multipart-0.x"
                   }
                 ],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/Kludex/python-multipart",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md",
                 "currentVersionTimestamp": "2023-02-27T16:40:14.000Z",
                 "currentVersionAgeInDays": 706,
                 "isSingleVersion": true,
                 "fixedVersion": "0.0.6"
               },
               {
                 "depName": "PyYAML",
                 "packageName": "pyyaml",
                 "currentValue": "==6.0.1",
                 "datasource": "pypi",
                 "currentVersion": "6.0.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "6.0.2",
                     "newValue": "==6.0.2",
                     "releaseTimestamp": "2024-08-06T20:31:40.000Z",
                     "newVersionAgeInDays": 180,
                     "newMajor": 6,
                     "newMinor": 0,
                     "newPatch": 2,
                     "updateType": "patch",
                     "isRange": true,
                     "branchName": "renovate/pyyaml-6.x"
                   }
                 ],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/yaml/pyyaml",
                 "registryUrl": "https://pypi.org/pypi",
                 "homepage": "https://pyyaml.org/",
                 "currentVersionTimestamp": "2023-07-17T23:57:04.000Z",
                 "currentVersionAgeInDays": 566,
                 "isSingleVersion": true,
                 "fixedVersion": "6.0.1"
               },
               {
                 "depName": "uvicorn",
                 "packageName": "uvicorn",
                 "currentValue": "==0.27.1",
                 "datasource": "pypi",
                 "currentVersion": "0.27.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.34.0",
                     "newValue": "==0.34.0",
                     "releaseTimestamp": "2024-12-15T13:33:27.000Z",
                     "newVersionAgeInDays": 49,
                     "newMajor": 0,
                     "newMinor": 34,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/uvicorn-0.x"
                   }
                 ],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/encode/uvicorn",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://github.com/encode/uvicorn/blob/master/CHANGELOG.md",
                 "currentVersionTimestamp": "2024-02-10T12:09:08.000Z",
                 "currentVersionAgeInDays": 358,
                 "isSingleVersion": true,
                 "fixedVersion": "0.27.1"
               }
             ],
             "packageFile": "containers/babu/requirements.txt"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: processRepo() (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Processing 22 branches: renovate/ansible.netcommon-6.x, renovate/ansible.netcommon-7.x, renovate/ansible.posix-1.x, renovate/ansible.posix-2.x, renovate/cloud.common-2.x, renovate/cloud.common-4.x, renovate/community.docker-3.x, renovate/community.docker-4.x, renovate/community.general-10.x, renovate/community.general-8.x, renovate/containers.podman-1.x, renovate/fastapi-0.x, renovate/geerlingguy.ntp-2.x, renovate/ib-updates, renovate/kubernetes-32.x, renovate/kubernetes.core-2.x, renovate/kubernetes.core-5.x, renovate/lae.proxmox-1.x, renovate/pydantic-2.x, renovate/python-multipart-0.x, renovate/pyyaml-6.x, renovate/uvicorn-0.x (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/pyyaml-6.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/pyyaml-6.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/cloud.common-2.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/cloud.common-2.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/kubernetes.core-2.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/kubernetes.core-2.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/python-multipart-0.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/python-multipart-0.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(200) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(200) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/ansible.netcommon-6.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/ansible.netcommon-6.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/ansible.posix-1.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/ansible.posix-1.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/community.docker-3.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/community.docker-3.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(205) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(205) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/community.general-8.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/community.general-8.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(209) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(209) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/containers.podman-1.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/containers.podman-1.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(214) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(214) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/fastapi-0.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/fastapi-0.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(204) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(204) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/geerlingguy.ntp-2.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/geerlingguy.ntp-2.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/lae.proxmox-1.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/lae.proxmox-1.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/pydantic-2.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/pydantic-2.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(206) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(206) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/uvicorn-0.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/uvicorn-0.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/ansible.netcommon-7.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/ansible.netcommon-7.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/ansible.posix-2.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/ansible.posix-2.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/cloud.common-4.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/cloud.common-4.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/community.docker-4.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/community.docker-4.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/community.general-10.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/community.general-10.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/kubernetes-32.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/kubernetes-32.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(208) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(208) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/kubernetes.core-5.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/kubernetes.core-5.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: 7 PRs are currently open (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: PR concurrent limit remaining: 3 (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: PullRequests limit = 2 (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: 7 already existing branches found: renovate/ib-updates,renovate/community.docker-3.x,renovate/community.general-8.x,renovate/containers.podman-1.x,renovate/fastapi-0.x,renovate/pydantic-2.x,renovate/kubernetes-32.x (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Branch concurrent limit remaining: 3 (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Branches limit = 2 (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: getBranchPr(renovate/pyyaml-6.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: findPr(renovate/pyyaml-6.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: findPr(renovate/pyyaml-6.x, Update dependency PyYAML to v6.0.2, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: getPr(83) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: getMR(83) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
       "prTitle": "Update dependency PyYAML to v6.0.2"
DEBUG: Getting comments for #83 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: Found 12 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #83 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pyyaml-6.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: getBranchPr(renovate/cloud.common-2.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: findPr(renovate/cloud.common-2.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: findPr(renovate/cloud.common-2.x, Update dependency cloud.common to v2.1.4, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: getPr(84) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: getMR(84) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
       "prTitle": "Update dependency cloud.common to v2.1.4"
DEBUG: Getting comments for #84 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: Found 12 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #84 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-2.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: getBranchPr(renovate/kubernetes.core-2.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: findPr(renovate/kubernetes.core-2.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: findPr(renovate/kubernetes.core-2.x, Update dependency kubernetes.core to v2.4.2, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: getPr(93) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: getMR(93) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
       "prTitle": "Update dependency kubernetes.core to v2.4.2"
DEBUG: Getting comments for #93 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: Found 1 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #93 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-2.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: getBranchPr(renovate/python-multipart-0.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: findPr(renovate/python-multipart-0.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: findPr(renovate/python-multipart-0.x, Update dependency python-multipart to v0.0.20, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: getPr(149) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: getMR(149) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
       "prTitle": "Update dependency python-multipart to v0.0.20"
DEBUG: Getting comments for #149 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: Found 105 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #149 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/python-multipart-0.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(200) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(200) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:09:27.803Z) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep quay.io/operator-framework/ansible-operator in containers/bigbangedge/Dockerfile is already updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/bigbangedge/Dockerfile, branch=renovate/ib-updates)
       "depName": "quay.io/operator-framework/ansible-operator"
DEBUG: Branch dep rockylinux in containers/babu/Dockerfile is already updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/babu/Dockerfile, branch=renovate/ib-updates)
       "depName": "rockylinux"
DEBUG: No package files need updating (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(200) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(200) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
 WARN: Package lookup failures (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
       "warnings": [
         "Failed to look up docker package registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge"
       ],
       "files": ["containers/bigbangedge/config/manager/kustomization.yaml"]
DEBUG: Processing existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update IB Updates"
 INFO: PR updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
       "pr": 200,
       "prTitle": "Update IB Updates"
DEBUG: setPrCache() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: getBranchPr(renovate/ansible.netcommon-6.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: findPr(renovate/ansible.netcommon-6.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: findPr(renovate/ansible.netcommon-6.x, Update dependency ansible.netcommon to v6.1.3, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: getPr(94) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: getMR(94) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
       "prTitle": "Update dependency ansible.netcommon to v6.1.3"
DEBUG: Getting comments for #94 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: Found 1 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #94 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-6.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: getBranchPr(renovate/ansible.posix-1.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: findPr(renovate/ansible.posix-1.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: findPr(renovate/ansible.posix-1.x, Update dependency ansible.posix to v1.6.2, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: getPr(145) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: getMR(145) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
       "prTitle": "Update dependency ansible.posix to v1.6.2"
DEBUG: Getting comments for #145 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: Found 103 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #145 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-1.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: getBranchPr(renovate/community.docker-3.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: findPr(renovate/community.docker-3.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: getPr(205) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: getMR(205) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: branchExists=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: PR rebase requested=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Checking if PR has been edited (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: branch.isModified() = false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Found existing branch PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:09:30.356Z) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: No schedule defined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Branch already exists (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: isBranchConflicted(main, renovate/community.docker-3.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Branch does not need rebasing (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Branch dep community.docker in containers/bigbangedge/requirements.yml is already updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: No content changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/bigbangedge/requirements.yml, branch=renovate/community.docker-3.x)
       "depName": "community.docker"
DEBUG: No package files need updating (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: No updated lock files in branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: No files to commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Ensuring PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: getBranchPr(renovate/community.docker-3.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: findPr(renovate/community.docker-3.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: getPr(205) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: getMR(205) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Found existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: Fetching changelog: https://github.com/ansible-collections/community.docker (3.11.0 -> 3.13.5) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
       "manager": "ansible-galaxy",
       "packageName": "community.docker",
       "sourceUrl": "https://github.com/ansible-collections/community.docker"
 WARN: Package lookup failures (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
       "warnings": [
         "Failed to look up docker package registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge"
       ],
       "files": ["containers/bigbangedge/config/manager/kustomization.yaml"]
DEBUG: Processing existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: PR body changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
       "prTitle": "Update dependency community.docker to v3.13.5"
 INFO: PR updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
       "pr": 205,
       "prTitle": "Update dependency community.docker to v3.13.5"
DEBUG: setPrCache() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: PR is not configured for automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-3.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: getBranchPr(renovate/community.general-8.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: findPr(renovate/community.general-8.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: getPr(209) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: getMR(209) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: branchExists=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: PR rebase requested=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Checking if PR has been edited (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: branch.isModified() = false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Found existing branch PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:09:31.232Z) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: No schedule defined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Branch already exists (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: isBranchConflicted(main, renovate/community.general-8.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Branch does not need rebasing (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Branch dep community.general in containers/bigbangedge/requirements.yml is already updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: No content changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/bigbangedge/requirements.yml, branch=renovate/community.general-8.x)
       "depName": "community.general"
DEBUG: No package files need updating (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: No updated lock files in branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: No files to commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Ensuring PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: getBranchPr(renovate/community.general-8.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: findPr(renovate/community.general-8.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: getPr(209) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: getMR(209) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Found existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: Fetching changelog: https://github.com/ansible-collections/community.general (8.3.0 -> 8.6.10) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
       "manager": "ansible-galaxy",
       "packageName": "community.general",
       "sourceUrl": "https://github.com/ansible-collections/community.general"
 WARN: Package lookup failures (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
       "warnings": [
         "Failed to look up docker package registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge"
       ],
       "files": ["containers/bigbangedge/config/manager/kustomization.yaml"]
DEBUG: Processing existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: PR body changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
       "prTitle": "Update dependency community.general to v8.6.10"
 INFO: PR updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
       "pr": 209,
       "prTitle": "Update dependency community.general to v8.6.10"
DEBUG: setPrCache() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: PR is not configured for automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-8.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: getBranchPr(renovate/containers.podman-1.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: findPr(renovate/containers.podman-1.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: getPr(214) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: getMR(214) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: branchExists=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Found existing branch PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:09:32.173Z) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: No schedule defined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Branch already exists (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: isBranchConflicted(main, renovate/containers.podman-1.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Branch dep containers.podman in containers/bigbangedge/requirements.yml is already updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: No content changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/bigbangedge/requirements.yml, branch=renovate/containers.podman-1.x)
       "depName": "containers.podman"
DEBUG: No package files need updating (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: No files to commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Ensuring PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: getBranchPr(renovate/containers.podman-1.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: findPr(renovate/containers.podman-1.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: getPr(214) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: getMR(214) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Found existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: Fetching changelog: https://github.com/containers/ansible-podman-collections (1.15.4 -> 1.16.3) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
       "manager": "ansible-galaxy",
       "packageName": "containers.podman",
       "sourceUrl": "https://github.com/containers/ansible-podman-collections"
 WARN: Package lookup failures (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
       "warnings": [
         "Failed to look up docker package registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge"
       ],
       "files": ["containers/bigbangedge/config/manager/kustomization.yaml"]
DEBUG: Processing existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: PR body changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
       "prTitle": "Update dependency containers.podman to v1.16.3"
 INFO: PR updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
       "pr": 214,
       "prTitle": "Update dependency containers.podman to v1.16.3"
DEBUG: setPrCache() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/containers.podman-1.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: getBranchPr(renovate/fastapi-0.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: findPr(renovate/fastapi-0.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: getPr(204) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: getMR(204) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: branchExists=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: PR rebase requested=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Found existing branch PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:09:33.040Z) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: No schedule defined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Branch already exists (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: isBranchConflicted(main, renovate/fastapi-0.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Branch dep fastapi in containers/babu/requirements.txt is already updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: No content changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/babu/requirements.txt, branch=renovate/fastapi-0.x)
       "depName": "fastapi"
DEBUG: No package files need updating (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: No files to commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Ensuring PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: getBranchPr(renovate/fastapi-0.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: findPr(renovate/fastapi-0.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: getPr(204) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: getMR(204) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Found existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: Fetching changelog: https://github.com/fastapi/fastapi (0.109.2 -> 0.115.8) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
       "manager": "pip_requirements",
       "packageName": "fastapi",
       "sourceUrl": "https://github.com/fastapi/fastapi"
 WARN: Package lookup failures (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
       "warnings": [
         "Failed to look up docker package registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge"
       ],
       "files": ["containers/bigbangedge/config/manager/kustomization.yaml"]
DEBUG: Processing existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: PR body changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
       "prTitle": "Update dependency fastapi to v0.115.8"
 INFO: PR updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
       "pr": 204,
       "prTitle": "Update dependency fastapi to v0.115.8"
DEBUG: setPrCache() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: PR is not configured for automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/fastapi-0.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: getBranchPr(renovate/geerlingguy.ntp-2.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: findPr(renovate/geerlingguy.ntp-2.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: findPr(renovate/geerlingguy.ntp-2.x, Update dependency geerlingguy.ntp to v2.7.0, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: getPr(198) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: getMR(198) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
       "prTitle": "Update dependency geerlingguy.ntp to v2.7.0"
DEBUG: Getting comments for #198 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: Found 1 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #198 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/geerlingguy.ntp-2.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: getBranchPr(renovate/lae.proxmox-1.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: findPr(renovate/lae.proxmox-1.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: findPr(renovate/lae.proxmox-1.x, Update dependency lae.proxmox to v1.9.1, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: getPr(199) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: getMR(199) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
       "prTitle": "Update dependency lae.proxmox to v1.9.1"
DEBUG: Getting comments for #199 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: Found 1 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #199 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/lae.proxmox-1.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: getBranchPr(renovate/pydantic-2.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: findPr(renovate/pydantic-2.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: getPr(206) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: getMR(206) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: branchExists=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: PR rebase requested=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Checking if PR has been edited (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: branch.isModified() = false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Found existing branch PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:09:34.440Z) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: No schedule defined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Branch already exists (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: isBranchConflicted(main, renovate/pydantic-2.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Branch does not need rebasing (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Branch dep pydantic in containers/babu/requirements.txt is already updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: No content changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/babu/requirements.txt, branch=renovate/pydantic-2.x)
       "depName": "pydantic"
DEBUG: No package files need updating (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: No updated lock files in branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: No files to commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Ensuring PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: getBranchPr(renovate/pydantic-2.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: findPr(renovate/pydantic-2.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: getPr(206) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: getMR(206) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Found existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: Fetching changelog: https://github.com/pydantic/pydantic (2.6.1 -> 2.10.6) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
       "manager": "pip_requirements",
       "packageName": "pydantic",
       "sourceUrl": "https://github.com/pydantic/pydantic"
 WARN: Package lookup failures (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
       "warnings": [
         "Failed to look up docker package registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge"
       ],
       "files": ["containers/bigbangedge/config/manager/kustomization.yaml"]
DEBUG: Processing existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: PR body changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
       "prTitle": "Update dependency pydantic to v2.10.6"
 INFO: PR updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
       "pr": 206,
       "prTitle": "Update dependency pydantic to v2.10.6"
DEBUG: setPrCache() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: PR is not configured for automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/pydantic-2.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: getBranchPr(renovate/uvicorn-0.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: findPr(renovate/uvicorn-0.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: findPr(renovate/uvicorn-0.x, Update dependency uvicorn to v0.34.0, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: getPr(167) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: getMR(167) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
       "prTitle": "Update dependency uvicorn to v0.34.0"
DEBUG: Getting comments for #167 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: Found 76 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #167 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/uvicorn-0.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: getBranchPr(renovate/ansible.netcommon-7.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: findPr(renovate/ansible.netcommon-7.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: findPr(renovate/ansible.netcommon-7.x, Update dependency ansible.netcommon to v7, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: getPr(110) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: getMR(110) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
       "prTitle": "Update dependency ansible.netcommon to v7"
DEBUG: Getting comments for #110 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: Found 3 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #110 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.netcommon-7.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: getBranchPr(renovate/ansible.posix-2.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: findPr(renovate/ansible.posix-2.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: findPr(renovate/ansible.posix-2.x, Update dependency ansible.posix to v2, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: getPr(170) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: getMR(170) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
       "prTitle": "Update dependency ansible.posix to v2"
DEBUG: Getting comments for #170 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: Found 52 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #170 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/ansible.posix-2.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: getBranchPr(renovate/cloud.common-4.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: findPr(renovate/cloud.common-4.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: findPr(renovate/cloud.common-4.x, Update dependency cloud.common to v4, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: getPr(111) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: getMR(111) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
       "prTitle": "Update dependency cloud.common to v4"
DEBUG: Getting comments for #111 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: Found 3 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #111 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/cloud.common-4.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: getBranchPr(renovate/community.docker-4.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: findPr(renovate/community.docker-4.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: findPr(renovate/community.docker-4.x, Update dependency community.docker to v4, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: getPr(144) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: getMR(144) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
       "prTitle": "Update dependency community.docker to v4"
DEBUG: Getting comments for #144 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: Found 25 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #144 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.docker-4.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: getBranchPr(renovate/community.general-10.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: findPr(renovate/community.general-10.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: findPr(renovate/community.general-10.x, Update dependency community.general to v10, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: getPr(156) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: getMR(156) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
       "prTitle": "Update dependency community.general to v10"
DEBUG: Getting comments for #156 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: Found 10 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #156 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/community.general-10.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getBranchPr(renovate/kubernetes-32.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: findPr(renovate/kubernetes-32.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getPr(208) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getMR(208) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: branchExists=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: PR rebase requested=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Checking if PR has been edited (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: branch.isModified() = false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Found existing branch PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:09:38.497Z) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: No schedule defined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Branch already exists (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: isBranchConflicted(main, renovate/kubernetes-32.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Branch does not need rebasing (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Branch dep kubernetes in containers/babu/requirements.txt is already updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: No content changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, packageFile=containers/babu/requirements.txt, branch=renovate/kubernetes-32.x)
       "depName": "kubernetes"
DEBUG: No package files need updating (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: No updated lock files in branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: No files to commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Setting current branch to main (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: latest commit (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T17:10:59+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Ensuring PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getBranchPr(renovate/kubernetes-32.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: findPr(renovate/kubernetes-32.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getPr(208) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: getMR(208) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Found existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: Fetching changelog: https://github.com/kubernetes-client/python (29.0.0 -> 32.0.0) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
       "manager": "pip_requirements",
       "packageName": "kubernetes",
       "sourceUrl": "https://github.com/kubernetes-client/python"
 WARN: Package lookup failures (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
       "warnings": [
         "Failed to look up docker package registry1.yodabox.network:443/edgecompute.platformone.dso.mil/bigbangedge"
       ],
       "files": ["containers/bigbangedge/config/manager/kustomization.yaml"]
DEBUG: Processing existing PR (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: PR body changed (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
       "prTitle": "Update dependency kubernetes to v32"
 INFO: PR updated (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
       "pr": 208,
       "prTitle": "Update dependency kubernetes to v32"
DEBUG: setPrCache() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: PR is not configured for automerge (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes-32.x)
DEBUG: syncBranchState() (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: getBranchPr(renovate/kubernetes.core-5.x) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: findPr(renovate/kubernetes.core-5.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: branchExists=false (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: findPr(renovate/kubernetes.core-5.x, Update dependency kubernetes.core to v5, !open) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: Found closed PR with current title (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: getPr(126) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: getMR(126) (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
       "prTitle": "Update dependency kubernetes.core to v5"
DEBUG: Getting comments for #126 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: Found 11 comments (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #126 (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: Comment is already update-to-date (repository=big-bang/edge/bigbang-edge-controller, baseBranch=main, branch=renovate/kubernetes.core-5.x)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(200) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(200) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/community.docker-3.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/community.docker-3.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(205) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(205) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/community.general-8.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/community.general-8.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(209) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(209) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/containers.podman-1.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/containers.podman-1.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(214) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(214) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/fastapi-0.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/fastapi-0.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(204) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(204) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/pydantic-2.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/pydantic-2.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(206) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(206) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getBranchPr(renovate/kubernetes-32.x) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: findPr(renovate/kubernetes-32.x, undefined, open) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getPr(208) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: getMR(208) (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Config does not need migration (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: ensureDependencyDashboard() (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Closing Dependency Dashboard (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: validateReconfigureBranch() (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: No reconfigure branch found (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Removing any stale branches (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Branch lists (repository=big-bang/edge/bigbang-edge-controller)
       "branchList": [
         "renovate/ansible.netcommon-6.x",
         "renovate/ansible.netcommon-7.x",
         "renovate/ansible.posix-1.x",
         "renovate/ansible.posix-2.x",
         "renovate/cloud.common-2.x",
         "renovate/cloud.common-4.x",
         "renovate/community.docker-3.x",
         "renovate/community.docker-4.x",
         "renovate/community.general-10.x",
         "renovate/community.general-8.x",
         "renovate/containers.podman-1.x",
         "renovate/fastapi-0.x",
         "renovate/geerlingguy.ntp-2.x",
         "renovate/ib-updates",
         "renovate/kubernetes-32.x",
         "renovate/kubernetes.core-2.x",
         "renovate/kubernetes.core-5.x",
         "renovate/lae.proxmox-1.x",
         "renovate/pydantic-2.x",
         "renovate/python-multipart-0.x",
         "renovate/pyyaml-6.x",
         "renovate/uvicorn-0.x"
       ],
       "renovateBranches": [
         "renovate/community.docker-3.x",
         "renovate/community.general-8.x",
         "renovate/containers.podman-1.x",
         "renovate/fastapi-0.x",
         "renovate/ib-updates",
         "renovate/kubernetes-32.x",
         "renovate/pydantic-2.x"
       ]
DEBUG: remainingBranches= (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: No branches to clean up (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: ensureIssueClosing() (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Repo is activated (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Branch summary (repository=big-bang/edge/bigbang-edge-controller)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "9be3e6f1ec158029d5452b1675d7c433619da7f7"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9be3e6f1ec158029d5452b1675d7c433619da7f7",
           "branchName": "renovate/ib-updates",
           "branchSha": "5676ed3d11d6c48f660bb5716da63e40a282e923",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9be3e6f1ec158029d5452b1675d7c433619da7f7",
           "branchName": "renovate/community.docker-3.x",
           "branchSha": "a3aff0a0f14830900bc151fa083548398a836942",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9be3e6f1ec158029d5452b1675d7c433619da7f7",
           "branchName": "renovate/community.general-8.x",
           "branchSha": "0b3ca828cdce9b7b69bc6dae9b86a59866dc43fe",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9be3e6f1ec158029d5452b1675d7c433619da7f7",
           "branchName": "renovate/containers.podman-1.x",
           "branchSha": "61af9de19ad7f1054b127c5b1d934f8a85e004d3",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9be3e6f1ec158029d5452b1675d7c433619da7f7",
           "branchName": "renovate/fastapi-0.x",
           "branchSha": "994f2afa6efcb32b12f3a11e0aa353d01609e5f5",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9be3e6f1ec158029d5452b1675d7c433619da7f7",
           "branchName": "renovate/pydantic-2.x",
           "branchSha": "fa590ebb2849174bbc60d0092531d7dd63fda43f",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "9be3e6f1ec158029d5452b1675d7c433619da7f7",
           "branchName": "renovate/kubernetes-32.x",
           "branchSha": "6f2333ad468a99a4b9d0390c1b08762e3dbbb44b",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": [
         "renovate/pyyaml-6.x",
         "renovate/cloud.common-2.x",
         "renovate/kubernetes.core-2.x",
         "renovate/python-multipart-0.x",
         "renovate/ansible.netcommon-6.x",
         "renovate/ansible.posix-1.x",
         "renovate/geerlingguy.ntp-2.x",
         "renovate/lae.proxmox-1.x",
         "renovate/uvicorn-0.x",
         "renovate/ansible.netcommon-7.x",
         "renovate/ansible.posix-2.x",
         "renovate/cloud.common-4.x",
         "renovate/community.docker-4.x",
         "renovate/community.general-10.x",
         "renovate/kubernetes.core-5.x"
       ]
DEBUG: branches info extended (repository=big-bang/edge/bigbang-edge-controller)
       "branchesInformation": [
         {
           "branchName": "renovate/pyyaml-6.x",
           "prNo": 83,
           "prTitle": "Update dependency PyYAML to v6.0.2",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "PyYAML",
               "displayPending": "",
               "fixedVersion": "6.0.1",
               "currentVersion": "6.0.1",
               "currentValue": "==6.0.1",
               "newValue": "==6.0.2",
               "newVersion": "6.0.2",
               "packageFile": "containers/babu/requirements.txt",
               "updateType": "patch",
               "packageName": "pyyaml"
             }
           ]
         },
         {
           "branchName": "renovate/cloud.common-2.x",
           "prNo": 84,
           "prTitle": "Update dependency cloud.common to v2.1.4",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "cloud.common",
               "displayPending": "",
               "fixedVersion": "2.1.1",
               "currentVersion": "2.1.1",
               "currentValue": "2.1.1",
               "newValue": "2.1.4",
               "newVersion": "2.1.4",
               "newDigest": "4ddf053f0e4e5612cb83060145c7e78d54fa7e8969a85e4698a8fb08a16e3745",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "patch",
               "packageName": "cloud.common"
             }
           ]
         },
         {
           "branchName": "renovate/kubernetes.core-2.x",
           "prNo": 93,
           "prTitle": "Update dependency kubernetes.core to v2.4.2",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "kubernetes.core",
               "displayPending": "",
               "fixedVersion": "2.4.0",
               "currentVersion": "2.4.0",
               "currentValue": "2.4.0",
               "newValue": "2.4.2",
               "newVersion": "2.4.2",
               "newDigest": "fe676c60bcf38a3244cd594f8b2099fbf264b6727a425cdaef437cf3934c89b5",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "patch",
               "packageName": "kubernetes.core"
             }
           ]
         },
         {
           "branchName": "renovate/python-multipart-0.x",
           "prNo": 149,
           "prTitle": "Update dependency python-multipart to v0.0.20",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "python-multipart",
               "displayPending": "",
               "fixedVersion": "0.0.6",
               "currentVersion": "0.0.6",
               "currentValue": "==0.0.6",
               "newValue": "==0.0.20",
               "newVersion": "0.0.20",
               "packageFile": "containers/babu/requirements.txt",
               "updateType": "patch",
               "packageName": "python-multipart"
             }
           ]
         },
         {
           "branchName": "renovate/ib-updates",
           "prNo": 200,
           "prTitle": "Update IB Updates",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "quay.io/operator-framework/ansible-operator",
               "displayPending": "",
               "fixedVersion": "v1.33.0",
               "currentVersion": "v1.33.0",
               "currentValue": "v1.33.0",
               "newValue": "v1.37.1",
               "newVersion": "v1.37.1",
               "packageFile": "containers/bigbangedge/Dockerfile",
               "updateType": "minor",
               "packageName": "quay.io/operator-framework/ansible-operator"
             },
             {
               "datasource": "docker",
               "depName": "rockylinux",
               "displayPending": "",
               "fixedVersion": "9.2",
               "currentVersion": "9.2",
               "currentValue": "9.2",
               "newValue": "9.3",
               "newVersion": "9.3",
               "packageFile": "containers/babu/Dockerfile",
               "updateType": "minor",
               "packageName": "rockylinux"
             }
           ]
         },
         {
           "branchName": "renovate/ansible.netcommon-6.x",
           "prNo": 94,
           "prTitle": "Update dependency ansible.netcommon to v6.1.3",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "ansible.netcommon",
               "displayPending": "",
               "fixedVersion": "6.0.0",
               "currentVersion": "6.0.0",
               "currentValue": "6.0.0",
               "newValue": "6.1.3",
               "newVersion": "6.1.3",
               "newDigest": "bc008c10d9bc02a9ec159fcca3d165b7cd272501d2d0ea729a51b516d87a9d7a",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "minor",
               "packageName": "ansible.netcommon"
             }
           ]
         },
         {
           "branchName": "renovate/ansible.posix-1.x",
           "prNo": 145,
           "prTitle": "Update dependency ansible.posix to v1.6.2",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "ansible.posix",
               "displayPending": "",
               "fixedVersion": "1.5.4",
               "currentVersion": "1.5.4",
               "currentValue": "1.5.4",
               "newValue": "1.6.2",
               "newVersion": "1.6.2",
               "newDigest": "3c6b4d4f326cb42490b75644179e809ed09f3040ddaf0763bd6ea9e0f2ef8c47",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "minor",
               "packageName": "ansible.posix"
             }
           ]
         },
         {
           "branchName": "renovate/community.docker-3.x",
           "prNo": 205,
           "prTitle": "Update dependency community.docker to v3.13.5",
           "result": "done",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "community.docker",
               "displayPending": "",
               "fixedVersion": "3.11.0",
               "currentVersion": "3.11.0",
               "currentValue": "3.11.0",
               "newValue": "3.13.5",
               "newVersion": "3.13.5",
               "newDigest": "309a7e30d70f0be6e24aedc12e92442b0761f5a55ce89ef57bca4af0a3d7dd2d",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "minor",
               "packageName": "community.docker"
             }
           ]
         },
         {
           "branchName": "renovate/community.general-8.x",
           "prNo": 209,
           "prTitle": "Update dependency community.general to v8.6.10",
           "result": "done",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "community.general",
               "displayPending": "",
               "fixedVersion": "8.3.0",
               "currentVersion": "8.3.0",
               "currentValue": "8.3.0",
               "newValue": "8.6.10",
               "newVersion": "8.6.10",
               "newDigest": "fd92ddea1ef8a2214aebbd92ea893ab3130e1661beea2aae999e3d6f0ed19f4f",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "minor",
               "packageName": "community.general"
             }
           ]
         },
         {
           "branchName": "renovate/containers.podman-1.x",
           "prNo": 214,
           "prTitle": "Update dependency containers.podman to v1.16.3",
           "result": "done",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "containers.podman",
               "displayPending": "",
               "fixedVersion": "1.15.4",
               "currentVersion": "1.15.4",
               "currentValue": "1.15.4",
               "newValue": "1.16.3",
               "newVersion": "1.16.3",
               "newDigest": "2f48a06782619fa7eb9b76b2bfadd90fca7bad254dc2ee7ccf3ac8e870ae29d7",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "minor",
               "packageName": "containers.podman"
             }
           ]
         },
         {
           "branchName": "renovate/fastapi-0.x",
           "prNo": 204,
           "prTitle": "Update dependency fastapi to v0.115.8",
           "result": "done",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "fastapi",
               "displayPending": "",
               "fixedVersion": "0.109.2",
               "currentVersion": "0.109.2",
               "currentValue": "==0.109.2",
               "newValue": "==0.115.8",
               "newVersion": "0.115.8",
               "packageFile": "containers/babu/requirements.txt",
               "updateType": "minor",
               "packageName": "fastapi"
             }
           ]
         },
         {
           "branchName": "renovate/geerlingguy.ntp-2.x",
           "prNo": 198,
           "prTitle": "Update dependency geerlingguy.ntp to v2.7.0",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "galaxy",
               "depName": "geerlingguy.ntp",
               "displayPending": "",
               "fixedVersion": "2.3.3",
               "currentVersion": "2.3.3",
               "currentValue": "2.3.3",
               "newValue": "2.7.0",
               "newVersion": "2.7.0",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "minor",
               "packageName": "geerlingguy.ntp"
             }
           ]
         },
         {
           "branchName": "renovate/lae.proxmox-1.x",
           "prNo": 199,
           "prTitle": "Update dependency lae.proxmox to v1.9.1",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "galaxy",
               "depName": "lae.proxmox",
               "displayPending": "",
               "fixedVersion": "v1.7.1",
               "currentVersion": "v1.7.1",
               "currentValue": "v1.7.1",
               "newValue": "v1.9.1",
               "newVersion": "v1.9.1",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "minor",
               "packageName": "lae.proxmox"
             }
           ]
         },
         {
           "branchName": "renovate/pydantic-2.x",
           "prNo": 206,
           "prTitle": "Update dependency pydantic to v2.10.6",
           "result": "done",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "pydantic",
               "displayPending": "",
               "fixedVersion": "2.6.1",
               "currentVersion": "2.6.1",
               "currentValue": "==2.6.1",
               "newValue": "==2.10.6",
               "newVersion": "2.10.6",
               "packageFile": "containers/babu/requirements.txt",
               "updateType": "minor",
               "packageName": "pydantic"
             }
           ]
         },
         {
           "branchName": "renovate/uvicorn-0.x",
           "prNo": 167,
           "prTitle": "Update dependency uvicorn to v0.34.0",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "uvicorn",
               "displayPending": "",
               "fixedVersion": "0.27.1",
               "currentVersion": "0.27.1",
               "currentValue": "==0.27.1",
               "newValue": "==0.34.0",
               "newVersion": "0.34.0",
               "packageFile": "containers/babu/requirements.txt",
               "updateType": "minor",
               "packageName": "uvicorn"
             }
           ]
         },
         {
           "branchName": "renovate/ansible.netcommon-7.x",
           "prNo": 110,
           "prTitle": "Update dependency ansible.netcommon to v7",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "ansible.netcommon",
               "displayPending": "",
               "fixedVersion": "6.0.0",
               "currentVersion": "6.0.0",
               "currentValue": "6.0.0",
               "newValue": "7.1.0",
               "newVersion": "7.1.0",
               "newDigest": "37bfc10532c316ac702b9ffe9a41193321bb4fb6cbc4e0764b29f3ab69896ffb",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "major",
               "packageName": "ansible.netcommon"
             }
           ]
         },
         {
           "branchName": "renovate/ansible.posix-2.x",
           "prNo": 170,
           "prTitle": "Update dependency ansible.posix to v2",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "ansible.posix",
               "displayPending": "",
               "fixedVersion": "1.5.4",
               "currentVersion": "1.5.4",
               "currentValue": "1.5.4",
               "newValue": "2.0.0",
               "newVersion": "2.0.0",
               "newDigest": "f3c0057cf2269bbcdfb6f9ef6f979d2f15d673335772832594af101b435ca921",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "major",
               "packageName": "ansible.posix"
             }
           ]
         },
         {
           "branchName": "renovate/cloud.common-4.x",
           "prNo": 111,
           "prTitle": "Update dependency cloud.common to v4",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "cloud.common",
               "displayPending": "",
               "fixedVersion": "2.1.1",
               "currentVersion": "2.1.1",
               "currentValue": "2.1.1",
               "newValue": "4.0.0",
               "newVersion": "4.0.0",
               "newDigest": "af4c69d27ab3190f551cd84a3b092aad28d2fd1ec697c14523cf494e3403d969",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "major",
               "packageName": "cloud.common"
             }
           ]
         },
         {
           "branchName": "renovate/community.docker-4.x",
           "prNo": 144,
           "prTitle": "Update dependency community.docker to v4",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "community.docker",
               "displayPending": "",
               "fixedVersion": "3.11.0",
               "currentVersion": "3.11.0",
               "currentValue": "3.11.0",
               "newValue": "4.3.1",
               "newVersion": "4.3.1",
               "newDigest": "a0b3754077d90d448c25eeb366275d120a788f7fda39aa5b940005780fef113b",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "major",
               "packageName": "community.docker"
             }
           ]
         },
         {
           "branchName": "renovate/community.general-10.x",
           "prNo": 156,
           "prTitle": "Update dependency community.general to v10",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "community.general",
               "displayPending": "",
               "fixedVersion": "8.3.0",
               "currentVersion": "8.3.0",
               "currentValue": "8.3.0",
               "newValue": "10.3.0",
               "newVersion": "10.3.0",
               "newDigest": "f1df87cca61c7c22aa1d66fbb3864185da71d0141f825a1385b8c4b7a635b129",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "major",
               "packageName": "community.general"
             }
           ]
         },
         {
           "branchName": "renovate/kubernetes-32.x",
           "prNo": 208,
           "prTitle": "Update dependency kubernetes to v32",
           "result": "done",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "kubernetes",
               "displayPending": "",
               "fixedVersion": "29.0.0",
               "currentVersion": "29.0.0",
               "currentValue": "==29.0.0",
               "newValue": "==32.0.0",
               "newVersion": "32.0.0",
               "packageFile": "containers/babu/requirements.txt",
               "updateType": "major",
               "packageName": "kubernetes"
             }
           ]
         },
         {
           "branchName": "renovate/kubernetes.core-5.x",
           "prNo": 126,
           "prTitle": "Update dependency kubernetes.core to v5",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "galaxy-collection",
               "depName": "kubernetes.core",
               "displayPending": "",
               "fixedVersion": "2.4.0",
               "currentVersion": "2.4.0",
               "currentValue": "2.4.0",
               "newValue": "5.1.0",
               "newVersion": "5.1.0",
               "newDigest": "ad2b78821d9529df3a702a4712e5708fa950ca715cb1b3c0fa27dcbb2287f561",
               "packageFile": "containers/bigbangedge/requirements.yml",
               "updateType": "major",
               "packageName": "kubernetes.core"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/edge/bigbang-edge-controller)
       "stats": {"total": 64, "open": 7, "closed": 48, "merged": 9}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: repository problems (repository=big-bang/edge/bigbang-edge-controller)
       "repoProblems": [
         "WARN: Error obtaining docker token",
         "WARN: Package lookup failures",
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/edge/bigbang-edge-controller)
       "splits": {
         "init": 3412,
         "extract": 322,
         "lookup": 13695,
         "onboarding": 0,
         "update": 16606
       },
       "total": 34064
DEBUG: Package cache statistics (repository=big-bang/edge/bigbang-edge-controller)
       "get": {"count": 102, "avgMs": 2, "medianMs": 1, "maxMs": 24, "totalMs": 247},
       "set": {"count": 100, "avgMs": 3, "medianMs": 2, "maxMs": 35, "totalMs": 281}
DEBUG: Datasource cache statistics (repository=big-bang/edge/bigbang-edge-controller)
       "pypi": {"https://pypi.org/pypi": {"hit": 2, "miss": 6, "set": 6, "skip": 0}}
DEBUG: HTTP statistics (repository=big-bang/edge/bigbang-edge-controller)
       "hosts": {
         "galaxy.ansible.com": {
           "count": 94,
           "reqAvgMs": 1105,
           "reqMedianMs": 804,
           "reqMaxMs": 4524,
           "queueAvgMs": 46,
           "queueMedianMs": 0,
           "queueMaxMs": 411
         },
         "hub.docker.com": {
           "count": 1,
           "reqAvgMs": 599,
           "reqMedianMs": 599,
           "reqMaxMs": 599,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "pypi.org": {
           "count": 6,
           "reqAvgMs": 64,
           "reqMedianMs": 49,
           "reqMaxMs": 125,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "quay.io": {
           "count": 7,
           "reqAvgMs": 264,
           "reqMedianMs": 315,
           "reqMaxMs": 407,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.yodabox.network": {
           "count": 1,
           "reqAvgMs": 5,
           "reqMedianMs": 5,
           "reqMaxMs": 5,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 64,
           "reqAvgMs": 225,
           "reqMedianMs": 184,
           "reqMaxMs": 1636,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 173
DEBUG: HTTP cache statistics (repository=big-bang/edge/bigbang-edge-controller)
DEBUG: Lookup statistics (repository=big-bang/edge/bigbang-edge-controller)
       "docker": {"count": 4, "avgMs": 1501, "medianMs": 2079, "maxMs": 3268, "totalMs": 6004},
       "pypi": {"count": 8, "avgMs": 80, "medianMs": 71, "maxMs": 162, "totalMs": 643},
       "galaxy-collection": {"count": 8, "avgMs": 6506, "medianMs": 7312, "maxMs": 8443, "totalMs": 52051},
       "galaxy": {"count": 2, "avgMs": 1130, "medianMs": 1303, "maxMs": 1303, "totalMs": 2259}
 INFO: Repository finished (repository=big-bang/edge/bigbang-edge-controller)
       "cloned": true,
       "durationMs": 34064
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/tools/sign-project-oci)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/sign-project-oci (repository=big-bang/team/tools/sign-project-oci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/tools/sign-project-oci)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/tools/sign-project-oci)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/tools/sign-project-oci)
DEBUG: big-bang/team/tools/sign-project-oci default branch = main (repository=big-bang/team/tools/sign-project-oci)
DEBUG: Enabling Git FS (repository=big-bang/team/tools/sign-project-oci)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/tools/sign-project-oci.git (repository=big-bang/team/tools/sign-project-oci)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2Fsign-project-oci/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=78) (repository=big-bang/team/tools/sign-project-oci)
DEBUG: GitLab API 404 (repository=big-bang/team/tools/sign-project-oci)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2Fsign-project-oci/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/team/tools/sign-project-oci)
DEBUG: Resetting npmrc (repository=big-bang/team/tools/sign-project-oci)
DEBUG: checkOnboarding() (repository=big-bang/team/tools/sign-project-oci)
DEBUG: isOnboarded() (repository=big-bang/team/tools/sign-project-oci)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/tools/sign-project-oci)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/tools/sign-project-oci)
DEBUG: findFile(renovate.json) (repository=big-bang/team/tools/sign-project-oci)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/sign-project-oci (repository=big-bang/team/tools/sign-project-oci)
DEBUG: Performing blobless clone (repository=big-bang/team/tools/sign-project-oci)
DEBUG: git clone completed (repository=big-bang/team/tools/sign-project-oci)
       "durationMs": 767
DEBUG: latest repository commit (repository=big-bang/team/tools/sign-project-oci)
       "latestCommit": {
         "hash": "2b777c4895962c129feca6cc81d4b7c5dbb2d65b",
         "date": "2024-01-12T18:27:21+00:00",
         "message": "Merge branch 'init' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "update README, commit script\n\nSee merge request big-bang/team/tools/sign-project-oci!1",
         "author_name": "Ryan Garcia",
         "author_email": "garcia.ryan@solute.us"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/team/tools/sign-project-oci)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/team/tools/sign-project-oci)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/team/tools/sign-project-oci)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/team/tools/sign-project-oci)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/team/tools/sign-project-oci)
DEBUG: findFile(.renovaterc) (repository=big-bang/team/tools/sign-project-oci)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/team/tools/sign-project-oci)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/team/tools/sign-project-oci)
DEBUG: config file not found (repository=big-bang/team/tools/sign-project-oci)
 INFO: Repository is disabled - skipping (repository=big-bang/team/tools/sign-project-oci)
DEBUG: Removing any stale branches (repository=big-bang/team/tools/sign-project-oci)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/team/tools/sign-project-oci)
DEBUG: No renovate branches found (repository=big-bang/team/tools/sign-project-oci)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/team/tools/sign-project-oci)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/tools/sign-project-oci)
       "splits": {},
       "total": 1540
DEBUG: Package cache statistics (repository=big-bang/team/tools/sign-project-oci)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/tools/sign-project-oci)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 110,
           "reqMedianMs": 110,
           "reqMaxMs": 142,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/team/tools/sign-project-oci)
DEBUG: Lookup statistics (repository=big-bang/team/tools/sign-project-oci)
 INFO: Repository finished (repository=big-bang/team/tools/sign-project-oci)
       "cloned": true,
       "durationMs": 1540
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/rekor)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/rekor (repository=big-bang/apps/sandbox/rekor)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/rekor)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/rekor)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/rekor)
DEBUG: big-bang/apps/sandbox/rekor default branch = main (repository=big-bang/apps/sandbox/rekor)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/rekor)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/rekor.git (repository=big-bang/apps/sandbox/rekor)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/rekor)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/rekor)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/rekor)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/rekor)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/rekor)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/rekor)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/rekor)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/rekor (repository=big-bang/apps/sandbox/rekor)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/rekor)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/rekor)
       "durationMs": 464
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/rekor)
       "latestCommit": {
         "hash": "2b977263194c8ff1e3c1e6dc961c1e21dd438e69",
         "date": "2023-09-06T19:08:47+00:00",
         "message": "Merge branch 'main-patch-a499' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "adding codeowners\n\nSee merge request big-bang/repository-templates/master_template!5",
         "author_name": "Ryan Thompson",
         "author_email": "ryan.thompson.44@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/rekor)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/rekor)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/rekor)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/rekor)
DEBUG: Repository config (repository=big-bang/apps/sandbox/rekor)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/rekor)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/rekor)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/rekor)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/rekor)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/rekor)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2023-09-06T19:08:47+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/rekor, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/rekor)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/rekor)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/rekor)
DEBUG: Processing 0 branches:  (repository=big-bang/apps/sandbox/rekor)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/rekor)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/rekor)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/rekor)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/rekor)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/sandbox/rekor)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/rekor)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/rekor)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/rekor)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/rekor)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/rekor)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/rekor)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/rekor)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/sandbox/rekor)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/rekor)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/rekor)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/rekor)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/rekor)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/rekor)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/rekor)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/rekor)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/rekor)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/rekor)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/rekor)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/rekor)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/rekor)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/rekor)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/rekor)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/rekor)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/rekor)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "2b977263194c8ff1e3c1e6dc961c1e21dd438e69"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/rekor)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/rekor)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/rekor)
       "splits": {"init": 1080, "extract": 156, "lookup": 12, "onboarding": 0, "update": 0},
       "total": 1252
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/rekor)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/rekor)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 85,
           "reqMedianMs": 93,
           "reqMaxMs": 100,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/rekor)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/rekor)
 INFO: Repository finished (repository=big-bang/apps/sandbox/rekor)
       "cloned": true,
       "durationMs": 1252
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/anchore-enterprise)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/anchore-enterprise (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: big-bang/apps/third-party/anchore-enterprise default branch = main (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/anchore-enterprise.git (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/anchore-enterprise (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: git clone completed (repository=big-bang/apps/third-party/anchore-enterprise)
       "durationMs": 458
DEBUG: latest repository commit (repository=big-bang/apps/third-party/anchore-enterprise)
       "latestCommit": {
         "hash": "2b977263194c8ff1e3c1e6dc961c1e21dd438e69",
         "date": "2023-09-06T19:08:47+00:00",
         "message": "Merge branch 'main-patch-a499' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "adding codeowners\n\nSee merge request big-bang/repository-templates/master_template!5",
         "author_name": "Ryan Thompson",
         "author_email": "ryan.thompson.44@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Repo is onboarded (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Found renovate.json config file (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Repository config (repository=big-bang/apps/third-party/anchore-enterprise)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: No config migration necessary (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/third-party/anchore-enterprise)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: baseBranches (repository=big-bang/apps/third-party/anchore-enterprise)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2023-09-06T19:08:47+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/third-party/anchore-enterprise, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: processRepo() (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Processing 0 branches:  (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Branches limit = 2 (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Config does not need migration (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: No reconfigure branch found (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Branch summary (repository=big-bang/apps/third-party/anchore-enterprise)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "2b977263194c8ff1e3c1e6dc961c1e21dd438e69"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/third-party/anchore-enterprise)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/anchore-enterprise)
       "splits": {"init": 1036, "extract": 153, "lookup": 12, "onboarding": 0, "update": 1},
       "total": 1206
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/anchore-enterprise)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/anchore-enterprise)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 78,
           "reqMedianMs": 85,
           "reqMaxMs": 95,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/anchore-enterprise)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/anchore-enterprise)
 INFO: Repository finished (repository=big-bang/apps/third-party/anchore-enterprise)
       "cloned": true,
       "durationMs": 1206
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/defectdojo)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/defectdojo (repository=big-bang/product/community/defectdojo)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/defectdojo)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/defectdojo)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/defectdojo)
DEBUG: big-bang/product/community/defectdojo default branch = main (repository=big-bang/product/community/defectdojo)
DEBUG: Enabling Git FS (repository=big-bang/product/community/defectdojo)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/defectdojo.git (repository=big-bang/product/community/defectdojo)
DEBUG: Resetting npmrc (repository=big-bang/product/community/defectdojo)
DEBUG: Resetting npmrc (repository=big-bang/product/community/defectdojo)
DEBUG: checkOnboarding() (repository=big-bang/product/community/defectdojo)
DEBUG: isOnboarded() (repository=big-bang/product/community/defectdojo)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/defectdojo)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/defectdojo)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/defectdojo)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/defectdojo (repository=big-bang/product/community/defectdojo)
DEBUG: Performing blobless clone (repository=big-bang/product/community/defectdojo)
DEBUG: git clone completed (repository=big-bang/product/community/defectdojo)
       "durationMs": 456
DEBUG: latest repository commit (repository=big-bang/product/community/defectdojo)
       "latestCommit": {
         "hash": "2b977263194c8ff1e3c1e6dc961c1e21dd438e69",
         "date": "2023-09-06T19:08:47+00:00",
         "message": "Merge branch 'main-patch-a499' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "adding codeowners\n\nSee merge request big-bang/repository-templates/master_template!5",
         "author_name": "Ryan Thompson",
         "author_email": "ryan.thompson.44@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/community/defectdojo)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/defectdojo)
DEBUG: Repo is onboarded (repository=big-bang/product/community/defectdojo)
DEBUG: Found renovate.json config file (repository=big-bang/product/community/defectdojo)
DEBUG: Repository config (repository=big-bang/product/community/defectdojo)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/product/community/defectdojo)
DEBUG: No config migration necessary (repository=big-bang/product/community/defectdojo)
DEBUG: Found repo ignorePaths (repository=big-bang/product/community/defectdojo)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/community/defectdojo)
DEBUG: baseBranches (repository=big-bang/product/community/defectdojo)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/community/defectdojo, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2023-09-06T19:08:47+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/community/defectdojo, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/product/community/defectdojo, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/community/defectdojo, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/defectdojo, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/community/defectdojo, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/defectdojo)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/community/defectdojo)
DEBUG: processRepo() (repository=big-bang/product/community/defectdojo)
DEBUG: Processing 0 branches:  (repository=big-bang/product/community/defectdojo)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/defectdojo)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/defectdojo)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/defectdojo)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/community/defectdojo)
DEBUG: 0 PRs are currently open (repository=big-bang/product/community/defectdojo)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/community/defectdojo)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/community/defectdojo)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/community/defectdojo)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/defectdojo)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/defectdojo)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/defectdojo)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/community/defectdojo)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/community/defectdojo)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/community/defectdojo)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/community/defectdojo)
DEBUG: Branches limit = 2 (repository=big-bang/product/community/defectdojo)
DEBUG: Config does not need migration (repository=big-bang/product/community/defectdojo)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/community/defectdojo)
DEBUG: Closing Dependency Dashboard (repository=big-bang/product/community/defectdojo)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/defectdojo)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/community/defectdojo)
DEBUG: No reconfigure branch found (repository=big-bang/product/community/defectdojo)
DEBUG: Removing any stale branches (repository=big-bang/product/community/defectdojo)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/defectdojo)
DEBUG: No renovate branches found (repository=big-bang/product/community/defectdojo)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/defectdojo)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/defectdojo)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/defectdojo)
DEBUG: Branch summary (repository=big-bang/product/community/defectdojo)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "2b977263194c8ff1e3c1e6dc961c1e21dd438e69"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/community/defectdojo)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/product/community/defectdojo)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/defectdojo)
       "splits": {"init": 1100, "extract": 168, "lookup": 13, "onboarding": 1, "update": 0},
       "total": 1286
DEBUG: Package cache statistics (repository=big-bang/product/community/defectdojo)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/community/defectdojo)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 88,
           "reqMedianMs": 75,
           "reqMaxMs": 141,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/product/community/defectdojo)
DEBUG: Lookup statistics (repository=big-bang/product/community/defectdojo)
 INFO: Repository finished (repository=big-bang/product/community/defectdojo)
       "cloned": true,
       "durationMs": 1286
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/gitlab-description-templates)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/gitlab-description-templates (repository=big-bang/gitlab-description-templates)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/gitlab-description-templates)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/gitlab-description-templates)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/gitlab-description-templates)
DEBUG: big-bang/gitlab-description-templates default branch = main (repository=big-bang/gitlab-description-templates)
DEBUG: Enabling Git FS (repository=big-bang/gitlab-description-templates)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/gitlab-description-templates.git (repository=big-bang/gitlab-description-templates)
DEBUG: Resetting npmrc (repository=big-bang/gitlab-description-templates)
DEBUG: Resetting npmrc (repository=big-bang/gitlab-description-templates)
DEBUG: checkOnboarding() (repository=big-bang/gitlab-description-templates)
DEBUG: isOnboarded() (repository=big-bang/gitlab-description-templates)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/gitlab-description-templates)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/gitlab-description-templates)
DEBUG: findFile(renovate.json) (repository=big-bang/gitlab-description-templates)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/gitlab-description-templates (repository=big-bang/gitlab-description-templates)
DEBUG: Performing blobless clone (repository=big-bang/gitlab-description-templates)
DEBUG: git clone completed (repository=big-bang/gitlab-description-templates)
       "durationMs": 499
DEBUG: latest repository commit (repository=big-bang/gitlab-description-templates)
       "latestCommit": {
         "hash": "572eec38eff54ab557c8cd2dfa6d77b18fde511b",
         "date": "2024-08-13T14:47:55+00:00",
         "message": "Merge branch 'remove-default-codeowners-from-template' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "remove existing codeowners from template, add anchors + mike, mark\n\nSee merge request big-bang/gitlab-description-templates!12",
         "author_name": "Christopher O'Connell",
         "author_email": "coconnell@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/gitlab-description-templates)
DEBUG: ensureIssueClosing() (repository=big-bang/gitlab-description-templates)
DEBUG: Repo is onboarded (repository=big-bang/gitlab-description-templates)
DEBUG: Found renovate.json config file (repository=big-bang/gitlab-description-templates)
DEBUG: Repository config (repository=big-bang/gitlab-description-templates)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/gitlab-description-templates)
DEBUG: No config migration necessary (repository=big-bang/gitlab-description-templates)
DEBUG: Found repo ignorePaths (repository=big-bang/gitlab-description-templates)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/gitlab-description-templates)
DEBUG: baseBranches (repository=big-bang/gitlab-description-templates)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: extract() (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: latest commit (repository=big-bang/gitlab-description-templates, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-08-13T14:47:55+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/gitlab-description-templates, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/gitlab-description-templates, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/gitlab-description-templates, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/gitlab-description-templates, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/gitlab-description-templates, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/gitlab-description-templates)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/gitlab-description-templates)
DEBUG: processRepo() (repository=big-bang/gitlab-description-templates)
DEBUG: Processing 0 branches:  (repository=big-bang/gitlab-description-templates)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/gitlab-description-templates)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/gitlab-description-templates)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/gitlab-description-templates)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/gitlab-description-templates)
DEBUG: 0 PRs are currently open (repository=big-bang/gitlab-description-templates)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/gitlab-description-templates)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/gitlab-description-templates)
DEBUG: PullRequests limit = 2 (repository=big-bang/gitlab-description-templates)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/gitlab-description-templates)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/gitlab-description-templates)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/gitlab-description-templates)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/gitlab-description-templates)
DEBUG: 0 already existing branches found:  (repository=big-bang/gitlab-description-templates)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/gitlab-description-templates)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/gitlab-description-templates)
DEBUG: Branches limit = 2 (repository=big-bang/gitlab-description-templates)
DEBUG: Config does not need migration (repository=big-bang/gitlab-description-templates)
DEBUG: ensureDependencyDashboard() (repository=big-bang/gitlab-description-templates)
DEBUG: Closing Dependency Dashboard (repository=big-bang/gitlab-description-templates)
DEBUG: ensureIssueClosing() (repository=big-bang/gitlab-description-templates)
DEBUG: validateReconfigureBranch() (repository=big-bang/gitlab-description-templates)
DEBUG: No reconfigure branch found (repository=big-bang/gitlab-description-templates)
DEBUG: Removing any stale branches (repository=big-bang/gitlab-description-templates)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/gitlab-description-templates)
DEBUG: No renovate branches found (repository=big-bang/gitlab-description-templates)
DEBUG: ensureIssueClosing() (repository=big-bang/gitlab-description-templates)
DEBUG: ensureIssueClosing() (repository=big-bang/gitlab-description-templates)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/gitlab-description-templates)
DEBUG: Branch summary (repository=big-bang/gitlab-description-templates)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "572eec38eff54ab557c8cd2dfa6d77b18fde511b"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/gitlab-description-templates)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/gitlab-description-templates)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/gitlab-description-templates)
       "splits": {"init": 1086, "extract": 153, "lookup": 14, "onboarding": 0, "update": 1},
       "total": 1258
DEBUG: Package cache statistics (repository=big-bang/gitlab-description-templates)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/gitlab-description-templates)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 80,
           "reqMedianMs": 71,
           "reqMaxMs": 126,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/gitlab-description-templates)
DEBUG: Lookup statistics (repository=big-bang/gitlab-description-templates)
 INFO: Repository finished (repository=big-bang/gitlab-description-templates)
       "cloned": true,
       "durationMs": 1258
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/argo-example-guestbook-app (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: big-bang/apps/sandbox/argo-example-guestbook-app default branch = main (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/argo-example-guestbook-app.git (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/argo-example-guestbook-app (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
       "durationMs": 502
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
       "latestCommit": {
         "hash": "120e4115183a0986dbf1c16a93488e8d77db94c4",
         "date": "2024-01-16T16:24:56+00:00",
         "message": "Merge branch 'kyverno-policies-fix' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Set id's to comply with kyverno\n\nSee merge request big-bang/apps/sandbox/argo-example-guestbook-app!9",
         "author_name": "Ryan Garcia",
         "author_email": "garcia.ryan@solute.us"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Repository config (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-01-16T16:24:56+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/argo-example-guestbook-app, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Processing 0 branches:  (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: 0 PRs are currently open (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: 0 already existing branches found:  (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "120e4115183a0986dbf1c16a93488e8d77db94c4"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
       "splits": {"init": 1106, "extract": 150, "lookup": 13, "onboarding": 0, "update": 1},
       "total": 1274
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 89,
           "reqMedianMs": 74,
           "reqMaxMs": 138,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
 INFO: Repository finished (repository=big-bang/apps/sandbox/argo-example-guestbook-app)
       "cloned": true,
       "durationMs": 1274
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/crossplane-distros/eks (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: big-bang/pipeline-templates/crossplane-distros/eks default branch = main (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/crossplane-distros/eks.git (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/crossplane-distros/eks (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "durationMs": 832
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "latestCommit": {
         "hash": "eea95fdc5d772da467bbafd70e5f9dcc004cd62c",
         "date": "2025-01-15T14:35:08+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #16\n\nSee merge request big-bang/pipeline-templates/crossplane-distros/eks!24",
         "author_name": "Alozie Obuh",
         "author_email": "obuh.alozie@solute.us"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Repository config (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: No config migration necessary (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: extract() (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: latest commit (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:35:08+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helm-values: bootstrap-manifests/infrastructure/values.yaml, examples/chart.example/values.yaml (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: bootstrap-manifests/infrastructure/Chart.yaml, examples/chart.example/Chart.yaml (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Unsupported Chart apiVersion. Only v2 is supported. (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main, packageFile=bootstrap-manifests/infrastructure/Chart.yaml)
DEBUG: Chart has no dependencies in examples/chart.example/Chart.yaml (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
       "managers": {"helm-values": 3, "helmv3": 4}
DEBUG: Found 0 package file(s) (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/crossplane-distros/eks, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Processing 0 branches:  (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: 0 PRs are currently open (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: PullRequests limit = 2 (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: 0 already existing branches found:  (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Branches limit = 2 (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Config does not need migration (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Closing Dependency Dashboard (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Repo is activated (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "eea95fdc5d772da467bbafd70e5f9dcc004cd62c"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "stats": {"total": 2, "open": 0, "closed": 0, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "splits": {"init": 1784, "extract": 187, "lookup": 13, "onboarding": 0, "update": 1},
       "total": 1993
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 139,
           "reqMedianMs": 98,
           "reqMaxMs": 302,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/crossplane-distros/eks)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/crossplane-distros/eks)
 INFO: Repository finished (repository=big-bang/pipeline-templates/crossplane-distros/eks)
       "cloned": true,
       "durationMs": 1993
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/deployments/openshift)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/deployments/openshift (repository=big-bang/team/deployments/openshift)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/deployments/openshift)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/deployments/openshift)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/deployments/openshift)
DEBUG: big-bang/team/deployments/openshift default branch = main (repository=big-bang/team/deployments/openshift)
DEBUG: Enabling Git FS (repository=big-bang/team/deployments/openshift)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/deployments/openshift.git (repository=big-bang/team/deployments/openshift)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Fdeployments%2Fopenshift/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=66) (repository=big-bang/team/deployments/openshift)
DEBUG: GitLab API 404 (repository=big-bang/team/deployments/openshift)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Fdeployments%2Fopenshift/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/team/deployments/openshift)
DEBUG: Resetting npmrc (repository=big-bang/team/deployments/openshift)
DEBUG: checkOnboarding() (repository=big-bang/team/deployments/openshift)
DEBUG: isOnboarded() (repository=big-bang/team/deployments/openshift)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/deployments/openshift)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/deployments/openshift)
DEBUG: findFile(renovate.json) (repository=big-bang/team/deployments/openshift)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/deployments/openshift (repository=big-bang/team/deployments/openshift)
DEBUG: Performing blobless clone (repository=big-bang/team/deployments/openshift)
DEBUG: git clone completed (repository=big-bang/team/deployments/openshift)
       "durationMs": 954
DEBUG: latest repository commit (repository=big-bang/team/deployments/openshift)
       "latestCommit": {
         "hash": "dc8108fc341531814c587caf096138a29c3b1b30",
         "date": "2025-01-15T14:51:04+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #11\n\nSee merge request big-bang/team/deployments/openshift!13",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/team/deployments/openshift)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/team/deployments/openshift)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/team/deployments/openshift)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/team/deployments/openshift)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/team/deployments/openshift)
DEBUG: findFile(.renovaterc) (repository=big-bang/team/deployments/openshift)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/team/deployments/openshift)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/team/deployments/openshift)
DEBUG: config file not found (repository=big-bang/team/deployments/openshift)
 INFO: Repository is disabled - skipping (repository=big-bang/team/deployments/openshift)
DEBUG: Removing any stale branches (repository=big-bang/team/deployments/openshift)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/team/deployments/openshift)
DEBUG: No renovate branches found (repository=big-bang/team/deployments/openshift)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/team/deployments/openshift)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/deployments/openshift)
       "splits": {},
       "total": 1722
DEBUG: Package cache statistics (repository=big-bang/team/deployments/openshift)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/deployments/openshift)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 118,
           "reqMedianMs": 109,
           "reqMaxMs": 178,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/team/deployments/openshift)
DEBUG: Lookup statistics (repository=big-bang/team/deployments/openshift)
 INFO: Repository finished (repository=big-bang/team/deployments/openshift)
       "cloned": true,
       "durationMs": 1722
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/holocron)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/holocron (repository=big-bang/product/packages/holocron)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/holocron)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/holocron)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/holocron)
DEBUG: big-bang/product/packages/holocron default branch = main (repository=big-bang/product/packages/holocron)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/holocron)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/holocron.git (repository=big-bang/product/packages/holocron)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/holocron)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/holocron)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/holocron)
DEBUG: isOnboarded() (repository=big-bang/product/packages/holocron)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/holocron)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/holocron)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/holocron)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/holocron (repository=big-bang/product/packages/holocron)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/holocron)
DEBUG: git clone completed (repository=big-bang/product/packages/holocron)
       "durationMs": 645
DEBUG: latest repository commit (repository=big-bang/product/packages/holocron)
       "latestCommit": {
         "hash": "dbce99407b61c88255cdda5963fd3f82a26243a6",
         "date": "2025-01-16T19:30:52+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #37\n\nSee merge request big-bang/product/packages/holocron!78",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/holocron)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/holocron)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/holocron)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/holocron)
DEBUG: Repository config (repository=big-bang/product/packages/holocron)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Holocron Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["holocron", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?:#.*\\n\\s+)?repository:\\s+[^/]+/(?<depName>.+)\\s+(?:#.*\\n\\s+)tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/holocron)
DEBUG: Config migration necessary (repository=big-bang/product/packages/holocron)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Holocron Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["holocron", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?:#.*\\n\\s+)?repository:\\s+[^/]+/(?<depName>.+)\\s+(?:#.*\\n\\s+)tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Holocron Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["holocron", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?:#.*\\n\\s+)?repository:\\s+[^/]+/(?<depName>.+)\\s+(?:#.*\\n\\s+)tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/holocron)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Holocron Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["holocron", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?:#.*\\n\\s+)?repository:\\s+[^/]+/(?<depName>.+)\\s+(?:#.*\\n\\s+)tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/holocron)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/holocron)
DEBUG: findIssue(Renovate: Upgrade Holocron Dependencies) (repository=big-bang/product/packages/holocron)
DEBUG: baseBranches (repository=big-bang/product/packages/holocron)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/holocron, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T19:30:52+00:00"
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/holocron, baseBranch=main)
       "managers": {"regex": 2, "helmv3": 2}
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: Manager explicitly enabled in "enabledManagers" config, but found no results. Possible config error? (repository=big-bang/product/packages/holocron, baseBranch=main)
       "manager": "custom.regex"
 INFO: Dependency extraction complete (repository=big-bang/product/packages/holocron, baseBranch=main)
       "stats": {
         "managers": {"helmv3": {"fileCount": 1, "depCount": 2}},
         "total": {"fileCount": 1, "depCount": 2}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: 2 flattened updates found: gluon, postgresql (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: Returning 2 branch(es) (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/holocron, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/holocron, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.0",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.0",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.0"
               },
               {
                 "depName": "postgresql",
                 "currentValue": "^12.0.0",
                 "registryUrls": ["https://charts.bitnami.com/bitnami"],
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "16.4.5",
                     "newValue": "^16.0.0",
                     "newDigest": "a7f4229465150ad5b5e605ef127ca8a4bb504a9029eaea3e2e6126b24dca959d",
                     "releaseTimestamp": "2025-01-21T02:02:37.214Z",
                     "newVersionAgeInDays": 13,
                     "newMajor": 16,
                     "newMinor": 4,
                     "newPatch": 5,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/postgresql-16.x"
                   }
                 ],
                 "packageName": "postgresql",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/charts",
                 "registryUrl": "https://charts.bitnami.com/bitnami",
                 "sourceDirectory": "bitnami/postgresql",
                 "homepage": "https://bitnami.com",
                 "currentVersion": "12.12.10",
                 "currentVersionTimestamp": "2023-09-27T10:18:09.708Z",
                 "currentVersionAgeInDays": 494,
                 "isSingleVersion": false
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.0.12",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/holocron)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/holocron)
DEBUG: processRepo() (repository=big-bang/product/packages/holocron)
DEBUG: Processing 2 branches: renovate/ironbank, renovate/postgresql-16.x (repository=big-bang/product/packages/holocron)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/holocron)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/holocron)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/holocron)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/holocron)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/holocron)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/holocron)
DEBUG: getPr(66) (repository=big-bang/product/packages/holocron)
DEBUG: getMR(66) (repository=big-bang/product/packages/holocron)
DEBUG: getBranchPr(renovate/postgresql-16.x) (repository=big-bang/product/packages/holocron)
DEBUG: findPr(renovate/postgresql-16.x, undefined, open) (repository=big-bang/product/packages/holocron)
DEBUG: getPr(72) (repository=big-bang/product/packages/holocron)
DEBUG: getMR(72) (repository=big-bang/product/packages/holocron)
DEBUG: 2 PRs are currently open (repository=big-bang/product/packages/holocron)
DEBUG: PR concurrent limit remaining: 8 (repository=big-bang/product/packages/holocron)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/holocron)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/holocron)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/holocron)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/holocron)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/holocron)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/holocron)
DEBUG: 2 already existing branches found: renovate/ironbank,renovate/postgresql-16.x (repository=big-bang/product/packages/holocron)
DEBUG: Branch concurrent limit remaining: 8 (repository=big-bang/product/packages/holocron)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/holocron)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/holocron)
DEBUG: syncBranchState() (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(66) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(66) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:09:53.515Z) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T19:30:52+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep gluon in chart/Chart.yaml is already updated (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/holocron, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "gluon"
DEBUG: No package files need updating (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T19:30:52+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(66) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(66) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update gluon Docker tag to v0.5.14"
 INFO: PR updated (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
       "pr": 66,
       "prTitle": "SKIP UPDATE CHECK Update gluon Docker tag to v0.5.14"
DEBUG: setPrCache() (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState() (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: getBranchPr(renovate/postgresql-16.x) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: findPr(renovate/postgresql-16.x, undefined, open) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: getPr(72) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: getMR(72) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: branchExists=true (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:09:54.358Z) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: No schedule defined (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Branch already exists (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: isBranchConflicted(main, renovate/postgresql-16.x) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: latest commit (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T19:30:52+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Branch dep postgresql in chart/Chart.yaml is already updated (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: No content changed (repository=big-bang/product/packages/holocron, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/postgresql-16.x)
       "depName": "postgresql"
DEBUG: No package files need updating (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: No files to commit (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: latest commit (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T19:30:52+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Ensuring PR (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: getBranchPr(renovate/postgresql-16.x) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: findPr(renovate/postgresql-16.x, undefined, open) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: getPr(72) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: getMR(72) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Found existing PR (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: Fetching changelog: https://github.com/bitnami/charts (12.12.10 -> 16.4.5) (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "manager": "helmv3",
       "packageName": "postgresql",
       "sourceUrl": "https://github.com/bitnami/charts"
DEBUG: Processing existing PR (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: PR body changed (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "prTitle": "SKIP UPDATE CHECK Update Helm release postgresql to v16"
 INFO: PR updated (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
       "pr": 72,
       "prTitle": "SKIP UPDATE CHECK Update Helm release postgresql to v16"
DEBUG: setPrCache() (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/holocron, baseBranch=main, branch=renovate/postgresql-16.x)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/holocron)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/holocron)
DEBUG: getPr(66) (repository=big-bang/product/packages/holocron)
DEBUG: getMR(66) (repository=big-bang/product/packages/holocron)
DEBUG: getBranchPr(renovate/postgresql-16.x) (repository=big-bang/product/packages/holocron)
DEBUG: findPr(renovate/postgresql-16.x, undefined, open) (repository=big-bang/product/packages/holocron)
DEBUG: getPr(72) (repository=big-bang/product/packages/holocron)
DEBUG: getMR(72) (repository=big-bang/product/packages/holocron)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/holocron)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/holocron)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/holocron)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/holocron)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/holocron)
DEBUG: ensureIssue() (repository=big-bang/product/packages/holocron)
DEBUG: Updating issue (repository=big-bang/product/packages/holocron)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/holocron)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/holocron)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/holocron)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/holocron)
DEBUG: Branch lists (repository=big-bang/product/packages/holocron)
       "branchList": ["renovate/ironbank", "renovate/postgresql-16.x"],
       "renovateBranches": ["renovate/ironbank", "renovate/postgresql-16.x"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/holocron)
DEBUG: No branches to clean up (repository=big-bang/product/packages/holocron)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/holocron)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/holocron)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/holocron)
DEBUG: Repo is activated (repository=big-bang/product/packages/holocron)
DEBUG: Branch summary (repository=big-bang/product/packages/holocron)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "dbce99407b61c88255cdda5963fd3f82a26243a6"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "dbce99407b61c88255cdda5963fd3f82a26243a6",
           "branchName": "renovate/ironbank",
           "branchSha": "64a23303c284aebf850be051e9ec7fd5c91a6f2d",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "dbce99407b61c88255cdda5963fd3f82a26243a6",
           "branchName": "renovate/postgresql-16.x",
           "branchSha": "83c6cd04c015e1aea3178b5bb5b78a0ae6e5bed9",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/holocron)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 66,
           "prTitle": "SKIP UPDATE CHECK Update gluon Docker tag to v0.5.14",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.0",
               "currentVersion": "0.5.0",
               "currentValue": "0.5.0",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             }
           ]
         },
         {
           "branchName": "renovate/postgresql-16.x",
           "prNo": 72,
           "prTitle": "SKIP UPDATE CHECK Update Helm release postgresql to v16",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "postgresql",
               "displayPending": "",
               "currentVersion": "12.12.10",
               "currentValue": "^12.0.0",
               "newValue": "^16.0.0",
               "newVersion": "16.4.5",
               "newDigest": "a7f4229465150ad5b5e605ef127ca8a4bb504a9029eaea3e2e6126b24dca959d",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "postgresql"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/holocron)
       "stats": {"total": 4, "open": 2, "closed": 1, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/holocron)
DEBUG: repository problems (repository=big-bang/product/packages/holocron)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/holocron)
       "splits": {"init": 1558, "extract": 251, "lookup": 107, "onboarding": 0, "update": 2360},
       "total": 4869
DEBUG: Package cache statistics (repository=big-bang/product/packages/holocron)
       "get": {"count": 3, "avgMs": 15, "medianMs": 6, "maxMs": 38, "totalMs": 45},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/packages/holocron)
       "hosts": {
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 234,
           "reqMedianMs": 174,
           "reqMaxMs": 551,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 11
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/holocron)
DEBUG: Lookup statistics (repository=big-bang/product/packages/holocron)
       "docker": {"count": 1, "avgMs": 21, "medianMs": 21, "maxMs": 21, "totalMs": 21},
       "helm": {"count": 1, "avgMs": 54, "medianMs": 54, "maxMs": 54, "totalMs": 54}
 INFO: Repository finished (repository=big-bang/product/packages/holocron)
       "cloned": true,
       "durationMs": 4869
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/grafana)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/grafana (repository=big-bang/product/packages/grafana)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/grafana)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/grafana)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/grafana)
DEBUG: big-bang/product/packages/grafana default branch = main (repository=big-bang/product/packages/grafana)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/grafana)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/grafana.git (repository=big-bang/product/packages/grafana)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/grafana)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/grafana)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/grafana)
DEBUG: isOnboarded() (repository=big-bang/product/packages/grafana)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/grafana)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/grafana)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/grafana)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/grafana (repository=big-bang/product/packages/grafana)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/grafana)
DEBUG: git clone completed (repository=big-bang/product/packages/grafana)
       "durationMs": 593
DEBUG: latest repository commit (repository=big-bang/product/packages/grafana)
       "latestCommit": {
         "hash": "bea6b766ea2965dc2cacc25e064974d350818d87",
         "date": "2025-01-30T18:23:23+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 8.8.5-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/packages/grafana!175",
         "author_name": "Peter Sigur",
         "author_email": "sigur_peter@bah.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/grafana)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/grafana)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/grafana)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/grafana)
DEBUG: Repository config (repository=big-bang/product/packages/grafana)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Grafana Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["renovate", "kind::maintenance", "team::Observability", "grafana"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Grafana:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/grafana)
DEBUG: No config migration necessary (repository=big-bang/product/packages/grafana)
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/grafana)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/grafana)
DEBUG: findIssue(Renovate: Upgrade Grafana Package Dependencies) (repository=big-bang/product/packages/grafana)
DEBUG: baseBranches (repository=big-bang/product/packages/grafana)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/grafana, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T18:23:23+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/grafana, baseBranch=main)
       "managers": {"regex": 4, "helm-values": 46, "helmv3": 48}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/packages/grafana, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/grafana, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 6},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 2, "depCount": 7}
         },
         "total": {"fileCount": 4, "depCount": 14}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Dependency docker.io/grafana/grafana-image-renderer has unsupported/unversioned value latest (versioning=docker) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Skipping docker.io/grafana/grafana-image-renderer because no currentDigest or pinDigests (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/bats/bats, latest) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/bats/bats, latest, get) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/kiwigrid/k8s-sidecar, latest) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/kiwigrid/k8s-sidecar, latest, get) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/big-bang/grafana/grafana-plugins, latest) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/grafana/grafana-plugins, latest, get) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/bats/bats, sha256:878af0172b772650ed538f27d2d5e11dbf9ce993f5fdae8f5ccd691d3cc63541, get) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/grafana/grafana-plugins, sha256:e0220c80141f3a1c97fd1fef906302860e8bdc5514a4d8879e23d209177d8d34, get) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/kiwigrid/k8s-sidecar, sha256:5dd0d7c2fb819a1297c6f935b1435f16cb5f1a3fe360f45320cc70942b6aff4b, get) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/grafana, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916860",
         "mil.dso.ironbank.image.keywords": "bash,testing",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "bats",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:43:41+00:00",
         "org.opencontainers.image.description": "bash-testing framework",
         "org.opencontainers.image.licenses": "GNU GPLv3",
         "org.opencontainers.image.revision": "3fd986e0784699d362ed5fdf17e6c5e96836fe8d",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/bats/bats",
         "org.opencontainers.image.title": "bats",
         "org.opencontainers.image.url": "https://github.com/bats-core/bats-core",
         "org.opencontainers.image.vendor": "Bats",
         "org.opencontainers.image.version": "1.11.1",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/grafana, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:16cda1d9f706ae8709901f65f85eed2f41d564d751846b01b699e9824819d3bc",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/grafana/grafana:11.5.0",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917899",
         "mil.dso.ironbank.image.keywords": "grafana,grafana-plugins",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/grafana/grafana:11.5.0@sha256:2d6ba4376f16c8bdf33568af9a6957cd5d0cf462c75a60da1cf68558a53839d3",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "grafana",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 01:41:01+00:00",
         "org.opencontainers.image.description": "Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. The Plugins Platform makes it easy for all Grafana users to build high-quality plugins.",
         "org.opencontainers.image.licenses": "GNU Affero General Public License v3.0",
         "org.opencontainers.image.revision": "e33674c035950fa9da0cc48e7076ec2632bc9bfd",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins",
         "org.opencontainers.image.title": "grafana-plugins",
         "org.opencontainers.image.url": "https://github.com/grafana/grafana",
         "org.opencontainers.image.vendor": "grafana",
         "org.opencontainers.image.version": "11.5.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/grafana, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:45277efc34cdd2baa49ee712b3df98d8c017235b401d2a4adcb49051713f013b",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/python:v3.13",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917704",
         "mil.dso.ironbank.image.keywords": "configmap,sidecar",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/python:v3.13@sha256:9fb9dacb7c3c7a3ae55f550270be6933867727f87d9d1b132227aa8ce1ea72cd",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "k8s-sidecar",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 01:14:57+00:00",
         "org.opencontainers.image.description": "k8s-sidecar container allows the internal k8s api to collect configmaps and store them in a path.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "4eadb541ae2be1715bdb3f5de526dc1a017bec6a",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar",
         "org.opencontainers.image.title": "k8s-sidecar",
         "org.opencontainers.image.url": "https://github.com/kiwigrid/k8s-sidecar",
         "org.opencontainers.image.vendor": "kiwigrid",
         "org.opencontainers.image.version": "1.29.1",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: 4 flattened updates found: ironbank/big-bang/grafana/grafana-plugins, registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins, registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins, registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/grafana, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/grafana, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "ironbank/big-bang/grafana/grafana-plugins",
                 "currentValue": "11.4.0",
                 "datasource": "docker",
                 "replaceString": "11.4.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "11.5.0",
                     "newValue": "11.5.0",
                     "newMajor": 11,
                     "newMinor": 5,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ironbank/big-bang/grafana/grafana-plugins",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/grafana",
                 "currentVersion": "11.4.0",
                 "isSingleVersion": true,
                 "fixedVersion": "11.4.0"
               },
               {
                 "depName": "ironbank/opensource/bats/bats",
                 "replaceString": "ironbank/opensource/bats/bats",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "ironbank/opensource/bats/bats",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.5",
                 "datasource": "docker",
                 "replaceString": "9.5",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "ironbank/redhat/ubi/ubi9-minimal",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               },
               {
                 "depName": "ironbank/kiwigrid/k8s-sidecar",
                 "currentValue": "1.29.1",
                 "datasource": "docker",
                 "replaceString": "1.29.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "ironbank/kiwigrid/k8s-sidecar",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kiwigrid/k8s-sidecar",
                 "currentVersion": "1.29.1",
                 "fixedVersion": "1.29.1"
               },
               {
                 "depName": "docker.io/grafana/grafana-image-renderer",
                 "currentValue": "latest",
                 "datasource": "docker",
                 "replaceString": "latest",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "docker.io/grafana/grafana-image-renderer",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "8.8.5-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "currentValue": "11.4.0",
                 "datasource": "docker",
                 "replaceString": "- Grafana: 11.4.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "11.5.0",
                     "newValue": "11.5.0",
                     "newMajor": 11,
                     "newMinor": 5,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/grafana",
                 "lookupName": "ironbank/big-bang/grafana/grafana-plugins",
                 "currentVersion": "11.4.0",
                 "isSingleVersion": true,
                 "fixedVersion": "11.4.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "currentValue": "11.4.0",
                 "datasource": "docker",
                 "replaceString": "appVersion: 11.4.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "11.5.0",
                     "newValue": "11.5.0",
                     "newMajor": 11,
                     "newMinor": 5,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/grafana",
                 "lookupName": "ironbank/big-bang/grafana/grafana-plugins",
                 "currentVersion": "11.4.0",
                 "isSingleVersion": true,
                 "fixedVersion": "11.4.0"
               }
             ],
             "matchStrings": [
               "- Grafana:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "currentValue": "11.4.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins:11.4.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "11.5.0",
                     "newValue": "11.5.0",
                     "newMajor": 11,
                     "newMinor": 5,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/grafana",
                 "lookupName": "ironbank/big-bang/grafana/grafana-plugins",
                 "currentVersion": "11.4.0",
                 "isSingleVersion": true,
                 "fixedVersion": "11.4.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
                 "currentValue": "1.29.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.29.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kiwigrid/k8s-sidecar",
                 "lookupName": "ironbank/kiwigrid/k8s-sidecar",
                 "currentVersion": "1.29.1",
                 "fixedVersion": "1.29.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.5",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/bats/bats",
                 "currentValue": "1.11.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/bats/bats:1.11.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/bats/bats",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/bats/bats",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bats-core/bats-core",
                 "lookupName": "ironbank/opensource/bats/bats",
                 "currentVersion": "1.11.1",
                 "fixedVersion": "1.11.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/grafana)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/grafana)
DEBUG: processRepo() (repository=big-bang/product/packages/grafana)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/grafana)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/grafana)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/grafana)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/grafana)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/grafana)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/grafana)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/grafana)
DEBUG: getPr(177) (repository=big-bang/product/packages/grafana)
DEBUG: getMR(177) (repository=big-bang/product/packages/grafana)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/grafana)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/grafana)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/grafana)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/grafana)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/grafana)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/grafana)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/grafana)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/grafana)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/grafana)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/grafana)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/grafana)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/grafana)
DEBUG: syncBranchState() (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(177) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(177) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:09:59.158Z) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T18:23:23+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep ironbank/big-bang/grafana/grafana-plugins in chart/values.yaml is already updated (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/grafana, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "ironbank/big-bang/grafana/grafana-plugins"
DEBUG: Branch dep registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins in chart/Chart.yaml is already updated (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/grafana, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins"
DEBUG: Branch dep registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins in chart/Chart.yaml is already updated (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/grafana, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins"
DEBUG: Branch dep registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins in chart/Chart.yaml is already updated (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/grafana, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins"
DEBUG: No package files need updating (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T18:23:23+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(177) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(177) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins (11.4.0 -> 11.5.0) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins (11.4.0 -> 11.5.0) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins (11.4.0 -> 11.5.0) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins (11.4.0 -> 11.5.0) (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/big-bang/grafana/grafana-plugins (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/big-bang/grafana/grafana-plugins (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/big-bang/grafana/grafana-plugins (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/big-bang/grafana/grafana-plugins (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank to v11.5.0"
 INFO: PR updated (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
       "pr": 177,
       "prTitle": "Update Ironbank to v11.5.0"
DEBUG: setPrCache() (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/grafana, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/grafana)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/grafana)
DEBUG: getPr(177) (repository=big-bang/product/packages/grafana)
DEBUG: getMR(177) (repository=big-bang/product/packages/grafana)
DEBUG: Config does not need migration (repository=big-bang/product/packages/grafana)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/grafana)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/grafana)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/grafana)
DEBUG: ensureIssue() (repository=big-bang/product/packages/grafana)
DEBUG: Updating issue (repository=big-bang/product/packages/grafana)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/grafana)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/grafana)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/grafana)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/grafana)
DEBUG: Branch lists (repository=big-bang/product/packages/grafana)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/grafana)
DEBUG: No branches to clean up (repository=big-bang/product/packages/grafana)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/grafana)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/grafana)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/grafana)
DEBUG: Repo is activated (repository=big-bang/product/packages/grafana)
DEBUG: Branch summary (repository=big-bang/product/packages/grafana)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "bea6b766ea2965dc2cacc25e064974d350818d87"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "bea6b766ea2965dc2cacc25e064974d350818d87",
           "branchName": "renovate/ironbank",
           "branchSha": "5fabefd88c19a4aaa499a0a9ecdc50e7d97b271d",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/grafana)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 177,
           "prTitle": "Update Ironbank to v11.5.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ironbank/big-bang/grafana/grafana-plugins",
               "displayPending": "",
               "fixedVersion": "11.4.0",
               "currentVersion": "11.4.0",
               "currentValue": "11.4.0",
               "newValue": "11.5.0",
               "newVersion": "11.5.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "ironbank/big-bang/grafana/grafana-plugins"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
               "displayPending": "",
               "fixedVersion": "11.4.0",
               "currentVersion": "11.4.0",
               "currentValue": "11.4.0",
               "newValue": "11.5.0",
               "newVersion": "11.5.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
               "displayPending": "",
               "fixedVersion": "11.4.0",
               "currentVersion": "11.4.0",
               "currentValue": "11.4.0",
               "newValue": "11.5.0",
               "newVersion": "11.5.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
               "displayPending": "",
               "fixedVersion": "11.4.0",
               "currentVersion": "11.4.0",
               "currentValue": "11.4.0",
               "newValue": "11.5.0",
               "newVersion": "11.5.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/grafana)
       "stats": {"total": 14, "open": 1, "closed": 0, "merged": 13}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/grafana)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/grafana)
       "splits": {"init": 1912, "extract": 258, "lookup": 659, "onboarding": 1, "update": 1616},
       "total": 4974
DEBUG: Package cache statistics (repository=big-bang/product/packages/grafana)
       "get": {"count": 19, "avgMs": 6, "medianMs": 2, "maxMs": 44, "totalMs": 122},
       "set": {"count": 18, "avgMs": 11, "medianMs": 3, "maxMs": 102, "totalMs": 194}
DEBUG: HTTP statistics (repository=big-bang/product/packages/grafana)
       "hosts": {
         "registry1.dso.mil": {
           "count": 19,
           "reqAvgMs": 48,
           "reqMedianMs": 36,
           "reqMaxMs": 90,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 212,
           "reqMedianMs": 109,
           "reqMaxMs": 740,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 31
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/grafana)
DEBUG: Lookup statistics (repository=big-bang/product/packages/grafana)
       "docker": {"count": 14, "avgMs": 290, "medianMs": 431, "maxMs": 586, "totalMs": 4057}
 INFO: Repository finished (repository=big-bang/product/packages/grafana)
       "cloned": true,
       "durationMs": 4974
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis default branch = master (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis.git (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "durationMs": 848
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "latestCommit": {
         "hash": "f36d2656434f2ece33ca649b11d4f59c31c45532",
         "date": "2024-12-03T16:11:44+00:00",
         "message": "Merge branch '23_supported_version_range' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "check for version range\n\nSee merge request big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis!59",
         "author_name": "Mark Howard",
         "author_email": "mark.howard.7@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Repository config (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Config migration necessary (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "oldConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": {"enabled": true}
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchDatasources": ["docker"],
             "matchUpdateTypes": ["patch"],
             "enabled": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "baseBranches": ["master"]
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: extract() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
       "branchName": "master",
       "latestCommitDate": "2024-12-03T16:11:44+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Matched 2 file(s) for manager dockerfile: Dockerfile, Dockerfile.dev (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Matched 1 file(s) for manager gomod: go.mod (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Matched 1 file(s) for manager npm: package.json (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: npm file package.json has name "collector-template" (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
       "managers": {"gomod": 2, "dockerfile": 3, "npm": 4}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Found gomod package files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Found 4 package file(s) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "gomod": {"fileCount": 1, "depCount": 22},
           "npm": {"fileCount": 1, "depCount": 2}
         },
         "total": {"fileCount": 4, "depCount": 26}
       }
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: hostRules: no authentication for proxy.golang.org (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Using queue: host=proxy.golang.org, concurrency=16 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgpassfile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgservicefile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgx/v5, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: github.com/jackc/puddle/v2, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: github.com/jinzhu/inflection, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: github.com/jinzhu/now, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: github.com/kr/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: github.com/rogpeppe/go-internal, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: github.com/stretchr/objx, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: golang.org/x/sync, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Dependency: gopkg.in/yaml.v3, is disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Failed to look up docker package golang (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, packageFile=Dockerfile.dev, dependency=golang)
DEBUG: GET https://proxy.golang.org/github.com/relvacode/iso8601/v2/@v/list = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=247) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: 4 flattened updates found: github.com/relvacode/iso8601, github.com/stretchr/testify, gorm.io/driver/postgres, cypress (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: Returning 4 branch(es) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "currentValue": "1.21.13",
                 "replaceString": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21:1.21.13",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.21",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/golang",
                 "lookupName": "ironbank/google/golang/ubi9/golang-1.21",
                 "currentVersion": "1.21.13",
                 "fixedVersion": "1.21.13"
               }
             ],
             "packageFile": "Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "golang",
                 "currentValue": "1.21",
                 "replaceString": "golang:1.21",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "golang",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "golang",
                     "message": "Failed to look up docker package golang"
                   }
                 ]
               }
             ],
             "packageFile": "Dockerfile.dev"
           }
         ],
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.21",
                 "managerData": {"lineNumber": 2},
                 "updates": [],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.5",
                 "currentVersionTimestamp": "2025-01-16T00:00:00.000Z",
                 "currentVersionAgeInDays": 18
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/DATA-DOG/go-sqlmock",
                 "currentValue": "v1.5.2",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "updates": [],
                 "packageName": "github.com/DATA-DOG/go-sqlmock",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DATA-DOG/go-sqlmock",
                 "currentVersion": "v1.5.2",
                 "currentVersionTimestamp": "2024-01-06T21:33:25.000Z",
                 "currentVersionAgeInDays": 393,
                 "fixedVersion": "v1.5.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/hashicorp/go-version",
                 "currentValue": "v1.7.0",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-version",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/go-version",
                 "currentVersion": "v1.7.0",
                 "currentVersionTimestamp": "2024-05-24T10:16:12.000Z",
                 "currentVersionAgeInDays": 254,
                 "fixedVersion": "v1.7.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/relvacode/iso8601",
                 "currentValue": "v1.4.0",
                 "managerData": {"multiLine": true, "lineNumber": 7},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.6.0",
                     "newValue": "v1.6.0",
                     "releaseTimestamp": "2024-11-22T09:52:59.000Z",
                     "newVersionAgeInDays": 72,
                     "newMajor": 1,
                     "newMinor": 6,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-relvacode-iso8601-1.x"
                   }
                 ],
                 "packageName": "github.com/relvacode/iso8601",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/relvacode/iso8601",
                 "currentVersion": "v1.4.0",
                 "currentVersionTimestamp": "2024-01-27T01:10:28.000Z",
                 "currentVersionAgeInDays": 373,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.4.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.9.0",
                 "managerData": {"multiLine": true, "lineNumber": 8},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.10.0",
                     "newValue": "v1.10.0",
                     "releaseTimestamp": "2024-11-12T22:58:45.000Z",
                     "newVersionAgeInDays": 82,
                     "newMajor": 1,
                     "newMinor": 10,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-stretchr-testify-1.x"
                   }
                 ],
                 "packageName": "github.com/stretchr/testify",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stretchr/testify",
                 "currentVersion": "v1.9.0",
                 "currentVersionTimestamp": "2024-02-29T14:36:18.000Z",
                 "currentVersionAgeInDays": 339,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.9.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/driver/postgres",
                 "currentValue": "v1.5.9",
                 "managerData": {"multiLine": true, "lineNumber": 9},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.5.11",
                     "newValue": "v1.5.11",
                     "releaseTimestamp": "2024-12-02T06:34:29.000Z",
                     "newVersionAgeInDays": 63,
                     "newMajor": 1,
                     "newMinor": 5,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/gorm.io-driver-postgres-1.x"
                   }
                 ],
                 "packageName": "gorm.io/driver/postgres",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/postgres",
                 "currentVersion": "v1.5.9",
                 "currentVersionTimestamp": "2024-06-12T07:08:11.000Z",
                 "currentVersionAgeInDays": 236,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.5.9"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/gorm",
                 "currentValue": "v1.25.12",
                 "managerData": {"multiLine": true, "lineNumber": 10},
                 "updates": [],
                 "packageName": "gorm.io/gorm",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/gorm",
                 "currentVersion": "v1.25.12",
                 "currentVersionTimestamp": "2024-08-22T11:03:42.000Z",
                 "currentVersionAgeInDays": 164,
                 "fixedVersion": "v1.25.12"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgpassfile",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [],
                 "packageName": "github.com/jackc/pgpassfile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgservicefile",
                 "currentValue": "v0.0.0-20240606120523-5a60cdf6a761",
                 "currentDigest": "5a60cdf6a761",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "updates": [],
                 "packageName": "github.com/jackc/pgservicefile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgx/v5",
                 "currentValue": "v5.7.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [],
                 "packageName": "github.com/jackc/pgx/v5",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/puddle/v2",
                 "currentValue": "v2.2.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "updates": [],
                 "packageName": "github.com/jackc/puddle/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/inflection",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 19},
                 "updates": [],
                 "packageName": "github.com/jinzhu/inflection",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/now",
                 "currentValue": "v1.1.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 20},
                 "updates": [],
                 "packageName": "github.com/jinzhu/now",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/kr/text",
                 "currentValue": "v0.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 21},
                 "updates": [],
                 "packageName": "github.com/kr/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pmezard/go-difflib",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/rogpeppe/go-internal",
                 "currentValue": "v1.12.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "github.com/rogpeppe/go-internal",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/stretchr/objx",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [],
                 "packageName": "github.com/stretchr/objx",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.27.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 26},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.18.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 27},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 28},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "go.mod"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "devDependencies",
                 "depName": "cypress",
                 "currentValue": "^13.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/cypress-14.x"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "13.17.0",
                 "currentVersionTimestamp": "2024-12-17T18:32:28.633Z",
                 "currentVersionAgeInDays": 47,
                 "isSingleVersion": false
               },
               {
                 "depType": "devDependencies",
                 "depName": "husky",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [],
                 "packageName": "husky",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typicode/husky",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.1.7",
                 "currentVersionTimestamp": "2024-11-18T15:28:26.026Z",
                 "currentVersionAgeInDays": 76
               }
             ],
             "extractedConstraints": {},
             "packageFileVersion": "1.0.0",
             "managerData": {
               "packageJsonName": "collector-template",
               "hasPackageManager": false,
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "package.json"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Processing 4 branches: renovate/cypress-14.x, renovate/github.com-relvacode-iso8601-1.x, renovate/github.com-stretchr-testify-1.x, renovate/gorm.io-driver-postgres-1.x (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getPr(57) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getMR(57) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getBranchPr(renovate/github.com-relvacode-iso8601-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: findPr(renovate/github.com-relvacode-iso8601-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getPr(56) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getMR(56) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getPr(58) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getMR(58) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getPr(60) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getMR(60) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: 4 PRs are currently open (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: PR concurrent limit remaining: 6 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: 4 already existing branches found: renovate/gorm.io-driver-postgres-1.x,renovate/github.com-relvacode-iso8601-1.x,renovate/github.com-stretchr-testify-1.x,renovate/cypress-14.x (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Branch concurrent limit remaining: 6 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getPr(57) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getMR(57) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:10:04.852Z) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: isBranchConflicted(master, renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-03T16:11:44+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: gomod.updateDependency: v1.5.11 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-03T16:11:44+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getPr(57) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getMR(57) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Fetching changelog: https://github.com/go-gorm/postgres (v1.5.9 -> v1.5.11) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "manager": "gomod",
       "packageName": "gorm.io/driver/postgres",
       "sourceUrl": "https://github.com/go-gorm/postgres"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "prTitle": "Update module gorm.io/driver/postgres to v1.5.11"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "pr": 57,
       "prTitle": "Update module gorm.io/driver/postgres to v1.5.11"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: getBranchPr(renovate/github.com-relvacode-iso8601-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: findPr(renovate/github.com-relvacode-iso8601-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: getPr(56) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: getMR(56) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:10:05.746Z) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: isBranchConflicted(master, renovate/github.com-relvacode-iso8601-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-03T16:11:44+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: gomod.updateDependency: v1.6.0 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-03T16:11:44+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: getBranchPr(renovate/github.com-relvacode-iso8601-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: findPr(renovate/github.com-relvacode-iso8601-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: getPr(56) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: getMR(56) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: Fetching changelog: https://github.com/relvacode/iso8601 (v1.4.0 -> v1.6.0) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
       "manager": "gomod",
       "packageName": "github.com/relvacode/iso8601",
       "sourceUrl": "https://github.com/relvacode/iso8601"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
       "prTitle": "Update module github.com/relvacode/iso8601 to v1.6.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
       "pr": 56,
       "prTitle": "Update module github.com/relvacode/iso8601 to v1.6.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-relvacode-iso8601-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getPr(58) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getMR(58) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:10:06.700Z) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: isBranchConflicted(master, renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-03T16:11:44+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: gomod.updateDependency: v1.10.0 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-03T16:11:44+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getPr(58) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getMR(58) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Fetching changelog: https://github.com/stretchr/testify (v1.9.0 -> v1.10.0) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "manager": "gomod",
       "packageName": "github.com/stretchr/testify",
       "sourceUrl": "https://github.com/stretchr/testify"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "prTitle": "Update module github.com/stretchr/testify to v1.10.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "pr": 58,
       "prTitle": "Update module github.com/stretchr/testify to v1.10.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getPr(60) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getMR(60) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:10:07.530Z) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: isBranchConflicted(master, renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-03T16:11:44+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: npm.updateDependency(): devDependencies.cypress = ^14.0.0 (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-03T16:11:44+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getPr(60) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getMR(60) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Fetching changelog: https://github.com/cypress-io/cypress (13.17.0 -> 14.0.1) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
       "manager": "npm",
       "packageName": "cypress",
       "sourceUrl": "https://github.com/cypress-io/cypress"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
       "prTitle": "Update dependency cypress to v14"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
       "pr": 60,
       "prTitle": "Update dependency cypress to v14"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getPr(57) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getMR(57) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getBranchPr(renovate/github.com-relvacode-iso8601-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: findPr(renovate/github.com-relvacode-iso8601-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getPr(56) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getMR(56) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getPr(58) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getMR(58) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getPr(60) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: getMR(60) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "branchList": [
         "renovate/cypress-14.x",
         "renovate/github.com-relvacode-iso8601-1.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/gorm.io-driver-postgres-1.x"
       ],
       "renovateBranches": [
         "renovate/cypress-14.x",
         "renovate/github.com-relvacode-iso8601-1.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/gorm.io-driver-postgres-1.x",
         "renovate/gorm.io-gorm-1.x"
       ]
DEBUG: remainingBranches=renovate/gorm.io-gorm-1.x (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: findPr(renovate/gorm.io-gorm-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: branch.isModified() = true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "branchName": "renovate/gorm.io-gorm-1.x",
       "unrecognizedAuthors": ["ben.regan@omnifederal.com"]
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Orphan Branch is modified - skipping branch deletion (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Repo is activated (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "master", "sha": "f36d2656434f2ece33ca649b11d4f59c31c45532"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "f36d2656434f2ece33ca649b11d4f59c31c45532",
           "branchName": "renovate/gorm.io-driver-postgres-1.x",
           "branchSha": "72182b75966e2c9c074904ceaf2b7248e8ebb681",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "f36d2656434f2ece33ca649b11d4f59c31c45532",
           "branchName": "renovate/github.com-relvacode-iso8601-1.x",
           "branchSha": "80d47095cba152f7f4ebc04aebb43db3276792ae",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "f36d2656434f2ece33ca649b11d4f59c31c45532",
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "branchSha": "0cffb86f95b1bc1609ee3e20b82eceb6894fde9d",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "f36d2656434f2ece33ca649b11d4f59c31c45532",
           "branchName": "renovate/cypress-14.x",
           "branchSha": "c5dba085efa9f37d590c96259891c644fb8c00dc",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "master",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "branchesInformation": [
         {
           "branchName": "renovate/gorm.io-driver-postgres-1.x",
           "prNo": 57,
           "prTitle": "Update module gorm.io/driver/postgres to v1.5.11",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "gorm.io/driver/postgres",
               "displayPending": "",
               "fixedVersion": "v1.5.9",
               "currentVersion": "v1.5.9",
               "currentValue": "v1.5.9",
               "newValue": "v1.5.11",
               "newVersion": "v1.5.11",
               "packageFile": "go.mod",
               "updateType": "patch",
               "packageName": "gorm.io/driver/postgres"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-relvacode-iso8601-1.x",
           "prNo": 56,
           "prTitle": "Update module github.com/relvacode/iso8601 to v1.6.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/relvacode/iso8601",
               "displayPending": "",
               "fixedVersion": "v1.4.0",
               "currentVersion": "v1.4.0",
               "currentValue": "v1.4.0",
               "newValue": "v1.6.0",
               "newVersion": "v1.6.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/relvacode/iso8601"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "prNo": 58,
           "prTitle": "Update module github.com/stretchr/testify to v1.10.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/stretchr/testify",
               "displayPending": "",
               "fixedVersion": "v1.9.0",
               "currentVersion": "v1.9.0",
               "currentValue": "v1.9.0",
               "newValue": "v1.10.0",
               "newVersion": "v1.10.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/stretchr/testify"
             }
           ]
         },
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": 60,
           "prTitle": "Update dependency cypress to v14",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "currentVersion": "13.17.0",
               "currentValue": "^13.0.0",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "stats": {"total": 6, "open": 4, "closed": 0, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
DEBUG: repository problems (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval",
         "WARN: Package lookup failures"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "splits": {"init": 1808, "extract": 199, "lookup": 928, "onboarding": 0, "update": 4312},
       "total": 7294
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "get": {"count": 13, "avgMs": 23, "medianMs": 25, "maxMs": 58, "totalMs": 295},
       "set": {"count": 2, "avgMs": 2, "medianMs": 3, "maxMs": 3, "totalMs": 4}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "hosts": {
         "proxy.golang.org": {
           "count": 10,
           "reqAvgMs": 131,
           "reqMedianMs": 103,
           "reqMaxMs": 383,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 266,
           "reqMedianMs": 234,
           "reqMaxMs": 512,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 22
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "https://registry.npmjs.org": {
         "/cypress": {"hit": 0, "miss": 0, "localHit": 1},
         "/husky": {"hit": 0, "miss": 0, "localHit": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "golang-version": {"count": 1, "avgMs": 17, "medianMs": 17, "maxMs": 17, "totalMs": 17},
       "go": {"count": 6, "avgMs": 166, "medianMs": 28, "maxMs": 865, "totalMs": 993},
       "docker": {"count": 2, "avgMs": 42, "medianMs": 54, "maxMs": 54, "totalMs": 84},
       "npm": {"count": 2, "avgMs": 54, "medianMs": 66, "maxMs": 66, "totalMs": 108}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-sonarqube-project-analysis)
       "cloned": true,
       "durationMs": 7294
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/application-ci/base-application-ci (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: big-bang/pipeline-templates/application-ci/base-application-ci default branch = main (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/application-ci/base-application-ci.git (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/application-ci/base-application-ci (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
       "durationMs": 771
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
       "latestCommit": {
         "hash": "f1a72a22ba4b718e6c7836df0f2eecc7edca024b",
         "date": "2024-04-17T12:46:35+00:00",
         "message": "Merge branch 'daniel.dides-main-patch-07527' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Update CODEOWNERS - remove commas\n\nSee merge request big-bang/pipeline-templates/application-ci/base-application-ci!8",
         "author_name": "Ryan Thompson",
         "author_email": "ryan.thompson.44@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Repository config (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "",
         "dependencyDashboardTitle": "Renovate: Update Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex"],
         "labels": ["renovate", "kind::maintenance"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^**/\\.yaml$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Config migration necessary (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
       "oldConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "",
         "dependencyDashboardTitle": "Renovate: Update Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex"],
         "labels": ["renovate", "kind::maintenance"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^**/\\.yaml$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "",
         "dependencyDashboardTitle": "Renovate: Update Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "labels": ["renovate", "kind::maintenance"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^**/\\.yaml$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "",
         "dependencyDashboardTitle": "Renovate: Update Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "labels": ["renovate", "kind::maintenance"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^**/\\.yaml$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
 INFO: Found renovate config errors (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
       "errors": [
         {
           "topic": "Configuration Error",
           "message": "Invalid regExp for customManagers[0].fileMatch: `^**/\\.yaml$`"
         }
       ]
 INFO: Repository has invalid config (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
       "error": {
         "validationSource": "renovate.json",
         "validationError": "The renovate configuration file contains some invalid settings",
         "validationMessage": "Invalid regExp for customManagers[0].fileMatch: `^**/\\.yaml$`",
         "message": "config-validation",
         "stack": "Error: config-validation\n    at mergeRenovateConfig (/usr/local/renovate/lib/workers/repository/init/merge.ts:200:19)\n    at getRepoConfig (/usr/local/renovate/lib/workers/repository/init/config.ts:14:12)\n    at initRepo (/usr/local/renovate/lib/workers/repository/init/index.ts:56:12)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:64:14)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: raiseConfigWarningIssue() (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: getBranchPr(renovate/configure) (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: findPr(renovate/configure, undefined, open) (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: ensureIssue() (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Updating issue (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Repository result: config-validation, status: onboarded, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
       "splits": {},
       "total": 1695
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
       "hosts": {
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 110,
           "reqMedianMs": 106,
           "reqMaxMs": 207,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 6
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
 INFO: Repository finished (repository=big-bang/pipeline-templates/application-ci/base-application-ci)
       "cloned": true,
       "durationMs": 1695
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/parabol)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/parabol (repository=big-bang/product/community/parabol)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/parabol)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/parabol)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/parabol)
DEBUG: big-bang/product/community/parabol default branch = main (repository=big-bang/product/community/parabol)
DEBUG: Enabling Git FS (repository=big-bang/product/community/parabol)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/parabol.git (repository=big-bang/product/community/parabol)
DEBUG: Resetting npmrc (repository=big-bang/product/community/parabol)
DEBUG: Resetting npmrc (repository=big-bang/product/community/parabol)
DEBUG: checkOnboarding() (repository=big-bang/product/community/parabol)
DEBUG: isOnboarded() (repository=big-bang/product/community/parabol)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/parabol)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/parabol)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/parabol)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/parabol (repository=big-bang/product/community/parabol)
DEBUG: Performing blobless clone (repository=big-bang/product/community/parabol)
DEBUG: git clone completed (repository=big-bang/product/community/parabol)
       "durationMs": 618
DEBUG: latest repository commit (repository=big-bang/product/community/parabol)
       "latestCommit": {
         "hash": "557358063acf86c160b6bb24c203ddb4bb5d1a63",
         "date": "2025-01-30T19:20:50+00:00",
         "message": "Merge branch '8.17.0' into 'main'",
         "refs": "HEAD -> main, tag: 8.17.0, origin/main, origin/HEAD",
         "body": "Update Parabol version, bump chart, update example values\n\nSee merge request big-bang/product/community/parabol!81",
         "author_name": "Dale Bumblis",
         "author_email": "dale@parabol.co"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/community/parabol)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/parabol)
DEBUG: Repo is onboarded (repository=big-bang/product/community/parabol)
DEBUG: Found renovate.json config file (repository=big-bang/product/community/parabol)
DEBUG: Repository config (repository=big-bang/product/community/parabol)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/product/community/parabol)
DEBUG: No config migration necessary (repository=big-bang/product/community/parabol)
DEBUG: Found repo ignorePaths (repository=big-bang/product/community/parabol)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/community/parabol)
DEBUG: baseBranches (repository=big-bang/product/community/parabol)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/community/parabol, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T19:20:50+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Matched 3 file(s) for manager helm-values: bigbang/templates/parabol/values.yaml, bigbang/values.yaml, chart/values.yaml (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: bigbang/Chart.yaml, chart/Chart.yaml (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Failed to parse helm-values YAML (repository=big-bang/product/community/parabol, baseBranch=main, packageFile=bigbang/templates/parabol/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Chart has no dependencies in bigbang/Chart.yaml (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Chart has no dependencies in chart/Chart.yaml (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/community/parabol, baseBranch=main)
       "managers": {"helmv3": 14, "helm-values": 19}
DEBUG: Found helm-values package files (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/product/community/parabol, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/community/parabol, baseBranch=main)
       "stats": {
         "managers": {"helm-values": {"fileCount": 1, "depCount": 5}},
         "total": {"fileCount": 1, "depCount": 5}
       }
DEBUG: baseBranch: main (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: hostRules: no authentication for hub.docker.com (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: GET https://hub.docker.com/v2/repositories/ironbank/opensource/redis/redis6-alpine/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=221) (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/community/parabol, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566611522,
           "socket": 1738566611522,
           "lookup": 1738566611550,
           "connect": 1738566611550,
           "secureConnect": 1738566611671,
           "upload": 1738566611671,
           "response": 1738566611742,
           "end": 1738566611743,
           "phases": {
             "wait": 0,
             "dns": 28,
             "tcp": 0,
             "tls": 121,
             "request": 0,
             "firstByte": 71,
             "download": 1,
             "total": 221
           }
         },
         "message": "Response code 404 (Not Found)",
         "stack": "HTTPError: Response code 404 (Not Found)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://hub.docker.com/v2/repositories/ironbank/opensource/redis/redis6-alpine/tags?page_size=1000&ordering=last_updated",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 404,
           "statusMessage": "Not Found",
           "body": {"message": "404: Page Not Found"},
           "headers": {
             "date": "Mon, 03 Feb 2025 07:10:11 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1738566671",
             "x-ratelimit-remaining": "180",
             "x-ratelimit-ip": "52.61.65.120",
             "x-trace-id": "9db0bdeae1d738c54d89fe38ee25b6d8",
             "x-frame-options": "deny",
             "x-content-type-options": "nosniff",
             "x-xss-protection": "1; mode=block",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Using queue: host=index.docker.io, concurrency=16 (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: GET https://hub.docker.com/v2/repositories/ironbank/opensource/postgres/postgresql/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=236) (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/community/parabol, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566611523,
           "socket": 1738566611523,
           "lookup": 1738566611550,
           "connect": 1738566611550,
           "secureConnect": 1738566611683,
           "upload": 1738566611683,
           "response": 1738566611759,
           "end": 1738566611759,
           "phases": {
             "wait": 0,
             "dns": 27,
             "tcp": 0,
             "tls": 133,
             "request": 0,
             "firstByte": 76,
             "download": 0,
             "total": 236
           }
         },
         "message": "Response code 404 (Not Found)",
         "stack": "HTTPError: Response code 404 (Not Found)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://hub.docker.com/v2/repositories/ironbank/opensource/postgres/postgresql/tags?page_size=1000&ordering=last_updated",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 404,
           "statusMessage": "Not Found",
           "body": {"message": "404: Page Not Found"},
           "headers": {
             "date": "Mon, 03 Feb 2025 07:10:11 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1738566671",
             "x-ratelimit-remaining": "179",
             "x-ratelimit-ip": "52.61.65.120",
             "x-trace-id": "8cc36440fe9fa2c7ae7e31e044ed24c1",
             "x-frame-options": "deny",
             "x-content-type-options": "nosniff",
             "x-xss-protection": "1; mode=block",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: GET https://hub.docker.com/v2/repositories/ironbank/parabol/parabol/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=250) (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/community/parabol, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566611524,
           "socket": 1738566611524,
           "lookup": 1738566611566,
           "connect": 1738566611566,
           "secureConnect": 1738566611699,
           "upload": 1738566611699,
           "response": 1738566611774,
           "end": 1738566611774,
           "phases": {
             "wait": 0,
             "dns": 42,
             "tcp": 0,
             "tls": 133,
             "request": 0,
             "firstByte": 75,
             "download": 0,
             "total": 250
           }
         },
         "message": "Response code 404 (Not Found)",
         "stack": "HTTPError: Response code 404 (Not Found)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://hub.docker.com/v2/repositories/ironbank/parabol/parabol/tags?page_size=1000&ordering=last_updated",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 404,
           "statusMessage": "Not Found",
           "body": {"message": "404: Page Not Found"},
           "headers": {
             "date": "Mon, 03 Feb 2025 07:10:11 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1738566671",
             "x-ratelimit-remaining": "178",
             "x-ratelimit-ip": "52.61.65.120",
             "x-trace-id": "b622c31f6d2b157a21913f1aa682c7fd",
             "x-frame-options": "deny",
             "x-content-type-options": "nosniff",
             "x-xss-protection": "1; mode=block",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Using queue: host=auth.docker.io, concurrency=16 (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: GET https://index.docker.io/v2/ironbank/opensource/postgres/postgresql/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=64) (repository=big-bang/product/community/parabol, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/community/parabol, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566612185,
           "socket": 1738566612185,
           "lookup": 1738566612185,
           "connect": 1738566612185,
           "secureConnect": 1738566612185,
           "upload": 1738566612185,
           "response": 1738566612248,
           "end": 1738566612249,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 63,
             "download": 1,
             "total": 64
           }
         },
         "message": "Response code 401 (Unauthorized)",
         "stack": "HTTPError: Response code 401 (Unauthorized)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "authorization": "***********",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://index.docker.io/v2/ironbank/opensource/postgres/postgresql/tags/list?n=10000",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 401,
           "statusMessage": "Unauthorized",
           "body": {
             "errors": [
               {
                 "code": "UNAUTHORIZED",
                 "message": "authentication required",
                 "detail": [
                   {
                     "Type": "repository",
                     "Class": "",
                     "Name": "ironbank/opensource/postgres/postgresql",
                     "Action": "pull"
                   }
                 ]
               }
             ]
           },
           "headers": {
             "content-type": "application/json",
             "docker-distribution-api-version": "registry/2.0",
             "www-authenticate": "Bearer realm=\"https://auth.docker.io/token\",service=\"registry.docker.io\",scope=\"repository:ironbank/opensource/postgres/postgresql:pull\",error=\"insufficient_scope\"",
             "date": "Mon, 03 Feb 2025 07:10:12 GMT",
             "content-length": "182",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/community/parabol, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/opensource/postgres/postgresql",
       "url": "https://index.docker.io/v2/ironbank/opensource/postgres/postgresql/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/opensource/postgres/postgresql (repository=big-bang/product/community/parabol, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/opensource/postgres/postgresql)
DEBUG: GET https://index.docker.io/v2/ironbank/opensource/redis/redis6-alpine/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=67) (repository=big-bang/product/community/parabol, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/community/parabol, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566612184,
           "socket": 1738566612184,
           "lookup": 1738566612184,
           "connect": 1738566612184,
           "secureConnect": 1738566612184,
           "upload": 1738566612184,
           "response": 1738566612250,
           "end": 1738566612251,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 66,
             "download": 1,
             "total": 67
           }
         },
         "message": "Response code 401 (Unauthorized)",
         "stack": "HTTPError: Response code 401 (Unauthorized)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "authorization": "***********",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://index.docker.io/v2/ironbank/opensource/redis/redis6-alpine/tags/list?n=10000",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 401,
           "statusMessage": "Unauthorized",
           "body": {
             "errors": [
               {
                 "code": "UNAUTHORIZED",
                 "message": "authentication required",
                 "detail": [
                   {
                     "Type": "repository",
                     "Class": "",
                     "Name": "ironbank/opensource/redis/redis6-alpine",
                     "Action": "pull"
                   }
                 ]
               }
             ]
           },
           "headers": {
             "content-type": "application/json",
             "docker-distribution-api-version": "registry/2.0",
             "www-authenticate": "Bearer realm=\"https://auth.docker.io/token\",service=\"registry.docker.io\",scope=\"repository:ironbank/opensource/redis/redis6-alpine:pull\",error=\"insufficient_scope\"",
             "date": "Mon, 03 Feb 2025 07:10:12 GMT",
             "content-length": "182",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/community/parabol, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/opensource/redis/redis6-alpine",
       "url": "https://index.docker.io/v2/ironbank/opensource/redis/redis6-alpine/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/opensource/redis/redis6-alpine (repository=big-bang/product/community/parabol, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/opensource/redis/redis6-alpine)
DEBUG: GET https://index.docker.io/v2/ironbank/parabol/parabol/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=67) (repository=big-bang/product/community/parabol, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/community/parabol, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566612186,
           "socket": 1738566612186,
           "lookup": 1738566612186,
           "connect": 1738566612186,
           "secureConnect": 1738566612186,
           "upload": 1738566612186,
           "response": 1738566612253,
           "end": 1738566612253,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 67,
             "download": 0,
             "total": 67
           }
         },
         "message": "Response code 401 (Unauthorized)",
         "stack": "HTTPError: Response code 401 (Unauthorized)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "authorization": "***********",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://index.docker.io/v2/ironbank/parabol/parabol/tags/list?n=10000",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 401,
           "statusMessage": "Unauthorized",
           "body": {
             "errors": [
               {
                 "code": "UNAUTHORIZED",
                 "message": "authentication required",
                 "detail": [
                   {
                     "Type": "repository",
                     "Class": "",
                     "Name": "ironbank/parabol/parabol",
                     "Action": "pull"
                   }
                 ]
               }
             ]
           },
           "headers": {
             "content-type": "application/json",
             "docker-distribution-api-version": "registry/2.0",
             "www-authenticate": "Bearer realm=\"https://auth.docker.io/token\",service=\"registry.docker.io\",scope=\"repository:ironbank/parabol/parabol:pull\",error=\"insufficient_scope\"",
             "date": "Mon, 03 Feb 2025 07:10:12 GMT",
             "content-length": "167",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/community/parabol, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/parabol/parabol",
       "url": "https://index.docker.io/v2/ironbank/parabol/parabol/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/parabol/parabol (repository=big-bang/product/community/parabol, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/parabol/parabol)
DEBUG: Failed to look up docker package ironbank/parabol/parabol (repository=big-bang/product/community/parabol, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/parabol/parabol)
DEBUG: Failed to look up docker package ironbank/parabol/parabol (repository=big-bang/product/community/parabol, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/parabol/parabol)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/parabol, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/community/parabol, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/redis/redis6-alpine",
                 "currentValue": "6.2.14",
                 "replaceString": "ironbank/opensource/redis/redis6-alpine:6.2.14",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "ironbank/opensource/redis/redis6-alpine",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "ironbank/opensource/redis/redis6-alpine",
                     "message": "Failed to look up docker package ironbank/opensource/redis/redis6-alpine"
                   }
                 ]
               },
               {
                 "depName": "ironbank/opensource/postgres/postgresql",
                 "currentValue": "16.2",
                 "replaceString": "ironbank/opensource/postgres/postgresql:16.2",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "ironbank/opensource/postgres/postgresql",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "ironbank/opensource/postgres/postgresql",
                     "message": "Failed to look up docker package ironbank/opensource/postgres/postgresql"
                   }
                 ]
               },
               {
                 "depName": "ironbank/parabol/parabol",
                 "currentValue": "8.17.0",
                 "replaceString": "ironbank/parabol/parabol:8.17.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "ironbank/parabol/parabol",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "ironbank/parabol/parabol",
                     "message": "Failed to look up docker package ironbank/parabol/parabol"
                   }
                 ]
               },
               {
                 "depName": "ironbank/parabol/parabol",
                 "currentValue": "8.17.0",
                 "replaceString": "ironbank/parabol/parabol:8.17.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "ironbank/parabol/parabol",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "ironbank/parabol/parabol",
                     "message": "Failed to look up docker package ironbank/parabol/parabol"
                   }
                 ]
               },
               {
                 "depName": "ironbank/parabol/parabol",
                 "currentValue": "8.17.0",
                 "replaceString": "ironbank/parabol/parabol:8.17.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "ironbank/parabol/parabol",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "ironbank/parabol/parabol",
                     "message": "Failed to look up docker package ironbank/parabol/parabol"
                   }
                 ]
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/parabol)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/community/parabol)
DEBUG: processRepo() (repository=big-bang/product/community/parabol)
DEBUG: Processing 0 branches:  (repository=big-bang/product/community/parabol)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/parabol)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/parabol)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/parabol)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/community/parabol)
DEBUG: 0 PRs are currently open (repository=big-bang/product/community/parabol)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/community/parabol)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/community/parabol)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/community/parabol)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/parabol)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/parabol)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/parabol)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/community/parabol)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/community/parabol)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/community/parabol)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/community/parabol)
DEBUG: Branches limit = 2 (repository=big-bang/product/community/parabol)
DEBUG: Config does not need migration (repository=big-bang/product/community/parabol)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/community/parabol)
DEBUG: Closing Dependency Dashboard (repository=big-bang/product/community/parabol)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/parabol)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/community/parabol)
DEBUG: No reconfigure branch found (repository=big-bang/product/community/parabol)
DEBUG: Removing any stale branches (repository=big-bang/product/community/parabol)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/parabol)
DEBUG: No renovate branches found (repository=big-bang/product/community/parabol)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/parabol)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/parabol)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/parabol)
DEBUG: Branch summary (repository=big-bang/product/community/parabol)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "557358063acf86c160b6bb24c203ddb4bb5d1a63"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/community/parabol)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/product/community/parabol)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/parabol)
       "splits": {"init": 1223, "extract": 213, "lookup": 756, "onboarding": 0, "update": 1},
       "total": 2200
DEBUG: Package cache statistics (repository=big-bang/product/community/parabol)
       "get": {"count": 12, "avgMs": 1, "medianMs": 0, "maxMs": 3, "totalMs": 8},
       "set": {"count": 3, "avgMs": 1, "medianMs": 1, "maxMs": 1, "totalMs": 3}
DEBUG: HTTP statistics (repository=big-bang/product/community/parabol)
       "hosts": {
         "auth.docker.io": {
           "count": 3,
           "reqAvgMs": 207,
           "reqMedianMs": 207,
           "reqMaxMs": 209,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 3,
           "reqAvgMs": 236,
           "reqMedianMs": 236,
           "reqMaxMs": 250,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "index.docker.io": {
           "count": 6,
           "reqAvgMs": 140,
           "reqMedianMs": 200,
           "reqMaxMs": 225,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 89,
           "reqMedianMs": 99,
           "reqMaxMs": 111,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 16
DEBUG: HTTP cache statistics (repository=big-bang/product/community/parabol)
DEBUG: Lookup statistics (repository=big-bang/product/community/parabol)
       "docker": {"count": 5, "avgMs": 734, "medianMs": 735, "maxMs": 735, "totalMs": 3670}
 INFO: Repository finished (repository=big-bang/product/community/parabol)
       "cloned": true,
       "durationMs": 2200
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/customer-training/bigbang-training)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customer-training/bigbang-training (repository=big-bang/customer-training/bigbang-training)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/customer-training/bigbang-training)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/customer-training/bigbang-training)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/customer-training/bigbang-training)
DEBUG: big-bang/customer-training/bigbang-training default branch = main (repository=big-bang/customer-training/bigbang-training)
DEBUG: Enabling Git FS (repository=big-bang/customer-training/bigbang-training)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/customer-training/bigbang-training.git (repository=big-bang/customer-training/bigbang-training)
DEBUG: Resetting npmrc (repository=big-bang/customer-training/bigbang-training)
DEBUG: Resetting npmrc (repository=big-bang/customer-training/bigbang-training)
DEBUG: checkOnboarding() (repository=big-bang/customer-training/bigbang-training)
DEBUG: isOnboarded() (repository=big-bang/customer-training/bigbang-training)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/customer-training/bigbang-training)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/customer-training/bigbang-training)
DEBUG: findFile(renovate.json) (repository=big-bang/customer-training/bigbang-training)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customer-training/bigbang-training (repository=big-bang/customer-training/bigbang-training)
DEBUG: Performing blobless clone (repository=big-bang/customer-training/bigbang-training)
DEBUG: git clone completed (repository=big-bang/customer-training/bigbang-training)
       "durationMs": 1378
DEBUG: latest repository commit (repository=big-bang/customer-training/bigbang-training)
       "latestCommit": {
         "hash": "07484851e90019116d34b024f8e2536ab3782135",
         "date": "2024-05-06T20:17:06+00:00",
         "message": "Merge branch 'doc-update' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Update Software-Check.md\n\nCloses #21\n\nSee merge request big-bang/customer-training/bigbang-training!78",
         "author_name": "Matt Goloski",
         "author_email": "matthew.a.goloski.ctr@mail.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/customer-training/bigbang-training)
DEBUG: ensureIssueClosing() (repository=big-bang/customer-training/bigbang-training)
DEBUG: Repo is onboarded (repository=big-bang/customer-training/bigbang-training)
DEBUG: Found renovate.json config file (repository=big-bang/customer-training/bigbang-training)
DEBUG: Repository config (repository=big-bang/customer-training/bigbang-training)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/customer-training/bigbang-training)
DEBUG: No config migration necessary (repository=big-bang/customer-training/bigbang-training)
DEBUG: Found repo ignorePaths (repository=big-bang/customer-training/bigbang-training)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/customer-training/bigbang-training)
DEBUG: baseBranches (repository=big-bang/customer-training/bigbang-training)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: extract() (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: latest commit (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-05-06T20:17:06+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/customer-training/bigbang-training, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/customer-training/bigbang-training)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/customer-training/bigbang-training)
DEBUG: processRepo() (repository=big-bang/customer-training/bigbang-training)
DEBUG: Processing 0 branches:  (repository=big-bang/customer-training/bigbang-training)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/customer-training/bigbang-training)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/customer-training/bigbang-training)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/customer-training/bigbang-training)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/customer-training/bigbang-training)
DEBUG: 0 PRs are currently open (repository=big-bang/customer-training/bigbang-training)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/customer-training/bigbang-training)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/customer-training/bigbang-training)
DEBUG: PullRequests limit = 2 (repository=big-bang/customer-training/bigbang-training)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/customer-training/bigbang-training)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/customer-training/bigbang-training)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/customer-training/bigbang-training)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/customer-training/bigbang-training)
DEBUG: 0 already existing branches found:  (repository=big-bang/customer-training/bigbang-training)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/customer-training/bigbang-training)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/customer-training/bigbang-training)
DEBUG: Branches limit = 2 (repository=big-bang/customer-training/bigbang-training)
DEBUG: Config does not need migration (repository=big-bang/customer-training/bigbang-training)
DEBUG: ensureDependencyDashboard() (repository=big-bang/customer-training/bigbang-training)
DEBUG: Closing Dependency Dashboard (repository=big-bang/customer-training/bigbang-training)
DEBUG: ensureIssueClosing() (repository=big-bang/customer-training/bigbang-training)
DEBUG: validateReconfigureBranch() (repository=big-bang/customer-training/bigbang-training)
DEBUG: No reconfigure branch found (repository=big-bang/customer-training/bigbang-training)
DEBUG: Removing any stale branches (repository=big-bang/customer-training/bigbang-training)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/customer-training/bigbang-training)
DEBUG: No renovate branches found (repository=big-bang/customer-training/bigbang-training)
DEBUG: ensureIssueClosing() (repository=big-bang/customer-training/bigbang-training)
DEBUG: ensureIssueClosing() (repository=big-bang/customer-training/bigbang-training)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/customer-training/bigbang-training)
DEBUG: Branch summary (repository=big-bang/customer-training/bigbang-training)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "07484851e90019116d34b024f8e2536ab3782135"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/customer-training/bigbang-training)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/customer-training/bigbang-training)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/customer-training/bigbang-training)
       "splits": {"init": 1991, "extract": 690, "lookup": 15, "onboarding": 0, "update": 1},
       "total": 2715
DEBUG: Package cache statistics (repository=big-bang/customer-training/bigbang-training)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/customer-training/bigbang-training)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 86,
           "reqMedianMs": 94,
           "reqMaxMs": 110,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/customer-training/bigbang-training)
DEBUG: Lookup statistics (repository=big-bang/customer-training/bigbang-training)
 INFO: Repository finished (repository=big-bang/customer-training/bigbang-training)
       "cloned": true,
       "durationMs": 2715
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/tools/bigbang-metrics-tool)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/bigbang-metrics-tool (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: big-bang/team/tools/bigbang-metrics-tool default branch = main (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: Enabling Git FS (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/tools/bigbang-metrics-tool.git (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2Fbigbang-metrics-tool/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=60) (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: GitLab API 404 (repository=big-bang/team/tools/bigbang-metrics-tool)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2Fbigbang-metrics-tool/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: Resetting npmrc (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: checkOnboarding() (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: isOnboarded() (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: findFile(renovate.json) (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/bigbang-metrics-tool (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: Performing blobless clone (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: git clone completed (repository=big-bang/team/tools/bigbang-metrics-tool)
       "durationMs": 782
DEBUG: latest repository commit (repository=big-bang/team/tools/bigbang-metrics-tool)
       "latestCommit": {
         "hash": "e1861455fc607e7e274d951f9cb76d2304133860",
         "date": "2025-01-14T13:56:55+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #27\n\nSee merge request big-bang/team/tools/bigbang-metrics-tool!47",
         "author_name": "Mark Nelson",
         "author_email": "mark.nelson.45@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: findFile(.renovaterc) (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: config file not found (repository=big-bang/team/tools/bigbang-metrics-tool)
 INFO: Repository is disabled - skipping (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: Removing any stale branches (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: No renovate branches found (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/tools/bigbang-metrics-tool)
       "splits": {},
       "total": 1723
DEBUG: Package cache statistics (repository=big-bang/team/tools/bigbang-metrics-tool)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/tools/bigbang-metrics-tool)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 182,
           "reqMedianMs": 142,
           "reqMaxMs": 343,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/team/tools/bigbang-metrics-tool)
DEBUG: Lookup statistics (repository=big-bang/team/tools/bigbang-metrics-tool)
 INFO: Repository finished (repository=big-bang/team/tools/bigbang-metrics-tool)
       "cloned": true,
       "durationMs": 1723
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/crossplane)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/crossplane (repository=big-bang/product/community/crossplane)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/crossplane)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/crossplane)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/crossplane)
DEBUG: big-bang/product/community/crossplane default branch = main (repository=big-bang/product/community/crossplane)
DEBUG: Enabling Git FS (repository=big-bang/product/community/crossplane)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/crossplane.git (repository=big-bang/product/community/crossplane)
DEBUG: Resetting npmrc (repository=big-bang/product/community/crossplane)
DEBUG: Resetting npmrc (repository=big-bang/product/community/crossplane)
DEBUG: checkOnboarding() (repository=big-bang/product/community/crossplane)
DEBUG: isOnboarded() (repository=big-bang/product/community/crossplane)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/crossplane)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/crossplane)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/crossplane)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/crossplane (repository=big-bang/product/community/crossplane)
DEBUG: Performing blobless clone (repository=big-bang/product/community/crossplane)
DEBUG: git clone completed (repository=big-bang/product/community/crossplane)
       "durationMs": 495
DEBUG: latest repository commit (repository=big-bang/product/community/crossplane)
       "latestCommit": {
         "hash": "5763b363220977cb530e426b972d97f5dd75bede",
         "date": "2024-12-18T19:58:43+00:00",
         "message": "Merge branch 'update-v1.18.2' into 'main'",
         "refs": "HEAD -> main, tag: 1.18.2-bb.0, origin/main, origin/HEAD",
         "body": "feat: update helm chart to v1.18.2\n\nSee merge request big-bang/product/community/crossplane!29",
         "author_name": "Sam",
         "author_email": "sam@braingu.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/community/crossplane)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/crossplane)
DEBUG: Repo is onboarded (repository=big-bang/product/community/crossplane)
DEBUG: Found renovate.json config file (repository=big-bang/product/community/crossplane)
DEBUG: Repository config (repository=big-bang/product/community/crossplane)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/product/community/crossplane)
DEBUG: No config migration necessary (repository=big-bang/product/community/crossplane)
DEBUG: Found repo ignorePaths (repository=big-bang/product/community/crossplane)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/community/crossplane)
DEBUG: baseBranches (repository=big-bang/product/community/crossplane)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/community/crossplane, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-12-18T19:58:43+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Unsupported Chart apiVersion. Only v2 is supported. (repository=big-bang/product/community/crossplane, baseBranch=main, packageFile=chart/Chart.yaml)
DEBUG: manager extract durations (ms) (repository=big-bang/product/community/crossplane, baseBranch=main)
       "managers": {"helmv3": 3, "helm-values": 6}
DEBUG: Found helm-values package files (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/product/community/crossplane, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/community/crossplane, baseBranch=main)
       "stats": {
         "managers": {"helm-values": {"fileCount": 1, "depCount": 1}},
         "total": {"fileCount": 1, "depCount": 1}
       }
DEBUG: baseBranch: main (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/crossplane, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/community/crossplane, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/crossplane/crossplane",
                 "currentValue": "",
                 "datasource": "docker",
                 "replaceString": "",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/crossplane/crossplane",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/crossplane)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/product/community/crossplane)
DEBUG: processRepo() (repository=big-bang/product/community/crossplane)
DEBUG: Processing 0 branches:  (repository=big-bang/product/community/crossplane)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/crossplane)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/crossplane)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/crossplane)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/community/crossplane)
DEBUG: 0 PRs are currently open (repository=big-bang/product/community/crossplane)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/community/crossplane)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/community/crossplane)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/community/crossplane)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/crossplane)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/crossplane)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/crossplane)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/community/crossplane)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/community/crossplane)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/community/crossplane)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/community/crossplane)
DEBUG: Branches limit = 2 (repository=big-bang/product/community/crossplane)
DEBUG: Config does not need migration (repository=big-bang/product/community/crossplane)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/community/crossplane)
DEBUG: Closing Dependency Dashboard (repository=big-bang/product/community/crossplane)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/crossplane)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/community/crossplane)
DEBUG: No reconfigure branch found (repository=big-bang/product/community/crossplane)
DEBUG: Removing any stale branches (repository=big-bang/product/community/crossplane)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/crossplane)
DEBUG: No renovate branches found (repository=big-bang/product/community/crossplane)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/crossplane)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/crossplane)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/crossplane)
DEBUG: Branch summary (repository=big-bang/product/community/crossplane)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "5763b363220977cb530e426b972d97f5dd75bede"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/community/crossplane)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/product/community/crossplane)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/crossplane)
       "splits": {"init": 1128, "extract": 168, "lookup": 17, "onboarding": 0, "update": 1},
       "total": 1319
DEBUG: Package cache statistics (repository=big-bang/product/community/crossplane)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/community/crossplane)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 92,
           "reqMedianMs": 90,
           "reqMaxMs": 138,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/product/community/crossplane)
DEBUG: Lookup statistics (repository=big-bang/product/community/crossplane)
       "docker": {"count": 1, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
 INFO: Repository finished (repository=big-bang/product/community/crossplane)
       "cloned": true,
       "durationMs": 1319
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/jenkins)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/jenkins (repository=big-bang/product/community/jenkins)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/jenkins)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/jenkins)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/jenkins)
DEBUG: big-bang/product/community/jenkins default branch = main (repository=big-bang/product/community/jenkins)
DEBUG: Enabling Git FS (repository=big-bang/product/community/jenkins)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/jenkins.git (repository=big-bang/product/community/jenkins)
DEBUG: Resetting npmrc (repository=big-bang/product/community/jenkins)
DEBUG: Resetting npmrc (repository=big-bang/product/community/jenkins)
DEBUG: checkOnboarding() (repository=big-bang/product/community/jenkins)
DEBUG: isOnboarded() (repository=big-bang/product/community/jenkins)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/jenkins)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/jenkins)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/jenkins)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/jenkins (repository=big-bang/product/community/jenkins)
DEBUG: Performing blobless clone (repository=big-bang/product/community/jenkins)
DEBUG: git clone completed (repository=big-bang/product/community/jenkins)
       "durationMs": 489
DEBUG: latest repository commit (repository=big-bang/product/community/jenkins)
       "latestCommit": {
         "hash": "4d848c37dfc0ead381a3984dd1360391abf84c31",
         "date": "2023-04-07T19:17:55+00:00",
         "message": "Merge branch 'renovate/registry1.dso.mil-ironbank-kiwigrid-k8s-sidecar-1.x' into 'main'",
         "refs": "HEAD -> main, tag: 4.3.9-bb.0, origin/main, origin/HEAD",
         "body": "DEBUG: Update helm values registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar to v1.22.4\n\nSee merge request big-bang/product/community/jenkins!5",
         "author_name": "Branden Cobb",
         "author_email": "cobb_branden@bah.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/community/jenkins)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/jenkins)
DEBUG: Repo is onboarded (repository=big-bang/product/community/jenkins)
DEBUG: Found renovate.json config file (repository=big-bang/product/community/jenkins)
DEBUG: Repository config (repository=big-bang/product/community/jenkins)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/product/community/jenkins)
DEBUG: No config migration necessary (repository=big-bang/product/community/jenkins)
DEBUG: Found repo ignorePaths (repository=big-bang/product/community/jenkins)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/community/jenkins)
DEBUG: baseBranches (repository=big-bang/product/community/jenkins)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/community/jenkins, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2023-04-07T19:17:55+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Matched 3 file(s) for manager helm-values: bigbang/templates/jenkins/values.yaml, bigbang/values.yaml, chart/values.yaml (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: bigbang/Chart.yaml, chart/Chart.yaml (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Failed to parse helm-values YAML (repository=big-bang/product/community/jenkins, baseBranch=main, packageFile=bigbang/templates/jenkins/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Chart has no dependencies in bigbang/Chart.yaml (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Chart has no dependencies in chart/Chart.yaml (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/community/jenkins, baseBranch=main)
       "managers": {"helmv3": 10, "helm-values": 29}
DEBUG: Found helm-values package files (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/product/community/jenkins, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/community/jenkins, baseBranch=main)
       "stats": {
         "managers": {"helm-values": {"fileCount": 1, "depCount": 5}},
         "total": {"fileCount": 1, "depCount": 5}
       }
DEBUG: baseBranch: main (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: hostRules: no authentication for hub.docker.com (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, maorfr/kube-tasks, latest) (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, maorfr/kube-tasks, latest, get) (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using queue: host=index.docker.io, concurrency=16 (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Using queue: host=auth.docker.io, concurrency=16 (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/community/jenkins, baseBranch=main)
       "labels": {}
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: 1 flattened updates found: registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/jenkins, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/community/jenkins, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jenkins/jenkins",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jenkins/jenkins",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jenkins/jenkins",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
                 "currentValue": "1.22.4",
                 "replaceString": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.22.4",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.29.1",
                     "newValue": "1.29.1",
                     "newMajor": 1,
                     "newMinor": 29,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kiwigrid/k8s-sidecar",
                 "lookupName": "ironbank/kiwigrid/k8s-sidecar",
                 "currentVersion": "1.22.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.22.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jenkins/inbound-agent",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jenkins/inbound-agent",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jenkins/inbound-agent",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "maorfr/kube-tasks",
                 "currentValue": "0.2.0",
                 "datasource": "docker",
                 "replaceString": "0.2.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "maorfr/kube-tasks",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "currentVersion": "0.2.0",
                 "currentVersionTimestamp": "2019-09-01T09:32:20.188Z",
                 "currentVersionAgeInDays": 1981,
                 "fixedVersion": "0.2.0"
               },
               {
                 "depName": "bats/bats",
                 "replaceString": "bats/bats",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "bats/bats",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/jenkins)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/community/jenkins)
DEBUG: processRepo() (repository=big-bang/product/community/jenkins)
DEBUG: Processing 1 branch: renovate/ib-updates (repository=big-bang/product/community/jenkins)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/jenkins)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/jenkins)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/jenkins)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/community/jenkins)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/product/community/jenkins)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/product/community/jenkins)
DEBUG: getPr(8) (repository=big-bang/product/community/jenkins)
DEBUG: getMR(8) (repository=big-bang/product/community/jenkins)
DEBUG: 1 PRs are currently open (repository=big-bang/product/community/jenkins)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/community/jenkins)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/community/jenkins)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/community/jenkins)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/jenkins)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/jenkins)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/jenkins)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/community/jenkins)
DEBUG: 1 already existing branches found: renovate/ib-updates (repository=big-bang/product/community/jenkins)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/community/jenkins)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/community/jenkins)
DEBUG: Branches limit = 2 (repository=big-bang/product/community/jenkins)
DEBUG: syncBranchState() (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(8) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(8) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:10:20.834Z) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2023-04-07T19:17:55+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar in chart/values.yaml is already updated (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/product/community/jenkins, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar"
DEBUG: No package files need updating (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2023-04-07T19:17:55+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(8) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(8) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar (1.22.4 -> 1.29.1) (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/kiwigrid/k8s-sidecar (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar Docker tag to v1.29.1"
 INFO: PR updated (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
       "pr": 8,
       "prTitle": "Update registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar Docker tag to v1.29.1"
DEBUG: setPrCache() (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/product/community/jenkins, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/product/community/jenkins)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/product/community/jenkins)
DEBUG: getPr(8) (repository=big-bang/product/community/jenkins)
DEBUG: getMR(8) (repository=big-bang/product/community/jenkins)
DEBUG: Config does not need migration (repository=big-bang/product/community/jenkins)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/community/jenkins)
DEBUG: Closing Dependency Dashboard (repository=big-bang/product/community/jenkins)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/jenkins)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/community/jenkins)
DEBUG: No reconfigure branch found (repository=big-bang/product/community/jenkins)
DEBUG: Removing any stale branches (repository=big-bang/product/community/jenkins)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/jenkins)
DEBUG: Branch lists (repository=big-bang/product/community/jenkins)
       "branchList": ["renovate/ib-updates"],
       "renovateBranches": ["renovate/ib-updates"]
DEBUG: remainingBranches= (repository=big-bang/product/community/jenkins)
DEBUG: No branches to clean up (repository=big-bang/product/community/jenkins)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/jenkins)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/jenkins)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/jenkins)
DEBUG: Branch summary (repository=big-bang/product/community/jenkins)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "4d848c37dfc0ead381a3984dd1360391abf84c31"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4d848c37dfc0ead381a3984dd1360391abf84c31",
           "branchName": "renovate/ib-updates",
           "branchSha": "0732bcb46c044e62e541794955abab1a5d6c9e12",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/community/jenkins)
       "branchesInformation": [
         {
           "branchName": "renovate/ib-updates",
           "prNo": 8,
           "prTitle": "Update registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar Docker tag to v1.29.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
               "displayPending": "",
               "fixedVersion": "1.22.4",
               "currentVersion": "1.22.4",
               "currentValue": "1.22.4",
               "newValue": "1.29.1",
               "newVersion": "1.29.1",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/community/jenkins)
       "stats": {"total": 1, "open": 1, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/product/community/jenkins)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/jenkins)
       "splits": {"init": 1360, "extract": 228, "lookup": 1000, "onboarding": 0, "update": 1495},
       "total": 4090
DEBUG: Package cache statistics (repository=big-bang/product/community/jenkins)
       "get": {"count": 60, "avgMs": 0, "medianMs": 0, "maxMs": 5, "totalMs": 11},
       "set": {"count": 58, "avgMs": 1, "medianMs": 1, "maxMs": 4, "totalMs": 76}
DEBUG: HTTP statistics (repository=big-bang/product/community/jenkins)
       "hosts": {
         "auth.docker.io": {
           "count": 1,
           "reqAvgMs": 201,
           "reqMedianMs": 201,
           "reqMaxMs": 201,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 1,
           "reqAvgMs": 264,
           "reqMedianMs": 264,
           "reqMaxMs": 264,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "index.docker.io": {
           "count": 3,
           "reqAvgMs": 136,
           "reqMedianMs": 131,
           "reqMaxMs": 199,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 153,
           "reqMedianMs": 87,
           "reqMaxMs": 335,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 14
DEBUG: HTTP cache statistics (repository=big-bang/product/community/jenkins)
DEBUG: Lookup statistics (repository=big-bang/product/community/jenkins)
       "docker": {"count": 5, "avgMs": 201, "medianMs": 1, "maxMs": 968, "totalMs": 1004}
 INFO: Repository finished (repository=big-bang/product/community/jenkins)
       "cloned": true,
       "durationMs": 4090
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/coder-v2)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/coder-v2 (repository=big-bang/product/community/coder-v2)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/coder-v2)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/coder-v2)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/coder-v2)
DEBUG: big-bang/product/community/coder-v2 default branch = main (repository=big-bang/product/community/coder-v2)
DEBUG: Enabling Git FS (repository=big-bang/product/community/coder-v2)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/coder-v2.git (repository=big-bang/product/community/coder-v2)
DEBUG: Resetting npmrc (repository=big-bang/product/community/coder-v2)
DEBUG: Resetting npmrc (repository=big-bang/product/community/coder-v2)
DEBUG: checkOnboarding() (repository=big-bang/product/community/coder-v2)
DEBUG: isOnboarded() (repository=big-bang/product/community/coder-v2)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/coder-v2)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/coder-v2)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/coder-v2)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/coder-v2 (repository=big-bang/product/community/coder-v2)
DEBUG: Performing blobless clone (repository=big-bang/product/community/coder-v2)
DEBUG: git clone completed (repository=big-bang/product/community/coder-v2)
       "durationMs": 488
DEBUG: latest repository commit (repository=big-bang/product/community/coder-v2)
       "latestCommit": {
         "hash": "aa097fd9cad29c36ee13c12b894b60ae17b567c6",
         "date": "2024-01-28T20:33:07+00:00",
         "message": "Merge branch '11-update-coder-chart-to-2-0-2' into 'main'",
         "refs": "HEAD -> main, tag: 2.0.2, origin/main, origin/HEAD",
         "body": "Update Coder chart to 2.0.2\n\nCloses #11\n\nSee merge request big-bang/product/community/coder-v2!13",
         "author_name": "Eric Paulsen",
         "author_email": "ericpaulsen@coder.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/community/coder-v2)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/coder-v2)
DEBUG: Repo is onboarded (repository=big-bang/product/community/coder-v2)
DEBUG: Found renovate.json config file (repository=big-bang/product/community/coder-v2)
DEBUG: Repository config (repository=big-bang/product/community/coder-v2)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/product/community/coder-v2)
DEBUG: No config migration necessary (repository=big-bang/product/community/coder-v2)
DEBUG: Found repo ignorePaths (repository=big-bang/product/community/coder-v2)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/community/coder-v2)
DEBUG: baseBranches (repository=big-bang/product/community/coder-v2)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/community/coder-v2, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-01-28T20:33:07+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: chart/Chart.yaml, chart/charts/libcoder/Chart.yaml (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Chart has no dependencies in chart/charts/libcoder/Chart.yaml (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/community/coder-v2, baseBranch=main)
       "managers": {"helm-values": 4, "helmv3": 5}
DEBUG: Found helmv3 package files (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Found 1 package file(s) (repository=big-bang/product/community/coder-v2, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/community/coder-v2, baseBranch=main)
       "stats": {
         "managers": {"helmv3": {"fileCount": 1, "depCount": 1}},
         "total": {"fileCount": 1, "depCount": 1}
       }
DEBUG: baseBranch: main (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/coder-v2, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/community/coder-v2, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "libcoder",
                 "currentValue": "0.1.0",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "libcoder"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "2.0.2",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/coder-v2)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/product/community/coder-v2)
DEBUG: processRepo() (repository=big-bang/product/community/coder-v2)
DEBUG: Processing 0 branches:  (repository=big-bang/product/community/coder-v2)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/coder-v2)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/coder-v2)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/coder-v2)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/community/coder-v2)
DEBUG: 0 PRs are currently open (repository=big-bang/product/community/coder-v2)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/community/coder-v2)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/community/coder-v2)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/community/coder-v2)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/coder-v2)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/coder-v2)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/coder-v2)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/community/coder-v2)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/community/coder-v2)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/community/coder-v2)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/community/coder-v2)
DEBUG: Branches limit = 2 (repository=big-bang/product/community/coder-v2)
DEBUG: Config does not need migration (repository=big-bang/product/community/coder-v2)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/community/coder-v2)
DEBUG: Closing Dependency Dashboard (repository=big-bang/product/community/coder-v2)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/coder-v2)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/community/coder-v2)
DEBUG: No reconfigure branch found (repository=big-bang/product/community/coder-v2)
DEBUG: Removing any stale branches (repository=big-bang/product/community/coder-v2)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/coder-v2)
DEBUG: No renovate branches found (repository=big-bang/product/community/coder-v2)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/coder-v2)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/coder-v2)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/coder-v2)
DEBUG: Branch summary (repository=big-bang/product/community/coder-v2)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "aa097fd9cad29c36ee13c12b894b60ae17b567c6"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/community/coder-v2)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/product/community/coder-v2)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/coder-v2)
       "splits": {"init": 1085, "extract": 216, "lookup": 17, "onboarding": 0, "update": 1},
       "total": 1323
DEBUG: Package cache statistics (repository=big-bang/product/community/coder-v2)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/community/coder-v2)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 80,
           "reqMedianMs": 91,
           "reqMaxMs": 103,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/product/community/coder-v2)
DEBUG: Lookup statistics (repository=big-bang/product/community/coder-v2)
 INFO: Repository finished (repository=big-bang/product/community/coder-v2)
       "cloned": true,
       "durationMs": 1323
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/vpa)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/vpa (repository=big-bang/apps/sandbox/vpa)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/vpa)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/vpa)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/vpa)
DEBUG: big-bang/apps/sandbox/vpa default branch = main (repository=big-bang/apps/sandbox/vpa)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/vpa)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/vpa.git (repository=big-bang/apps/sandbox/vpa)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/vpa)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/vpa)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/vpa)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/vpa)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/vpa)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/vpa)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/vpa)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/vpa (repository=big-bang/apps/sandbox/vpa)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/vpa)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/vpa)
       "durationMs": 597
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/vpa)
       "latestCommit": {
         "hash": "b748cbe84bfbbe0b7fed7835b8ca452077f79f03",
         "date": "2024-07-22T17:23:11+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 9.8.2-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nCloses #12\n\nSee merge request big-bang/apps/sandbox/vpa!18",
         "author_name": "Joe Foster",
         "author_email": "joefoster@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/vpa)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/vpa)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/vpa)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/vpa)
DEBUG: Repository config (repository=big-bang/apps/sandbox/vpa)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade VPA Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["vpa", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Recommender:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler/recommender",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Admission-Controller:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler/admission-controller",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s*(?<depName>.+)\n.*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/vpa)
DEBUG: Config migration necessary (repository=big-bang/apps/sandbox/vpa)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade VPA Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["vpa", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Recommender:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler/recommender",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Admission-Controller:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler/admission-controller",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s*(?<depName>.+)\n.*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade VPA Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["vpa", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Recommender:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler/recommender",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Admission-Controller:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler/admission-controller",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s*(?<depName>.+)\n.*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/apps/sandbox/vpa)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade VPA Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["vpa", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Recommender:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler/recommender",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Admission-Controller:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler/admission-controller",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s*(?<depName>.+)\n.*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/vpa)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/vpa)
DEBUG: findIssue(Renovate: Upgrade VPA Package Dependencies) (repository=big-bang/apps/sandbox/vpa)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/vpa)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-07-22T17:23:11+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Matched 3 file(s) for manager helm-values: bigbang/templates/vpa/values.yaml, bigbang/values.yaml, chart/values.yaml (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Failed to parse helm-values YAML (repository=big-bang/apps/sandbox/vpa, baseBranch=main, packageFile=bigbang/templates/vpa/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
       "managers": {"regex": 12, "helm-values": 22}
DEBUG: Found helm-values package files (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 5},
           "regex": {"fileCount": 4, "depCount": 8}
         },
         "total": {"fileCount": 5, "depCount": 13}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Dependency ironbank/opensource/kubernetes/autoscaler has unsupported/unversioned value 1.1.2
 (versioning=docker) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Skipping ironbank/opensource/kubernetes/autoscaler because no currentDigest or pinDigests (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Dependency ironbank/opensource/kubernetes/autoscaler/recommender has unsupported/unversioned value 1.1.2
 (versioning=docker) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Skipping ironbank/opensource/kubernetes/autoscaler/recommender because no currentDigest or pinDigests (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Dependency ironbank/opensource/kubernetes/autoscaler/admission-controller has unsupported/unversioned value 1.1.2
 (versioning=docker) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Skipping ironbank/opensource/kubernetes/autoscaler/admission-controller because no currentDigest or pinDigests (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/recommender has unsupported/unversioned value 1.1.2
 (versioning=docker) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/recommender because no currentDigest or pinDigests (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/big-bang/base has unsupported/unversioned value 2.1.0
 (versioning=docker) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/big-bang/base because no currentDigest or pinDigests (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/admission-controller has unsupported/unversioned value 1.1.2
 (versioning=docker) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/admission-controller because no currentDigest or pinDigests (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/updater has unsupported/unversioned value 1.1.2
 (versioning=docker) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/updater because no currentDigest or pinDigests (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Dependency ghcr.io/cowboysysop/pytest has unsupported/unversioned value 1.0.41
 (versioning=docker) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Skipping ghcr.io/cowboysysop/pytest because no currentDigest or pinDigests (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Using queue: host=ghcr.io, concurrency=16 (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kubernetes/autoscaler/updater, latest) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kubernetes/autoscaler/updater, latest, get) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kubernetes/autoscaler/admission-controller, latest) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kubernetes/autoscaler/admission-controller, latest, get) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kubernetes/autoscaler/recommender, latest) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kubernetes/autoscaler/recommender, latest, get) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7ff9c4df742e5c8825287e552971da830a3d58720e4afd80d87c27e5a7d5d3e1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917167",
         "mil.dso.ironbank.image.keywords": "opensource,kubernetes,updater,vpa",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:83d1329a07d0e0e8d47fec6c2f94e9499f07819fed0096b1303a778b94728805",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "kubernetes/updater",
         "org.opencontainers.image.created": "2025-02-03 00:13:37+00:00",
         "org.opencontainers.image.description": "Kubernetes Vertical Pod Autoscaler (VPA) is an autoscaler that enables automatic CPU and memory request and limit adjustments based on historical resource usage measurements.",
         "org.opencontainers.image.licenses": "APL-2.0",
         "org.opencontainers.image.revision": "3f7852f1585c04555352982f38c7d4123c06822c",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kubernetes/autoscaler/updater",
         "org.opencontainers.image.title": "updater",
         "org.opencontainers.image.url": "https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler/pkg/updater",
         "org.opencontainers.image.vendor": "Kubernetes",
         "org.opencontainers.image.version": "1.3.0"
       }
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7ff9c4df742e5c8825287e552971da830a3d58720e4afd80d87c27e5a7d5d3e1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916835",
         "mil.dso.ironbank.image.keywords": "vpa, admission-controller, kubernetes",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:83d1329a07d0e0e8d47fec6c2f94e9499f07819fed0096b1303a778b94728805",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "kubernetes/admission-controller",
         "org.opencontainers.image.created": "2025-02-02 23:41:40+00:00",
         "org.opencontainers.image.description": "The Kubernetes admission-controller (VPA) is a vertical auto resource scaler for your cluster.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "be2d25400ad337d48c39c152a265c21a8fc73948",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kubernetes/autoscaler/admission-controller",
         "org.opencontainers.image.title": "admission-controller",
         "org.opencontainers.image.url": "https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler/pkg/admission-controller",
         "org.opencontainers.image.vendor": "opensource",
         "org.opencontainers.image.version": "1.3.0"
       }
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7ff9c4df742e5c8825287e552971da830a3d58720e4afd80d87c27e5a7d5d3e1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917883",
         "mil.dso.ironbank.image.keywords": "opensource,kubernetes,recommender,vpa",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:83d1329a07d0e0e8d47fec6c2f94e9499f07819fed0096b1303a778b94728805",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "kubernetes/recommender",
         "org.opencontainers.image.created": "2025-02-03 01:38:25+00:00",
         "org.opencontainers.image.description": "Recommender is the core binary of Vertical Pod Autoscaler system. It computes the recommended resource requests for pods based on historical and current usage of the resources.",
         "org.opencontainers.image.licenses": "APL-2.0",
         "org.opencontainers.image.revision": "1148ba87e35a1d3f96d090029206224d840359f6",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kubernetes/autoscaler/recommender",
         "org.opencontainers.image.title": "recommender",
         "org.opencontainers.image.url": "https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler/pkg/recommender",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "1.3.0"
       }
DEBUG: getLabels(https://ghcr.io, cowboysysop/pytest, latest) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: getManifestResponse(https://ghcr.io, cowboysysop/pytest, latest, get) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
       "labels": {
         "org.opencontainers.image.created": "2025-01-26T05:17:41.591Z",
         "org.opencontainers.image.description": "Docker Image for Pytest",
         "org.opencontainers.image.licenses": "MIT",
         "org.opencontainers.image.revision": "c95edfc1b0e9e209342dc92af3493e0d9c3f0d35",
         "org.opencontainers.image.source": "https://github.com/cowboysysop/docker-pytest",
         "org.opencontainers.image.title": "docker-pytest",
         "org.opencontainers.image.url": "https://github.com/cowboysysop/docker-pytest",
         "org.opencontainers.image.version": "1.0.62"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: 4 flattened updates found: registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/admission-controller, registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/recommender, registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/updater, ghcr.io/cowboysysop/pytest (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/vpa, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/admission-controller",
                 "currentValue": "1.1.2",
                 "datasource": "docker",
                 "replaceString": "1.1.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.3.0",
                     "newValue": "1.3.0",
                     "newMajor": 1,
                     "newMinor": 3,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/admission-controller",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/autoscaler/admission-controller",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler/pkg/admission-controller",
                 "lookupName": "ironbank/opensource/kubernetes/autoscaler/admission-controller",
                 "currentVersion": "1.1.2",
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/recommender",
                 "currentValue": "1.1.2",
                 "datasource": "docker",
                 "replaceString": "1.1.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.3.0",
                     "newValue": "1.3.0",
                     "newMajor": 1,
                     "newMinor": 3,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/recommender",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/autoscaler/recommender",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler/pkg/recommender",
                 "lookupName": "ironbank/opensource/kubernetes/autoscaler/recommender",
                 "currentVersion": "1.1.2",
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/updater",
                 "currentValue": "1.1.2",
                 "datasource": "docker",
                 "replaceString": "1.1.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.3.0",
                     "newValue": "1.3.0",
                     "newMajor": 1,
                     "newMinor": 3,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/updater",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/autoscaler/updater",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler/pkg/updater",
                 "lookupName": "ironbank/opensource/kubernetes/autoscaler/updater",
                 "currentVersion": "1.1.2",
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "ghcr.io/cowboysysop/pytest",
                 "currentValue": "1.0.41",
                 "datasource": "docker",
                 "replaceString": "1.0.41",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.0.62",
                     "newValue": "1.0.62",
                     "newMajor": 1,
                     "newMinor": 0,
                     "newPatch": 62,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ghcr.io/cowboysysop/pytest",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cowboysysop/docker-pytest",
                 "registryUrl": "https://ghcr.io",
                 "lookupName": "cowboysysop/pytest",
                 "currentVersion": "1.0.41",
                 "isSingleVersion": true,
                 "fixedVersion": "1.0.41"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/kubernetes/autoscaler",
                 "currentValue": "1.1.2\r",
                 "datasource": "docker",
                 "replaceString": "appVersion: 1.1.2\r",
                 "updates": [],
                 "packageName": "ironbank/opensource/kubernetes/autoscaler",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/kubernetes/autoscaler/recommender",
                 "currentValue": "1.1.2\r",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Recommender: 1.1.2\r",
                 "updates": [],
                 "packageName": "ironbank/opensource/kubernetes/autoscaler/recommender",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": ["- Recommender:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler/recommender",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/kubernetes/autoscaler/admission-controller",
                 "currentValue": "1.1.2\r",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Admission-Controller: 1.1.2\r",
                 "updates": [],
                 "packageName": "ironbank/opensource/kubernetes/autoscaler/admission-controller",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": ["- Admission-Controller:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/kubernetes/autoscaler/admission-controller",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/recommender",
                 "currentValue": "1.1.2\r",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/recommender:1.1.2\r",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/recommender",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0\r",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0\r",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/admission-controller",
                 "currentValue": "1.1.2\r",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/admission-controller:1.1.2\r",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/admission-controller",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/updater",
                 "currentValue": "1.1.2\r",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/updater:1.1.2\r",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/updater",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ghcr.io/cowboysysop/pytest",
                 "currentValue": "1.0.41\r",
                 "datasource": "docker",
                 "replaceString": "image: ghcr.io/cowboysysop/pytest:1.0.41\r",
                 "updates": [],
                 "packageName": "ghcr.io/cowboysysop/pytest",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/vpa)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/vpa)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/vpa)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/apps/sandbox/vpa)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/vpa)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/vpa)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/vpa)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/vpa)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/sandbox/vpa)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/sandbox/vpa)
DEBUG: getPr(28) (repository=big-bang/apps/sandbox/vpa)
DEBUG: getMR(28) (repository=big-bang/apps/sandbox/vpa)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/sandbox/vpa)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/vpa)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/vpa)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/vpa)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/vpa)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/vpa)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/vpa)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/vpa)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/apps/sandbox/vpa)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/vpa)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/vpa)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/vpa)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(28) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(28) (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = true (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["cpodieu@karthikconsulting.com"]
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:28 (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #28 (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 78 comments (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #28 (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: Comment is already update-to-date (repository=big-bang/apps/sandbox/vpa, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/sandbox/vpa)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/sandbox/vpa)
DEBUG: getPr(28) (repository=big-bang/apps/sandbox/vpa)
DEBUG: getMR(28) (repository=big-bang/apps/sandbox/vpa)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/sandbox/vpa)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/sandbox/vpa)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/vpa)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/apps/sandbox/vpa)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/apps/sandbox/vpa)
DEBUG: ensureIssue() (repository=big-bang/apps/sandbox/vpa)
DEBUG: Updating issue (repository=big-bang/apps/sandbox/vpa)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/vpa)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/vpa)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/vpa)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/vpa)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/vpa)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/vpa)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/vpa)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/vpa)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/vpa)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/vpa)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/vpa)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "b748cbe84bfbbe0b7fed7835b8ca452077f79f03"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "b748cbe84bfbbe0b7fed7835b8ca452077f79f03",
           "branchName": "renovate/ironbank",
           "branchSha": "f9b75164f1427a2175326e066f06fb465f6b256f",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/vpa)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 28,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ghcr.io/cowboysysop/pytest",
               "displayPending": "",
               "fixedVersion": "1.0.41",
               "currentVersion": "1.0.41",
               "currentValue": "1.0.41",
               "newValue": "1.0.62",
               "newVersion": "1.0.62",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "ghcr.io/cowboysysop/pytest"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/admission-controller",
               "displayPending": "",
               "fixedVersion": "1.1.2",
               "currentVersion": "1.1.2",
               "currentValue": "1.1.2",
               "newValue": "1.3.0",
               "newVersion": "1.3.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/admission-controller"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/recommender",
               "displayPending": "",
               "fixedVersion": "1.1.2",
               "currentVersion": "1.1.2",
               "currentValue": "1.1.2",
               "newValue": "1.3.0",
               "newVersion": "1.3.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/recommender"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/updater",
               "displayPending": "",
               "fixedVersion": "1.1.2",
               "currentVersion": "1.1.2",
               "currentValue": "1.1.2",
               "newValue": "1.3.0",
               "newVersion": "1.3.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/autoscaler/updater"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/vpa)
       "stats": {"total": 2, "open": 2, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/vpa)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/vpa)
       "splits": {"init": 1449, "extract": 321, "lookup": 947, "onboarding": 0, "update": 1049},
       "total": 4378
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/vpa)
       "get": {"count": 14, "avgMs": 2, "medianMs": 0, "maxMs": 10, "totalMs": 23},
       "set": {"count": 12, "avgMs": 5, "medianMs": 3, "maxMs": 16, "totalMs": 64}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/vpa)
       "hosts": {
         "ghcr.io": {
           "count": 6,
           "reqAvgMs": 124,
           "reqMedianMs": 104,
           "reqMaxMs": 237,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 16,
           "reqAvgMs": 30,
           "reqMedianMs": 24,
           "reqMaxMs": 64,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 197,
           "reqMedianMs": 188,
           "reqMaxMs": 419,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 34
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/vpa)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/vpa)
       "docker": {"count": 13, "avgMs": 139, "medianMs": 2, "maxMs": 880, "totalMs": 1806}
 INFO: Repository finished (repository=big-bang/apps/sandbox/vpa)
       "cloned": true,
       "durationMs": 4378
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/tools/repo-sync)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/repo-sync (repository=big-bang/team/tools/repo-sync)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/tools/repo-sync)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/tools/repo-sync)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/tools/repo-sync)
DEBUG: big-bang/team/tools/repo-sync default branch = main (repository=big-bang/team/tools/repo-sync)
DEBUG: Enabling Git FS (repository=big-bang/team/tools/repo-sync)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/tools/repo-sync.git (repository=big-bang/team/tools/repo-sync)
DEBUG: Resetting npmrc (repository=big-bang/team/tools/repo-sync)
DEBUG: Resetting npmrc (repository=big-bang/team/tools/repo-sync)
DEBUG: checkOnboarding() (repository=big-bang/team/tools/repo-sync)
DEBUG: isOnboarded() (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/tools/repo-sync)
DEBUG: findFile(renovate.json) (repository=big-bang/team/tools/repo-sync)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/repo-sync (repository=big-bang/team/tools/repo-sync)
DEBUG: Performing blobless clone (repository=big-bang/team/tools/repo-sync)
DEBUG: git clone completed (repository=big-bang/team/tools/repo-sync)
       "durationMs": 917
DEBUG: latest repository commit (repository=big-bang/team/tools/repo-sync)
       "latestCommit": {
         "hash": "4da0d9a4ff24e6f9c479ac1a9a528e03c3714f7e",
         "date": "2025-01-31T21:56:50+00:00",
         "message": "Merge branch 'feature/community-contributions' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Feature for getting community contribution metrics\n\nSee merge request big-bang/team/tools/repo-sync!321",
         "author_name": "Daniel Pritchett",
         "author_email": "dpritchett@radiusmethod.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/team/tools/repo-sync)
DEBUG: ensureIssueClosing() (repository=big-bang/team/tools/repo-sync)
DEBUG: Repo is onboarded (repository=big-bang/team/tools/repo-sync)
DEBUG: Found renovate.json config file (repository=big-bang/team/tools/repo-sync)
DEBUG: Repository config (repository=big-bang/team/tools/repo-sync)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade RepoSync Server Dependencies",
         "draftPR": true,
         "labels": [
           "Package Sustainment",
           "kind::maintenance",
           "team::Tools & Automation"
         ],
         "packageRules": [
           {
             "matchDepTypes": ["devDependencies", "dependencies"],
             "matchUpdateTypes": ["patch"],
             "groupName": "(dev) dependencies (patch)"
           },
           {
             "matchDepTypes": ["devDependencies", "dependencies"],
             "matchUpdateTypes": ["minor"],
             "groupName": "(dev) dependencies (minor)"
           },
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": [
               "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             ],
             "allowedVersions": "v23.x",
             "versioning": "semver"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/team/tools/repo-sync)
DEBUG: Config migration necessary (repository=big-bang/team/tools/repo-sync)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade RepoSync Server Dependencies",
         "draftPR": true,
         "labels": [
           "Package Sustainment",
           "kind::maintenance",
           "team::Tools & Automation"
         ],
         "packageRules": [
           {
             "matchDepTypes": ["devDependencies", "dependencies"],
             "matchUpdateTypes": ["patch"],
             "groupName": "(dev) dependencies (patch)"
           },
           {
             "matchDepTypes": ["devDependencies", "dependencies"],
             "matchUpdateTypes": ["minor"],
             "groupName": "(dev) dependencies (minor)"
           },
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": [
               "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             ],
             "allowedVersions": "v23.x",
             "versioning": "semver"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade RepoSync Server Dependencies",
         "draftPR": true,
         "labels": [
           "Package Sustainment",
           "kind::maintenance",
           "team::Tools & Automation"
         ],
         "packageRules": [
           {
             "matchDepTypes": ["devDependencies", "dependencies"],
             "matchUpdateTypes": ["patch"],
             "groupName": "(dev) dependencies (patch)"
           },
           {
             "matchDepTypes": ["devDependencies", "dependencies"],
             "matchUpdateTypes": ["minor"],
             "groupName": "(dev) dependencies (minor)"
           },
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": [
               "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             ],
             "allowedVersions": "v23.x",
             "versioning": "semver"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/team/tools/repo-sync)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade RepoSync Server Dependencies",
         "draftPR": true,
         "labels": [
           "Package Sustainment",
           "kind::maintenance",
           "team::Tools & Automation"
         ],
         "packageRules": [
           {
             "matchDepTypes": ["devDependencies", "dependencies"],
             "matchUpdateTypes": ["patch"],
             "groupName": "(dev) dependencies (patch)"
           },
           {
             "matchDepTypes": ["devDependencies", "dependencies"],
             "matchUpdateTypes": ["minor"],
             "groupName": "(dev) dependencies (minor)"
           },
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": [
               "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             ],
             "allowedVersions": "v23.x",
             "versioning": "semver"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/team/tools/repo-sync)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/team/tools/repo-sync)
DEBUG: findIssue(Renovate: Upgrade RepoSync Server Dependencies) (repository=big-bang/team/tools/repo-sync)
DEBUG: baseBranches (repository=big-bang/team/tools/repo-sync)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: extract() (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T21:56:50+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Matched 1 file(s) for manager devcontainer: .devcontainer/devcontainer.json (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Matched 1 file(s) for manager dockerfile: Dockerfile (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: repo-sync/values.yaml (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: repo-sync/Chart.yaml (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Matched 1 file(s) for manager npm: package.json (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Matched 7 file(s) for manager terraform: automation/aws_iam.tf, automation/main.tf, automation/modules/s3/main.tf, automation/modules/s3/outputs.tf, automation/modules/s3/variables.tf, automation/monitoring.tf, automation/remote-state-bootstrap/main.tf (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Chart has no dependencies in repo-sync/Chart.yaml (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Found a multistage build stage name: builder (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: npm file package.json has name "repo-sync" (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Found package-lock.json for package.json (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/team/tools/repo-sync, baseBranch=main, packageFile=automation/modules/s3/variables.tf)
DEBUG: preflight content check has not found any relevant content (repository=big-bang/team/tools/repo-sync, baseBranch=main, packageFile=automation/monitoring.tf)
DEBUG: Terraform module contains subdirectory (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/team/tools/repo-sync, baseBranch=main)
       "managers": {
         "devcontainer": 3,
         "helm-values": 7,
         "helmv3": 7,
         "dockerfile": 9,
         "npm": 61,
         "terraform": 65
       }
DEBUG: Found dockerfile package files (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Found helm-values package files (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Found npm package files (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Found terraform package files (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Found 7 package file(s) (repository=big-bang/team/tools/repo-sync, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/team/tools/repo-sync, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 1, "depCount": 1},
           "helm-values": {"fileCount": 1, "depCount": 1},
           "npm": {"fileCount": 1, "depCount": 52},
           "terraform": {"fileCount": 4, "depCount": 9}
         },
         "total": {"fileCount": 7, "depCount": 63}
       }
 WARN: GitHub token is required for some dependencies (repository=big-bang/team/tools/repo-sync, baseBranch=main)
       "githubDeps": ["hashicorp/terraform"]
DEBUG: baseBranch: main (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Setting npmrc (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: hostRules: no authentication for registry.npmjs.org (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using queue: host=registry.npmjs.org, concurrency=999 (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/nodejs/nodejs-current, latest) (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/nodejs/nodejs-current, latest, get) (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/team/tools/repo-sync, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917365",
         "mil.dso.ironbank.image.keywords": "nodejs,node,javascript",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Nodejs",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:37:07+00:00",
         "org.opencontainers.image.description": "Node.js is an open-source, cross-platform JavaScript runtime environment",
         "org.opencontainers.image.licenses": "MIT",
         "org.opencontainers.image.revision": "fb27d558d6fe239dfa14890de48da6e72bc39310",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/nodejs/nodejs-latest",
         "org.opencontainers.image.title": "Node.js",
         "org.opencontainers.image.url": "https://github.com/nodejs/node",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v23.7.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: Falling back to npm semver syntax for allowedVersions (repository=big-bang/team/tools/repo-sync, baseBranch=main)
       "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
DEBUG: Using queue: host=nodejs.org, concurrency=16 (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: 5 flattened updates found: registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current, @aws-sdk/client-s3, typedoc-plugin-dt-links, typedoc-plugin-mdn-links, repo1.dso.mil/big-bang/infrastructure/terraform-modules.git (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: Returning 4 branch(es) (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/team/tools/repo-sync, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/team/tools/repo-sync, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
                 "currentValue": "v23.6.1",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current:v23.6.1",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v23.7.0",
                     "newValue": "v23.7.0",
                     "newMajor": 23,
                     "newMinor": 7,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nodejs/nodejs-latest",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/nodejs/node",
                 "lookupName": "ironbank/opensource/nodejs/nodejs-current",
                 "currentVersion": "v23.6.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v23.6.1"
               }
             ],
             "packageFile": "Dockerfile"
           }
         ],
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "repo-sync/values.yaml"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "dependencies",
                 "depName": "@aws-sdk/client-s3",
                 "currentValue": "^3.675.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "3.738.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "3.740.0",
                     "newValue": "^3.675.0",
                     "releaseTimestamp": "2025-01-31T20:00:46.114Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 3,
                     "newMinor": 740,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(minor)"
                   }
                 ],
                 "packageName": "@aws-sdk/client-s3",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/aws/aws-sdk-js-v3",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "clients/client-s3",
                 "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3",
                 "currentVersion": "3.738.0",
                 "currentVersionTimestamp": "2025-01-29T20:38:37.388Z",
                 "currentVersionAgeInDays": 4,
                 "isSingleVersion": true,
                 "fixedVersion": "3.738.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "@aws-sdk/client-sqs",
                 "currentValue": "^3.682.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "3.738.0",
                 "updates": [],
                 "packageName": "@aws-sdk/client-sqs",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/aws/aws-sdk-js-v3",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "clients/client-sqs",
                 "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sqs",
                 "currentVersion": "3.738.0",
                 "currentVersionTimestamp": "2025-01-29T20:39:35.666Z",
                 "currentVersionAgeInDays": 4,
                 "fixedVersion": "3.738.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "@types/express",
                 "currentValue": "^5.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "5.0.0",
                 "updates": [],
                 "packageName": "@types/express",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/express",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express",
                 "currentVersion": "5.0.0",
                 "currentVersionTimestamp": "2024-09-25T19:20:29.866Z",
                 "currentVersionAgeInDays": 130,
                 "fixedVersion": "5.0.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "@types/js-yaml",
                 "currentValue": "^4.0.5",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "4.0.9",
                 "updates": [],
                 "packageName": "@types/js-yaml",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/js-yaml",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml",
                 "currentVersion": "4.0.9",
                 "currentVersionTimestamp": "2023-11-07T20:20:13.264Z",
                 "currentVersionAgeInDays": 453,
                 "fixedVersion": "4.0.9"
               },
               {
                 "depType": "dependencies",
                 "depName": "@types/jsonwebtoken",
                 "currentValue": "^9.0.2",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "9.0.8",
                 "updates": [],
                 "packageName": "@types/jsonwebtoken",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/jsonwebtoken",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jsonwebtoken",
                 "currentVersion": "9.0.8",
                 "currentVersionTimestamp": "2025-01-24T08:35:27.588Z",
                 "currentVersionAgeInDays": 9,
                 "fixedVersion": "9.0.8"
               },
               {
                 "depType": "dependencies",
                 "depName": "async-mutex",
                 "currentValue": "^0.5.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "0.5.0",
                 "updates": [],
                 "packageName": "async-mutex",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DirtyHairy/async-mutex",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "0.5.0",
                 "currentVersionTimestamp": "2024-03-11T19:26:24.229Z",
                 "currentVersionAgeInDays": 328,
                 "fixedVersion": "0.5.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "axios",
                 "currentValue": "^1.4.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.7.9",
                 "updates": [],
                 "packageName": "axios",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/axios/axios",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://axios-http.com",
                 "currentVersion": "1.7.9",
                 "currentVersionTimestamp": "2024-12-04T07:38:16.833Z",
                 "currentVersionAgeInDays": 60,
                 "fixedVersion": "1.7.9"
               },
               {
                 "depType": "dependencies",
                 "depName": "body-parser",
                 "currentValue": "^1.20.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.20.3",
                 "updates": [],
                 "packageName": "body-parser",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/expressjs/body-parser",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "1.20.3",
                 "currentVersionTimestamp": "2024-09-09T23:15:19.538Z",
                 "currentVersionAgeInDays": 146,
                 "fixedVersion": "1.20.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "concurrently",
                 "currentValue": "^9.1.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "9.1.2",
                 "updates": [],
                 "packageName": "concurrently",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/open-cli-tools/concurrently",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.1.2",
                 "currentVersionTimestamp": "2024-12-31T04:23:10.412Z",
                 "currentVersionAgeInDays": 34,
                 "fixedVersion": "9.1.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "cron",
                 "currentValue": "^3.1.6",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "3.5.0",
                 "updates": [],
                 "packageName": "cron",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kelektiv/node-cron",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "3.5.0",
                 "currentVersionTimestamp": "2025-01-10T12:08:30.195Z",
                 "currentVersionAgeInDays": 23,
                 "fixedVersion": "3.5.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "dotenv",
                 "currentValue": "^16.4.5",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "16.4.7",
                 "updates": [],
                 "packageName": "dotenv",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/motdotla/dotenv",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "16.4.7",
                 "currentVersionTimestamp": "2024-12-03T17:21:39.065Z",
                 "currentVersionAgeInDays": 61,
                 "fixedVersion": "16.4.7"
               },
               {
                 "depType": "dependencies",
                 "depName": "express",
                 "currentValue": "^4.18.2",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "4.21.2",
                 "updates": [],
                 "packageName": "express",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/expressjs/express",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "http://expressjs.com/",
                 "currentVersion": "4.21.2",
                 "currentVersionTimestamp": "2024-12-05T22:31:40.945Z",
                 "currentVersionAgeInDays": 59,
                 "fixedVersion": "4.21.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "graphql",
                 "currentValue": "^16.9.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "16.10.0",
                 "updates": [],
                 "packageName": "graphql",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/graphql/graphql-js",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "16.10.0",
                 "currentVersionTimestamp": "2024-12-15T10:35:18.376Z",
                 "currentVersionAgeInDays": 49,
                 "fixedVersion": "16.10.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "graphql-request",
                 "currentValue": "^7.1.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "7.1.2",
                 "updates": [],
                 "packageName": "graphql-request",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/jasonkuhrt/graphql-request",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "7.1.2",
                 "currentVersionTimestamp": "2024-11-02T01:19:20.202Z",
                 "currentVersionAgeInDays": 93,
                 "fixedVersion": "7.1.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "js-yaml",
                 "currentValue": "^4.1.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "4.1.0",
                 "updates": [],
                 "packageName": "js-yaml",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/nodeca/js-yaml",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "4.1.0",
                 "currentVersionTimestamp": "2021-04-14T21:07:09.057Z",
                 "currentVersionAgeInDays": 1390,
                 "fixedVersion": "4.1.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "jsonwebtoken",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "9.0.2",
                 "updates": [],
                 "packageName": "jsonwebtoken",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/auth0/node-jsonwebtoken",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.0.2",
                 "currentVersionTimestamp": "2023-08-30T12:30:13.196Z",
                 "currentVersionAgeInDays": 522,
                 "fixedVersion": "9.0.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "log4js",
                 "currentValue": "^6.9.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "6.9.1",
                 "updates": [],
                 "packageName": "log4js",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/log4js-node/log4js-node",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://log4js-node.github.io/log4js-node/",
                 "currentVersion": "6.9.1",
                 "currentVersionTimestamp": "2023-03-08T15:58:16.480Z",
                 "currentVersionAgeInDays": 697,
                 "fixedVersion": "6.9.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "msw",
                 "currentValue": "^2.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "2.7.0",
                 "updates": [],
                 "packageName": "msw",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/mswjs/msw",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://mswjs.io",
                 "currentVersion": "2.7.0",
                 "currentVersionTimestamp": "2024-12-17T01:40:06.321Z",
                 "currentVersionAgeInDays": 48,
                 "fixedVersion": "2.7.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "prom-client",
                 "currentValue": "^15.1.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "15.1.3",
                 "updates": [],
                 "packageName": "prom-client",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/siimon/prom-client",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "15.1.3",
                 "currentVersionTimestamp": "2024-06-27T09:30:07.828Z",
                 "currentVersionAgeInDays": 220,
                 "fixedVersion": "15.1.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "simple-git",
                 "currentValue": "^3.19.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "3.27.0",
                 "updates": [],
                 "packageName": "simple-git",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/steveukx/git-js",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "simple-git",
                 "currentVersion": "3.27.0",
                 "currentVersionTimestamp": "2024-09-19T12:32:45.760Z",
                 "currentVersionAgeInDays": 136,
                 "fixedVersion": "3.27.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "ts-node",
                 "currentValue": "^10.9.2",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "10.9.2",
                 "updates": [],
                 "packageName": "ts-node",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/TypeStrong/ts-node",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://typestrong.org/ts-node",
                 "currentVersion": "10.9.2",
                 "currentVersionTimestamp": "2023-12-08T12:04:46.154Z",
                 "currentVersionAgeInDays": 422,
                 "fixedVersion": "10.9.2"
               },
               {
                 "depType": "dependencies",
                 "depName": "uuid",
                 "currentValue": "^11.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "11.0.5",
                 "updates": [],
                 "packageName": "uuid",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/uuidjs/uuid",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "11.0.5",
                 "currentVersionTimestamp": "2025-01-09T22:40:18.873Z",
                 "currentVersionAgeInDays": 24,
                 "fixedVersion": "11.0.5"
               },
               {
                 "depType": "dependencies",
                 "depName": "zod",
                 "currentValue": "^3.23.8",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "3.24.1",
                 "updates": [],
                 "packageName": "zod",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/colinhacks/zod",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://zod.dev",
                 "currentVersion": "3.24.1",
                 "currentVersionTimestamp": "2024-12-11T01:40:13.460Z",
                 "currentVersionAgeInDays": 54,
                 "fixedVersion": "3.24.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@aws-sdk/types",
                 "currentValue": "^3.679.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.734.0",
                 "updates": [],
                 "packageName": "@aws-sdk/types",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/aws/aws-sdk-js-v3",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/types",
                 "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/types",
                 "currentVersion": "3.734.0",
                 "currentVersionTimestamp": "2025-01-23T19:59:59.679Z",
                 "currentVersionAgeInDays": 10,
                 "fixedVersion": "3.734.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@eslint/eslintrc",
                 "currentValue": "^3.1.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.2.0",
                 "updates": [],
                 "packageName": "@eslint/eslintrc",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/eslint/eslintrc",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "3.2.0",
                 "currentVersionTimestamp": "2024-11-15T16:34:58.562Z",
                 "currentVersionAgeInDays": 79,
                 "fixedVersion": "3.2.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@eslint/js",
                 "currentValue": "^9.8.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.19.0",
                 "updates": [],
                 "packageName": "@eslint/js",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/eslint/eslint",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/js",
                 "homepage": "https://eslint.org",
                 "currentVersion": "9.19.0",
                 "currentVersionTimestamp": "2025-01-24T18:47:18.425Z",
                 "currentVersionAgeInDays": 9,
                 "fixedVersion": "9.19.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@faker-js/faker",
                 "currentValue": "^9.2.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.4.0",
                 "updates": [],
                 "packageName": "@faker-js/faker",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/faker-js/faker",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://fakerjs.dev",
                 "currentVersion": "9.4.0",
                 "currentVersionTimestamp": "2025-01-15T15:22:02.248Z",
                 "currentVersionAgeInDays": 18,
                 "fixedVersion": "9.4.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@graphql-typed-document-node/core",
                 "currentValue": "^3.2.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.2.0",
                 "updates": [],
                 "packageName": "@graphql-typed-document-node/core",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/dotansimha/graphql-typed-document-node",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "3.2.0",
                 "currentVersionTimestamp": "2023-03-20T06:27:50.978Z",
                 "currentVersionAgeInDays": 686,
                 "fixedVersion": "3.2.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/chai",
                 "currentValue": "^5.0.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.0.1",
                 "updates": [],
                 "packageName": "@types/chai",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/chai",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai",
                 "currentVersion": "5.0.1",
                 "currentVersionTimestamp": "2024-10-28T20:34:20.335Z",
                 "currentVersionAgeInDays": 97,
                 "fixedVersion": "5.0.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/supertest",
                 "currentValue": "^6.0.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "6.0.2",
                 "updates": [],
                 "packageName": "@types/supertest",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/supertest",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/supertest",
                 "currentVersion": "6.0.2",
                 "currentVersionTimestamp": "2023-12-27T20:35:32.146Z",
                 "currentVersionAgeInDays": 403,
                 "fixedVersion": "6.0.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/uuid",
                 "currentValue": "^10.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "10.0.0",
                 "updates": [],
                 "packageName": "@types/uuid",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/uuid",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid",
                 "currentVersion": "10.0.0",
                 "currentVersionTimestamp": "2024-06-20T21:08:03.401Z",
                 "currentVersionAgeInDays": 227,
                 "fixedVersion": "10.0.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@typescript-eslint/eslint-plugin",
                 "currentValue": "^8.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "8.22.0",
                 "updates": [],
                 "packageName": "@typescript-eslint/eslint-plugin",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/eslint-plugin",
                 "homepage": "https://typescript-eslint.io/packages/eslint-plugin",
                 "currentVersion": "8.22.0",
                 "currentVersionTimestamp": "2025-01-27T17:17:49.524Z",
                 "currentVersionAgeInDays": 6,
                 "fixedVersion": "8.22.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@typescript-eslint/parser",
                 "currentValue": "^8.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "8.22.0",
                 "updates": [],
                 "packageName": "@typescript-eslint/parser",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/parser",
                 "homepage": "https://typescript-eslint.io/packages/parser",
                 "currentVersion": "8.22.0",
                 "currentVersionTimestamp": "2025-01-27T17:17:37.315Z",
                 "currentVersionAgeInDays": 6,
                 "fixedVersion": "8.22.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@vitest/coverage-v8",
                 "currentValue": "^3.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.0.4",
                 "updates": [],
                 "packageName": "@vitest/coverage-v8",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/vitest-dev/vitest",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/coverage-v8",
                 "homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/coverage-v8#readme",
                 "currentVersion": "3.0.4",
                 "currentVersionTimestamp": "2025-01-23T13:42:15.198Z",
                 "currentVersionAgeInDays": 10,
                 "fixedVersion": "3.0.4"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.19.0",
                 "updates": [],
                 "packageName": "eslint",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/eslint/eslint",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://eslint.org",
                 "currentVersion": "9.19.0",
                 "currentVersionTimestamp": "2025-01-24T19:05:47.384Z",
                 "currentVersionAgeInDays": 9,
                 "fixedVersion": "9.19.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-import-resolver-typescript",
                 "currentValue": "^3.6.3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.7.0",
                 "updates": [],
                 "packageName": "eslint-import-resolver-typescript",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/import-js/eslint-import-resolver-typescript",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "3.7.0",
                 "currentVersionTimestamp": "2024-12-03T13:56:06.187Z",
                 "currentVersionAgeInDays": 61,
                 "fixedVersion": "3.7.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-import",
                 "currentValue": "^2.31.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "2.31.0",
                 "updates": [],
                 "packageName": "eslint-plugin-import",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/import-js/eslint-plugin-import",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "2.31.0",
                 "currentVersionTimestamp": "2024-10-03T10:28:52.913Z",
                 "currentVersionAgeInDays": 122,
                 "fixedVersion": "2.31.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-n",
                 "currentValue": "^17.11.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "17.15.1",
                 "updates": [],
                 "packageName": "eslint-plugin-n",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/eslint-community/eslint-plugin-n",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "17.15.1",
                 "currentVersionTimestamp": "2024-12-20T10:44:10.150Z",
                 "currentVersionAgeInDays": 44,
                 "fixedVersion": "17.15.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "globals",
                 "currentValue": "^15.9.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "15.14.0",
                 "updates": [],
                 "packageName": "globals",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/sindresorhus/globals",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "15.14.0",
                 "currentVersionTimestamp": "2024-12-18T13:39:21.831Z",
                 "currentVersionAgeInDays": 46,
                 "fixedVersion": "15.14.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "nock",
                 "currentValue": "^14.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "14.0.0",
                 "updates": [],
                 "packageName": "nock",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/nock/nock",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "14.0.0",
                 "currentVersionTimestamp": "2025-01-24T21:39:17.141Z",
                 "currentVersionAgeInDays": 9,
                 "fixedVersion": "14.0.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "prettier",
                 "currentValue": "^3.3.3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.4.2",
                 "updates": [],
                 "packageName": "prettier",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/prettier/prettier",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://prettier.io",
                 "currentVersion": "3.4.2",
                 "currentVersionTimestamp": "2024-12-04T07:04:07.630Z",
                 "currentVersionAgeInDays": 61,
                 "fixedVersion": "3.4.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "smee-client",
                 "currentValue": "^2.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "2.0.4",
                 "updates": [],
                 "packageName": "smee-client",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/probot/smee-client",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "2.0.4",
                 "currentVersionTimestamp": "2024-10-17T15:07:21.385Z",
                 "currentVersionAgeInDays": 108,
                 "fixedVersion": "2.0.4"
               },
               {
                 "depType": "devDependencies",
                 "depName": "supertest",
                 "currentValue": "^7.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.0.0",
                 "updates": [],
                 "packageName": "supertest",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/ladjs/supertest",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "7.0.0",
                 "currentVersionTimestamp": "2024-04-24T15:19:36.296Z",
                 "currentVersionAgeInDays": 284,
                 "fixedVersion": "7.0.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "tsconfig-paths",
                 "currentValue": "^4.2.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "4.2.0",
                 "updates": [],
                 "packageName": "tsconfig-paths",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/dividab/tsconfig-paths",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "4.2.0",
                 "currentVersionTimestamp": "2023-03-29T20:47:10.433Z",
                 "currentVersionAgeInDays": 676,
                 "fixedVersion": "4.2.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "tsx",
                 "currentValue": "^4.19.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "4.19.2",
                 "updates": [],
                 "packageName": "tsx",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/privatenumber/tsx",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://tsx.is",
                 "currentVersion": "4.19.2",
                 "currentVersionTimestamp": "2024-10-26T23:24:32.056Z",
                 "currentVersionAgeInDays": 99,
                 "fixedVersion": "4.19.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typedoc",
                 "currentValue": "^0.27.6",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "0.27.6",
                 "updates": [],
                 "packageName": "typedoc",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/TypeStrong/TypeDoc",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://typedoc.org",
                 "currentVersion": "0.27.6",
                 "currentVersionTimestamp": "2024-12-26T00:02:46.509Z",
                 "currentVersionAgeInDays": 39,
                 "fixedVersion": "0.27.6"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typedoc-plugin-dt-links",
                 "currentValue": "^1.1.8",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "1.1.9",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.1.10",
                     "newValue": "^1.1.8",
                     "releaseTimestamp": "2025-02-02T00:10:18.119Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 1,
                     "newMinor": 1,
                     "newPatch": 10,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(patch)"
                   }
                 ],
                 "packageName": "typedoc-plugin-dt-links",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/Gerrit0/typedoc-plugin-dt-links",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "1.1.9",
                 "currentVersionTimestamp": "2025-01-26T00:10:05.075Z",
                 "currentVersionAgeInDays": 8,
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.9"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typedoc-plugin-mdn-links",
                 "currentValue": "^4.0.9",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "4.0.10",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "4.0.11",
                     "newValue": "^4.0.9",
                     "releaseTimestamp": "2025-02-02T00:27:54.317Z",
                     "newVersionAgeInDays": 1,
                     "newMajor": 4,
                     "newMinor": 0,
                     "newPatch": 11,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/(dev)-dependencies-(patch)"
                   }
                 ],
                 "packageName": "typedoc-plugin-mdn-links",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/Gerrit0/typedoc-plugin-mdn-links",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "4.0.10",
                 "currentVersionTimestamp": "2025-01-26T00:26:30.948Z",
                 "currentVersionAgeInDays": 8,
                 "isSingleVersion": true,
                 "fixedVersion": "4.0.10"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typedoc-plugin-zod",
                 "currentValue": "^1.3.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "1.3.1",
                 "updates": [],
                 "packageName": "typedoc-plugin-zod",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/Gerrit0/typedoc-plugin-zod",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "1.3.1",
                 "currentVersionTimestamp": "2024-12-14T16:58:29.585Z",
                 "currentVersionAgeInDays": 50,
                 "fixedVersion": "1.3.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typescript",
                 "currentValue": "^5.7.3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.7.3",
                 "updates": [],
                 "packageName": "typescript",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/microsoft/TypeScript",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://www.typescriptlang.org/",
                 "currentVersion": "5.7.3",
                 "currentVersionTimestamp": "2025-01-08T19:05:34.766Z",
                 "currentVersionAgeInDays": 25,
                 "fixedVersion": "5.7.3"
               },
               {
                 "depType": "devDependencies",
                 "depName": "vitest",
                 "currentValue": "^3.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.0.4",
                 "updates": [],
                 "packageName": "vitest",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/vitest-dev/vitest",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/vitest",
                 "currentVersion": "3.0.4",
                 "currentVersionTimestamp": "2025-01-23T13:42:08.962Z",
                 "currentVersionAgeInDays": 10,
                 "fixedVersion": "3.0.4"
               },
               {
                 "depType": "engines",
                 "depName": "node",
                 "currentValue": "^23.1.0",
                 "datasource": "node-version",
                 "commitMessageTopic": "Node.js",
                 "prettyDepType": "engine",
                 "lockedVersion": null,
                 "updates": [],
                 "packageName": "node",
                 "versioning": "node",
                 "warnings": [],
                 "sourceUrl": "https://github.com/nodejs/node",
                 "registryUrl": "https://nodejs.org/dist",
                 "homepage": "https://nodejs.org",
                 "currentVersion": "v23.7.0",
                 "currentVersionTimestamp": "2025-01-30T00:00:00.000Z",
                 "currentVersionAgeInDays": 4
               }
             ],
             "extractedConstraints": {"node": "^23.1.0", "npm": ">=7"},
             "packageFileVersion": "2.0.7",
             "managerData": {
               "packageJsonName": "repo-sync",
               "hasPackageManager": false,
               "npmLock": "package-lock.json",
               "yarnZeroInstall": false
             },
             "npmrc": "***********",
             "skipInstalls": true,
             "packageFile": "package.json",
             "lockFiles": ["package-lock.json"]
           }
         ],
         "terraform": [
           {
             "deps": [
               {
                 "depName": "s3_data_bucket",
                 "depType": "module",
                 "skipReason": "local",
                 "updates": [],
                 "packageName": "s3_data_bucket"
               }
             ],
             "packageFile": "automation/aws_iam.tf"
           },
           {
             "deps": [
               {
                 "currentValue": "~> 5.0",
                 "depType": "required_provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "lockedVersion": "5.84.0",
                 "updates": [],
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/terraform-provider-aws",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/providers/hashicorp/aws",
                 "currentVersion": "5.84.0",
                 "currentVersionTimestamp": "2025-01-16T19:37:47.000Z",
                 "currentVersionAgeInDays": 17,
                 "fixedVersion": "5.84.0"
               },
               {
                 "currentValue": "~> 1.9.4",
                 "depType": "required_version",
                 "datasource": "github-releases",
                 "depName": "hashicorp/terraform",
                 "extractVersion": "v(?<version>.*)$",
                 "versioning": "hashicorp",
                 "skipReason": "github-token-required",
                 "updates": [],
                 "packageName": "hashicorp/terraform"
               },
               {
                 "depType": "provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "lockedVersion": "5.84.0",
                 "skipReason": "unspecified-version",
                 "updates": []
               }
             ],
             "packageFile": "automation/main.tf"
           },
           {
             "deps": [
               {
                 "depName": "terraform-aws-modules/s3-bucket/aws",
                 "depType": "module",
                 "currentValue": "4.5.0",
                 "datasource": "terraform-module",
                 "updates": [],
                 "packageName": "terraform-aws-modules/s3-bucket/aws",
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/terraform-aws-modules/terraform-aws-s3-bucket",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/modules/terraform-aws-modules/s3-bucket/aws",
                 "currentVersion": "4.5.0",
                 "currentVersionTimestamp": "2025-01-23T18:23:03.630Z",
                 "currentVersionAgeInDays": 10,
                 "fixedVersion": "4.5.0"
               }
             ],
             "packageFile": "automation/modules/s3/main.tf"
           },
           {
             "deps": [
               {
                 "currentValue": "~> 5.0",
                 "depType": "required_provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "lockedVersion": "5.84.0",
                 "updates": [],
                 "versioning": "hashicorp",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/terraform-provider-aws",
                 "registryUrl": "https://registry.terraform.io",
                 "homepage": "https://registry.terraform.io/providers/hashicorp/aws",
                 "currentVersion": "5.84.0",
                 "currentVersionTimestamp": "2025-01-16T19:37:47.000Z",
                 "currentVersionAgeInDays": 17,
                 "fixedVersion": "5.84.0"
               },
               {
                 "currentValue": "~> 1.9.4",
                 "depType": "required_version",
                 "datasource": "github-releases",
                 "depName": "hashicorp/terraform",
                 "extractVersion": "v(?<version>.*)$",
                 "versioning": "hashicorp",
                 "skipReason": "github-token-required",
                 "updates": [],
                 "packageName": "hashicorp/terraform"
               },
               {
                 "depType": "provider",
                 "depName": "aws",
                 "datasource": "terraform-provider",
                 "packageName": "hashicorp/aws",
                 "lockedVersion": "5.84.0",
                 "skipReason": "unspecified-version",
                 "updates": []
               },
               {
                 "depName": "repo1.dso.mil/big-bang/infrastructure/terraform-modules.git",
                 "depType": "module",
                 "currentValue": "1.0.31",
                 "packageName": "https://repo1.dso.mil/big-bang/infrastructure/terraform-modules.git",
                 "datasource": "git-tags",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.0.32",
                     "newValue": "1.0.32",
                     "newMajor": 1,
                     "newMinor": 0,
                     "newPatch": 32,
                     "updateType": "patch",
                     "branchName": "renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x"
                   }
                 ],
                 "versioning": "semver-coerced",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/big-bang/infrastructure/terraform-modules",
                 "currentVersion": "1.0.31",
                 "isSingleVersion": true,
                 "fixedVersion": "1.0.31"
               }
             ],
             "packageFile": "automation/remote-state-bootstrap/main.tf"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/team/tools/repo-sync)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/team/tools/repo-sync)
DEBUG: processRepo() (repository=big-bang/team/tools/repo-sync)
DEBUG: Processing 4 branches: renovate/(dev)-dependencies-(minor), renovate/(dev)-dependencies-(patch), renovate/ib-updates, renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x (repository=big-bang/team/tools/repo-sync)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/team/tools/repo-sync)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/team/tools/repo-sync)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/team/tools/repo-sync)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/team/tools/repo-sync)
DEBUG: getBranchPr(renovate/(dev)-dependencies-(patch)) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/(dev)-dependencies-(patch), undefined, open) (repository=big-bang/team/tools/repo-sync)
DEBUG: getPr(324) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(324) (repository=big-bang/team/tools/repo-sync)
DEBUG: getBranchPr(renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x, undefined, open) (repository=big-bang/team/tools/repo-sync)
DEBUG: getPr(322) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(322) (repository=big-bang/team/tools/repo-sync)
DEBUG: getBranchPr(renovate/(dev)-dependencies-(minor)) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/(dev)-dependencies-(minor), undefined, open) (repository=big-bang/team/tools/repo-sync)
DEBUG: getPr(323) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(323) (repository=big-bang/team/tools/repo-sync)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/team/tools/repo-sync)
DEBUG: getPr(325) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(325) (repository=big-bang/team/tools/repo-sync)
DEBUG: 4 PRs are currently open (repository=big-bang/team/tools/repo-sync)
DEBUG: PR concurrent limit remaining: 6 (repository=big-bang/team/tools/repo-sync)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/team/tools/repo-sync)
DEBUG: PullRequests limit = 2 (repository=big-bang/team/tools/repo-sync)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/team/tools/repo-sync)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/team/tools/repo-sync)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/team/tools/repo-sync)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/team/tools/repo-sync)
DEBUG: 4 already existing branches found: renovate/(dev)-dependencies-(patch),renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x,renovate/(dev)-dependencies-(minor),renovate/ib-updates (repository=big-bang/team/tools/repo-sync)
DEBUG: Branch concurrent limit remaining: 6 (repository=big-bang/team/tools/repo-sync)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/team/tools/repo-sync)
DEBUG: Branches limit = 2 (repository=big-bang/team/tools/repo-sync)
DEBUG: syncBranchState() (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: getBranchPr(renovate/(dev)-dependencies-(patch)) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: findPr(renovate/(dev)-dependencies-(patch), undefined, open) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: getPr(324) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: getMR(324) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: branchExists=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Found existing branch PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:10:37.143Z) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: No schedule defined (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Branch already exists (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: isBranchConflicted(main, renovate/(dev)-dependencies-(patch)) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "branchName": "main",
       "latestCommitDate": "2025-01-31T21:56:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: npm.updateLockedDependency: typedoc-plugin-dt-links@1.1.9 -> 1.1.10 [package-lock.json] (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Found lockfileVersion 3 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "lockFile": "package-lock.json",
       "depName": "typedoc-plugin-dt-links",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: npm.updateLockedDependency: typedoc-plugin-dt-links@1.1.9 -> 1.1.10 [package-lock.json] (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Found lockfileVersion 3 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: npm.updateLockedDependency: typedoc-plugin-mdn-links@4.0.10 -> 4.0.11 [package-lock.json] (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Found lockfileVersion 3 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: No package files need updating (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Getting updated lock files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Writing package.json files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Writing any updated package files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Found 0 npm host rule(s) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: npmrc file .npmrc found in repository (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Generating package-lock.json for . (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Updating lock file only (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Using node constraint "^23.1.0" from package.json (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Falling back to binarySource=global (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Executing command (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "command": "npm install --package-lock-only --no-audit --ignore-scripts typedoc-plugin-dt-links@1.1.10 typedoc-plugin-mdn-links@4.0.11"
DEBUG: exec completed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "durationMs": 2073,
       "stdout": "\nup to date in 2s\n\n167 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": "npm warn EBADENGINE Unsupported engine {\nnpm warn EBADENGINE   package: 'repo-sync@2.0.7',\nnpm warn EBADENGINE   required: { node: '^23.1.0' },\nnpm warn EBADENGINE   current: { node: 'v18.20.4', npm: '10.7.0' }\nnpm warn EBADENGINE }\n"
DEBUG: package-lock.json needs updating (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Updated 1 lock files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #324 is removed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Getting comments for #324 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Found 1 comments (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Ensuring comment "ℹ Artifact update notice" in #324 is removed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Getting comments for #324 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Found 1 comments (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: 1 file(s) to commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Preparing files for committing to branch renovate/(dev)-dependencies-(patch) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: git commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/(dev)-dependencies-(patch)",
         "commit": "70b0957bf635ea5063b78d0b4d7dd50a551dd622",
         "root": false,
         "summary": {"changes": 1, "insertions": 6, "deletions": 6}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "branchName": "renovate/(dev)-dependencies-(patch)",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "branchName": "main",
       "latestCommitDate": "2025-01-31T21:56:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Ensuring PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: getBranchPr(renovate/(dev)-dependencies-(patch)) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: findPr(renovate/(dev)-dependencies-(patch), undefined, open) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: getPr(324) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: getMR(324) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Found existing PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: Fetching changelog: https://github.com/Gerrit0/typedoc-plugin-dt-links (1.1.9 -> 1.1.10) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "manager": "npm",
       "packageName": "typedoc-plugin-dt-links",
       "sourceUrl": "https://github.com/Gerrit0/typedoc-plugin-dt-links"
DEBUG: Fetching changelog: https://github.com/Gerrit0/typedoc-plugin-mdn-links (4.0.10 -> 4.0.11) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "manager": "npm",
       "packageName": "typedoc-plugin-mdn-links",
       "sourceUrl": "https://github.com/Gerrit0/typedoc-plugin-mdn-links"
DEBUG: Processing existing PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: PR body changed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "prTitle": "Update (dev) dependencies (patch)"
 INFO: PR updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
       "pr": 324,
       "prTitle": "Update (dev) dependencies (patch)"
DEBUG: setPrCache() (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(patch))
DEBUG: syncBranchState() (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: getBranchPr(renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: findPr(renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x, undefined, open) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: getPr(322) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: getMR(322) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: branchExists=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:10:40.761Z) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: No schedule defined (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Branch already exists (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: isBranchConflicted(main, renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T21:56:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Terraform module contains subdirectory (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Terraform module contains subdirectory (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Branch dep repo1.dso.mil/big-bang/infrastructure/terraform-modules.git in automation/remote-state-bootstrap/main.tf is already updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: No content changed (repository=big-bang/team/tools/repo-sync, baseBranch=main, packageFile=automation/remote-state-bootstrap/main.tf, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
       "depName": "repo1.dso.mil/big-bang/infrastructure/terraform-modules.git"
DEBUG: No package files need updating (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Getting updated lock files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Writing package.json files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Writing any updated package files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: No files to commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T21:56:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Ensuring PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: getBranchPr(renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: findPr(renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x, undefined, open) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: getPr(322) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: getMR(322) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Found existing PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Fetching changelog: https://repo1.dso.mil/big-bang/infrastructure/terraform-modules (1.0.31 -> 1.0.32) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: Processing existing PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: PR body changed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
       "prTitle": "Update Terraform repo1.dso.mil/big-bang/infrastructure/terraform-modules.git to v1.0.32"
 INFO: PR updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
       "pr": 322,
       "prTitle": "Update Terraform repo1.dso.mil/big-bang/infrastructure/terraform-modules.git to v1.0.32"
DEBUG: setPrCache() (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x)
DEBUG: syncBranchState() (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: getBranchPr(renovate/(dev)-dependencies-(minor)) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: findPr(renovate/(dev)-dependencies-(minor), undefined, open) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: getPr(323) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: getMR(323) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: branchExists=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Found existing branch PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:10:41.992Z) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: No schedule defined (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Branch already exists (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: isBranchConflicted(main, renovate/(dev)-dependencies-(minor)) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "branchName": "main",
       "latestCommitDate": "2025-01-31T21:56:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: npm.updateLockedDependency: @aws-sdk/client-s3@3.738.0 -> 3.740.0 [package-lock.json] (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Found lockfileVersion 3 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "lockFile": "package-lock.json",
       "depName": "@aws-sdk/client-s3",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: npm.updateLockedDependency: @aws-sdk/client-s3@3.738.0 -> 3.740.0 [package-lock.json] (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Found lockfileVersion 3 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: No package files need updating (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Getting updated lock files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Writing package.json files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Writing any updated package files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Found 0 npm host rule(s) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: npmrc file .npmrc found in repository (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Generating package-lock.json for . (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Updating lock file only (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Using node constraint "^23.1.0" from package.json (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Falling back to binarySource=global (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Executing command (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "command": "npm install --package-lock-only --no-audit --ignore-scripts @aws-sdk/client-s3@3.740.0"
DEBUG: exec completed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "durationMs": 1673,
       "stdout": "\nup to date in 2s\n\n167 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": "npm warn EBADENGINE Unsupported engine {\nnpm warn EBADENGINE   package: 'repo-sync@2.0.7',\nnpm warn EBADENGINE   required: { node: '^23.1.0' },\nnpm warn EBADENGINE   current: { node: 'v18.20.4', npm: '10.7.0' }\nnpm warn EBADENGINE }\n"
DEBUG: package-lock.json needs updating (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Updated 1 lock files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #323 is removed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Getting comments for #323 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Found 2 comments (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Ensuring comment "ℹ Artifact update notice" in #323 is removed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Getting comments for #323 (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Found 2 comments (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: 1 file(s) to commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Preparing files for committing to branch renovate/(dev)-dependencies-(minor) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: git commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/(dev)-dependencies-(minor)",
         "commit": "c709bb71d566cc327a59521d0cc48f93af2aa9b2",
         "root": false,
         "summary": {"changes": 1, "insertions": 12, "deletions": 0}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "branchName": "renovate/(dev)-dependencies-(minor)",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "branchName": "main",
       "latestCommitDate": "2025-01-31T21:56:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Ensuring PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: getBranchPr(renovate/(dev)-dependencies-(minor)) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: findPr(renovate/(dev)-dependencies-(minor), undefined, open) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: getPr(323) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: getMR(323) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Found existing PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: Fetching changelog: https://github.com/aws/aws-sdk-js-v3 (3.738.0 -> 3.740.0) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "manager": "npm",
       "packageName": "@aws-sdk/client-s3",
       "sourceUrl": "https://github.com/aws/aws-sdk-js-v3"
DEBUG: Processing existing PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: PR body changed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "prTitle": "Update dependency @aws-sdk/client-s3 to v3.740.0"
 INFO: PR updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
       "pr": 323,
       "prTitle": "Update dependency @aws-sdk/client-s3 to v3.740.0"
DEBUG: setPrCache() (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/(dev)-dependencies-(minor))
DEBUG: syncBranchState() (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(325) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(325) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:10:45.152Z) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T21:56:50+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found a multistage build stage name: builder (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found a multistage build stage name: builder (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current in Dockerfile is already updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/team/tools/repo-sync, baseBranch=main, packageFile=Dockerfile, branch=renovate/ib-updates)
       "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
DEBUG: No package files need updating (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Getting updated lock files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Writing package.json files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Writing any updated package files (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T21:56:50+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(325) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(325) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/nodejs/nodejs-latest (v23.6.1 -> v23.7.0) (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/nodejs/nodejs-latest (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Processing existing PR (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current Docker tag to v23.7.0"
 INFO: PR updated (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
       "pr": 325,
       "prTitle": "Update registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current Docker tag to v23.7.0"
DEBUG: setPrCache() (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/team/tools/repo-sync, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/(dev)-dependencies-(patch)) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/(dev)-dependencies-(patch), undefined, open) (repository=big-bang/team/tools/repo-sync)
DEBUG: getPr(324) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(324) (repository=big-bang/team/tools/repo-sync)
DEBUG: getBranchPr(renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x, undefined, open) (repository=big-bang/team/tools/repo-sync)
DEBUG: getPr(322) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(322) (repository=big-bang/team/tools/repo-sync)
DEBUG: getBranchPr(renovate/(dev)-dependencies-(minor)) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/(dev)-dependencies-(minor), undefined, open) (repository=big-bang/team/tools/repo-sync)
DEBUG: getPr(323) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(323) (repository=big-bang/team/tools/repo-sync)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/team/tools/repo-sync)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/team/tools/repo-sync)
DEBUG: getPr(325) (repository=big-bang/team/tools/repo-sync)
DEBUG: getMR(325) (repository=big-bang/team/tools/repo-sync)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/team/tools/repo-sync)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/team/tools/repo-sync)
DEBUG: ensureDependencyDashboard() (repository=big-bang/team/tools/repo-sync)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/team/tools/repo-sync)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/team/tools/repo-sync)
DEBUG: ensureIssue() (repository=big-bang/team/tools/repo-sync)
DEBUG: Updating issue (repository=big-bang/team/tools/repo-sync)
DEBUG: validateReconfigureBranch() (repository=big-bang/team/tools/repo-sync)
DEBUG: No reconfigure branch found (repository=big-bang/team/tools/repo-sync)
DEBUG: Removing any stale branches (repository=big-bang/team/tools/repo-sync)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/team/tools/repo-sync)
DEBUG: Branch lists (repository=big-bang/team/tools/repo-sync)
       "branchList": [
         "renovate/(dev)-dependencies-(minor)",
         "renovate/(dev)-dependencies-(patch)",
         "renovate/ib-updates",
         "renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x"
       ],
       "renovateBranches": [
         "renovate/(dev)-dependencies-(minor)",
         "renovate/(dev)-dependencies-(patch)",
         "renovate/ib-updates",
         "renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x"
       ]
DEBUG: remainingBranches= (repository=big-bang/team/tools/repo-sync)
DEBUG: No branches to clean up (repository=big-bang/team/tools/repo-sync)
DEBUG: ensureIssueClosing() (repository=big-bang/team/tools/repo-sync)
DEBUG: ensureIssueClosing() (repository=big-bang/team/tools/repo-sync)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/tools/repo-sync)
DEBUG: Repo is activated (repository=big-bang/team/tools/repo-sync)
DEBUG: Branch summary (repository=big-bang/team/tools/repo-sync)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "4da0d9a4ff24e6f9c479ac1a9a528e03c3714f7e"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4da0d9a4ff24e6f9c479ac1a9a528e03c3714f7e",
           "branchName": "renovate/(dev)-dependencies-(patch)",
           "branchSha": "4988a95af6b2ce45e993ae56a7ca400c93b8f7d9",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4da0d9a4ff24e6f9c479ac1a9a528e03c3714f7e",
           "branchName": "renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x",
           "branchSha": "d69b3538d19f87edb89207f3a6d8d617a23b89b4",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4da0d9a4ff24e6f9c479ac1a9a528e03c3714f7e",
           "branchName": "renovate/(dev)-dependencies-(minor)",
           "branchSha": "032246fc1bdcb7f2a5aa123a7d1fddee42d19684",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "4da0d9a4ff24e6f9c479ac1a9a528e03c3714f7e",
           "branchName": "renovate/ib-updates",
           "branchSha": "44de6c410b7fce18f835887b1d96a59a7e96dce7",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/team/tools/repo-sync)
       "branchesInformation": [
         {
           "branchName": "renovate/(dev)-dependencies-(patch)",
           "prNo": 324,
           "prTitle": "Update (dev) dependencies (patch)",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "typedoc-plugin-dt-links",
               "displayPending": "",
               "fixedVersion": "1.1.9",
               "currentVersion": "1.1.9",
               "currentValue": "^1.1.8",
               "newValue": "^1.1.8",
               "newVersion": "1.1.10",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "typedoc-plugin-dt-links"
             },
             {
               "datasource": "npm",
               "depName": "typedoc-plugin-mdn-links",
               "displayPending": "",
               "fixedVersion": "4.0.10",
               "currentVersion": "4.0.10",
               "currentValue": "^4.0.9",
               "newValue": "^4.0.9",
               "newVersion": "4.0.11",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "typedoc-plugin-mdn-links"
             }
           ]
         },
         {
           "branchName": "renovate/repo1.dso.mil-big-bang-infrastructure-terraform-modules.git-1.x",
           "prNo": 322,
           "prTitle": "Update Terraform repo1.dso.mil/big-bang/infrastructure/terraform-modules.git to v1.0.32",
           "result": "done",
           "upgrades": [
             {
               "datasource": "git-tags",
               "depName": "repo1.dso.mil/big-bang/infrastructure/terraform-modules.git",
               "displayPending": "",
               "fixedVersion": "1.0.31",
               "currentVersion": "1.0.31",
               "currentValue": "1.0.31",
               "newValue": "1.0.32",
               "newVersion": "1.0.32",
               "packageFile": "automation/remote-state-bootstrap/main.tf",
               "updateType": "patch",
               "packageName": "https://repo1.dso.mil/big-bang/infrastructure/terraform-modules.git"
             }
           ]
         },
         {
           "branchName": "renovate/(dev)-dependencies-(minor)",
           "prNo": 323,
           "prTitle": "Update dependency @aws-sdk/client-s3 to v3.740.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@aws-sdk/client-s3",
               "displayPending": "",
               "fixedVersion": "3.738.0",
               "currentVersion": "3.738.0",
               "currentValue": "^3.675.0",
               "newValue": "^3.675.0",
               "newVersion": "3.740.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@aws-sdk/client-s3"
             }
           ]
         },
         {
           "branchName": "renovate/ib-updates",
           "prNo": 325,
           "prTitle": "Update registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current Docker tag to v23.7.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
               "displayPending": "",
               "fixedVersion": "v23.6.1",
               "currentVersion": "v23.6.1",
               "currentValue": "v23.6.1",
               "newValue": "v23.7.0",
               "newVersion": "v23.7.0",
               "packageFile": "Dockerfile",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/team/tools/repo-sync)
       "stats": {"total": 94, "open": 4, "closed": 12, "merged": 78}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/team/tools/repo-sync)
DEBUG: repository problems (repository=big-bang/team/tools/repo-sync)
       "repoProblems": [
         "WARN: GitHub token is required for some dependencies",
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/tools/repo-sync)
       "splits": {"init": 5535, "extract": 553, "lookup": 2434, "onboarding": 1, "update": 10003},
       "total": 19161
DEBUG: Package cache statistics (repository=big-bang/team/tools/repo-sync)
       "get": {"count": 66, "avgMs": 9, "medianMs": 1, "maxMs": 271, "totalMs": 617},
       "set": {"count": 61, "avgMs": 31, "medianMs": 8, "maxMs": 336, "totalMs": 1870}
DEBUG: Datasource cache statistics (repository=big-bang/team/tools/repo-sync)
       "node-version": {"https://nodejs.org/dist": {"hit": 0, "miss": 1, "set": 1, "skip": 0}}
DEBUG: HTTP statistics (repository=big-bang/team/tools/repo-sync)
       "hosts": {
         "nodejs.org": {
           "count": 1,
           "reqAvgMs": 432,
           "reqMedianMs": 432,
           "reqMaxMs": 432,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry.npmjs.org": {
           "count": 48,
           "reqAvgMs": 122,
           "reqMedianMs": 67,
           "reqMaxMs": 601,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 6,
           "reqAvgMs": 52,
           "reqMedianMs": 41,
           "reqMaxMs": 100,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 23,
           "reqAvgMs": 344,
           "reqMedianMs": 155,
           "reqMaxMs": 3716,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 78
DEBUG: HTTP cache statistics (repository=big-bang/team/tools/repo-sync)
       "https://registry.npmjs.org": {
         "/@aws-sdk%2Fclient-s3": {"hit": 0, "miss": 1},
         "/@aws-sdk%2Fclient-sqs": {"hit": 0, "miss": 1},
         "/@aws-sdk%2Ftypes": {"hit": 0, "miss": 1},
         "/@eslint%2Feslintrc": {"hit": 0, "miss": 0, "localHit": 1},
         "/@eslint%2Fjs": {"hit": 0, "miss": 1},
         "/@faker-js%2Ffaker": {"hit": 0, "miss": 1},
         "/@graphql-typed-document-node%2Fcore": {"hit": 0, "miss": 1},
         "/@types%2Fchai": {"hit": 0, "miss": 1},
         "/@types%2Fexpress": {"hit": 0, "miss": 1},
         "/@types%2Fjs-yaml": {"hit": 0, "miss": 1},
         "/@types%2Fjsonwebtoken": {"hit": 0, "miss": 1},
         "/@types%2Fsupertest": {"hit": 0, "miss": 1},
         "/@types%2Fuuid": {"hit": 0, "miss": 1},
         "/@typescript-eslint%2Feslint-plugin": {"hit": 0, "miss": 1},
         "/@typescript-eslint%2Fparser": {"hit": 0, "miss": 1},
         "/@vitest%2Fcoverage-v8": {"hit": 0, "miss": 1},
         "/async-mutex": {"hit": 0, "miss": 1},
         "/axios": {"hit": 0, "miss": 1},
         "/body-parser": {"hit": 0, "miss": 1},
         "/concurrently": {"hit": 0, "miss": 1},
         "/cron": {"hit": 0, "miss": 1},
         "/dotenv": {"hit": 0, "miss": 1},
         "/eslint": {"hit": 0, "miss": 0, "localHit": 1},
         "/eslint-import-resolver-typescript": {"hit": 0, "miss": 1},
         "/eslint-plugin-import": {"hit": 0, "miss": 1},
         "/eslint-plugin-n": {"hit": 0, "miss": 1},
         "/express": {"hit": 0, "miss": 1},
         "/globals": {"hit": 0, "miss": 1},
         "/graphql": {"hit": 0, "miss": 1},
         "/graphql-request": {"hit": 0, "miss": 1},
         "/js-yaml": {"hit": 0, "miss": 1},
         "/jsonwebtoken": {"hit": 0, "miss": 1},
         "/log4js": {"hit": 0, "miss": 1},
         "/msw": {"hit": 0, "miss": 1},
         "/nock": {"hit": 0, "miss": 1},
         "/prettier": {"hit": 0, "miss": 1},
         "/prom-client": {"hit": 0, "miss": 1},
         "/simple-git": {"hit": 0, "miss": 1},
         "/smee-client": {"hit": 0, "miss": 1},
         "/supertest": {"hit": 0, "miss": 1},
         "/ts-node": {"hit": 0, "miss": 1},
         "/tsconfig-paths": {"hit": 0, "miss": 1},
         "/tsx": {"hit": 0, "miss": 1},
         "/typedoc": {"hit": 0, "miss": 1},
         "/typedoc-plugin-dt-links": {"hit": 0, "miss": 1},
         "/typedoc-plugin-mdn-links": {"hit": 0, "miss": 1},
         "/typedoc-plugin-zod": {"hit": 0, "miss": 1},
         "/typescript": {"hit": 0, "miss": 0, "localHit": 1},
         "/uuid": {"hit": 0, "miss": 1},
         "/vitest": {"hit": 0, "miss": 1},
         "/zod": {"hit": 0, "miss": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/team/tools/repo-sync)
       "docker": {"count": 2, "avgMs": 268, "medianMs": 534, "maxMs": 534, "totalMs": 536},
       "terraform-provider": {"count": 2, "avgMs": 98, "medianMs": 98, "maxMs": 98, "totalMs": 195},
       "terraform-module": {"count": 1, "avgMs": 103, "medianMs": 103, "maxMs": 103, "totalMs": 103},
       "npm": {"count": 51, "avgMs": 203, "medianMs": 128, "maxMs": 1255, "totalMs": 10377},
       "git-tags": {"count": 1, "avgMs": 446, "medianMs": 446, "maxMs": 446, "totalMs": 446},
       "node-version": {"count": 1, "avgMs": 479, "medianMs": 479, "maxMs": 479, "totalMs": 479}
 INFO: Repository finished (repository=big-bang/team/tools/repo-sync)
       "cloned": true,
       "durationMs": 19161
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/customers/service-catalog)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customers/service-catalog (repository=big-bang/customers/service-catalog)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/customers/service-catalog)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/customers/service-catalog)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/customers/service-catalog)
DEBUG: big-bang/customers/service-catalog default branch = main (repository=big-bang/customers/service-catalog)
DEBUG: Enabling Git FS (repository=big-bang/customers/service-catalog)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/customers/service-catalog.git (repository=big-bang/customers/service-catalog)
DEBUG: Resetting npmrc (repository=big-bang/customers/service-catalog)
DEBUG: Resetting npmrc (repository=big-bang/customers/service-catalog)
DEBUG: checkOnboarding() (repository=big-bang/customers/service-catalog)
DEBUG: isOnboarded() (repository=big-bang/customers/service-catalog)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/customers/service-catalog)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/customers/service-catalog)
DEBUG: findFile(renovate.json) (repository=big-bang/customers/service-catalog)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customers/service-catalog (repository=big-bang/customers/service-catalog)
DEBUG: Performing blobless clone (repository=big-bang/customers/service-catalog)
DEBUG: git clone completed (repository=big-bang/customers/service-catalog)
       "durationMs": 755
DEBUG: latest repository commit (repository=big-bang/customers/service-catalog)
       "latestCommit": {
         "hash": "91faf717dff347220705202908b6df015c0eb16c",
         "date": "2023-01-31T16:08:50+00:00",
         "message": "Merge branch 'initial-service-catalog' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Initial service catalog\n\nSee merge request big-bang/customers/service-catalog!2",
         "author_name": "Ryan Thompson",
         "author_email": "ryan.thompson.44@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/customers/service-catalog)
DEBUG: ensureIssueClosing() (repository=big-bang/customers/service-catalog)
DEBUG: Repo is onboarded (repository=big-bang/customers/service-catalog)
DEBUG: Found renovate.json config file (repository=big-bang/customers/service-catalog)
DEBUG: Repository config (repository=big-bang/customers/service-catalog)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/customers/service-catalog)
DEBUG: No config migration necessary (repository=big-bang/customers/service-catalog)
DEBUG: Found repo ignorePaths (repository=big-bang/customers/service-catalog)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/customers/service-catalog)
DEBUG: baseBranches (repository=big-bang/customers/service-catalog)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: extract() (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: latest commit (repository=big-bang/customers/service-catalog, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2023-01-31T16:08:50+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/customers/service-catalog, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/customers/service-catalog, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/customers/service-catalog, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/customers/service-catalog, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/customers/service-catalog, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/customers/service-catalog)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/customers/service-catalog)
DEBUG: processRepo() (repository=big-bang/customers/service-catalog)
DEBUG: Processing 0 branches:  (repository=big-bang/customers/service-catalog)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/customers/service-catalog)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/customers/service-catalog)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/customers/service-catalog)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/customers/service-catalog)
DEBUG: 0 PRs are currently open (repository=big-bang/customers/service-catalog)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/customers/service-catalog)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/customers/service-catalog)
DEBUG: PullRequests limit = 2 (repository=big-bang/customers/service-catalog)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/customers/service-catalog)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/customers/service-catalog)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/customers/service-catalog)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/customers/service-catalog)
DEBUG: 0 already existing branches found:  (repository=big-bang/customers/service-catalog)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/customers/service-catalog)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/customers/service-catalog)
DEBUG: Branches limit = 2 (repository=big-bang/customers/service-catalog)
DEBUG: Config does not need migration (repository=big-bang/customers/service-catalog)
DEBUG: ensureDependencyDashboard() (repository=big-bang/customers/service-catalog)
DEBUG: Closing Dependency Dashboard (repository=big-bang/customers/service-catalog)
DEBUG: ensureIssueClosing() (repository=big-bang/customers/service-catalog)
DEBUG: validateReconfigureBranch() (repository=big-bang/customers/service-catalog)
DEBUG: No reconfigure branch found (repository=big-bang/customers/service-catalog)
DEBUG: Removing any stale branches (repository=big-bang/customers/service-catalog)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/customers/service-catalog)
DEBUG: No renovate branches found (repository=big-bang/customers/service-catalog)
DEBUG: ensureIssueClosing() (repository=big-bang/customers/service-catalog)
DEBUG: ensureIssueClosing() (repository=big-bang/customers/service-catalog)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/customers/service-catalog)
DEBUG: Branch summary (repository=big-bang/customers/service-catalog)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "91faf717dff347220705202908b6df015c0eb16c"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/customers/service-catalog)
       "stats": {"total": 0, "open": 0, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/customers/service-catalog)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/customers/service-catalog)
       "splits": {"init": 1568, "extract": 156, "lookup": 13, "onboarding": 0, "update": 1},
       "total": 1741
DEBUG: Package cache statistics (repository=big-bang/customers/service-catalog)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/customers/service-catalog)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 104,
           "reqMedianMs": 128,
           "reqMaxMs": 136,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/customers/service-catalog)
DEBUG: Lookup statistics (repository=big-bang/customers/service-catalog)
 INFO: Repository finished (repository=big-bang/customers/service-catalog)
       "cloned": true,
       "durationMs": 1741
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/wrapper)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/wrapper (repository=big-bang/product/packages/wrapper)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/wrapper)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/wrapper)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/wrapper)
DEBUG: big-bang/product/packages/wrapper default branch = main (repository=big-bang/product/packages/wrapper)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/wrapper)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/wrapper.git (repository=big-bang/product/packages/wrapper)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fpackages%2Fwrapper/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=56) (repository=big-bang/product/packages/wrapper)
DEBUG: GitLab API 404 (repository=big-bang/product/packages/wrapper)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fpackages%2Fwrapper/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/product/packages/wrapper)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/wrapper)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/wrapper)
DEBUG: isOnboarded() (repository=big-bang/product/packages/wrapper)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/wrapper)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/wrapper)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/wrapper)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/wrapper (repository=big-bang/product/packages/wrapper)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/wrapper)
DEBUG: git clone completed (repository=big-bang/product/packages/wrapper)
       "durationMs": 532
DEBUG: latest repository commit (repository=big-bang/product/packages/wrapper)
       "latestCommit": {
         "hash": "827c1c6a544ceac00d3e58bd51fdf061b422362b",
         "date": "2025-01-10T14:51:40+00:00",
         "message": "Merge branch 'add-integration-tests' into 'main'",
         "refs": "HEAD -> main, tag: 0.4.12, origin/main, origin/HEAD",
         "body": "Add integration tests\n\nSee merge request big-bang/product/packages/wrapper!46",
         "author_name": "Ryan Daily",
         "author_email": "rdaily@bridgephase.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/product/packages/wrapper)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/product/packages/wrapper)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/product/packages/wrapper)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/product/packages/wrapper)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/product/packages/wrapper)
DEBUG: findFile(.renovaterc) (repository=big-bang/product/packages/wrapper)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/product/packages/wrapper)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/product/packages/wrapper)
DEBUG: config file not found (repository=big-bang/product/packages/wrapper)
 INFO: Repository is disabled - skipping (repository=big-bang/product/packages/wrapper)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/wrapper)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/product/packages/wrapper)
DEBUG: No renovate branches found (repository=big-bang/product/packages/wrapper)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/product/packages/wrapper)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/wrapper)
       "splits": {},
       "total": 1251
DEBUG: Package cache statistics (repository=big-bang/product/packages/wrapper)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/packages/wrapper)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 138,
           "reqMedianMs": 117,
           "reqMaxMs": 240,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/wrapper)
DEBUG: Lookup statistics (repository=big-bang/product/packages/wrapper)
 INFO: Repository finished (repository=big-bang/product/packages/wrapper)
       "cloned": true,
       "durationMs": 1251
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/actions-runner-controller)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/actions-runner-controller (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: big-bang/apps/sandbox/actions-runner-controller default branch = main (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/actions-runner-controller.git (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Factions-runner-controller/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=70) (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/actions-runner-controller)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Factions-runner-controller/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/actions-runner-controller (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/actions-runner-controller)
       "durationMs": 503
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/actions-runner-controller)
       "latestCommit": {
         "hash": "fdcaf2d309244b37145423ef38fae6b27fca7247",
         "date": "2022-12-02T18:27:11+00:00",
         "message": "Merge branch 'add-chart' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "adding inital chart\n\nSee merge request platform-one/big-bang/apps/sandbox/actions-runner-controller!1",
         "author_name": "Austin Abro",
         "author_email": "austin.abro@defenseunicorns.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: config file not found (repository=big-bang/apps/sandbox/actions-runner-controller)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/actions-runner-controller)
       "splits": {},
       "total": 1083
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/actions-runner-controller)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/actions-runner-controller)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 93,
           "reqMedianMs": 73,
           "reqMaxMs": 136,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/actions-runner-controller)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/actions-runner-controller)
 INFO: Repository finished (repository=big-bang/apps/sandbox/actions-runner-controller)
       "cloned": true,
       "durationMs": 1083
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/repository-templates/master_template)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/repository-templates/master_template (repository=big-bang/repository-templates/master_template)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/repository-templates/master_template)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/repository-templates/master_template)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/repository-templates/master_template)
DEBUG: big-bang/repository-templates/master_template default branch = main (repository=big-bang/repository-templates/master_template)
DEBUG: Enabling Git FS (repository=big-bang/repository-templates/master_template)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/repository-templates/master_template.git (repository=big-bang/repository-templates/master_template)
DEBUG: Resetting npmrc (repository=big-bang/repository-templates/master_template)
DEBUG: Resetting npmrc (repository=big-bang/repository-templates/master_template)
DEBUG: checkOnboarding() (repository=big-bang/repository-templates/master_template)
DEBUG: isOnboarded() (repository=big-bang/repository-templates/master_template)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/repository-templates/master_template)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/repository-templates/master_template)
DEBUG: findFile(renovate.json) (repository=big-bang/repository-templates/master_template)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/repository-templates/master_template (repository=big-bang/repository-templates/master_template)
DEBUG: Performing blobless clone (repository=big-bang/repository-templates/master_template)
DEBUG: git clone completed (repository=big-bang/repository-templates/master_template)
       "durationMs": 914
DEBUG: latest repository commit (repository=big-bang/repository-templates/master_template)
       "latestCommit": {
         "hash": "f1d780141b402f744aea3f7693eecea3771a183e",
         "date": "2024-08-13T15:49:52+00:00",
         "message": "Merge branch 'update-codeowners-default-template' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "remove anchors and aaron from master template\n\nCloses #8\n\nSee merge request big-bang/repository-templates/master_template!11",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/repository-templates/master_template)
DEBUG: ensureIssueClosing() (repository=big-bang/repository-templates/master_template)
DEBUG: Repo is onboarded (repository=big-bang/repository-templates/master_template)
DEBUG: Found renovate.json config file (repository=big-bang/repository-templates/master_template)
DEBUG: Repository config (repository=big-bang/repository-templates/master_template)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/repository-templates/master_template)
DEBUG: No config migration necessary (repository=big-bang/repository-templates/master_template)
DEBUG: Found repo ignorePaths (repository=big-bang/repository-templates/master_template)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/repository-templates/master_template)
DEBUG: baseBranches (repository=big-bang/repository-templates/master_template)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: extract() (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: latest commit (repository=big-bang/repository-templates/master_template, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-08-13T15:49:52+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/repository-templates/master_template, baseBranch=main)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/repository-templates/master_template, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/repository-templates/master_template, baseBranch=main)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: main (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/repository-templates/master_template, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/repository-templates/master_template, baseBranch=main)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/repository-templates/master_template)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/repository-templates/master_template)
DEBUG: processRepo() (repository=big-bang/repository-templates/master_template)
DEBUG: Processing 0 branches:  (repository=big-bang/repository-templates/master_template)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/repository-templates/master_template)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/repository-templates/master_template)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/repository-templates/master_template)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/repository-templates/master_template)
DEBUG: 0 PRs are currently open (repository=big-bang/repository-templates/master_template)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/repository-templates/master_template)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/repository-templates/master_template)
DEBUG: PullRequests limit = 2 (repository=big-bang/repository-templates/master_template)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/repository-templates/master_template)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/repository-templates/master_template)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/repository-templates/master_template)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/repository-templates/master_template)
DEBUG: 0 already existing branches found:  (repository=big-bang/repository-templates/master_template)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/repository-templates/master_template)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/repository-templates/master_template)
DEBUG: Branches limit = 2 (repository=big-bang/repository-templates/master_template)
DEBUG: Config does not need migration (repository=big-bang/repository-templates/master_template)
DEBUG: ensureDependencyDashboard() (repository=big-bang/repository-templates/master_template)
DEBUG: Closing Dependency Dashboard (repository=big-bang/repository-templates/master_template)
DEBUG: ensureIssueClosing() (repository=big-bang/repository-templates/master_template)
DEBUG: validateReconfigureBranch() (repository=big-bang/repository-templates/master_template)
DEBUG: No reconfigure branch found (repository=big-bang/repository-templates/master_template)
DEBUG: Removing any stale branches (repository=big-bang/repository-templates/master_template)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/repository-templates/master_template)
DEBUG: No renovate branches found (repository=big-bang/repository-templates/master_template)
DEBUG: ensureIssueClosing() (repository=big-bang/repository-templates/master_template)
DEBUG: ensureIssueClosing() (repository=big-bang/repository-templates/master_template)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/repository-templates/master_template)
DEBUG: Repo is activated (repository=big-bang/repository-templates/master_template)
DEBUG: Branch summary (repository=big-bang/repository-templates/master_template)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "f1d780141b402f744aea3f7693eecea3771a183e"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/repository-templates/master_template)
       "stats": {"total": 2, "open": 1, "closed": 0, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/repository-templates/master_template)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/repository-templates/master_template)
       "splits": {"init": 1769, "extract": 147, "lookup": 13, "onboarding": 0, "update": 1},
       "total": 1934
DEBUG: Package cache statistics (repository=big-bang/repository-templates/master_template)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/repository-templates/master_template)
       "hosts": {
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 118,
           "reqMedianMs": 113,
           "reqMaxMs": 194,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 4
DEBUG: HTTP cache statistics (repository=big-bang/repository-templates/master_template)
DEBUG: Lookup statistics (repository=big-bang/repository-templates/master_template)
 INFO: Repository finished (repository=big-bang/repository-templates/master_template)
       "cloned": true,
       "durationMs": 1934
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/infrastructure/openshift)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/openshift (repository=big-bang/infrastructure/openshift)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/infrastructure/openshift)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/infrastructure/openshift)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/infrastructure/openshift)
DEBUG: big-bang/infrastructure/openshift default branch = main (repository=big-bang/infrastructure/openshift)
DEBUG: Enabling Git FS (repository=big-bang/infrastructure/openshift)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/infrastructure/openshift.git (repository=big-bang/infrastructure/openshift)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fopenshift/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=70) (repository=big-bang/infrastructure/openshift)
DEBUG: GitLab API 404 (repository=big-bang/infrastructure/openshift)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fopenshift/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/openshift)
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/openshift)
DEBUG: checkOnboarding() (repository=big-bang/infrastructure/openshift)
DEBUG: isOnboarded() (repository=big-bang/infrastructure/openshift)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/infrastructure/openshift)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/infrastructure/openshift)
DEBUG: findFile(renovate.json) (repository=big-bang/infrastructure/openshift)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/openshift (repository=big-bang/infrastructure/openshift)
DEBUG: Performing blobless clone (repository=big-bang/infrastructure/openshift)
DEBUG: git clone completed (repository=big-bang/infrastructure/openshift)
       "durationMs": 451
DEBUG: latest repository commit (repository=big-bang/infrastructure/openshift)
       "latestCommit": {
         "hash": "c6a513fb0669ab07b901383f5682100257c600c4",
         "date": "2023-05-22T15:12:10+00:00",
         "message": "Merge branch 'rhcontrib' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Reviewed Red Hat documentation intended for public use\n\nSee merge request big-bang/infrastructure/openshift!2",
         "author_name": "Ryan Garcia",
         "author_email": "garcia.ryan@solute.us"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/infrastructure/openshift)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/infrastructure/openshift)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/infrastructure/openshift)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/infrastructure/openshift)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/infrastructure/openshift)
DEBUG: findFile(.renovaterc) (repository=big-bang/infrastructure/openshift)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/infrastructure/openshift)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/infrastructure/openshift)
DEBUG: config file not found (repository=big-bang/infrastructure/openshift)
 INFO: Repository is disabled - skipping (repository=big-bang/infrastructure/openshift)
DEBUG: Removing any stale branches (repository=big-bang/infrastructure/openshift)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/infrastructure/openshift)
DEBUG: No renovate branches found (repository=big-bang/infrastructure/openshift)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/infrastructure/openshift)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/infrastructure/openshift)
       "splits": {},
       "total": 1010
DEBUG: Package cache statistics (repository=big-bang/infrastructure/openshift)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/infrastructure/openshift)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 83,
           "reqMedianMs": 78,
           "reqMaxMs": 101,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/infrastructure/openshift)
DEBUG: Lookup statistics (repository=big-bang/infrastructure/openshift)
 INFO: Repository finished (repository=big-bang/infrastructure/openshift)
       "cloned": true,
       "durationMs": 1010
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/airgap-ami-builder)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/airgap-ami-builder (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: big-bang/pipeline-templates/airgap-ami-builder default branch = main (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/airgap-ami-builder.git (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fairgap-ami-builder/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=61) (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: GitLab API 404 (repository=big-bang/pipeline-templates/airgap-ami-builder)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fairgap-ami-builder/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/airgap-ami-builder (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/airgap-ami-builder)
       "durationMs": 448
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/airgap-ami-builder)
       "latestCommit": {
         "hash": "b3db4b5c24d600ead6334ee4c9fe06116199ca28",
         "date": "2023-01-13T18:26:59+00:00",
         "message": "require git for repo hosting",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "evan.rush",
         "author_email": "rush_evan@bah.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: findFile(.renovaterc) (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: config file not found (repository=big-bang/pipeline-templates/airgap-ami-builder)
 INFO: Repository is disabled - skipping (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/airgap-ami-builder)
       "splits": {},
       "total": 1032
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/airgap-ami-builder)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/airgap-ami-builder)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 86,
           "reqMedianMs": 61,
           "reqMaxMs": 139,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/airgap-ami-builder)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/airgap-ami-builder)
 INFO: Repository finished (repository=big-bang/pipeline-templates/airgap-ami-builder)
       "cloned": true,
       "durationMs": 1032
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/epic-priority-matrix)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/epic-priority-matrix (repository=big-bang/team/epic-priority-matrix)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/epic-priority-matrix)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/epic-priority-matrix)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/epic-priority-matrix)
DEBUG: big-bang/team/epic-priority-matrix default branch = main (repository=big-bang/team/epic-priority-matrix)
DEBUG: Enabling Git FS (repository=big-bang/team/epic-priority-matrix)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/epic-priority-matrix.git (repository=big-bang/team/epic-priority-matrix)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Fepic-priority-matrix/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=78) (repository=big-bang/team/epic-priority-matrix)
DEBUG: GitLab API 404 (repository=big-bang/team/epic-priority-matrix)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Fepic-priority-matrix/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/team/epic-priority-matrix)
DEBUG: Resetting npmrc (repository=big-bang/team/epic-priority-matrix)
DEBUG: checkOnboarding() (repository=big-bang/team/epic-priority-matrix)
DEBUG: isOnboarded() (repository=big-bang/team/epic-priority-matrix)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/epic-priority-matrix)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/epic-priority-matrix)
DEBUG: findFile(renovate.json) (repository=big-bang/team/epic-priority-matrix)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/epic-priority-matrix (repository=big-bang/team/epic-priority-matrix)
DEBUG: Performing blobless clone (repository=big-bang/team/epic-priority-matrix)
DEBUG: git clone completed (repository=big-bang/team/epic-priority-matrix)
       "durationMs": 780
DEBUG: latest repository commit (repository=big-bang/team/epic-priority-matrix)
       "latestCommit": {
         "hash": "631ad8db7f0609d7ad5f21cbc84a613021459696",
         "date": "2024-12-18T16:08:01+00:00",
         "message": "Merge branch 'epic-grooming-2024-11-21' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Epic grooming 2024 11 21 to 2024 12 18\n\nSee merge request big-bang/team/epic-priority-matrix!43",
         "author_name": "Mark Nelson",
         "author_email": "mark.nelson.45@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/team/epic-priority-matrix)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/team/epic-priority-matrix)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/team/epic-priority-matrix)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/team/epic-priority-matrix)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/team/epic-priority-matrix)
DEBUG: findFile(.renovaterc) (repository=big-bang/team/epic-priority-matrix)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/team/epic-priority-matrix)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/team/epic-priority-matrix)
DEBUG: config file not found (repository=big-bang/team/epic-priority-matrix)
 INFO: Repository is disabled - skipping (repository=big-bang/team/epic-priority-matrix)
DEBUG: Removing any stale branches (repository=big-bang/team/epic-priority-matrix)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/team/epic-priority-matrix)
DEBUG: No renovate branches found (repository=big-bang/team/epic-priority-matrix)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/team/epic-priority-matrix)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/epic-priority-matrix)
       "splits": {},
       "total": 1468
DEBUG: Package cache statistics (repository=big-bang/team/epic-priority-matrix)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/epic-priority-matrix)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 98,
           "reqMedianMs": 78,
           "reqMaxMs": 140,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/team/epic-priority-matrix)
DEBUG: Lookup statistics (repository=big-bang/team/epic-priority-matrix)
 INFO: Repository finished (repository=big-bang/team/epic-priority-matrix)
       "cloned": true,
       "durationMs": 1468
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/blackbox-exporter)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/blackbox-exporter (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: big-bang/apps/sandbox/blackbox-exporter default branch = main (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/blackbox-exporter.git (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fblackbox-exporter/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=72) (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/blackbox-exporter)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fblackbox-exporter/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/blackbox-exporter (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/blackbox-exporter)
       "durationMs": 464
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/blackbox-exporter)
       "latestCommit": {
         "hash": "936189ff443078092fcc031af0358e0bf38ace28",
         "date": "2023-05-24T12:38:09+00:00",
         "message": "Merge branch 'PBOPS-1068/Initiate-GIT-Tagging-Process-For-BlackBox-Third-Party-Helm-Chart' into 'main'",
         "refs": "HEAD -> main, tag: 4.3.1, origin/main, origin/HEAD",
         "body": "Add Chart Directory For Proper Chart File Structure\n\nSee merge request big-bang/apps/sandbox/blackbox-exporter!4",
         "author_name": "Aiden Eyre",
         "author_email": "aideneyre@seed-innovations.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: config file not found (repository=big-bang/apps/sandbox/blackbox-exporter)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/blackbox-exporter)
       "splits": {},
       "total": 1039
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/blackbox-exporter)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/blackbox-exporter)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 87,
           "reqMedianMs": 72,
           "reqMaxMs": 132,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/blackbox-exporter)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/blackbox-exporter)
 INFO: Repository finished (repository=big-bang/apps/sandbox/blackbox-exporter)
       "cloned": true,
       "durationMs": 1039
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/tools/bb-docs-compiler)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/bb-docs-compiler (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: big-bang/team/tools/bb-docs-compiler default branch = main (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: Enabling Git FS (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/tools/bb-docs-compiler.git (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2Fbb-docs-compiler/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=76) (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: GitLab API 404 (repository=big-bang/team/tools/bb-docs-compiler)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2Fbb-docs-compiler/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: Resetting npmrc (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: checkOnboarding() (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: isOnboarded() (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: findFile(renovate.json) (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/bb-docs-compiler (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: Performing blobless clone (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: git clone completed (repository=big-bang/team/tools/bb-docs-compiler)
       "durationMs": 8803
DEBUG: latest repository commit (repository=big-bang/team/tools/bb-docs-compiler)
       "latestCommit": {
         "hash": "0d06481012a41b1c6fc44c365d38276a33769196",
         "date": "2025-01-08T13:31:40+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #80\n\nSee merge request big-bang/team/tools/bb-docs-compiler!61",
         "author_name": "Daniel Pritchett",
         "author_email": "dpritchett@radiusmethod.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: findFile(.renovaterc) (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: config file not found (repository=big-bang/team/tools/bb-docs-compiler)
 INFO: Repository is disabled - skipping (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: Removing any stale branches (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: No renovate branches found (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/tools/bb-docs-compiler)
       "splits": {},
       "total": 9587
DEBUG: Package cache statistics (repository=big-bang/team/tools/bb-docs-compiler)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/tools/bb-docs-compiler)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 131,
           "reqMedianMs": 145,
           "reqMaxMs": 172,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/team/tools/bb-docs-compiler)
DEBUG: Lookup statistics (repository=big-bang/team/tools/bb-docs-compiler)
 INFO: Repository finished (repository=big-bang/team/tools/bb-docs-compiler)
       "cloned": true,
       "durationMs": 9587
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/tools/gitlab-triage)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/gitlab-triage (repository=big-bang/team/tools/gitlab-triage)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/tools/gitlab-triage)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/tools/gitlab-triage)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/tools/gitlab-triage)
DEBUG: big-bang/team/tools/gitlab-triage default branch = main (repository=big-bang/team/tools/gitlab-triage)
DEBUG: Enabling Git FS (repository=big-bang/team/tools/gitlab-triage)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/tools/gitlab-triage.git (repository=big-bang/team/tools/gitlab-triage)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2Fgitlab-triage/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=76) (repository=big-bang/team/tools/gitlab-triage)
DEBUG: GitLab API 404 (repository=big-bang/team/tools/gitlab-triage)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2Fgitlab-triage/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/team/tools/gitlab-triage)
DEBUG: Resetting npmrc (repository=big-bang/team/tools/gitlab-triage)
DEBUG: checkOnboarding() (repository=big-bang/team/tools/gitlab-triage)
DEBUG: isOnboarded() (repository=big-bang/team/tools/gitlab-triage)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/tools/gitlab-triage)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/tools/gitlab-triage)
DEBUG: findFile(renovate.json) (repository=big-bang/team/tools/gitlab-triage)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/gitlab-triage (repository=big-bang/team/tools/gitlab-triage)
DEBUG: Performing blobless clone (repository=big-bang/team/tools/gitlab-triage)
DEBUG: git clone completed (repository=big-bang/team/tools/gitlab-triage)
       "durationMs": 768
DEBUG: latest repository commit (repository=big-bang/team/tools/gitlab-triage)
       "latestCommit": {
         "hash": "f91b4797a80e935d6f65b5fd93537ff0d95da934",
         "date": "2025-01-08T14:38:35+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD, origin/5-feature-remove-stale-labels-with-activity",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #35\n\nSee merge request big-bang/team/tools/gitlab-triage!56",
         "author_name": "Ryan Daily",
         "author_email": "rdaily@bridgephase.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/team/tools/gitlab-triage)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/team/tools/gitlab-triage)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/team/tools/gitlab-triage)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/team/tools/gitlab-triage)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/team/tools/gitlab-triage)
DEBUG: findFile(.renovaterc) (repository=big-bang/team/tools/gitlab-triage)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/team/tools/gitlab-triage)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/team/tools/gitlab-triage)
DEBUG: config file not found (repository=big-bang/team/tools/gitlab-triage)
 INFO: Repository is disabled - skipping (repository=big-bang/team/tools/gitlab-triage)
DEBUG: Removing any stale branches (repository=big-bang/team/tools/gitlab-triage)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/team/tools/gitlab-triage)
DEBUG: No renovate branches found (repository=big-bang/team/tools/gitlab-triage)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/team/tools/gitlab-triage)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/tools/gitlab-triage)
       "splits": {},
       "total": 1584
DEBUG: Package cache statistics (repository=big-bang/team/tools/gitlab-triage)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/tools/gitlab-triage)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 129,
           "reqMedianMs": 126,
           "reqMaxMs": 184,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/team/tools/gitlab-triage)
DEBUG: Lookup statistics (repository=big-bang/team/tools/gitlab-triage)
 INFO: Repository finished (repository=big-bang/team/tools/gitlab-triage)
       "cloned": true,
       "durationMs": 1584
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/kubecost)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/kubecost (repository=big-bang/product/community/kubecost)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/kubecost)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/kubecost)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/kubecost)
DEBUG: big-bang/product/community/kubecost default branch = main (repository=big-bang/product/community/kubecost)
DEBUG: Enabling Git FS (repository=big-bang/product/community/kubecost)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/kubecost.git (repository=big-bang/product/community/kubecost)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fcommunity%2Fkubecost/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=70) (repository=big-bang/product/community/kubecost)
DEBUG: GitLab API 404 (repository=big-bang/product/community/kubecost)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fcommunity%2Fkubecost/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/product/community/kubecost)
DEBUG: Resetting npmrc (repository=big-bang/product/community/kubecost)
DEBUG: checkOnboarding() (repository=big-bang/product/community/kubecost)
DEBUG: isOnboarded() (repository=big-bang/product/community/kubecost)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/kubecost)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/kubecost)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/kubecost)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/kubecost (repository=big-bang/product/community/kubecost)
DEBUG: Performing blobless clone (repository=big-bang/product/community/kubecost)
DEBUG: git clone completed (repository=big-bang/product/community/kubecost)
       "durationMs": 601
DEBUG: latest repository commit (repository=big-bang/product/community/kubecost)
       "latestCommit": {
         "hash": "3a851008744099c7c46aab3a676d200e75c7152f",
         "date": "2024-12-09T18:05:15+00:00",
         "message": "Merge branch 'PBOPS-2809/Update-Kubecost-v2-4-2' into 'main'",
         "refs": "HEAD -> main, tag: 2.4.2-bb.0, origin/main, origin/HEAD",
         "body": "Update Kubecost v2.4.2 SKIP UPGRADE CHECK\n\nSee merge request big-bang/product/community/kubecost!15",
         "author_name": "Aiden Eyre",
         "author_email": "aideneyre@seed-innovations.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/product/community/kubecost)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/product/community/kubecost)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/product/community/kubecost)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/product/community/kubecost)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/product/community/kubecost)
DEBUG: findFile(.renovaterc) (repository=big-bang/product/community/kubecost)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/product/community/kubecost)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/product/community/kubecost)
DEBUG: config file not found (repository=big-bang/product/community/kubecost)
 INFO: Repository is disabled - skipping (repository=big-bang/product/community/kubecost)
DEBUG: Removing any stale branches (repository=big-bang/product/community/kubecost)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/product/community/kubecost)
DEBUG: No renovate branches found (repository=big-bang/product/community/kubecost)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/product/community/kubecost)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/kubecost)
       "splits": {},
       "total": 1243
DEBUG: Package cache statistics (repository=big-bang/product/community/kubecost)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/community/kubecost)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 87,
           "reqMedianMs": 70,
           "reqMaxMs": 125,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/product/community/kubecost)
DEBUG: Lookup statistics (repository=big-bang/product/community/kubecost)
 INFO: Repository finished (repository=big-bang/product/community/kubecost)
       "cloned": true,
       "durationMs": 1243
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/cdi)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/cdi (repository=big-bang/apps/sandbox/cdi)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/cdi)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/cdi)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/cdi)
DEBUG: big-bang/apps/sandbox/cdi default branch = main (repository=big-bang/apps/sandbox/cdi)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/cdi)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/cdi.git (repository=big-bang/apps/sandbox/cdi)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fcdi/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=72) (repository=big-bang/apps/sandbox/cdi)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/cdi)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fcdi/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/cdi)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/cdi)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/cdi)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/cdi)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/cdi)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/cdi)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/cdi)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/cdi (repository=big-bang/apps/sandbox/cdi)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/cdi)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/cdi)
       "durationMs": 440
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/cdi)
       "latestCommit": {
         "hash": "c7b27d06318537eec497bc347a707091de78dfd1",
         "date": "2023-03-15T09:22:37+00:00",
         "message": "Merge branch 'codeowners-update' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Update: updating CODEOWNERS to Rob Mengert and Gedd Johnson.\n\nSee merge request big-bang/apps/sandbox/cdi!8",
         "author_name": "runyontr",
         "author_email": "tom@defenseunicorns.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/cdi)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/cdi)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/cdi)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/cdi)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/cdi)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/cdi)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/cdi)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/cdi)
DEBUG: config file not found (repository=big-bang/apps/sandbox/cdi)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/cdi)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/cdi)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/cdi)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/cdi)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/cdi)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/cdi)
       "splits": {},
       "total": 1017
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/cdi)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/cdi)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 88,
           "reqMedianMs": 72,
           "reqMaxMs": 136,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/cdi)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/cdi)
 INFO: Repository finished (repository=big-bang/apps/sandbox/cdi)
       "cloned": true,
       "durationMs": 1017
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-gitlab-build (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: big-bang/apps/sandbox/holocron/collector-gitlab-build default branch = master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/holocron/collector-gitlab-build.git (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-gitlab-build (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "durationMs": 597
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "latestCommit": {
         "hash": "3481814afddf7387516afc34748666acf75299b4",
         "date": "2024-12-12T20:14:12+00:00",
         "message": "Merge branch 'renovate/github.com-stretchr-testify-1.x' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Update module github.com/stretchr/testify to v1.10.0\n\nSee merge request big-bang/apps/sandbox/holocron/collector-gitlab-build!110",
         "author_name": "Mark Howard",
         "author_email": "mark.howard.7@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Repository config (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Config migration necessary (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "oldConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": {"enabled": true}
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchDatasources": ["docker"],
             "matchUpdateTypes": ["patch"],
             "enabled": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "baseBranches": ["master"]
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: extract() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:12+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Matched 2 file(s) for manager dockerfile: Dockerfile, Dockerfile.dev (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Matched 1 file(s) for manager gomod: go.mod (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Matched 1 file(s) for manager npm: package.json (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: npm file package.json has name "collector-gitlab-build" (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
       "managers": {"gomod": 2, "dockerfile": 3, "npm": 3}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Found gomod package files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Found 4 package file(s) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "gomod": {"fileCount": 1, "depCount": 21},
           "npm": {"fileCount": 1, "depCount": 2}
         },
         "total": {"fileCount": 4, "depCount": 25}
       }
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgpassfile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgservicefile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgx/v5, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: github.com/jackc/puddle/v2, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: github.com/jinzhu/inflection, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: github.com/jinzhu/now, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: github.com/kr/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: github.com/rogpeppe/go-internal, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: github.com/stretchr/objx, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: golang.org/x/sync, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Dependency: gopkg.in/yaml.v3, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Failed to look up docker package golang (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, packageFile=Dockerfile.dev, dependency=golang)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: 1 flattened updates found: cypress (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: Returning 1 branch(es) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "currentValue": "1.21.13",
                 "replaceString": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21:1.21.13",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.21",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/golang",
                 "lookupName": "ironbank/google/golang/ubi9/golang-1.21",
                 "currentVersion": "1.21.13",
                 "fixedVersion": "1.21.13"
               }
             ],
             "packageFile": "Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "golang",
                 "currentValue": "1.21",
                 "replaceString": "golang:1.21",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "golang",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "golang",
                     "message": "Failed to look up docker package golang"
                   }
                 ]
               }
             ],
             "packageFile": "Dockerfile.dev"
           }
         ],
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.21",
                 "managerData": {"lineNumber": 2},
                 "updates": [],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.5",
                 "currentVersionTimestamp": "2025-01-16T00:00:00.000Z",
                 "currentVersionAgeInDays": 18
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/DATA-DOG/go-sqlmock",
                 "currentValue": "v1.5.2",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "updates": [],
                 "packageName": "github.com/DATA-DOG/go-sqlmock",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DATA-DOG/go-sqlmock",
                 "currentVersion": "v1.5.2",
                 "currentVersionTimestamp": "2024-01-06T21:33:25.000Z",
                 "currentVersionAgeInDays": 393,
                 "fixedVersion": "v1.5.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/hashicorp/go-version",
                 "currentValue": "v1.7.0",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-version",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/go-version",
                 "currentVersion": "v1.7.0",
                 "currentVersionTimestamp": "2024-05-24T10:16:12.000Z",
                 "currentVersionAgeInDays": 254,
                 "fixedVersion": "v1.7.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.10.0",
                 "managerData": {"multiLine": true, "lineNumber": 7},
                 "updates": [],
                 "packageName": "github.com/stretchr/testify",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stretchr/testify",
                 "currentVersion": "v1.10.0",
                 "currentVersionTimestamp": "2024-11-12T22:58:45.000Z",
                 "currentVersionAgeInDays": 82,
                 "fixedVersion": "v1.10.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/driver/postgres",
                 "currentValue": "v1.5.11",
                 "managerData": {"multiLine": true, "lineNumber": 8},
                 "updates": [],
                 "packageName": "gorm.io/driver/postgres",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/postgres",
                 "currentVersion": "v1.5.11",
                 "currentVersionTimestamp": "2024-12-02T06:34:29.000Z",
                 "currentVersionAgeInDays": 63,
                 "fixedVersion": "v1.5.11"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/gorm",
                 "currentValue": "v1.25.12",
                 "managerData": {"multiLine": true, "lineNumber": 9},
                 "updates": [],
                 "packageName": "gorm.io/gorm",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/gorm",
                 "currentVersion": "v1.25.12",
                 "currentVersionTimestamp": "2024-08-22T11:03:42.000Z",
                 "currentVersionAgeInDays": 164,
                 "fixedVersion": "v1.25.12"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 13},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgpassfile",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "updates": [],
                 "packageName": "github.com/jackc/pgpassfile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgservicefile",
                 "currentValue": "v0.0.0-20240606120523-5a60cdf6a761",
                 "currentDigest": "5a60cdf6a761",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [],
                 "packageName": "github.com/jackc/pgservicefile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgx/v5",
                 "currentValue": "v5.7.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "updates": [],
                 "packageName": "github.com/jackc/pgx/v5",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/puddle/v2",
                 "currentValue": "v2.2.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [],
                 "packageName": "github.com/jackc/puddle/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/inflection",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "updates": [],
                 "packageName": "github.com/jinzhu/inflection",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/now",
                 "currentValue": "v1.1.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 19},
                 "updates": [],
                 "packageName": "github.com/jinzhu/now",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/kr/text",
                 "currentValue": "v0.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 20},
                 "updates": [],
                 "packageName": "github.com/kr/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pmezard/go-difflib",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 21},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/rogpeppe/go-internal",
                 "currentValue": "v1.12.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "github.com/rogpeppe/go-internal",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/stretchr/objx",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "github.com/stretchr/objx",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.27.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.18.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 26},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 27},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "go.mod"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "devDependencies",
                 "depName": "cypress",
                 "currentValue": "^13.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/cypress-14.x"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "13.17.0",
                 "currentVersionTimestamp": "2024-12-17T18:32:28.633Z",
                 "currentVersionAgeInDays": 47,
                 "isSingleVersion": false
               },
               {
                 "depType": "devDependencies",
                 "depName": "husky",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [],
                 "packageName": "husky",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typicode/husky",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.1.7",
                 "currentVersionTimestamp": "2024-11-18T15:28:26.026Z",
                 "currentVersionAgeInDays": 76
               }
             ],
             "extractedConstraints": {},
             "packageFileVersion": "1.0.0",
             "managerData": {
               "packageJsonName": "collector-gitlab-build",
               "hasPackageManager": false,
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "package.json"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Processing 1 branch: renovate/cypress-14.x (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: getPr(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: getMR(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: 1 already existing branches found: renovate/cypress-14.x (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getPr(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getMR(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:13.072Z) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: isBranchConflicted(master, renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:12+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: npm.updateDependency(): devDependencies.cypress = ^14.0.0 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:12+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getPr(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getMR(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Fetching changelog: https://github.com/cypress-io/cypress (13.17.0 -> 14.0.1) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
       "manager": "npm",
       "packageName": "cypress",
       "sourceUrl": "https://github.com/cypress-io/cypress"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
       "prTitle": "Update dependency cypress to v14"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
       "pr": 112,
       "prTitle": "Update dependency cypress to v14"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: getPr(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: getMR(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "branchList": ["renovate/cypress-14.x"],
       "renovateBranches": ["renovate/cypress-14.x", "renovate/gorm.io-gorm-1.x"]
DEBUG: remainingBranches=renovate/gorm.io-gorm-1.x (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: findPr(renovate/gorm.io-gorm-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: branch.isModified() = true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "branchName": "renovate/gorm.io-gorm-1.x",
       "unrecognizedAuthors": ["ben.regan@omnifederal.com"]
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Orphan Branch is modified - skipping branch deletion (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Repo is activated (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "master", "sha": "3481814afddf7387516afc34748666acf75299b4"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "3481814afddf7387516afc34748666acf75299b4",
           "branchName": "renovate/cypress-14.x",
           "branchSha": "ca8edc6f9f0d24c49e13f7cedf10e262b8e94051",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "master",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "branchesInformation": [
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": 112,
           "prTitle": "Update dependency cypress to v14",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "currentVersion": "13.17.0",
               "currentValue": "^13.0.0",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "stats": {"total": 4, "open": 1, "closed": 0, "merged": 3}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
DEBUG: repository problems (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval",
         "WARN: Package lookup failures"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "splits": {"init": 1599, "extract": 181, "lookup": 97, "onboarding": 1, "update": 1124},
       "total": 3026
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "get": {"count": 11, "avgMs": 23, "medianMs": 24, "maxMs": 50, "totalMs": 252},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "hosts": {
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 214,
           "reqMedianMs": 154,
           "reqMaxMs": 419,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 6
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "https://registry.npmjs.org": {
         "/cypress": {"hit": 0, "miss": 0, "localHit": 1},
         "/husky": {"hit": 0, "miss": 0, "localHit": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "golang-version": {"count": 1, "avgMs": 12, "medianMs": 12, "maxMs": 12, "totalMs": 12},
       "go": {"count": 5, "avgMs": 23, "medianMs": 25, "maxMs": 28, "totalMs": 117},
       "docker": {"count": 2, "avgMs": 36, "medianMs": 46, "maxMs": 46, "totalMs": 71},
       "npm": {"count": 2, "avgMs": 48, "medianMs": 59, "maxMs": 59, "totalMs": 96}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-gitlab-build)
       "cloned": true,
       "durationMs": 3026
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: big-bang/apps/sandbox/holocron/holocron-api default branch = master (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/holocron/holocron-api.git (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "durationMs": 630
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "latestCommit": {
         "hash": "cfd4528259e431644729c61f54856ea2f742373a",
         "date": "2024-11-26T13:38:27+00:00",
         "message": "Merge branch 'remove-view-teams-flag' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Remove view teams flag\n\nSee merge request big-bang/apps/sandbox/holocron/holocron-api!330",
         "author_name": "Mark Howard",
         "author_email": "mark.howard.7@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Repository config (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "matchUpdateTypes": ["major", "minor"],
             "enabled": false
           }
         ],
         "ignorePaths": ["requirements.txt"],
         "postUpgradeTasks": {
           "commands": [
             "poetry export -o requirements.txt --without-hashes --with=dev"
           ],
           "fileFilters": ["requirements.txt"],
           "executionMode": "branch"
         },
         "separateMinorPatch": true
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "ignorePaths": ["requirements.txt"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "baseBranches": ["master"]
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: extract() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Matched 2 file(s) for manager dockerfile: Dockerfile, Dockerfile.dev (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Matched 1 file(s) for manager npm: package.json (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Matched 1 file(s) for manager pep621: pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Matched 1 file(s) for manager poetry: pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: npm file package.json has name "holocron-api" (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
       "managers": {"pep621": 8, "dockerfile": 9, "poetry": 37, "npm": 38}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Found pep621 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Found poetry package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Found 5 package file(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "npm": {"fileCount": 1, "depCount": 2},
           "pep621": {"fileCount": 1, "depCount": 1},
           "poetry": {"fileCount": 1, "depCount": 22}
         },
         "total": {"fileCount": 5, "depCount": 27}
       }
 WARN: GitHub token is required for some dependencies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
       "githubDeps": ["python"]
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: hostRules: no authentication for pypi.org (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using queue: host=pypi.org, concurrency=16 (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: getLabels(https://index.docker.io, library/python, latest) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Docker Hub library image - skipping label lookup (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: 19 flattened updates found: cypress, alembic, alembic, Flask, SQLAlchemy, marshmallow, apispec-webframeworks, PyJWT, apispec, psycopg2-binary, Flask-Limiter, APScheduler, black, black, mypy, isort, pytest, pytest-cov, pylint (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: Returning 19 branch(es) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/python",
                 "currentValue": "v3.10.15",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/python:v3.10.15",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "minor",
                     "newVersion": "v3.13.1",
                     "newValue": "v3.13.1",
                     "newMajor": 3,
                     "newMinor": 13,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/python",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/python/python313",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.python.org/",
                 "lookupName": "ironbank/opensource/python",
                 "currentVersion": "v3.10.15",
                 "isSingleVersion": true,
                 "fixedVersion": "v3.10.15"
               }
             ],
             "packageFile": "Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "python",
                 "currentValue": "3.10",
                 "replaceString": "python:3.10",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "minor",
                     "newVersion": "3.13",
                     "newValue": "3.13",
                     "releaseTimestamp": "2025-01-24T22:13:48.939Z",
                     "newVersionAgeInDays": 9,
                     "newMajor": 3,
                     "newMinor": 13,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "python",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "library/python",
                 "currentVersion": "3.10",
                 "currentVersionTimestamp": "2025-01-15T19:07:08.896Z",
                 "currentVersionAgeInDays": 18,
                 "isSingleVersion": true,
                 "fixedVersion": "3.10"
               }
             ],
             "packageFile": "Dockerfile.dev"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "devDependencies",
                 "depName": "cypress",
                 "currentValue": "^13.13.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/cypress-14.x"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "13.17.0",
                 "currentVersionTimestamp": "2024-12-17T18:32:28.633Z",
                 "currentVersionAgeInDays": 47,
                 "isSingleVersion": false
               },
               {
                 "depType": "devDependencies",
                 "depName": "husky",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [],
                 "packageName": "husky",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typicode/husky",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.1.7",
                 "currentVersionTimestamp": "2024-11-18T15:28:26.026Z",
                 "currentVersionAgeInDays": 76
               }
             ],
             "extractedConstraints": {},
             "packageFileVersion": "1.0.0",
             "managerData": {
               "packageJsonName": "holocron-api",
               "hasPackageManager": false,
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "package.json"
           }
         ],
         "pep621": [
           {
             "deps": [
               {
                 "packageName": "poetry-core",
                 "depName": "poetry-core",
                 "datasource": "pypi",
                 "depType": "build-system.requires",
                 "currentValue": ">=1.0.0",
                 "updates": [],
                 "versioning": "pep440",
                 "warnings": [],
                 "sourceUrl": "https://github.com/python-poetry/poetry-core",
                 "registryUrl": "https://pypi.org/pypi",
                 "currentVersion": "2.0.1",
                 "currentVersionTimestamp": "2025-01-11T18:34:58.000Z",
                 "currentVersionAgeInDays": 22
               }
             ],
             "packageFile": "pyproject.toml"
           }
         ],
         "poetry": [
           {
             "deps": [
               {
                 "datasource": "github-releases",
                 "currentValue": "^3.10",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "python",
                 "depType": "dependencies",
                 "packageName": "containerbase/python-prebuild",
                 "commitMessageTopic": "Python",
                 "registryUrls": null,
                 "skipReason": "github-token-required",
                 "updates": []
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^1.7.7",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "alembic",
                 "depType": "dependencies",
                 "lockedVersion": "1.13.2",
                 "updates": [
                   {
                     "bucket": "patch",
                     "newVersion": "1.13.3",
                     "newValue": "^1.7.7",
                     "releaseTimestamp": "2024-09-23T14:52:18.000Z",
                     "newVersionAgeInDays": 132,
                     "newMajor": 1,
                     "newMinor": 13,
                     "newPatch": 3,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/alembic-1.13.x-lockfile"
                   },
                   {
                     "bucket": "minor",
                     "newVersion": "1.14.1",
                     "newValue": "^1.7.7",
                     "releaseTimestamp": "2025-01-19T23:15:32.000Z",
                     "newVersionAgeInDays": 14,
                     "newMajor": 1,
                     "newMinor": 14,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/alembic-1.x-lockfile"
                   }
                 ],
                 "packageName": "alembic",
                 "warnings": [],
                 "sourceUrl": "https://github.com/sqlalchemy/alembic",
                 "registryUrl": "https://pypi.org/pypi",
                 "homepage": "https://alembic.sqlalchemy.org",
                 "changelogUrl": "https://alembic.sqlalchemy.org/en/latest/changelog.html",
                 "currentVersion": "1.13.2",
                 "currentVersionTimestamp": "2024-06-26T15:46:21.000Z",
                 "currentVersionAgeInDays": 221,
                 "isSingleVersion": true,
                 "fixedVersion": "1.13.2"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^3.0.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "Flask",
                 "packageName": "flask",
                 "depType": "dependencies",
                 "lockedVersion": "3.0.3",
                 "updates": [
                   {
                     "bucket": "minor",
                     "newVersion": "3.1.0",
                     "newValue": "^3.0.0",
                     "releaseTimestamp": "2024-11-13T18:24:36.000Z",
                     "newVersionAgeInDays": 81,
                     "newMajor": 3,
                     "newMinor": 1,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/flask-3.x-lockfile"
                   }
                 ],
                 "warnings": [],
                 "sourceUrl": "https://github.com/pallets/flask",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://flask.palletsprojects.com/changes/",
                 "currentVersion": "3.0.3",
                 "currentVersionTimestamp": "2024-04-07T19:26:08.000Z",
                 "currentVersionAgeInDays": 301,
                 "isSingleVersion": true,
                 "fixedVersion": "3.0.3"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^23.0.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "gunicorn",
                 "depType": "dependencies",
                 "lockedVersion": "23.0.0",
                 "updates": [],
                 "packageName": "gunicorn",
                 "warnings": [],
                 "sourceUrl": "https://github.com/benoitc/gunicorn",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://docs.gunicorn.org/en/stable/news.html",
                 "currentVersion": "23.0.0",
                 "currentVersionTimestamp": "2024-08-10T20:25:24.000Z",
                 "currentVersionAgeInDays": 176,
                 "fixedVersion": "23.0.0"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^2.0.1",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "SQLAlchemy",
                 "packageName": "sqlalchemy",
                 "depType": "dependencies",
                 "lockedVersion": "2.0.34",
                 "updates": [
                   {
                     "bucket": "patch",
                     "newVersion": "2.0.37",
                     "newValue": "^2.0.1",
                     "releaseTimestamp": "2025-01-10T00:32:23.000Z",
                     "newVersionAgeInDays": 24,
                     "newMajor": 2,
                     "newMinor": 0,
                     "newPatch": 37,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/sqlalchemy-2.0.x-lockfile"
                   }
                 ],
                 "warnings": [],
                 "registryUrl": "https://pypi.org/pypi",
                 "homepage": "https://www.sqlalchemy.org",
                 "changelogUrl": "https://docs.sqlalchemy.org/en/latest/changelog/",
                 "currentVersion": "2.0.34",
                 "currentVersionTimestamp": "2024-09-04T16:50:46.000Z",
                 "currentVersionAgeInDays": 151,
                 "isSingleVersion": true,
                 "fixedVersion": "2.0.34"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^3.15.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "marshmallow",
                 "depType": "dependencies",
                 "lockedVersion": "3.22.0",
                 "updates": [
                   {
                     "bucket": "minor",
                     "newVersion": "3.26.0",
                     "newValue": "^3.15.0",
                     "releaseTimestamp": "2025-01-23T03:20:09.000Z",
                     "newVersionAgeInDays": 11,
                     "newMajor": 3,
                     "newMinor": 26,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/marshmallow-3.x-lockfile"
                   }
                 ],
                 "packageName": "marshmallow",
                 "warnings": [],
                 "sourceUrl": "https://github.com/marshmallow-code/marshmallow",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://marshmallow.readthedocs.io/en/latest/changelog.html",
                 "currentVersion": "3.22.0",
                 "currentVersionTimestamp": "2024-08-20T16:30:29.000Z",
                 "currentVersionAgeInDays": 166,
                 "isSingleVersion": true,
                 "fixedVersion": "3.22.0"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^0.9.7b2",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "flasgger",
                 "depType": "dependencies",
                 "lockedVersion": "0.9.7.1",
                 "updates": [],
                 "packageName": "flasgger",
                 "warnings": [],
                 "sourceUrl": "https://github.com/flasgger/flasgger",
                 "registryUrl": "https://pypi.org/pypi",
                 "currentVersion": "0.9.7.1",
                 "skipReason": "invalid-version"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^1.0.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "apispec-webframeworks",
                 "depType": "dependencies",
                 "lockedVersion": "1.1.0",
                 "updates": [
                   {
                     "bucket": "minor",
                     "newVersion": "1.2.0",
                     "newValue": "^1.0.0",
                     "releaseTimestamp": "2024-09-16T19:01:16.000Z",
                     "newVersionAgeInDays": 139,
                     "newMajor": 1,
                     "newMinor": 2,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/apispec-webframeworks-1.x-lockfile"
                   }
                 ],
                 "packageName": "apispec-webframeworks",
                 "warnings": [],
                 "sourceUrl": "https://github.com/marshmallow-code/apispec-webframeworks",
                 "registryUrl": "https://pypi.org/pypi",
                 "currentVersion": "1.1.0",
                 "currentVersionTimestamp": "2024-03-18T20:00:50.000Z",
                 "currentVersionAgeInDays": 321,
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.0"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^2.3.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "PyJWT",
                 "packageName": "pyjwt",
                 "depType": "dependencies",
                 "lockedVersion": "2.9.0",
                 "updates": [
                   {
                     "bucket": "minor",
                     "newVersion": "2.10.1",
                     "newValue": "^2.3.0",
                     "releaseTimestamp": "2024-11-28T03:43:27.000Z",
                     "newVersionAgeInDays": 67,
                     "newMajor": 2,
                     "newMinor": 10,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/pyjwt-2.x-lockfile"
                   }
                 ],
                 "warnings": [],
                 "sourceUrl": "https://github.com/jpadilla/pyjwt",
                 "registryUrl": "https://pypi.org/pypi",
                 "currentVersion": "2.9.0",
                 "currentVersionTimestamp": "2024-08-01T15:01:06.000Z",
                 "currentVersionAgeInDays": 185,
                 "isSingleVersion": true,
                 "fixedVersion": "2.9.0"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^6.0.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "apispec",
                 "depType": "dependencies",
                 "lockedVersion": "6.6.1",
                 "updates": [
                   {
                     "bucket": "minor",
                     "newVersion": "6.8.1",
                     "newValue": "^6.0.0",
                     "releaseTimestamp": "2025-01-07T05:11:42.000Z",
                     "newVersionAgeInDays": 27,
                     "newMajor": 6,
                     "newMinor": 8,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/apispec-6.x-lockfile"
                   }
                 ],
                 "packageName": "apispec",
                 "warnings": [],
                 "sourceUrl": "https://github.com/marshmallow-code/apispec",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://apispec.readthedocs.io/en/latest/changelog.html",
                 "currentVersion": "6.6.1",
                 "currentVersionTimestamp": "2024-04-22T17:39:46.000Z",
                 "currentVersionAgeInDays": 286,
                 "isSingleVersion": true,
                 "fixedVersion": "6.6.1"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^2.9.3",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "psycopg2-binary",
                 "depType": "dependencies",
                 "lockedVersion": "2.9.9",
                 "updates": [
                   {
                     "bucket": "patch",
                     "newVersion": "2.9.10",
                     "newValue": "^2.9.3",
                     "releaseTimestamp": "2024-10-16T11:18:58.000Z",
                     "newVersionAgeInDays": 109,
                     "newMajor": 2,
                     "newMinor": 9,
                     "newPatch": 10,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/psycopg2-binary-2.9.x-lockfile"
                   }
                 ],
                 "packageName": "psycopg2-binary",
                 "warnings": [],
                 "sourceUrl": "https://github.com/psycopg/psycopg2",
                 "registryUrl": "https://pypi.org/pypi",
                 "homepage": "https://psycopg.org/",
                 "changelogUrl": "https://www.psycopg.org/docs/news.html",
                 "currentVersion": "2.9.9",
                 "currentVersionTimestamp": "2023-10-03T12:45:56.000Z",
                 "currentVersionAgeInDays": 488,
                 "isSingleVersion": true,
                 "fixedVersion": "2.9.9"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^3.0.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "Flask-Limiter",
                 "packageName": "flask-limiter",
                 "depType": "dependencies",
                 "lockedVersion": "3.8.0",
                 "updates": [
                   {
                     "bucket": "minor",
                     "newVersion": "3.10.1",
                     "newValue": "^3.0.0",
                     "releaseTimestamp": "2025-01-16T20:09:57.000Z",
                     "newVersionAgeInDays": 17,
                     "newMajor": 3,
                     "newMinor": 10,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/flask-limiter-3.x-lockfile"
                   }
                 ],
                 "warnings": [],
                 "sourceUrl": "https://github.com/alisaifee/flask-limiter",
                 "registryUrl": "https://pypi.org/pypi",
                 "homepage": "https://flask-limiter.readthedocs.org",
                 "currentVersion": "3.8.0",
                 "currentVersionTimestamp": "2024-07-21T01:54:21.000Z",
                 "currentVersionAgeInDays": 197,
                 "isSingleVersion": true,
                 "fixedVersion": "3.8.0"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^3.10.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "APScheduler",
                 "packageName": "apscheduler",
                 "depType": "dependencies",
                 "lockedVersion": "3.10.4",
                 "updates": [
                   {
                     "bucket": "minor",
                     "newVersion": "3.11.0",
                     "newValue": "^3.10.0",
                     "releaseTimestamp": "2024-11-24T19:39:24.000Z",
                     "newVersionAgeInDays": 70,
                     "newMajor": 3,
                     "newMinor": 11,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/apscheduler-3.x-lockfile"
                   }
                 ],
                 "warnings": [],
                 "sourceUrl": "https://github.com/agronholm/apscheduler",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://apscheduler.readthedocs.io/en/3.x/versionhistory.html",
                 "currentVersion": "3.10.4",
                 "currentVersionTimestamp": "2023-08-19T16:44:56.000Z",
                 "currentVersionAgeInDays": 533,
                 "isSingleVersion": true,
                 "fixedVersion": "3.10.4"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^24.0.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "black",
                 "depType": "dev-dependencies",
                 "lockedVersion": "24.8.0",
                 "updates": [
                   {
                     "bucket": "minor",
                     "newVersion": "24.10.0",
                     "newValue": "^24.0.0",
                     "releaseTimestamp": "2024-10-07T19:26:12.000Z",
                     "newVersionAgeInDays": 118,
                     "newMajor": 24,
                     "newMinor": 10,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/black-24.x-lockfile"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "25.1.0",
                     "newValue": "^25.0.0",
                     "releaseTimestamp": "2025-01-29T05:37:06.000Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 25,
                     "newMinor": 1,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/black-25.x"
                   }
                 ],
                 "packageName": "black",
                 "warnings": [],
                 "sourceUrl": "https://github.com/psf/black",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://github.com/psf/black/blob/main/CHANGES.md",
                 "currentVersion": "24.8.0",
                 "currentVersionTimestamp": "2024-08-02T17:47:26.000Z",
                 "currentVersionAgeInDays": 184,
                 "isSingleVersion": true,
                 "fixedVersion": "24.8.0"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^1.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "mypy",
                 "depType": "dev-dependencies",
                 "lockedVersion": "1.11.2",
                 "updates": [
                   {
                     "bucket": "minor",
                     "newVersion": "1.14.1",
                     "newValue": "^1.0",
                     "releaseTimestamp": "2024-12-30T16:37:22.000Z",
                     "newVersionAgeInDays": 34,
                     "newMajor": 1,
                     "newMinor": 14,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/mypy-1.x-lockfile"
                   }
                 ],
                 "packageName": "mypy",
                 "warnings": [],
                 "sourceUrl": "https://github.com/python/mypy",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://mypy.readthedocs.io/en/latest/changelog.html",
                 "currentVersion": "1.11.2",
                 "currentVersionTimestamp": "2024-08-24T22:49:18.000Z",
                 "currentVersionAgeInDays": 162,
                 "isSingleVersion": true,
                 "fixedVersion": "1.11.2"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^5.10.1",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "isort",
                 "depType": "dev-dependencies",
                 "lockedVersion": "5.13.2",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "6.0.0",
                     "newValue": "^6.0.0",
                     "releaseTimestamp": "2025-01-27T22:01:43.000Z",
                     "newVersionAgeInDays": 6,
                     "newMajor": 6,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/isort-6.x"
                   }
                 ],
                 "packageName": "isort",
                 "warnings": [],
                 "sourceUrl": "https://github.com/pycqa/isort",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://github.com/pycqa/isort/blob/main/CHANGELOG.md",
                 "currentVersion": "5.13.2",
                 "currentVersionTimestamp": "2023-12-13T20:37:23.000Z",
                 "currentVersionAgeInDays": 417,
                 "isSingleVersion": false,
                 "fixedVersion": "5.13.2"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^6.1.1",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "pydocstyle",
                 "depType": "dev-dependencies",
                 "lockedVersion": "6.3.0",
                 "updates": [],
                 "packageName": "pydocstyle",
                 "warnings": [],
                 "sourceUrl": "https://github.com/PyCQA/pydocstyle",
                 "registryUrl": "https://pypi.org/pypi",
                 "homepage": "https://www.pydocstyle.org/en/stable/",
                 "changelogUrl": "https://www.pydocstyle.org/en/stable/release_notes.html",
                 "currentVersion": "6.3.0",
                 "currentVersionTimestamp": "2023-01-17T20:29:18.000Z",
                 "currentVersionAgeInDays": 747,
                 "fixedVersion": "6.3.0"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^8.0.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "pytest",
                 "depType": "dev-dependencies",
                 "lockedVersion": "8.3.2",
                 "updates": [
                   {
                     "bucket": "patch",
                     "newVersion": "8.3.4",
                     "newValue": "^8.0.0",
                     "releaseTimestamp": "2024-12-01T12:54:19.000Z",
                     "newVersionAgeInDays": 63,
                     "newMajor": 8,
                     "newMinor": 3,
                     "newPatch": 4,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/pytest-8.3.x-lockfile"
                   }
                 ],
                 "packageName": "pytest",
                 "warnings": [],
                 "sourceUrl": "https://github.com/pytest-dev/pytest",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://docs.pytest.org/en/stable/changelog.html",
                 "currentVersion": "8.3.2",
                 "currentVersionTimestamp": "2024-07-25T10:39:57.000Z",
                 "currentVersionAgeInDays": 192,
                 "isSingleVersion": true,
                 "fixedVersion": "8.3.2"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^5.0.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "pytest-cov",
                 "depType": "dev-dependencies",
                 "lockedVersion": "5.0.0",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "6.0.0",
                     "newValue": "^6.0.0",
                     "releaseTimestamp": "2024-10-29T20:13:33.000Z",
                     "newVersionAgeInDays": 96,
                     "newMajor": 6,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/pytest-cov-6.x"
                   }
                 ],
                 "packageName": "pytest-cov",
                 "warnings": [],
                 "sourceUrl": "https://github.com/pytest-dev/pytest-cov",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://pytest-cov.readthedocs.io/en/latest/changelog.html",
                 "currentVersion": "5.0.0",
                 "currentVersionTimestamp": "2024-03-24T20:16:32.000Z",
                 "currentVersionAgeInDays": 315,
                 "isSingleVersion": false,
                 "fixedVersion": "5.0.0"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^0.10.2",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "toml",
                 "depType": "dev-dependencies",
                 "lockedVersion": "0.10.2",
                 "updates": [],
                 "packageName": "toml",
                 "warnings": [],
                 "sourceUrl": "https://github.com/uiri/toml",
                 "registryUrl": "https://pypi.org/pypi",
                 "currentVersion": "0.10.2",
                 "currentVersionTimestamp": "2020-11-01T01:40:20.000Z",
                 "currentVersionAgeInDays": 1555,
                 "fixedVersion": "0.10.2"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^3.0.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "pylint",
                 "depType": "dev-dependencies",
                 "lockedVersion": "3.2.7",
                 "updates": [
                   {
                     "bucket": "minor",
                     "newVersion": "3.3.4",
                     "newValue": "^3.0.0",
                     "releaseTimestamp": "2025-01-28T13:28:18.000Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 3,
                     "newMinor": 3,
                     "newPatch": 4,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/pylint-3.x-lockfile"
                   }
                 ],
                 "packageName": "pylint",
                 "warnings": [],
                 "sourceUrl": "https://github.com/pylint-dev/pylint",
                 "registryUrl": "https://pypi.org/pypi",
                 "changelogUrl": "https://pylint.readthedocs.io/en/latest/whatsnew/3/",
                 "currentVersion": "3.2.7",
                 "currentVersionTimestamp": "2024-08-31T14:26:24.000Z",
                 "currentVersionAgeInDays": 155,
                 "isSingleVersion": true,
                 "fixedVersion": "3.2.7"
               },
               {
                 "datasource": "pypi",
                 "currentValue": "^0.7.0",
                 "managerData": {"nestedVersion": false},
                 "versioning": "poetry",
                 "depName": "openapi-spec-validator",
                 "depType": "dev-dependencies",
                 "lockedVersion": "0.7.1",
                 "updates": [],
                 "packageName": "openapi-spec-validator",
                 "warnings": [],
                 "sourceUrl": "https://github.com/python-openapi/openapi-spec-validator",
                 "registryUrl": "https://pypi.org/pypi",
                 "currentVersion": "0.7.1",
                 "currentVersionTimestamp": "2023-10-13T11:43:38.000Z",
                 "currentVersionAgeInDays": 478,
                 "fixedVersion": "0.7.1"
               }
             ],
             "packageFileVersion": "3.5.2",
             "extractedConstraints": {"python": "^3.10"},
             "lockFiles": ["poetry.lock"],
             "packageFile": "pyproject.toml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Processing 19 branches: renovate/alembic-1.13.x-lockfile, renovate/alembic-1.x-lockfile, renovate/apispec-6.x-lockfile, renovate/apispec-webframeworks-1.x-lockfile, renovate/apscheduler-3.x-lockfile, renovate/black-24.x-lockfile, renovate/black-25.x, renovate/cypress-14.x, renovate/flask-3.x-lockfile, renovate/flask-limiter-3.x-lockfile, renovate/isort-6.x, renovate/marshmallow-3.x-lockfile, renovate/mypy-1.x-lockfile, renovate/psycopg2-binary-2.9.x-lockfile, renovate/pyjwt-2.x-lockfile, renovate/pylint-3.x-lockfile, renovate/pytest-8.3.x-lockfile, renovate/pytest-cov-6.x, renovate/sqlalchemy-2.0.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/sqlalchemy-2.0.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/sqlalchemy-2.0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/alembic-1.13.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/alembic-1.13.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/psycopg2-binary-2.9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/psycopg2-binary-2.9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/pytest-8.3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/pytest-8.3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/apscheduler-3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/apscheduler-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/flask-3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/flask-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/flask-limiter-3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/flask-limiter-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/pyjwt-2.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/pyjwt-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/alembic-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/alembic-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/apispec-6.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/apispec-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/apispec-webframeworks-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/apispec-webframeworks-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/black-24.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/black-24.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/marshmallow-3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/marshmallow-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/mypy-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/mypy-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/pylint-3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/pylint-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/black-25.x) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/black-25.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getPr(334) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getMR(334) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getPr(332) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getMR(332) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/isort-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/isort-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getPr(333) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getMR(333) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/pytest-cov-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/pytest-cov-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getPr(329) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getMR(329) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: 4 PRs are currently open (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: PR concurrent limit remaining: 6 (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: 4 already existing branches found: renovate/black-25.x,renovate/cypress-14.x,renovate/isort-6.x,renovate/pytest-cov-6.x (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Branch concurrent limit remaining: 6 (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: getBranchPr(renovate/sqlalchemy-2.0.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: findPr(renovate/sqlalchemy-2.0.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: findPr(renovate/sqlalchemy-2.0.x-lockfile, Update dependency SQLAlchemy to v2.0.37, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:22.869Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: poetry.updateLockedDependency: SQLAlchemy@2.0.34 -> 2.0.37 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
       "command": "poetry update --lock --no-interaction SQLAlchemy"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction SQLAlchemy",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction SQLAlchemy\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction SQLAlchemy\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 11
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction SQLAlchemy",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction SQLAlchemy\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction SQLAlchemy\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
       "dep": "SQLAlchemy",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
       "dep": "SQLAlchemy",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
       "dep": "SQLAlchemy"
DEBUG: Branch timestamp: 2025-01-10T00:32:23.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/sqlalchemy-2.0.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/sqlalchemy-2.0.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: getBranchPr(renovate/alembic-1.13.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: findPr(renovate/alembic-1.13.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: findPr(renovate/alembic-1.13.x-lockfile, Update dependency alembic to v1.13.3, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:23.332Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: poetry.updateLockedDependency: alembic@1.13.2 -> 1.13.3 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
       "command": "poetry update --lock --no-interaction alembic"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction alembic",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction alembic\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction alembic\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 11
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction alembic",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction alembic\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction alembic\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
       "dep": "alembic",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
       "dep": "alembic",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
       "dep": "alembic"
DEBUG: Branch timestamp: 2024-09-23T14:52:18.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/alembic-1.13.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.13.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: getBranchPr(renovate/psycopg2-binary-2.9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: findPr(renovate/psycopg2-binary-2.9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: findPr(renovate/psycopg2-binary-2.9.x-lockfile, Update dependency psycopg2-binary to v2.9.10, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:23.651Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: poetry.updateLockedDependency: psycopg2-binary@2.9.9 -> 2.9.10 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
       "command": "poetry update --lock --no-interaction psycopg2-binary"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction psycopg2-binary",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction psycopg2-binary\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction psycopg2-binary\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 10
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction psycopg2-binary",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction psycopg2-binary\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction psycopg2-binary\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
       "dep": "psycopg2-binary",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
       "dep": "psycopg2-binary",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
       "dep": "psycopg2-binary"
DEBUG: Branch timestamp: 2024-10-16T11:18:58.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/psycopg2-binary-2.9.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/psycopg2-binary-2.9.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: getBranchPr(renovate/pytest-8.3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: findPr(renovate/pytest-8.3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: findPr(renovate/pytest-8.3.x-lockfile, Update dependency pytest to v8.3.4, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:23.964Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: poetry.updateLockedDependency: pytest@8.3.2 -> 8.3.4 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
       "command": "poetry update --lock --no-interaction pytest"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction pytest",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction pytest\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction pytest\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 11
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction pytest",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction pytest\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction pytest\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
       "dep": "pytest",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
       "dep": "pytest",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
       "dep": "pytest"
DEBUG: Branch timestamp: 2024-12-01T12:54:19.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/pytest-8.3.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-8.3.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: getBranchPr(renovate/apscheduler-3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: findPr(renovate/apscheduler-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: findPr(renovate/apscheduler-3.x-lockfile, Update dependency APScheduler to v3.11.0, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:24.277Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: poetry.updateLockedDependency: APScheduler@3.10.4 -> 3.11.0 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
       "command": "poetry update --lock --no-interaction APScheduler"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction APScheduler",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction APScheduler\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction APScheduler\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 15
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction APScheduler",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction APScheduler\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction APScheduler\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
       "dep": "APScheduler",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
       "dep": "APScheduler",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
       "dep": "APScheduler"
DEBUG: Branch timestamp: 2024-11-24T19:39:24.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/apscheduler-3.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apscheduler-3.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: getBranchPr(renovate/flask-3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: findPr(renovate/flask-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: findPr(renovate/flask-3.x-lockfile, Update dependency Flask to v3.1.0, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:24.591Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: poetry.updateLockedDependency: Flask@3.0.3 -> 3.1.0 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
       "command": "poetry update --lock --no-interaction Flask"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction Flask",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction Flask\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction Flask\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 12
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction Flask",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction Flask\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction Flask\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
       "dep": "Flask",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
       "dep": "Flask",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
       "dep": "Flask"
DEBUG: Branch timestamp: 2024-11-13T18:24:36.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/flask-3.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-3.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: getBranchPr(renovate/flask-limiter-3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: findPr(renovate/flask-limiter-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: findPr(renovate/flask-limiter-3.x-lockfile, Update dependency Flask-Limiter to v3.10.1, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:24.908Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: poetry.updateLockedDependency: Flask-Limiter@3.8.0 -> 3.10.1 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
       "command": "poetry update --lock --no-interaction Flask-Limiter"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction Flask-Limiter",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction Flask-Limiter\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction Flask-Limiter\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 10
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction Flask-Limiter",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction Flask-Limiter\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction Flask-Limiter\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
       "dep": "Flask-Limiter",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
       "dep": "Flask-Limiter",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
       "dep": "Flask-Limiter"
DEBUG: Branch timestamp: 2025-01-16T20:09:57.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/flask-limiter-3.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/flask-limiter-3.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: getBranchPr(renovate/pyjwt-2.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: findPr(renovate/pyjwt-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: findPr(renovate/pyjwt-2.x-lockfile, Update dependency PyJWT to v2.10.1, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:25.215Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: poetry.updateLockedDependency: PyJWT@2.9.0 -> 2.10.1 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
       "command": "poetry update --lock --no-interaction PyJWT"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction PyJWT",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction PyJWT\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction PyJWT\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 11
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction PyJWT",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction PyJWT\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction PyJWT\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
       "dep": "PyJWT",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
       "dep": "PyJWT",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
       "dep": "PyJWT"
DEBUG: Branch timestamp: 2024-11-28T03:43:27.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/pyjwt-2.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pyjwt-2.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: getBranchPr(renovate/alembic-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: findPr(renovate/alembic-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: findPr(renovate/alembic-1.x-lockfile, Update dependency alembic to v1.14.1, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:25.536Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: poetry.updateLockedDependency: alembic@1.13.2 -> 1.14.1 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
       "command": "poetry update --lock --no-interaction alembic"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction alembic",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction alembic\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction alembic\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 12
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction alembic",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction alembic\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction alembic\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
       "dep": "alembic",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
       "dep": "alembic",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
       "dep": "alembic"
DEBUG: Branch timestamp: 2025-01-19T23:15:32.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/alembic-1.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/alembic-1.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: getBranchPr(renovate/apispec-6.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: findPr(renovate/apispec-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: findPr(renovate/apispec-6.x-lockfile, Update dependency apispec to v6.8.1, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:25.849Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: poetry.updateLockedDependency: apispec@6.6.1 -> 6.8.1 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
       "command": "poetry update --lock --no-interaction apispec"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction apispec",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction apispec\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction apispec\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 12
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction apispec",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction apispec\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction apispec\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
       "dep": "apispec",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
       "dep": "apispec",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
       "dep": "apispec"
DEBUG: Branch timestamp: 2025-01-07T05:11:42.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/apispec-6.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-6.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: getBranchPr(renovate/apispec-webframeworks-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: findPr(renovate/apispec-webframeworks-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: findPr(renovate/apispec-webframeworks-1.x-lockfile, Update dependency apispec-webframeworks to v1.2.0, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:26.167Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: poetry.updateLockedDependency: apispec-webframeworks@1.1.0 -> 1.2.0 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
       "command": "poetry update --lock --no-interaction apispec-webframeworks"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction apispec-webframeworks",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction apispec-webframeworks\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction apispec-webframeworks\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 15
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction apispec-webframeworks",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction apispec-webframeworks\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction apispec-webframeworks\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
       "dep": "apispec-webframeworks",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
       "dep": "apispec-webframeworks",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
       "dep": "apispec-webframeworks"
DEBUG: Branch timestamp: 2024-09-16T19:01:16.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/apispec-webframeworks-1.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/apispec-webframeworks-1.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: getBranchPr(renovate/black-24.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: findPr(renovate/black-24.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: findPr(renovate/black-24.x-lockfile, Update dependency black to v24.10.0, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:26.478Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: poetry.updateLockedDependency: black@24.8.0 -> 24.10.0 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
       "command": "poetry update --lock --no-interaction black"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction black",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction black\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction black\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 13
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction black",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction black\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction black\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
       "dep": "black",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
       "dep": "black",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
       "dep": "black"
DEBUG: Branch timestamp: 2024-10-07T19:26:12.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/black-24.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-24.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: getBranchPr(renovate/marshmallow-3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: findPr(renovate/marshmallow-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: findPr(renovate/marshmallow-3.x-lockfile, Update dependency marshmallow to v3.26.0, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:26.818Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: poetry.updateLockedDependency: marshmallow@3.22.0 -> 3.26.0 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
       "command": "poetry update --lock --no-interaction marshmallow"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction marshmallow",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction marshmallow\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction marshmallow\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 11
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction marshmallow",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction marshmallow\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction marshmallow\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
       "dep": "marshmallow",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
       "dep": "marshmallow",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
       "dep": "marshmallow"
DEBUG: Branch timestamp: 2025-01-23T03:20:09.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/marshmallow-3.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/marshmallow-3.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: getBranchPr(renovate/mypy-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: findPr(renovate/mypy-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: findPr(renovate/mypy-1.x-lockfile, Update dependency mypy to v1.14.1, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:27.137Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: poetry.updateLockedDependency: mypy@1.11.2 -> 1.14.1 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
       "command": "poetry update --lock --no-interaction mypy"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction mypy",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction mypy\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction mypy\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 13
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction mypy",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction mypy\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction mypy\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
       "dep": "mypy",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
       "dep": "mypy",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
       "dep": "mypy"
DEBUG: Branch timestamp: 2024-12-30T16:37:22.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/mypy-1.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/mypy-1.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: getBranchPr(renovate/pylint-3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: findPr(renovate/pylint-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: findPr(renovate/pylint-3.x-lockfile, Update dependency pylint to v3.3.4, !open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:27.473Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Branch needs creating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Using reuseExistingBranch: false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: poetry.updateLockedDependency: pylint@3.2.7 -> 3.3.4 [poetry.lock] (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: updateArtifacts for nonUpdatedPackageFiles (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: poetry.updateArtifacts(pyproject.toml) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Updating poetry.lock (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Using python version from pyproject.toml (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Using poetry version 1.8.3 from poetry.lock header (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
       "command": "poetry update --lock --no-interaction pylint"
DEBUG: rawExec err (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction pylint",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction pylint\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction pylint\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       },
       "durationMs": 12
DEBUG: Failed to update poetry.lock file (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
       "err": {
         "cmd": "/bin/sh -c poetry update --lock --no-interaction pylint",
         "stderr": "/bin/sh: line 1: poetry: command not found\n",
         "stdout": "",
         "options": {
           "cwd": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-api",
           "encoding": "utf-8",
           "env": {
             "GIT_CONFIG_KEY_1": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_1": "ssh://**redacted**@registry1.dso.mil/",
             "GIT_CONFIG_KEY_2": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_2": "git@registry1.dso.mil:",
             "GIT_CONFIG_KEY_3": "url.https://**redacted**@registry1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_3": "https://registry1.dso.mil/",
             "GIT_CONFIG_COUNT": "1",
             "GIT_CONFIG_KEY_4": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_4": "ssh://**redacted**@repo1.dso.mil/",
             "GIT_CONFIG_KEY_5": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_5": "git@repo1.dso.mil:",
             "GIT_CONFIG_KEY_6": "url.https://**redacted**@repo1.dso.mil/.insteadOf",
             "GIT_CONFIG_VALUE_6": "https://repo1.dso.mil/",
             "PIP_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/others/pip",
             "HOME": "/home/node",
             "PATH": "/builds/big-bang/pipeline-templates/renovate-runner/scripts:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
             "NODE_EXTRA_CA_CERTS": "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem",
             "CI_PROJECT_DIR": "/builds/big-bang/pipeline-templates/renovate-runner",
             "CI_SERVER_URL": "https://repo1.dso.mil",
             "CI_JOB_URL": "https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner/-/jobs/42127637",
             "CONTAINERBASE_CACHE_DIR": "/builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase"
           },
           "maxBuffer": 10485760,
           "timeout": 900000
         },
         "exitCode": 127,
         "name": "ExecError",
         "message": "Command failed: poetry update --lock --no-interaction pylint\n/bin/sh: line 1: poetry: command not found\n",
         "stack": "ExecError: Command failed: poetry update --lock --no-interaction pylint\n/bin/sh: line 1: poetry: command not found\n\n    at ChildProcess.<anonymous> (/usr/local/renovate/lib/util/exec/common.ts:101:11)\n    at ChildProcess.emit (node:events:530:35)\n    at ChildProcess.emit (node:domain:489:12)\n    at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12)"
       }
DEBUG: Updated 1 package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
 WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
       "dep": "pylint",
       "cmd": "poetry export -o requirements.txt --without-hashes --with=dev",
       "allowedPostUpgradeCommands": [
         "^regenerate-helm-docs$",
         "^bump-chart-yaml$",
         "^match-chart-yaml-appversion$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'$",
         "^bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'$",
         "^upgrade-gitlabrunner '{{{newValue}}}'$",
         "^map-chart-yaml-appversion$",
         "^update-alloy-subcharts$"
       ]
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
       "dep": "pylint",
       "addedCount": 0,
       "modifiedCount": 0,
       "deletedCount": 0
DEBUG: Checking 0 added or modified files for post-upgrade changes (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
       "dep": "pylint"
DEBUG: Branch timestamp: 2025-01-28T13:28:18.000Z (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: PR is older than 2 hours, raise PR with lock file errors (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/pylint-3.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
 WARN: Detected empty commit - aborting git push (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
       "commitRes": {
         "author": null,
         "branch": "",
         "commit": "",
         "root": false,
         "summary": {"changes": 0, "insertions": 0, "deletions": 0}
       }
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pylint-3.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: getBranchPr(renovate/black-25.x) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: findPr(renovate/black-25.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: getPr(334) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: getMR(334) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:27.800Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: isBranchConflicted(master, renovate/black-25.x) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Branch dep black in pyproject.toml is already updated (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: No content changed (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, packageFile=pyproject.toml, branch=renovate/black-25.x)
       "depName": "black"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: getBranchPr(renovate/black-25.x) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: findPr(renovate/black-25.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: getPr(334) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: getMR(334) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: Fetching changelog: https://github.com/psf/black (24.8.0 -> 25.1.0) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
       "manager": "poetry",
       "packageName": "black",
       "sourceUrl": "https://github.com/psf/black"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
       "prTitle": "Update dependency black to v25"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
       "pr": 334,
       "prTitle": "Update dependency black to v25"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/black-25.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getPr(332) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getMR(332) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:28.648Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: isBranchConflicted(master, renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: npm.updateDependency(): devDependencies.cypress = ^14.0.0 (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getPr(332) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getMR(332) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Fetching changelog: https://github.com/cypress-io/cypress (13.17.0 -> 14.0.1) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
       "manager": "npm",
       "packageName": "cypress",
       "sourceUrl": "https://github.com/cypress-io/cypress"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
       "prTitle": "Update dependency cypress to v14"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
       "pr": 332,
       "prTitle": "Update dependency cypress to v14"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: getBranchPr(renovate/isort-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: findPr(renovate/isort-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: getPr(333) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: getMR(333) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:29.393Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: isBranchConflicted(master, renovate/isort-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Branch dep isort in pyproject.toml is already updated (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: No content changed (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, packageFile=pyproject.toml, branch=renovate/isort-6.x)
       "depName": "isort"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: getBranchPr(renovate/isort-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: findPr(renovate/isort-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: getPr(333) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: getMR(333) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: Fetching changelog: https://github.com/pycqa/isort (5.13.2 -> 6.0.0) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
       "manager": "poetry",
       "packageName": "isort",
       "sourceUrl": "https://github.com/pycqa/isort"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
       "prTitle": "Update dependency isort to v6"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
       "pr": 333,
       "prTitle": "Update dependency isort to v6"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/isort-6.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: getBranchPr(renovate/pytest-cov-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: findPr(renovate/pytest-cov-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: getPr(329) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: getMR(329) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:30.356Z) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: isBranchConflicted(master, renovate/pytest-cov-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Branch dep pytest-cov in pyproject.toml is already updated (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: No content changed (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, packageFile=pyproject.toml, branch=renovate/pytest-cov-6.x)
       "depName": "pytest-cov"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
       "branchName": "master",
       "latestCommitDate": "2024-11-26T13:38:27+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: getBranchPr(renovate/pytest-cov-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: findPr(renovate/pytest-cov-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: getPr(329) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: getMR(329) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: Fetching changelog: https://github.com/pytest-dev/pytest-cov (5.0.0 -> 6.0.0) (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
       "manager": "poetry",
       "packageName": "pytest-cov",
       "sourceUrl": "https://github.com/pytest-dev/pytest-cov"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
       "prTitle": "Update dependency pytest-cov to v6"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
       "pr": 329,
       "prTitle": "Update dependency pytest-cov to v6"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-api, baseBranch=master, branch=renovate/pytest-cov-6.x)
DEBUG: getBranchPr(renovate/black-25.x) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/black-25.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getPr(334) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getMR(334) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getPr(332) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getMR(332) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/isort-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/isort-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getPr(333) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getMR(333) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getBranchPr(renovate/pytest-cov-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/pytest-cov-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getPr(329) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: getMR(329) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "branchList": [
         "renovate/alembic-1.13.x-lockfile",
         "renovate/alembic-1.x-lockfile",
         "renovate/apispec-6.x-lockfile",
         "renovate/apispec-webframeworks-1.x-lockfile",
         "renovate/apscheduler-3.x-lockfile",
         "renovate/black-24.x-lockfile",
         "renovate/black-25.x",
         "renovate/cypress-14.x",
         "renovate/flask-3.x-lockfile",
         "renovate/flask-limiter-3.x-lockfile",
         "renovate/isort-6.x",
         "renovate/marshmallow-3.x-lockfile",
         "renovate/mypy-1.x-lockfile",
         "renovate/psycopg2-binary-2.9.x-lockfile",
         "renovate/pyjwt-2.x-lockfile",
         "renovate/pylint-3.x-lockfile",
         "renovate/pytest-8.3.x-lockfile",
         "renovate/pytest-cov-6.x",
         "renovate/sqlalchemy-2.0.x-lockfile"
       ],
       "renovateBranches": [
         "renovate/black-25.x",
         "renovate/cypress-14.x",
         "renovate/isort-6.x",
         "renovate/openapi-spec-validator-0.x",
         "renovate/pytest-cov-6.x"
       ]
DEBUG: remainingBranches=renovate/openapi-spec-validator-0.x (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: findPr(renovate/openapi-spec-validator-0.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: branch.isModified() = true (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "branchName": "renovate/openapi-spec-validator-0.x",
       "unrecognizedAuthors": ["mark.howard.7@us.af.mil"]
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Orphan Branch is modified - skipping branch deletion (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Repo is activated (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "master", "sha": "cfd4528259e431644729c61f54856ea2f742373a"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "cfd4528259e431644729c61f54856ea2f742373a",
           "branchName": "renovate/black-25.x",
           "branchSha": "6fa06e68294281b27309942d8862ad9c64337a3a",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "cfd4528259e431644729c61f54856ea2f742373a",
           "branchName": "renovate/cypress-14.x",
           "branchSha": "955ac3cac76fc4c2ba08e9fd75ca301e604dcaf3",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "cfd4528259e431644729c61f54856ea2f742373a",
           "branchName": "renovate/isort-6.x",
           "branchSha": "d80b1157e3b6a2a26d9dd1b4816508d5ff29fd03",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "cfd4528259e431644729c61f54856ea2f742373a",
           "branchName": "renovate/pytest-cov-6.x",
           "branchSha": "dc9f9d69df88f00519f07369cd759a60c7aaad59",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "master",
       "inactiveBranches": [
         "renovate/sqlalchemy-2.0.x-lockfile",
         "renovate/alembic-1.13.x-lockfile",
         "renovate/psycopg2-binary-2.9.x-lockfile",
         "renovate/pytest-8.3.x-lockfile",
         "renovate/apscheduler-3.x-lockfile",
         "renovate/flask-3.x-lockfile",
         "renovate/flask-limiter-3.x-lockfile",
         "renovate/pyjwt-2.x-lockfile",
         "renovate/alembic-1.x-lockfile",
         "renovate/apispec-6.x-lockfile",
         "renovate/apispec-webframeworks-1.x-lockfile",
         "renovate/black-24.x-lockfile",
         "renovate/marshmallow-3.x-lockfile",
         "renovate/mypy-1.x-lockfile",
         "renovate/pylint-3.x-lockfile"
       ]
DEBUG: branches info extended (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "branchesInformation": [
         {
           "branchName": "renovate/sqlalchemy-2.0.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency SQLAlchemy to v2.0.37",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "SQLAlchemy",
               "displayPending": "",
               "fixedVersion": "2.0.34",
               "currentVersion": "2.0.34",
               "currentValue": "^2.0.1",
               "newValue": "^2.0.1",
               "newVersion": "2.0.37",
               "packageFile": "pyproject.toml",
               "updateType": "patch",
               "packageName": "sqlalchemy"
             }
           ]
         },
         {
           "branchName": "renovate/alembic-1.13.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency alembic to v1.13.3",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "alembic",
               "displayPending": "",
               "fixedVersion": "1.13.2",
               "currentVersion": "1.13.2",
               "currentValue": "^1.7.7",
               "newValue": "^1.7.7",
               "newVersion": "1.13.3",
               "packageFile": "pyproject.toml",
               "updateType": "patch",
               "packageName": "alembic"
             }
           ]
         },
         {
           "branchName": "renovate/psycopg2-binary-2.9.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency psycopg2-binary to v2.9.10",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "psycopg2-binary",
               "displayPending": "",
               "fixedVersion": "2.9.9",
               "currentVersion": "2.9.9",
               "currentValue": "^2.9.3",
               "newValue": "^2.9.3",
               "newVersion": "2.9.10",
               "packageFile": "pyproject.toml",
               "updateType": "patch",
               "packageName": "psycopg2-binary"
             }
           ]
         },
         {
           "branchName": "renovate/pytest-8.3.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency pytest to v8.3.4",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "pytest",
               "displayPending": "",
               "fixedVersion": "8.3.2",
               "currentVersion": "8.3.2",
               "currentValue": "^8.0.0",
               "newValue": "^8.0.0",
               "newVersion": "8.3.4",
               "packageFile": "pyproject.toml",
               "updateType": "patch",
               "packageName": "pytest"
             }
           ]
         },
         {
           "branchName": "renovate/apscheduler-3.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency APScheduler to v3.11.0",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "APScheduler",
               "displayPending": "",
               "fixedVersion": "3.10.4",
               "currentVersion": "3.10.4",
               "currentValue": "^3.10.0",
               "newValue": "^3.10.0",
               "newVersion": "3.11.0",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "apscheduler"
             }
           ]
         },
         {
           "branchName": "renovate/flask-3.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency Flask to v3.1.0",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "Flask",
               "displayPending": "",
               "fixedVersion": "3.0.3",
               "currentVersion": "3.0.3",
               "currentValue": "^3.0.0",
               "newValue": "^3.0.0",
               "newVersion": "3.1.0",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "flask"
             }
           ]
         },
         {
           "branchName": "renovate/flask-limiter-3.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency Flask-Limiter to v3.10.1",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "Flask-Limiter",
               "displayPending": "",
               "fixedVersion": "3.8.0",
               "currentVersion": "3.8.0",
               "currentValue": "^3.0.0",
               "newValue": "^3.0.0",
               "newVersion": "3.10.1",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "flask-limiter"
             }
           ]
         },
         {
           "branchName": "renovate/pyjwt-2.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency PyJWT to v2.10.1",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "PyJWT",
               "displayPending": "",
               "fixedVersion": "2.9.0",
               "currentVersion": "2.9.0",
               "currentValue": "^2.3.0",
               "newValue": "^2.3.0",
               "newVersion": "2.10.1",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "pyjwt"
             }
           ]
         },
         {
           "branchName": "renovate/alembic-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency alembic to v1.14.1",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "alembic",
               "displayPending": "",
               "fixedVersion": "1.13.2",
               "currentVersion": "1.13.2",
               "currentValue": "^1.7.7",
               "newValue": "^1.7.7",
               "newVersion": "1.14.1",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "alembic"
             }
           ]
         },
         {
           "branchName": "renovate/apispec-6.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency apispec to v6.8.1",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "apispec",
               "displayPending": "",
               "fixedVersion": "6.6.1",
               "currentVersion": "6.6.1",
               "currentValue": "^6.0.0",
               "newValue": "^6.0.0",
               "newVersion": "6.8.1",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "apispec"
             }
           ]
         },
         {
           "branchName": "renovate/apispec-webframeworks-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency apispec-webframeworks to v1.2.0",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "apispec-webframeworks",
               "displayPending": "",
               "fixedVersion": "1.1.0",
               "currentVersion": "1.1.0",
               "currentValue": "^1.0.0",
               "newValue": "^1.0.0",
               "newVersion": "1.2.0",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "apispec-webframeworks"
             }
           ]
         },
         {
           "branchName": "renovate/black-24.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency black to v24.10.0",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "black",
               "displayPending": "",
               "fixedVersion": "24.8.0",
               "currentVersion": "24.8.0",
               "currentValue": "^24.0.0",
               "newValue": "^24.0.0",
               "newVersion": "24.10.0",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "black"
             }
           ]
         },
         {
           "branchName": "renovate/marshmallow-3.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency marshmallow to v3.26.0",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "marshmallow",
               "displayPending": "",
               "fixedVersion": "3.22.0",
               "currentVersion": "3.22.0",
               "currentValue": "^3.15.0",
               "newValue": "^3.15.0",
               "newVersion": "3.26.0",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "marshmallow"
             }
           ]
         },
         {
           "branchName": "renovate/mypy-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency mypy to v1.14.1",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "mypy",
               "displayPending": "",
               "fixedVersion": "1.11.2",
               "currentVersion": "1.11.2",
               "currentValue": "^1.0",
               "newValue": "^1.0",
               "newVersion": "1.14.1",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "mypy"
             }
           ]
         },
         {
           "branchName": "renovate/pylint-3.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency pylint to v3.3.4",
           "result": "no-work",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "pylint",
               "displayPending": "",
               "fixedVersion": "3.2.7",
               "currentVersion": "3.2.7",
               "currentValue": "^3.0.0",
               "newValue": "^3.0.0",
               "newVersion": "3.3.4",
               "packageFile": "pyproject.toml",
               "updateType": "minor",
               "packageName": "pylint"
             }
           ]
         },
         {
           "branchName": "renovate/black-25.x",
           "prNo": 334,
           "prTitle": "Update dependency black to v25",
           "result": "done",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "black",
               "displayPending": "",
               "fixedVersion": "24.8.0",
               "currentVersion": "24.8.0",
               "currentValue": "^24.0.0",
               "newValue": "^25.0.0",
               "newVersion": "25.1.0",
               "packageFile": "pyproject.toml",
               "updateType": "major",
               "packageName": "black"
             }
           ]
         },
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": 332,
           "prTitle": "Update dependency cypress to v14",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "currentVersion": "13.17.0",
               "currentValue": "^13.13.1",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         },
         {
           "branchName": "renovate/isort-6.x",
           "prNo": 333,
           "prTitle": "Update dependency isort to v6",
           "result": "done",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "isort",
               "displayPending": "",
               "fixedVersion": "5.13.2",
               "currentVersion": "5.13.2",
               "currentValue": "^5.10.1",
               "newValue": "^6.0.0",
               "newVersion": "6.0.0",
               "packageFile": "pyproject.toml",
               "updateType": "major",
               "packageName": "isort"
             }
           ]
         },
         {
           "branchName": "renovate/pytest-cov-6.x",
           "prNo": 329,
           "prTitle": "Update dependency pytest-cov to v6",
           "result": "done",
           "upgrades": [
             {
               "datasource": "pypi",
               "depName": "pytest-cov",
               "displayPending": "",
               "fixedVersion": "5.0.0",
               "currentVersion": "5.0.0",
               "currentValue": "^5.0.0",
               "newValue": "^6.0.0",
               "newVersion": "6.0.0",
               "packageFile": "pyproject.toml",
               "updateType": "major",
               "packageName": "pytest-cov"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "stats": {"total": 6, "open": 4, "closed": 0, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/holocron/holocron-api)
DEBUG: repository problems (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "repoProblems": [
         "WARN: GitHub token is required for some dependencies",
         "WARN: Post-upgrade task did not match any on allowedPostUpgradeCommands list",
         "WARN: Detected empty commit - aborting git push",
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "splits": {"init": 1624, "extract": 287, "lookup": 6149, "onboarding": 0, "update": 9072},
       "total": 17170
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "get": {"count": 30, "avgMs": 6, "medianMs": 2, "maxMs": 40, "totalMs": 174},
       "set": {"count": 26, "avgMs": 37, "medianMs": 33, "maxMs": 105, "totalMs": 967}
DEBUG: Datasource cache statistics (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "pypi": {"https://pypi.org/pypi": {"hit": 0, "miss": 22, "set": 22, "skip": 0}}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "hosts": {
         "hub.docker.com": {
           "count": 31,
           "reqAvgMs": 141,
           "reqMedianMs": 121,
           "reqMaxMs": 404,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "pypi.org": {
           "count": 22,
           "reqAvgMs": 73,
           "reqMedianMs": 39,
           "reqMaxMs": 525,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 249,
           "reqMedianMs": 211,
           "reqMaxMs": 489,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 65
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "https://registry.npmjs.org": {
         "/cypress": {"hit": 0, "miss": 0, "localHit": 1},
         "/husky": {"hit": 0, "miss": 0, "localHit": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "npm": {"count": 2, "avgMs": 32, "medianMs": 39, "maxMs": 39, "totalMs": 64},
       "docker": {"count": 2, "avgMs": 3023, "medianMs": 5931, "maxMs": 5931, "totalMs": 6046},
       "pypi": {"count": 22, "avgMs": 173, "medianMs": 120, "maxMs": 884, "totalMs": 3804}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/holocron-api)
       "cloned": true,
       "durationMs": 17170
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-gitlab-workflow (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: big-bang/apps/sandbox/holocron/collector-gitlab-workflow default branch = master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/holocron/collector-gitlab-workflow.git (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-gitlab-workflow (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "durationMs": 524
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "latestCommit": {
         "hash": "249eb41e81380bc6f47ff7147a8e7ee12d107562",
         "date": "2024-12-12T20:13:28+00:00",
         "message": "Merge branch 'renovate/github.com-stretchr-testify-1.x' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Update module github.com/stretchr/testify to v1.10.0\n\nSee merge request big-bang/apps/sandbox/holocron/collector-gitlab-workflow!110",
         "author_name": "Mark Howard",
         "author_email": "mark.howard.7@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Repository config (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Config migration necessary (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "oldConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": {"enabled": true}
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchDatasources": ["docker"],
             "matchUpdateTypes": ["patch"],
             "enabled": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "baseBranches": ["master"]
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: extract() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:13:28+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Matched 2 file(s) for manager dockerfile: Dockerfile, Dockerfile.dev (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Matched 1 file(s) for manager gomod: go.mod (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Matched 1 file(s) for manager npm: package.json (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: npm file package.json has name "collector-gitlab-workflow" (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
       "managers": {"gomod": 1, "dockerfile": 4, "npm": 3}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Found gomod package files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Found 4 package file(s) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "gomod": {"fileCount": 1, "depCount": 21},
           "npm": {"fileCount": 1, "depCount": 2}
         },
         "total": {"fileCount": 4, "depCount": 25}
       }
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgpassfile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgservicefile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgx/v5, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: github.com/jackc/puddle/v2, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: github.com/jinzhu/inflection, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: github.com/jinzhu/now, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: github.com/kr/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: github.com/rogpeppe/go-internal, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: github.com/stretchr/objx, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: golang.org/x/sync, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Dependency: gopkg.in/yaml.v3, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Failed to look up docker package golang (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, packageFile=Dockerfile.dev, dependency=golang)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: 1 flattened updates found: cypress (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: Returning 1 branch(es) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "currentValue": "1.21.13",
                 "replaceString": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21:1.21.13",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.21",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/golang",
                 "lookupName": "ironbank/google/golang/ubi9/golang-1.21",
                 "currentVersion": "1.21.13",
                 "fixedVersion": "1.21.13"
               }
             ],
             "packageFile": "Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "golang",
                 "currentValue": "1.21",
                 "replaceString": "golang:1.21",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "golang",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "golang",
                     "message": "Failed to look up docker package golang"
                   }
                 ]
               }
             ],
             "packageFile": "Dockerfile.dev"
           }
         ],
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.21",
                 "managerData": {"lineNumber": 2},
                 "updates": [],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.5",
                 "currentVersionTimestamp": "2025-01-16T00:00:00.000Z",
                 "currentVersionAgeInDays": 18
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/DATA-DOG/go-sqlmock",
                 "currentValue": "v1.5.2",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "updates": [],
                 "packageName": "github.com/DATA-DOG/go-sqlmock",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DATA-DOG/go-sqlmock",
                 "currentVersion": "v1.5.2",
                 "currentVersionTimestamp": "2024-01-06T21:33:25.000Z",
                 "currentVersionAgeInDays": 393,
                 "fixedVersion": "v1.5.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/hashicorp/go-version",
                 "currentValue": "v1.7.0",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-version",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/go-version",
                 "currentVersion": "v1.7.0",
                 "currentVersionTimestamp": "2024-05-24T10:16:12.000Z",
                 "currentVersionAgeInDays": 254,
                 "fixedVersion": "v1.7.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.10.0",
                 "managerData": {"multiLine": true, "lineNumber": 7},
                 "updates": [],
                 "packageName": "github.com/stretchr/testify",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stretchr/testify",
                 "currentVersion": "v1.10.0",
                 "currentVersionTimestamp": "2024-11-12T22:58:45.000Z",
                 "currentVersionAgeInDays": 82,
                 "fixedVersion": "v1.10.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/driver/postgres",
                 "currentValue": "v1.5.11",
                 "managerData": {"multiLine": true, "lineNumber": 8},
                 "updates": [],
                 "packageName": "gorm.io/driver/postgres",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/postgres",
                 "currentVersion": "v1.5.11",
                 "currentVersionTimestamp": "2024-12-02T06:34:29.000Z",
                 "currentVersionAgeInDays": 63,
                 "fixedVersion": "v1.5.11"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/gorm",
                 "currentValue": "v1.25.12",
                 "managerData": {"multiLine": true, "lineNumber": 9},
                 "updates": [],
                 "packageName": "gorm.io/gorm",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/gorm",
                 "currentVersion": "v1.25.12",
                 "currentVersionTimestamp": "2024-08-22T11:03:42.000Z",
                 "currentVersionAgeInDays": 164,
                 "fixedVersion": "v1.25.12"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 13},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgpassfile",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "updates": [],
                 "packageName": "github.com/jackc/pgpassfile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgservicefile",
                 "currentValue": "v0.0.0-20240606120523-5a60cdf6a761",
                 "currentDigest": "5a60cdf6a761",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [],
                 "packageName": "github.com/jackc/pgservicefile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgx/v5",
                 "currentValue": "v5.7.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "updates": [],
                 "packageName": "github.com/jackc/pgx/v5",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/puddle/v2",
                 "currentValue": "v2.2.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [],
                 "packageName": "github.com/jackc/puddle/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/inflection",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "updates": [],
                 "packageName": "github.com/jinzhu/inflection",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/now",
                 "currentValue": "v1.1.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 19},
                 "updates": [],
                 "packageName": "github.com/jinzhu/now",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/kr/text",
                 "currentValue": "v0.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 20},
                 "updates": [],
                 "packageName": "github.com/kr/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pmezard/go-difflib",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 21},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/rogpeppe/go-internal",
                 "currentValue": "v1.12.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "github.com/rogpeppe/go-internal",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/stretchr/objx",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "github.com/stretchr/objx",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.27.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.18.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 26},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 27},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "go.mod"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "devDependencies",
                 "depName": "cypress",
                 "currentValue": "^13.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/cypress-14.x"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "13.17.0",
                 "currentVersionTimestamp": "2024-12-17T18:32:28.633Z",
                 "currentVersionAgeInDays": 47,
                 "isSingleVersion": false
               },
               {
                 "depType": "devDependencies",
                 "depName": "husky",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [],
                 "packageName": "husky",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typicode/husky",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.1.7",
                 "currentVersionTimestamp": "2024-11-18T15:28:26.026Z",
                 "currentVersionAgeInDays": 76
               }
             ],
             "extractedConstraints": {},
             "packageFileVersion": "1.0.0",
             "managerData": {
               "packageJsonName": "collector-gitlab-workflow",
               "hasPackageManager": false,
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "package.json"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Processing 1 branch: renovate/cypress-14.x (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: getPr(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: getMR(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: 1 already existing branches found: renovate/cypress-14.x (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getPr(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getMR(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:33.156Z) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: isBranchConflicted(master, renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:13:28+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: npm.updateDependency(): devDependencies.cypress = ^14.0.0 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:13:28+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getPr(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getMR(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Fetching changelog: https://github.com/cypress-io/cypress (13.17.0 -> 14.0.1) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "manager": "npm",
       "packageName": "cypress",
       "sourceUrl": "https://github.com/cypress-io/cypress"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "prTitle": "Update dependency cypress to v14"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "pr": 112,
       "prTitle": "Update dependency cypress to v14"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: getPr(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: getMR(112) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "branchList": ["renovate/cypress-14.x"],
       "renovateBranches": ["renovate/cypress-14.x"]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Repo is activated (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "master", "sha": "249eb41e81380bc6f47ff7147a8e7ee12d107562"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "249eb41e81380bc6f47ff7147a8e7ee12d107562",
           "branchName": "renovate/cypress-14.x",
           "branchSha": "bca2071e1e729f9588ed76d532d23804a589ffbd",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "master",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "branchesInformation": [
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": 112,
           "prTitle": "Update dependency cypress to v14",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "currentVersion": "13.17.0",
               "currentValue": "^13.0.0",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "stats": {"total": 5, "open": 1, "closed": 1, "merged": 3}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
DEBUG: repository problems (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval",
         "WARN: Package lookup failures"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "splits": {"init": 1476, "extract": 198, "lookup": 99, "onboarding": 0, "update": 1154},
       "total": 2936
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "get": {"count": 11, "avgMs": 23, "medianMs": 25, "maxMs": 49, "totalMs": 257},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "hosts": {
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 208,
           "reqMedianMs": 153,
           "reqMaxMs": 408,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 6
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "https://registry.npmjs.org": {
         "/cypress": {"hit": 0, "miss": 0, "localHit": 1},
         "/husky": {"hit": 0, "miss": 0, "localHit": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "golang-version": {"count": 1, "avgMs": 14, "medianMs": 14, "maxMs": 14, "totalMs": 14},
       "go": {"count": 5, "avgMs": 24, "medianMs": 26, "maxMs": 28, "totalMs": 121},
       "docker": {"count": 2, "avgMs": 37, "medianMs": 48, "maxMs": 48, "totalMs": 74},
       "npm": {"count": 2, "avgMs": 50, "medianMs": 62, "maxMs": 62, "totalMs": 99}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-gitlab-workflow)
       "cloned": true,
       "durationMs": 2936
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-gitlab-scm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: big-bang/apps/sandbox/holocron/collector-gitlab-scm default branch = master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/holocron/collector-gitlab-scm.git (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-gitlab-scm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "durationMs": 663
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "latestCommit": {
         "hash": "0ca81237cba632f42af15064fd2cd2ba69e35b47",
         "date": "2024-12-12T20:14:05+00:00",
         "message": "Merge branch 'renovate/github.com-stretchr-testify-1.x' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Update module github.com/stretchr/testify to v1.10.0\n\nSee merge request big-bang/apps/sandbox/holocron/collector-gitlab-scm!107",
         "author_name": "Mark Howard",
         "author_email": "mark.howard.7@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Repository config (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Config migration necessary (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "oldConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": {"enabled": true}
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchDatasources": ["docker"],
             "matchUpdateTypes": ["patch"],
             "enabled": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "baseBranches": ["master"]
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: extract() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:05+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Matched 2 file(s) for manager dockerfile: Dockerfile, Dockerfile.dev (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Matched 1 file(s) for manager gomod: go.mod (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Matched 1 file(s) for manager npm: package.json (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: npm file package.json has name "collector-gitlab-scm" (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
       "managers": {"gomod": 1, "dockerfile": 2, "npm": 2}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Found gomod package files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Found 4 package file(s) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "gomod": {"fileCount": 1, "depCount": 21},
           "npm": {"fileCount": 1, "depCount": 2}
         },
         "total": {"fileCount": 4, "depCount": 25}
       }
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgpassfile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgservicefile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgx/v5, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: github.com/jackc/puddle/v2, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: github.com/jinzhu/inflection, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: github.com/jinzhu/now, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: github.com/kr/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: github.com/rogpeppe/go-internal, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: github.com/stretchr/objx, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: golang.org/x/sync, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Dependency: gopkg.in/yaml.v3, is disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Failed to look up docker package golang (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, packageFile=Dockerfile.dev, dependency=golang)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: 1 flattened updates found: cypress (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: Returning 1 branch(es) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "currentValue": "1.21.13",
                 "replaceString": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21:1.21.13",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.21",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/golang",
                 "lookupName": "ironbank/google/golang/ubi9/golang-1.21",
                 "currentVersion": "1.21.13",
                 "fixedVersion": "1.21.13"
               }
             ],
             "packageFile": "Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "golang",
                 "currentValue": "1.21",
                 "replaceString": "golang:1.21",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "golang",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "golang",
                     "message": "Failed to look up docker package golang"
                   }
                 ]
               }
             ],
             "packageFile": "Dockerfile.dev"
           }
         ],
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.21",
                 "managerData": {"lineNumber": 2},
                 "updates": [],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.5",
                 "currentVersionTimestamp": "2025-01-16T00:00:00.000Z",
                 "currentVersionAgeInDays": 18
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/DATA-DOG/go-sqlmock",
                 "currentValue": "v1.5.2",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "updates": [],
                 "packageName": "github.com/DATA-DOG/go-sqlmock",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DATA-DOG/go-sqlmock",
                 "currentVersion": "v1.5.2",
                 "currentVersionTimestamp": "2024-01-06T21:33:25.000Z",
                 "currentVersionAgeInDays": 393,
                 "fixedVersion": "v1.5.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/hashicorp/go-version",
                 "currentValue": "v1.7.0",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-version",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/go-version",
                 "currentVersion": "v1.7.0",
                 "currentVersionTimestamp": "2024-05-24T10:16:12.000Z",
                 "currentVersionAgeInDays": 254,
                 "fixedVersion": "v1.7.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.10.0",
                 "managerData": {"multiLine": true, "lineNumber": 7},
                 "updates": [],
                 "packageName": "github.com/stretchr/testify",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stretchr/testify",
                 "currentVersion": "v1.10.0",
                 "currentVersionTimestamp": "2024-11-12T22:58:45.000Z",
                 "currentVersionAgeInDays": 82,
                 "fixedVersion": "v1.10.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/driver/postgres",
                 "currentValue": "v1.5.11",
                 "managerData": {"multiLine": true, "lineNumber": 8},
                 "updates": [],
                 "packageName": "gorm.io/driver/postgres",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/postgres",
                 "currentVersion": "v1.5.11",
                 "currentVersionTimestamp": "2024-12-02T06:34:29.000Z",
                 "currentVersionAgeInDays": 63,
                 "fixedVersion": "v1.5.11"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/gorm",
                 "currentValue": "v1.25.12",
                 "managerData": {"multiLine": true, "lineNumber": 9},
                 "updates": [],
                 "packageName": "gorm.io/gorm",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/gorm",
                 "currentVersion": "v1.25.12",
                 "currentVersionTimestamp": "2024-08-22T11:03:42.000Z",
                 "currentVersionAgeInDays": 164,
                 "fixedVersion": "v1.25.12"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 13},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgpassfile",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "updates": [],
                 "packageName": "github.com/jackc/pgpassfile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgservicefile",
                 "currentValue": "v0.0.0-20240606120523-5a60cdf6a761",
                 "currentDigest": "5a60cdf6a761",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [],
                 "packageName": "github.com/jackc/pgservicefile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgx/v5",
                 "currentValue": "v5.7.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "updates": [],
                 "packageName": "github.com/jackc/pgx/v5",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/puddle/v2",
                 "currentValue": "v2.2.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [],
                 "packageName": "github.com/jackc/puddle/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/inflection",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "updates": [],
                 "packageName": "github.com/jinzhu/inflection",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/now",
                 "currentValue": "v1.1.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 19},
                 "updates": [],
                 "packageName": "github.com/jinzhu/now",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/kr/text",
                 "currentValue": "v0.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 20},
                 "updates": [],
                 "packageName": "github.com/kr/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pmezard/go-difflib",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 21},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/rogpeppe/go-internal",
                 "currentValue": "v1.12.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "github.com/rogpeppe/go-internal",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/stretchr/objx",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "github.com/stretchr/objx",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.27.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.18.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 26},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 27},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "go.mod"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "devDependencies",
                 "depName": "cypress",
                 "currentValue": "^13.13.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/cypress-14.x"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "13.17.0",
                 "currentVersionTimestamp": "2024-12-17T18:32:28.633Z",
                 "currentVersionAgeInDays": 47,
                 "isSingleVersion": false
               },
               {
                 "depType": "devDependencies",
                 "depName": "husky",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [],
                 "packageName": "husky",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typicode/husky",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.1.7",
                 "currentVersionTimestamp": "2024-11-18T15:28:26.026Z",
                 "currentVersionAgeInDays": 76
               }
             ],
             "extractedConstraints": {},
             "packageFileVersion": "1.0.0",
             "managerData": {
               "packageJsonName": "collector-gitlab-scm",
               "hasPackageManager": false,
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "package.json"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Processing 1 branch: renovate/cypress-14.x (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: getPr(109) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: getMR(109) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: 1 already existing branches found: renovate/cypress-14.x (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getPr(109) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getMR(109) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:36.308Z) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: isBranchConflicted(master, renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:05+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: npm.updateDependency(): devDependencies.cypress = ^14.0.0 (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:05+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getPr(109) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getMR(109) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Fetching changelog: https://github.com/cypress-io/cypress (13.17.0 -> 14.0.1) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
       "manager": "npm",
       "packageName": "cypress",
       "sourceUrl": "https://github.com/cypress-io/cypress"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
       "prTitle": "Update dependency cypress to v14"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
       "pr": 109,
       "prTitle": "Update dependency cypress to v14"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: getPr(109) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: getMR(109) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "branchList": ["renovate/cypress-14.x"],
       "renovateBranches": ["renovate/cypress-14.x"]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Repo is activated (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "master", "sha": "0ca81237cba632f42af15064fd2cd2ba69e35b47"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "0ca81237cba632f42af15064fd2cd2ba69e35b47",
           "branchName": "renovate/cypress-14.x",
           "branchSha": "0f78547deef73bfe9534a1b427ad1afd82f0f106",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "master",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "branchesInformation": [
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": 109,
           "prTitle": "Update dependency cypress to v14",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "currentVersion": "13.17.0",
               "currentValue": "^13.13.0",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "stats": {"total": 6, "open": 1, "closed": 1, "merged": 4}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
DEBUG: repository problems (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval",
         "WARN: Package lookup failures"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "splits": {"init": 1705, "extract": 190, "lookup": 90, "onboarding": 0, "update": 1083},
       "total": 3077
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "get": {"count": 11, "avgMs": 22, "medianMs": 23, "maxMs": 39, "totalMs": 245},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "hosts": {
         "repo1.dso.mil": {
           "count": 6,
           "reqAvgMs": 222,
           "reqMedianMs": 142,
           "reqMaxMs": 483,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 6
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "https://registry.npmjs.org": {
         "/cypress": {"hit": 0, "miss": 0, "localHit": 1},
         "/husky": {"hit": 0, "miss": 0, "localHit": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "golang-version": {"count": 1, "avgMs": 13, "medianMs": 13, "maxMs": 13, "totalMs": 13},
       "go": {"count": 5, "avgMs": 23, "medianMs": 25, "maxMs": 27, "totalMs": 114},
       "docker": {"count": 2, "avgMs": 40, "medianMs": 54, "maxMs": 54, "totalMs": 79},
       "npm": {"count": 2, "avgMs": 41, "medianMs": 47, "maxMs": 47, "totalMs": 81}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-gitlab-scm)
       "cloned": true,
       "durationMs": 3077
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-jira-workflow (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: big-bang/apps/sandbox/holocron/collector-jira-workflow default branch = master (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/holocron/collector-jira-workflow.git (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/collector-jira-workflow (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "durationMs": 489
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "latestCommit": {
         "hash": "57d68882480986bc4484f7bce7e9c82d7ec0b348",
         "date": "2024-12-12T20:14:39+00:00",
         "message": "Merge branch 'supported_version_range' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Min and Max supported version range\n\nSee merge request big-bang/apps/sandbox/holocron/collector-jira-workflow!106",
         "author_name": "Mark Howard",
         "author_email": "mark.howard.7@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Repository config (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Config migration necessary (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "oldConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": {"enabled": true}
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchDatasources": ["docker"],
             "matchUpdateTypes": ["patch"],
             "enabled": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "baseBranches": ["master"]
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: extract() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:39+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Matched 2 file(s) for manager dockerfile: Dockerfile, Dockerfile.dev (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Matched 1 file(s) for manager gomod: go.mod (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Matched 1 file(s) for manager npm: package.json (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: npm file package.json has name "collector-jira-workflow" (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
       "managers": {"gomod": 2, "dockerfile": 2, "npm": 3}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Found gomod package files (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Found 4 package file(s) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 2},
           "gomod": {"fileCount": 1, "depCount": 21},
           "npm": {"fileCount": 1, "depCount": 2}
         },
         "total": {"fileCount": 4, "depCount": 25}
       }
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: github.com/davecgh/go-spew, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgpassfile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgservicefile, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: github.com/jackc/pgx/v5, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: github.com/jackc/puddle/v2, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: github.com/jinzhu/inflection, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: github.com/jinzhu/now, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: github.com/kr/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: github.com/pmezard/go-difflib, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: github.com/rogpeppe/go-internal, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: github.com/stretchr/objx, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: golang.org/x/crypto, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: golang.org/x/sync, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: golang.org/x/text, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Dependency: gopkg.in/yaml.v3, is disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Failed to look up docker package golang (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, packageFile=Dockerfile.dev, dependency=golang)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: 3 flattened updates found: github.com/stretchr/testify, gorm.io/driver/postgres, cypress (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: Returning 3 branch(es) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "currentValue": "1.21.13",
                 "replaceString": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21:1.21.13",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.21",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/ubi9/golang-1.21",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/golang",
                 "lookupName": "ironbank/google/golang/ubi9/golang-1.21",
                 "currentVersion": "1.21.13",
                 "fixedVersion": "1.21.13"
               }
             ],
             "packageFile": "Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "golang",
                 "currentValue": "1.21",
                 "replaceString": "golang:1.21",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "golang",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "golang",
                     "message": "Failed to look up docker package golang"
                   }
                 ]
               }
             ],
             "packageFile": "Dockerfile.dev"
           }
         ],
         "gomod": [
           {
             "deps": [
               {
                 "datasource": "golang-version",
                 "versioning": "go-mod-directive",
                 "depType": "golang",
                 "depName": "go",
                 "currentValue": "1.21",
                 "managerData": {"lineNumber": 2},
                 "updates": [],
                 "packageName": "go",
                 "warnings": [],
                 "sourceUrl": "https://github.com/golang/go",
                 "registryUrl": "https://raw.githubusercontent.com/golang/website",
                 "homepage": "https://go.dev/",
                 "currentVersion": "1.23.5",
                 "currentVersionTimestamp": "2025-01-16T00:00:00.000Z",
                 "currentVersionAgeInDays": 18
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/DATA-DOG/go-sqlmock",
                 "currentValue": "v1.5.2",
                 "managerData": {"multiLine": true, "lineNumber": 5},
                 "updates": [],
                 "packageName": "github.com/DATA-DOG/go-sqlmock",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DATA-DOG/go-sqlmock",
                 "currentVersion": "v1.5.2",
                 "currentVersionTimestamp": "2024-01-06T21:33:25.000Z",
                 "currentVersionAgeInDays": 393,
                 "fixedVersion": "v1.5.2"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/hashicorp/go-version",
                 "currentValue": "v1.7.0",
                 "managerData": {"multiLine": true, "lineNumber": 6},
                 "updates": [],
                 "packageName": "github.com/hashicorp/go-version",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/hashicorp/go-version",
                 "currentVersion": "v1.7.0",
                 "currentVersionTimestamp": "2024-05-24T10:16:12.000Z",
                 "currentVersionAgeInDays": 254,
                 "fixedVersion": "v1.7.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "github.com/stretchr/testify",
                 "currentValue": "v1.9.0",
                 "managerData": {"multiLine": true, "lineNumber": 7},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.10.0",
                     "newValue": "v1.10.0",
                     "releaseTimestamp": "2024-11-12T22:58:45.000Z",
                     "newVersionAgeInDays": 82,
                     "newMajor": 1,
                     "newMinor": 10,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github.com-stretchr-testify-1.x"
                   }
                 ],
                 "packageName": "github.com/stretchr/testify",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stretchr/testify",
                 "currentVersion": "v1.9.0",
                 "currentVersionTimestamp": "2024-02-29T14:36:18.000Z",
                 "currentVersionAgeInDays": 339,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.9.0"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/driver/postgres",
                 "currentValue": "v1.5.9",
                 "managerData": {"multiLine": true, "lineNumber": 8},
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.5.11",
                     "newValue": "v1.5.11",
                     "releaseTimestamp": "2024-12-02T06:34:29.000Z",
                     "newVersionAgeInDays": 63,
                     "newMajor": 1,
                     "newMinor": 5,
                     "newPatch": 11,
                     "updateType": "patch",
                     "branchName": "renovate/gorm.io-driver-postgres-1.x"
                   }
                 ],
                 "packageName": "gorm.io/driver/postgres",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/postgres",
                 "currentVersion": "v1.5.9",
                 "currentVersionTimestamp": "2024-06-12T07:08:11.000Z",
                 "currentVersionAgeInDays": 236,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.5.9"
               },
               {
                 "datasource": "go",
                 "depType": "require",
                 "depName": "gorm.io/gorm",
                 "currentValue": "v1.25.12",
                 "managerData": {"multiLine": true, "lineNumber": 9},
                 "updates": [],
                 "packageName": "gorm.io/gorm",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://github.com/go-gorm/gorm",
                 "currentVersion": "v1.25.12",
                 "currentVersionTimestamp": "2024-08-22T11:03:42.000Z",
                 "currentVersionAgeInDays": 164,
                 "fixedVersion": "v1.25.12"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/davecgh/go-spew",
                 "currentValue": "v1.1.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 13},
                 "updates": [],
                 "packageName": "github.com/davecgh/go-spew",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgpassfile",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 14},
                 "updates": [],
                 "packageName": "github.com/jackc/pgpassfile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgservicefile",
                 "currentValue": "v0.0.0-20240606120523-5a60cdf6a761",
                 "currentDigest": "5a60cdf6a761",
                 "digestOneAndOnly": true,
                 "versioning": "loose",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 15},
                 "updates": [],
                 "packageName": "github.com/jackc/pgservicefile",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/pgx/v5",
                 "currentValue": "v5.7.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 16},
                 "updates": [],
                 "packageName": "github.com/jackc/pgx/v5",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jackc/puddle/v2",
                 "currentValue": "v2.2.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 17},
                 "updates": [],
                 "packageName": "github.com/jackc/puddle/v2",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/inflection",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 18},
                 "updates": [],
                 "packageName": "github.com/jinzhu/inflection",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/jinzhu/now",
                 "currentValue": "v1.1.5",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 19},
                 "updates": [],
                 "packageName": "github.com/jinzhu/now",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/kr/text",
                 "currentValue": "v0.2.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 20},
                 "updates": [],
                 "packageName": "github.com/kr/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/pmezard/go-difflib",
                 "currentValue": "v1.0.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 21},
                 "updates": [],
                 "packageName": "github.com/pmezard/go-difflib",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/rogpeppe/go-internal",
                 "currentValue": "v1.12.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 22},
                 "updates": [],
                 "packageName": "github.com/rogpeppe/go-internal",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "github.com/stretchr/objx",
                 "currentValue": "v0.5.2",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 23},
                 "updates": [],
                 "packageName": "github.com/stretchr/objx",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/crypto",
                 "currentValue": "v0.27.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 24},
                 "updates": [],
                 "packageName": "golang.org/x/crypto",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/sync",
                 "currentValue": "v0.8.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 25},
                 "updates": [],
                 "packageName": "golang.org/x/sync",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "golang.org/x/text",
                 "currentValue": "v0.18.0",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 26},
                 "updates": [],
                 "packageName": "golang.org/x/text",
                 "skipReason": "disabled"
               },
               {
                 "datasource": "go",
                 "depType": "indirect",
                 "depName": "gopkg.in/yaml.v3",
                 "currentValue": "v3.0.1",
                 "enabled": false,
                 "managerData": {"multiLine": true, "lineNumber": 27},
                 "updates": [],
                 "packageName": "gopkg.in/yaml.v3",
                 "skipReason": "disabled"
               }
             ],
             "packageFile": "go.mod"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "devDependencies",
                 "depName": "cypress",
                 "currentValue": "^13.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/cypress-14.x"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "13.17.0",
                 "currentVersionTimestamp": "2024-12-17T18:32:28.633Z",
                 "currentVersionAgeInDays": 47,
                 "isSingleVersion": false
               },
               {
                 "depType": "devDependencies",
                 "depName": "husky",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "updates": [],
                 "packageName": "husky",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typicode/husky",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.1.7",
                 "currentVersionTimestamp": "2024-11-18T15:28:26.026Z",
                 "currentVersionAgeInDays": 76
               }
             ],
             "extractedConstraints": {},
             "packageFileVersion": "1.0.0",
             "managerData": {
               "packageJsonName": "collector-jira-workflow",
               "hasPackageManager": false,
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "package.json"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Processing 3 branches: renovate/cypress-14.x, renovate/github.com-stretchr-testify-1.x, renovate/gorm.io-driver-postgres-1.x (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getPr(104) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getMR(104) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getPr(105) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getMR(105) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getPr(107) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getMR(107) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: 3 PRs are currently open (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: PR concurrent limit remaining: 7 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: 3 already existing branches found: renovate/gorm.io-driver-postgres-1.x,renovate/github.com-stretchr-testify-1.x,renovate/cypress-14.x (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Branch concurrent limit remaining: 7 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getPr(104) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getMR(104) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:39.458Z) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: isBranchConflicted(master, renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:39+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: gomod.updateDependency: v1.5.11 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:39+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getPr(104) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: getMR(104) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: Fetching changelog: https://github.com/go-gorm/postgres (v1.5.9 -> v1.5.11) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "manager": "gomod",
       "packageName": "gorm.io/driver/postgres",
       "sourceUrl": "https://github.com/go-gorm/postgres"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "prTitle": "Update module gorm.io/driver/postgres to v1.5.11"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
       "pr": 104,
       "prTitle": "Update module gorm.io/driver/postgres to v1.5.11"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/gorm.io-driver-postgres-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getPr(105) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getMR(105) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:40.364Z) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: isBranchConflicted(master, renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:39+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: gomod.updateDependency: v1.10.0 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No changes necessary (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:39+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getPr(105) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: getMR(105) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: Fetching changelog: https://github.com/stretchr/testify (v1.9.0 -> v1.10.0) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "manager": "gomod",
       "packageName": "github.com/stretchr/testify",
       "sourceUrl": "https://github.com/stretchr/testify"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "prTitle": "Update module github.com/stretchr/testify to v1.10.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
       "pr": 105,
       "prTitle": "Update module github.com/stretchr/testify to v1.10.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/github.com-stretchr-testify-1.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getPr(107) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getMR(107) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:41.160Z) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: isBranchConflicted(master, renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:39+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: npm.updateDependency(): devDependencies.cypress = ^14.0.0 (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "packageFiles": ["package.json"]
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "branchName": "master",
       "latestCommitDate": "2024-12-12T20:14:39+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getPr(107) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getMR(107) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Fetching changelog: https://github.com/cypress-io/cypress (13.17.0 -> 14.0.1) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "manager": "npm",
       "packageName": "cypress",
       "sourceUrl": "https://github.com/cypress-io/cypress"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "warnings": ["Failed to look up docker package golang"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "prTitle": "Update dependency cypress to v14"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
       "pr": 107,
       "prTitle": "Update dependency cypress to v14"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/gorm.io-driver-postgres-1.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: findPr(renovate/gorm.io-driver-postgres-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getPr(104) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getMR(104) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getBranchPr(renovate/github.com-stretchr-testify-1.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: findPr(renovate/github.com-stretchr-testify-1.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getPr(105) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getMR(105) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getPr(107) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: getMR(107) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "branchList": [
         "renovate/cypress-14.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/gorm.io-driver-postgres-1.x"
       ],
       "renovateBranches": [
         "renovate/cypress-14.x",
         "renovate/github.com-stretchr-testify-1.x",
         "renovate/gorm.io-driver-postgres-1.x"
       ]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Repo is activated (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "master", "sha": "57d68882480986bc4484f7bce7e9c82d7ec0b348"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "57d68882480986bc4484f7bce7e9c82d7ec0b348",
           "branchName": "renovate/gorm.io-driver-postgres-1.x",
           "branchSha": "1b32932c0ca7e14ef654daa84729086738ec3e67",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "57d68882480986bc4484f7bce7e9c82d7ec0b348",
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "branchSha": "809fe925113411c63e2786c2cd421a1cd59991d7",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "57d68882480986bc4484f7bce7e9c82d7ec0b348",
           "branchName": "renovate/cypress-14.x",
           "branchSha": "9e1f9b4b04fba82051b7ff5b45ce22f84fc1cf25",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "master",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "branchesInformation": [
         {
           "branchName": "renovate/gorm.io-driver-postgres-1.x",
           "prNo": 104,
           "prTitle": "Update module gorm.io/driver/postgres to v1.5.11",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "gorm.io/driver/postgres",
               "displayPending": "",
               "fixedVersion": "v1.5.9",
               "currentVersion": "v1.5.9",
               "currentValue": "v1.5.9",
               "newValue": "v1.5.11",
               "newVersion": "v1.5.11",
               "packageFile": "go.mod",
               "updateType": "patch",
               "packageName": "gorm.io/driver/postgres"
             }
           ]
         },
         {
           "branchName": "renovate/github.com-stretchr-testify-1.x",
           "prNo": 105,
           "prTitle": "Update module github.com/stretchr/testify to v1.10.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "go",
               "depName": "github.com/stretchr/testify",
               "displayPending": "",
               "fixedVersion": "v1.9.0",
               "currentVersion": "v1.9.0",
               "currentValue": "v1.9.0",
               "newValue": "v1.10.0",
               "newVersion": "v1.10.0",
               "packageFile": "go.mod",
               "updateType": "minor",
               "packageName": "github.com/stretchr/testify"
             }
           ]
         },
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": 107,
           "prTitle": "Update dependency cypress to v14",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "currentVersion": "13.17.0",
               "currentValue": "^13.0.0",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "stats": {"total": 6, "open": 3, "closed": 2, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
DEBUG: repository problems (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval",
         "WARN: Package lookup failures"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "splits": {"init": 1332, "extract": 194, "lookup": 111, "onboarding": 0, "update": 2970},
       "total": 4619
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "get": {"count": 11, "avgMs": 22, "medianMs": 23, "maxMs": 46, "totalMs": 241},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "hosts": {
         "repo1.dso.mil": {
           "count": 10,
           "reqAvgMs": 221,
           "reqMedianMs": 228,
           "reqMaxMs": 398,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 10
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "https://registry.npmjs.org": {
         "/cypress": {"hit": 0, "miss": 0, "localHit": 1},
         "/husky": {"hit": 0, "miss": 0, "localHit": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "golang-version": {"count": 1, "avgMs": 12, "medianMs": 12, "maxMs": 12, "totalMs": 12},
       "go": {"count": 5, "avgMs": 23, "medianMs": 25, "maxMs": 27, "totalMs": 114},
       "docker": {"count": 2, "avgMs": 35, "medianMs": 45, "maxMs": 45, "totalMs": 70},
       "npm": {"count": 2, "avgMs": 46, "medianMs": 57, "maxMs": 57, "totalMs": 91}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/collector-jira-workflow)
       "cloned": true,
       "durationMs": 4619
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/regscale)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/regscale (repository=big-bang/apps/sandbox/regscale)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/regscale)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/regscale)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/regscale)
DEBUG: big-bang/apps/sandbox/regscale default branch = main (repository=big-bang/apps/sandbox/regscale)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/regscale)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/regscale.git (repository=big-bang/apps/sandbox/regscale)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fregscale/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=74) (repository=big-bang/apps/sandbox/regscale)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/regscale)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fregscale/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/regscale)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/regscale)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/regscale)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/regscale)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/regscale)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/regscale)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/regscale)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/regscale (repository=big-bang/apps/sandbox/regscale)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/regscale)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/regscale)
       "durationMs": 492
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/regscale)
       "latestCommit": {
         "hash": "0f9dc607cc0d9e58a97b3ee01c6fa6792d7009c3",
         "date": "2023-03-21T21:21:36+00:00",
         "message": "Merge branch '4.21.2-update' into 'main'",
         "refs": "HEAD -> main, tag: 0.5.0-bb.4, origin/main, origin/HEAD",
         "body": "4.21.2 update\n\nSee merge request big-bang/apps/sandbox/regscale!18",
         "author_name": "Jordan McClintock",
         "author_email": "jordan@defenseunicorns.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/regscale)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/regscale)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/regscale)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/regscale)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/regscale)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/regscale)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/regscale)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/regscale)
DEBUG: config file not found (repository=big-bang/apps/sandbox/regscale)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/regscale)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/regscale)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/regscale)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/regscale)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/regscale)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/regscale)
       "splits": {},
       "total": 1098
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/regscale)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/regscale)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 92,
           "reqMedianMs": 97,
           "reqMaxMs": 104,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/regscale)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/regscale)
 INFO: Repository finished (repository=big-bang/apps/sandbox/regscale)
       "cloned": true,
       "durationMs": 1098
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/landscape)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/landscape (repository=big-bang/apps/sandbox/landscape)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/landscape)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/landscape)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/landscape)
DEBUG: big-bang/apps/sandbox/landscape default branch = main (repository=big-bang/apps/sandbox/landscape)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/landscape)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/landscape.git (repository=big-bang/apps/sandbox/landscape)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Flandscape/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=62) (repository=big-bang/apps/sandbox/landscape)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/landscape)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Flandscape/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/landscape)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/landscape)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/landscape)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/landscape)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/landscape)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/landscape)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/landscape)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/landscape (repository=big-bang/apps/sandbox/landscape)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/landscape)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/landscape)
       "durationMs": 717
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/landscape)
       "latestCommit": {
         "hash": "5ee9e534d09d2f07781cb43129f4a19b116d27a7",
         "date": "2024-08-26T21:48:07+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #59\n\nSee merge request big-bang/apps/sandbox/landscape!68",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/landscape)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/landscape)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/landscape)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/landscape)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/landscape)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/landscape)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/landscape)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/landscape)
DEBUG: config file not found (repository=big-bang/apps/sandbox/landscape)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/landscape)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/landscape)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/landscape)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/landscape)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/landscape)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/landscape)
       "splits": {},
       "total": 1394
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/landscape)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/landscape)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 121,
           "reqMedianMs": 139,
           "reqMaxMs": 161,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/landscape)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/landscape)
 INFO: Repository finished (repository=big-bang/apps/sandbox/landscape)
       "cloned": true,
       "durationMs": 1394
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/egress-policy)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/egress-policy (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: big-bang/apps/sandbox/egress-policy default branch = main (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/egress-policy.git (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fegress-policy/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=70) (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/egress-policy)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fegress-policy/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/egress-policy (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/egress-policy)
       "durationMs": 464
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/egress-policy)
       "latestCommit": {
         "hash": "8d846c01a16db6f521c01044806a70a831c8b8ca",
         "date": "2022-08-10T07:27:45-04:00",
         "message": "updated default ports",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Tom Runyon",
         "author_email": "tom@defenseunicorns.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: config file not found (repository=big-bang/apps/sandbox/egress-policy)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/egress-policy)
       "splits": {},
       "total": 1041
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/egress-policy)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/egress-policy)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 94,
           "reqMedianMs": 73,
           "reqMaxMs": 139,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/egress-policy)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/egress-policy)
 INFO: Repository finished (repository=big-bang/apps/sandbox/egress-policy)
       "cloned": true,
       "durationMs": 1041
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/defectdojo)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/defectdojo (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: big-bang/apps/sandbox/defectdojo default branch = main (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/defectdojo.git (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fdefectdojo/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=57) (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/defectdojo)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fdefectdojo/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/defectdojo (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/defectdojo)
       "durationMs": 433
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/defectdojo)
       "latestCommit": {
         "hash": "787b6f1bc955c2badc42ea709f3cc802ab5586e8",
         "date": "2022-07-05T17:45:18+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "runyontr",
         "author_email": "tom@defenseunicorns.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: config file not found (repository=big-bang/apps/sandbox/defectdojo)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/defectdojo)
       "splits": {},
       "total": 951
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/defectdojo)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/defectdojo)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 73,
           "reqMedianMs": 60,
           "reqMaxMs": 101,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/defectdojo)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/defectdojo)
 INFO: Repository finished (repository=big-bang/apps/sandbox/defectdojo)
       "cloned": true,
       "durationMs": 951
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/deployments/bigbang-infra)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/deployments/bigbang-infra (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: big-bang/team/deployments/bigbang-infra default branch = main (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: Enabling Git FS (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/deployments/bigbang-infra.git (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Fdeployments%2Fbigbang-infra/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=82) (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: GitLab API 404 (repository=big-bang/team/deployments/bigbang-infra)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Fdeployments%2Fbigbang-infra/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: Resetting npmrc (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: checkOnboarding() (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: isOnboarded() (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: findFile(renovate.json) (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/deployments/bigbang-infra (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: Performing blobless clone (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: git clone completed (repository=big-bang/team/deployments/bigbang-infra)
       "durationMs": 883
DEBUG: latest repository commit (repository=big-bang/team/deployments/bigbang-infra)
       "latestCommit": {
         "hash": "39afc4d00ce32551ae483b0614a90b85bede0748",
         "date": "2025-01-28T14:12:28+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #37\n\nSee merge request big-bang/team/deployments/bigbang-infra!86",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: findFile(.renovaterc) (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: config file not found (repository=big-bang/team/deployments/bigbang-infra)
 INFO: Repository is disabled - skipping (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: Removing any stale branches (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: No renovate branches found (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/deployments/bigbang-infra)
       "splits": {},
       "total": 1535
DEBUG: Package cache statistics (repository=big-bang/team/deployments/bigbang-infra)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/deployments/bigbang-infra)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 81,
           "reqMedianMs": 82,
           "reqMaxMs": 92,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/team/deployments/bigbang-infra)
DEBUG: Lookup statistics (repository=big-bang/team/deployments/bigbang-infra)
 INFO: Repository finished (repository=big-bang/team/deployments/bigbang-infra)
       "cloned": true,
       "durationMs": 1535
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/plugins/keycloak-p1-auth-plugin (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: big-bang/product/plugins/keycloak-p1-auth-plugin default branch = main (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: Enabling Git FS (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/plugins/keycloak-p1-auth-plugin.git (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fplugins%2Fkeycloak-p1-auth-plugin/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=55) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: GitLab API 404 (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fplugins%2Fkeycloak-p1-auth-plugin/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: Resetting npmrc (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: checkOnboarding() (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: isOnboarded() (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: findFile(renovate.json) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/plugins/keycloak-p1-auth-plugin (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: Performing blobless clone (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: git clone completed (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
       "durationMs": 681
DEBUG: latest repository commit (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
       "latestCommit": {
         "hash": "74de279bdf044446d9b12e4c82015a4fb114feda",
         "date": "2025-01-08T12:12:53+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #74\n\nSee merge request big-bang/product/plugins/keycloak-p1-auth-plugin!92",
         "author_name": "Luis Gomez",
         "author_email": "8248-lgomez2@users.noreply.gitlab.example.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: findFile(.renovaterc) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: config file not found (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
 INFO: Repository is disabled - skipping (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: Removing any stale branches (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: No renovate branches found (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
       "splits": {},
       "total": 1388
DEBUG: Package cache statistics (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 132,
           "reqMedianMs": 131,
           "reqMaxMs": 210,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
DEBUG: Lookup statistics (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
 INFO: Repository finished (repository=big-bang/product/plugins/keycloak-p1-auth-plugin)
       "cloned": true,
       "durationMs": 1388
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/cluster-autoscaler)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/cluster-autoscaler (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: big-bang/apps/sandbox/cluster-autoscaler default branch = main (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/cluster-autoscaler.git (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fcluster-autoscaler/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=76) (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/cluster-autoscaler)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fcluster-autoscaler/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/cluster-autoscaler (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/cluster-autoscaler)
       "durationMs": 698
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/cluster-autoscaler)
       "latestCommit": {
         "hash": "21248a3f50e7de0c678c8897a34961c0ed6a339b",
         "date": "2024-05-20T17:52:38+00:00",
         "message": "Merge branch 'overprovision' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Overprovision\n\nSee merge request big-bang/apps/sandbox/cluster-autoscaler!9",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: config file not found (repository=big-bang/apps/sandbox/cluster-autoscaler)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/cluster-autoscaler)
       "splits": {},
       "total": 1257
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/cluster-autoscaler)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/cluster-autoscaler)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 82,
           "reqMedianMs": 78,
           "reqMaxMs": 92,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/cluster-autoscaler)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/cluster-autoscaler)
 INFO: Repository finished (repository=big-bang/apps/sandbox/cluster-autoscaler)
       "cloned": true,
       "durationMs": 1257
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/kubevirt)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/kubevirt (repository=big-bang/apps/third-party/kubevirt)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/kubevirt)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/kubevirt)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/kubevirt)
DEBUG: big-bang/apps/third-party/kubevirt default branch = main (repository=big-bang/apps/third-party/kubevirt)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/kubevirt)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/kubevirt.git (repository=big-bang/apps/third-party/kubevirt)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fkubevirt/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=57) (repository=big-bang/apps/third-party/kubevirt)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/kubevirt)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fkubevirt/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/kubevirt)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/kubevirt)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/kubevirt)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/kubevirt)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/kubevirt)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/kubevirt)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/kubevirt)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/kubevirt (repository=big-bang/apps/third-party/kubevirt)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/kubevirt)
DEBUG: git clone completed (repository=big-bang/apps/third-party/kubevirt)
       "durationMs": 494
DEBUG: latest repository commit (repository=big-bang/apps/third-party/kubevirt)
       "latestCommit": {
         "hash": "b363edb345876fb60323443842fdab13437bb956",
         "date": "2023-10-12T00:42:00+00:00",
         "message": "Merge branch 'adding-and-wip-note' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "adding a WIP note\n\nSee merge request big-bang/apps/third-party/kubevirt!44",
         "author_name": "Christopher O'Connell",
         "author_email": "coconnell@bridgephase.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/kubevirt)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/kubevirt)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/kubevirt)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/kubevirt)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/kubevirt)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/kubevirt)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/kubevirt)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/kubevirt)
DEBUG: config file not found (repository=big-bang/apps/third-party/kubevirt)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/kubevirt)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/kubevirt)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/kubevirt)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/kubevirt)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/kubevirt)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/kubevirt)
       "splits": {},
       "total": 1058
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/kubevirt)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/kubevirt)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 84,
           "reqMedianMs": 79,
           "reqMaxMs": 116,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/kubevirt)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/kubevirt)
 INFO: Repository finished (repository=big-bang/apps/third-party/kubevirt)
       "cloned": true,
       "durationMs": 1058
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/harness)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/harness (repository=big-bang/apps/third-party/harness)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/harness)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/harness)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/harness)
DEBUG: big-bang/apps/third-party/harness default branch = main (repository=big-bang/apps/third-party/harness)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/harness)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/harness.git (repository=big-bang/apps/third-party/harness)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fharness/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=79) (repository=big-bang/apps/third-party/harness)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/harness)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fharness/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/harness)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/harness)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/harness)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/harness)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/harness)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/harness)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/harness)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/harness (repository=big-bang/apps/third-party/harness)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/harness)
DEBUG: git clone completed (repository=big-bang/apps/third-party/harness)
       "durationMs": 709
DEBUG: latest repository commit (repository=big-bang/apps/third-party/harness)
       "latestCommit": {
         "hash": "c1b20f93bf0292d5bc09f164e51ca97f1bc98eb3",
         "date": "2023-09-07T09:56:20+00:00",
         "message": "Merge branch '47-update-ng-manager-template-service-gateway-and-manager-versions' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Resolve \"Update ng-manager, template-service , gateway and manager versions\"\n\nCloses #47\n\nSee merge request big-bang/apps/third-party/harness!30",
         "author_name": "Reetika Mallavarapu",
         "author_email": "mallavarapu.reetika@harness.io"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/harness)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/harness)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/harness)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/harness)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/harness)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/harness)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/harness)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/harness)
DEBUG: config file not found (repository=big-bang/apps/third-party/harness)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/harness)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/harness)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/harness)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/harness)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/harness)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/harness)
       "splits": {},
       "total": 1394
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/harness)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/harness)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 82,
           "reqMedianMs": 79,
           "reqMaxMs": 96,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/harness)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/harness)
 INFO: Repository finished (repository=big-bang/apps/third-party/harness)
       "cloned": true,
       "durationMs": 1394
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/team-charter)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/team-charter (repository=big-bang/team/team-charter)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/team-charter)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/team-charter)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/team-charter)
DEBUG: big-bang/team/team-charter default branch = main (repository=big-bang/team/team-charter)
DEBUG: Enabling Git FS (repository=big-bang/team/team-charter)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/team-charter.git (repository=big-bang/team/team-charter)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Fteam-charter/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=75) (repository=big-bang/team/team-charter)
DEBUG: GitLab API 404 (repository=big-bang/team/team-charter)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Fteam-charter/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/team/team-charter)
DEBUG: Resetting npmrc (repository=big-bang/team/team-charter)
DEBUG: checkOnboarding() (repository=big-bang/team/team-charter)
DEBUG: isOnboarded() (repository=big-bang/team/team-charter)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/team-charter)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/team-charter)
DEBUG: findFile(renovate.json) (repository=big-bang/team/team-charter)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/team-charter (repository=big-bang/team/team-charter)
DEBUG: Performing blobless clone (repository=big-bang/team/team-charter)
DEBUG: git clone completed (repository=big-bang/team/team-charter)
       "durationMs": 945
DEBUG: latest repository commit (repository=big-bang/team/team-charter)
       "latestCommit": {
         "hash": "409b8f4053493e508294e159f86372a50446770c",
         "date": "2025-01-27T18:14:41+00:00",
         "message": "Merge branch 'add-rob-to-bb-ci-infra' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Update mission_team_charter.json\n\nSee merge request big-bang/team/team-charter!274",
         "author_name": "Mark Nelson",
         "author_email": "mark.nelson.45@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/team/team-charter)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/team/team-charter)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/team/team-charter)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/team/team-charter)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/team/team-charter)
DEBUG: findFile(.renovaterc) (repository=big-bang/team/team-charter)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/team/team-charter)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/team/team-charter)
DEBUG: config file not found (repository=big-bang/team/team-charter)
 INFO: Repository is disabled - skipping (repository=big-bang/team/team-charter)
DEBUG: Removing any stale branches (repository=big-bang/team/team-charter)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/team/team-charter)
DEBUG: No renovate branches found (repository=big-bang/team/team-charter)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/team/team-charter)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/team-charter)
       "splits": {},
       "total": 1700
DEBUG: Package cache statistics (repository=big-bang/team/team-charter)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/team-charter)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 100,
           "reqMedianMs": 83,
           "reqMaxMs": 143,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/team/team-charter)
DEBUG: Lookup statistics (repository=big-bang/team/team-charter)
 INFO: Repository finished (repository=big-bang/team/team-charter)
       "cloned": true,
       "durationMs": 1700
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/rapidfort)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/rapidfort (repository=big-bang/product/community/rapidfort)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/rapidfort)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/rapidfort)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/rapidfort)
DEBUG: big-bang/product/community/rapidfort default branch = main (repository=big-bang/product/community/rapidfort)
DEBUG: Enabling Git FS (repository=big-bang/product/community/rapidfort)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/rapidfort.git (repository=big-bang/product/community/rapidfort)
DEBUG: Resetting npmrc (repository=big-bang/product/community/rapidfort)
DEBUG: Resetting npmrc (repository=big-bang/product/community/rapidfort)
DEBUG: checkOnboarding() (repository=big-bang/product/community/rapidfort)
DEBUG: isOnboarded() (repository=big-bang/product/community/rapidfort)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/rapidfort)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/rapidfort)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/rapidfort)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/rapidfort (repository=big-bang/product/community/rapidfort)
DEBUG: Performing blobless clone (repository=big-bang/product/community/rapidfort)
DEBUG: git clone completed (repository=big-bang/product/community/rapidfort)
       "durationMs": 568
DEBUG: latest repository commit (repository=big-bang/product/community/rapidfort)
       "latestCommit": {
         "hash": "adf690c94cac5d36e60dcb25a0e4cdab1fb9f9cc",
         "date": "2024-12-18T19:50:08+00:00",
         "message": "Merge branch 'rapidfort-release-1-1-165' into 'main'",
         "refs": "HEAD -> main, tag: 1.2.5-bb.2, origin/main, origin/HEAD",
         "body": "RapidFort Release 1.1.165\n\nSee merge request big-bang/product/community/rapidfort!130",
         "author_name": "Nrupen Desai",
         "author_email": "nrupen@rapidfort.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/community/rapidfort)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/rapidfort)
DEBUG: Repo is onboarded (repository=big-bang/product/community/rapidfort)
DEBUG: Found renovate.json config file (repository=big-bang/product/community/rapidfort)
DEBUG: Repository config (repository=big-bang/product/community/rapidfort)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "dependencyDashboard": "true",
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade RapidFort Package Dependencies",
         "draftPR": "true",
         "labels": [
           "rapidfort",
           "Big Bang Third-Party",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "RapidFort"}],
         "separateMajorMinor": "false",
         "regexManagers": [
           {
             "fileMatch": ["^chart/deps/redis-bb/Chart\\.yaml$"],
             "matchStrings": ["\\nversion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git",
             "datasourceTemplate": "git-tags"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/community/rapidfort)
DEBUG: Config migration necessary (repository=big-bang/product/community/rapidfort)
       "oldConfig": {
         "baseBranches": ["main"],
         "dependencyDashboard": "true",
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade RapidFort Package Dependencies",
         "draftPR": "true",
         "labels": [
           "rapidfort",
           "Big Bang Third-Party",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "RapidFort"}],
         "separateMajorMinor": "false",
         "regexManagers": [
           {
             "fileMatch": ["^chart/deps/redis-bb/Chart\\.yaml$"],
             "matchStrings": ["\\nversion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git",
             "datasourceTemplate": "git-tags"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade RapidFort Package Dependencies",
         "draftPR": true,
         "labels": [
           "rapidfort",
           "Big Bang Third-Party",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "RapidFort"}],
         "separateMajorMinor": false,
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/deps/redis-bb/Chart\\.yaml$"],
             "matchStrings": ["\\nversion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git",
             "datasourceTemplate": "git-tags"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/community/rapidfort)
       "config": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade RapidFort Package Dependencies",
         "draftPR": true,
         "labels": [
           "rapidfort",
           "Big Bang Third-Party",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "RapidFort"}],
         "separateMajorMinor": false,
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/deps/redis-bb/Chart\\.yaml$"],
             "matchStrings": ["\\nversion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git",
             "datasourceTemplate": "git-tags"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/community/rapidfort)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/community/rapidfort)
DEBUG: findIssue(Renovate: Upgrade RapidFort Package Dependencies) (repository=big-bang/product/community/rapidfort)
DEBUG: baseBranches (repository=big-bang/product/community/rapidfort)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-12-18T19:50:08+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using file match: ^chart/deps/redis-bb/Chart\.yaml$ for manager regex (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Matched 7 file(s) for manager dockerfile: rf-initial-artifacts/Dockerfile.aggregator, rf-initial-artifacts/Dockerfile.backend, rf-initial-artifacts/Dockerfile.frontrow, rf-initial-artifacts/Dockerfile.iso-master, rf-initial-artifacts/Dockerfile.rfapi, rf-initial-artifacts/Dockerfile.rfpubsub, rf-initial-artifacts/Dockerfile.runner (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Matched 3 file(s) for manager helm-values: bkp_bigbang/templates/rapidfort/values.yaml, bkp_bigbang/values.yaml, chart/values.yaml (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: bkp_bigbang/Chart.yaml, chart/Chart.yaml (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Failed to parse helm-values YAML (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=bkp_bigbang/templates/rapidfort/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 1)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Chart has no dependencies in bkp_bigbang/Chart.yaml (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Skipping scratch (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "managers": {"helmv3": 12, "helm-values": 36, "dockerfile": 39}
DEBUG: Found dockerfile package files (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Found helm-values package files (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Found 8 package file(s) (repository=big-bang/product/community/rapidfort, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 6, "depCount": 6},
           "helm-values": {"fileCount": 1, "depCount": 20},
           "helmv3": {"fileCount": 1, "depCount": 1}
         },
         "total": {"fileCount": 8, "depCount": 27}
       }
DEBUG: baseBranch: main (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using queue: host=274057717848.dkr.ecr.us-east-1.amazonaws.com, concurrency=16 (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/rapidfort/fileupload, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/rapidfort/fileupload, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/rapidfort/backend-exe, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/rapidfort/backend-exe, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/rapidfort/aggregator-exe, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/rapidfort/aggregator-exe, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/rapidfort/frontrow, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/rapidfort/frontrow, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/redhat/ubi/ubi8-minimal, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/redhat/ubi/ubi8-minimal, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/redhat/ubi/ubi8-minimal, sha256:b0f774090b9faaccc21392488d1e723fe2444567e76925160c2f26a23ca90f30, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: hostRules: ecr auth for https://274057717848.dkr.ecr.us-east-1.amazonaws.com (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:cc2cda4c0752accc2db91b084b58ccea110705f091b6e3a744bf124c0b2b6f4a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917630",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:6ead5fb9ffed34e11233af59f98e60b524edf647cf0f28c7991d991039c481a5",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "fileupload",
         "org.opencontainers.image.created": "2025-02-03 01:08:46+00:00",
         "org.opencontainers.image.description": "The file upload service provides functionality for part of the E2E exeuction of RapidFort",
         "org.opencontainers.image.licenses": "EULA",
         "org.opencontainers.image.revision": "29dc68a9c42f1c065bf2d5a05a2544bae5c82cc2",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/rapidfort/fileupload",
         "org.opencontainers.image.title": "fileupload",
         "org.opencontainers.image.url": "https://www.rapidfort.com/",
         "org.opencontainers.image.vendor": "RapidFort",
         "org.opencontainers.image.version": "1.1.165-rfhardened"
       }
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:cc2cda4c0752accc2db91b084b58ccea110705f091b6e3a744bf124c0b2b6f4a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917046",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:6ead5fb9ffed34e11233af59f98e60b524edf647cf0f28c7991d991039c481a5",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "aggregator",
         "org.opencontainers.image.created": "2025-02-03 00:02:44+00:00",
         "org.opencontainers.image.description": "The aggregator service provides functionality for part of the E2E exeuction of RapidFort",
         "org.opencontainers.image.licenses": "EULA",
         "org.opencontainers.image.revision": "07d9aeafa925edd439048922c6acf8a387b3a36c",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/rapidfort/aggregator",
         "org.opencontainers.image.title": "aggregator",
         "org.opencontainers.image.url": "https://www.rapidfort.com/",
         "org.opencontainers.image.vendor": "RapidFort",
         "org.opencontainers.image.version": "1.1.165-rfhardened"
       }
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:3f74e5d28397ecd1cafad39f361f16e2cee0a2ff54839b778c658e3a8859208e",
         "org.opencontainers.image.base.name": "registry.access.redhat.com/ubi8-minimal:8.10",
         "architecture": "x86_64",
         "build-date": "2025-01-21T14:25:54",
         "com.redhat.component": "ubi8-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel8",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916719",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "UBI8-minimal",
         "name": "ubi8-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:29:46+00:00",
         "org.opencontainers.image.description": "Red Hat Universal Base Images (UBI) are OCI-compliant container base operating system images with complementary runtime languages and packages that are freely redistributable.",
         "org.opencontainers.image.licenses": "Red Hat Universal Base Image EULA",
         "org.opencontainers.image.revision": "b7a7c9357894e2f9e8c53463dacc36ac7e0d76c0",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/redhat/ubi/8.x/ubi8-minimal",
         "org.opencontainers.image.title": "ubi8-minimal",
         "org.opencontainers.image.url": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
         "org.opencontainers.image.vendor": "Redhat",
         "org.opencontainers.image.version": "8.10",
         "release": "1179",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1179",
         "vcs-ref": "4f8da2b64a13f2a264bd802d8909bf803211fb20",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.10"
       }
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:cc2cda4c0752accc2db91b084b58ccea110705f091b6e3a744bf124c0b2b6f4a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916820",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:6ead5fb9ffed34e11233af59f98e60b524edf647cf0f28c7991d991039c481a5",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "backend",
         "org.opencontainers.image.created": "2025-02-02 23:39:47+00:00",
         "org.opencontainers.image.description": "The backend service provides functionality for part of the E2E exeuction of RapidFort",
         "org.opencontainers.image.licenses": "EULA",
         "org.opencontainers.image.revision": "6bde711d674bf68833d042dbb58e0bf144766d93",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/rapidfort/backend",
         "org.opencontainers.image.title": "backend",
         "org.opencontainers.image.url": "https://hub.docker.com/_/scratch",
         "org.opencontainers.image.vendor": "RapidFort",
         "org.opencontainers.image.version": "1.1.165-rfhardened"
       }
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:dce3448997e33b34c60bfb63100d20a8d8d01fa471bced54674d022cbe5dea08",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3915359",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:3656eb4ef11e57cd7dda825478451b89aebd2b0762199f15897eee4ed7fa3952",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "frontrow",
         "org.opencontainers.image.created": "2025-02-01 23:41:14+00:00",
         "org.opencontainers.image.description": "The frontrow service provides functionality for part of the E2E exeuction of RapidFort",
         "org.opencontainers.image.licenses": "EULA",
         "org.opencontainers.image.revision": "6e6eb80e4f7d8d2563e9f6b4aabcb94bdb7fecc5",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/rapidfort/frontrow",
         "org.opencontainers.image.title": "frontrow",
         "org.opencontainers.image.url": "https://www.rapidfort.com/",
         "org.opencontainers.image.vendor": "RapidFort",
         "org.opencontainers.image.version": "1.1.165-2-rfhardened"
       }
DEBUG: getLabels(https://registry1.dso.mil, ironbank/rapidfort/iso-master-exe, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/rapidfort/iso-master-exe, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/rapidfort/keycloak, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/rapidfort/keycloak, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/bitnami/mysql8, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/bitnami/mysql8, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/rapidfort/rf-scan-exe, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/rapidfort/rf-scan-exe, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/bitnami/mysql8, sha256:b34654740105cfc61798c33ee6a56815f183576252d11a731a8106366ccb8ec8, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/rapidfort/rfapi-exe, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/rapidfort/rfapi-exe, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:cc2cda4c0752accc2db91b084b58ccea110705f091b6e3a744bf124c0b2b6f4a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917146",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:6ead5fb9ffed34e11233af59f98e60b524edf647cf0f28c7991d991039c481a5",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "iso-master",
         "org.opencontainers.image.created": "2025-02-03 00:11:47+00:00",
         "org.opencontainers.image.description": "iso master component of RapidFort",
         "org.opencontainers.image.licenses": "EULA",
         "org.opencontainers.image.revision": "8138ae43026aeb72dd611aef64eac6db267c6c51",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/rapidfort/iso-master",
         "org.opencontainers.image.title": "iso-master",
         "org.opencontainers.image.url": "https://rapidfort.com",
         "org.opencontainers.image.vendor": "RapidFort",
         "org.opencontainers.image.version": "1.1.165-rfhardened"
       }
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:5179fb04c92586b6dcbf88a56450f203b8ef6752ea64f04c75a663681688dedf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/keycloak/keycloak:26.0.1",
         "architecture": "x86_64",
         "build-date": "2024-09-18T21:23:26",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916732",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/keycloak/keycloak:26.0.1@sha256:5179fb04c92586b6dcbf88a56450f203b8ef6752ea64f04c75a663681688dedf",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "keycloak",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:30:38+00:00",
         "org.opencontainers.image.description": "The keycloak service provides functionality for part of the E2E exeuction of RapidFort",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "3c48b6920a4099fe24664f581f3076690348c899",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/rapidfort/keycloak",
         "org.opencontainers.image.title": "keycloak",
         "org.opencontainers.image.url": "https://www.rapidfort.com/",
         "org.opencontainers.image.vendor": "RapidFort",
         "org.opencontainers.image.version": "26.0.1",
         "release": "1227.1726694542",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-1227.1726694542",
         "vcs-ref": "94baa7760359088a42ad33dc22d329a5ee2c7209",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916792",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "bitnami/",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:37:29+00:00",
         "org.opencontainers.image.description": "MySQL is a fast, reliable, scalable, and easy to use open-source relational database system. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "e9f25b3535476c8b1cf6d2b0a60aabd8feb66a9e",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/bitnami/mysql8",
         "org.opencontainers.image.title": "mysql8",
         "org.opencontainers.image.url": "https://github.com/bitnami/bitnami-docker-mysql",
         "org.opencontainers.image.vendor": "Bitnami",
         "org.opencontainers.image.version": "8.4.4",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:cc2cda4c0752accc2db91b084b58ccea110705f091b6e3a744bf124c0b2b6f4a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916962",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:6ead5fb9ffed34e11233af59f98e60b524edf647cf0f28c7991d991039c481a5",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "rf-scan",
         "org.opencontainers.image.created": "2025-02-02 23:54:33+00:00",
         "org.opencontainers.image.description": "The rf-scan service provides functionality for part of the E2E exeuction of RapidFort",
         "org.opencontainers.image.licenses": "EULA",
         "org.opencontainers.image.revision": "0da1c4c45d273b347c7934d20fbd2d11b15be4f1",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/rapidfort/rf-scan",
         "org.opencontainers.image.title": "rf-scan",
         "org.opencontainers.image.url": "https://hub.docker.com/_/scratch",
         "org.opencontainers.image.vendor": "RapidFort",
         "org.opencontainers.image.version": "1.1.165-rfhardened"
       }
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:cc2cda4c0752accc2db91b084b58ccea110705f091b6e3a744bf124c0b2b6f4a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916801",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:6ead5fb9ffed34e11233af59f98e60b524edf647cf0f28c7991d991039c481a5",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "rfapi",
         "org.opencontainers.image.created": "2025-02-02 23:38:27+00:00",
         "org.opencontainers.image.description": "The rfapi service provides functionality for part of the E2E exeuction of RapidFort",
         "org.opencontainers.image.licenses": "EULA",
         "org.opencontainers.image.revision": "dfa13608849aabada59282779c5c602d7b57ee58",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/rapidfort/rfapi",
         "org.opencontainers.image.title": "rfapi",
         "org.opencontainers.image.url": "https://www.rapidfort.com/",
         "org.opencontainers.image.vendor": "RapidFort",
         "org.opencontainers.image.version": "1.1.165-rfhardened"
       }
DEBUG: getLabels(https://registry1.dso.mil, ironbank/rapidfort/rfpubsub-exe, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/rapidfort/rfpubsub-exe, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/rapidfort/runner, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/rapidfort/runner, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: GET https://registry1.dso.mil/v2/ironbank/rapidfort/rfvdb/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=16) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Datasource 404 (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "datasource": "docker",
       "packageName": "registry1.dso.mil/ironbank/rapidfort/rfvdb",
       "url": "https://registry1.dso.mil/v2/ironbank/rapidfort/rfvdb/tags/list?n=10000"
DEBUG: Failed to look up docker package registry1.dso.mil/ironbank/rapidfort/rfvdb (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, dependency=registry1.dso.mil/ironbank/rapidfort/rfvdb)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/rapidfort/vulns-db, latest) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/rapidfort/vulns-db, latest, get) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:cc2cda4c0752accc2db91b084b58ccea110705f091b6e3a744bf124c0b2b6f4a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916756",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:6ead5fb9ffed34e11233af59f98e60b524edf647cf0f28c7991d991039c481a5",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "rfpubsub",
         "org.opencontainers.image.created": "2025-02-02 23:33:21+00:00",
         "org.opencontainers.image.description": "The rfpubsub service provides functionality for part of the E2E exeuction of RapidFort",
         "org.opencontainers.image.licenses": "EULA",
         "org.opencontainers.image.revision": "71a458cf2d4fde7cd26b28d3008ac25bda03b30a",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/rapidfort/rfpubsub",
         "org.opencontainers.image.title": "rfpubsub",
         "org.opencontainers.image.url": "https://www.rapidfort.com/",
         "org.opencontainers.image.vendor": "RapidFort",
         "org.opencontainers.image.version": "1.1.165-rfhardened"
       }
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:cc2cda4c0752accc2db91b084b58ccea110705f091b6e3a744bf124c0b2b6f4a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917174",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:6ead5fb9ffed34e11233af59f98e60b524edf647cf0f28c7991d991039c481a5",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "runner",
         "org.opencontainers.image.created": "2025-02-03 00:14:34+00:00",
         "org.opencontainers.image.description": "The runner service provides functionality for part of the E2E exeuction of RapidFort",
         "org.opencontainers.image.licenses": "EULA",
         "org.opencontainers.image.revision": "b985cb0e59b5942f987ed3f80a89531b6e6d1b2b",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/rapidfort/runner",
         "org.opencontainers.image.title": "runner",
         "org.opencontainers.image.url": "https://www.rapidfort.com/",
         "org.opencontainers.image.vendor": "RapidFort",
         "org.opencontainers.image.version": "1.1.165-rfhardened"
       }
DEBUG: found labels in manifest (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:cc2cda4c0752accc2db91b084b58ccea110705f091b6e3a744bf124c0b2b6f4a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916947",
         "mil.dso.ironbank.image.keywords": "scanning, hardening",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:6ead5fb9ffed34e11233af59f98e60b524edf647cf0f28c7991d991039c481a5",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "vulns-db",
         "org.opencontainers.image.created": "2025-02-02 23:51:52+00:00",
         "org.opencontainers.image.description": "The vulns-db service provides functionality for part of the E2E exeuction of RapidFort",
         "org.opencontainers.image.licenses": "EULA",
         "org.opencontainers.image.revision": "daeb89999c6e618071bc375a13ed0a4d57dcecfe",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/rapidfort/Vulns-db",
         "org.opencontainers.image.title": "vulns-db",
         "org.opencontainers.image.url": "https://www.rapidfort.com/",
         "org.opencontainers.image.vendor": "RapidFort",
         "org.opencontainers.image.version": "1.1.165-rfhardened"
       }
 WARN: ECR getAuthorizationToken error (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: hostRules: testing direct auth for https://274057717848.dkr.ecr.us-east-1.amazonaws.com (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Failed to get authHeaders for getTags lookup (repository=big-bang/product/community/rapidfort, baseBranch=main)
 WARN: ECR getAuthorizationToken error (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Failed to get authHeaders for getTags lookup (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/backend (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=rf-initial-artifacts/Dockerfile.backend, dependency=274057717848.dkr.ecr.us-east-1.amazonaws.com/backend)
DEBUG: Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/frontrow (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=rf-initial-artifacts/Dockerfile.frontrow, dependency=274057717848.dkr.ecr.us-east-1.amazonaws.com/frontrow)
 WARN: ECR getAuthorizationToken error (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Failed to get authHeaders for getTags lookup (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/rfapi (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=rf-initial-artifacts/Dockerfile.rfapi, dependency=274057717848.dkr.ecr.us-east-1.amazonaws.com/rfapi)
 WARN: ECR getAuthorizationToken error (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Failed to get authHeaders for getTags lookup (repository=big-bang/product/community/rapidfort, baseBranch=main)
 WARN: ECR getAuthorizationToken error (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Failed to get authHeaders for getTags lookup (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/aggregator (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=rf-initial-artifacts/Dockerfile.aggregator, dependency=274057717848.dkr.ecr.us-east-1.amazonaws.com/aggregator)
DEBUG: Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/rfpubsub (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=rf-initial-artifacts/Dockerfile.rfpubsub, dependency=274057717848.dkr.ecr.us-east-1.amazonaws.com/rfpubsub)
 WARN: ECR getAuthorizationToken error (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Failed to get authHeaders for getTags lookup (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/runner (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=rf-initial-artifacts/Dockerfile.runner, dependency=274057717848.dkr.ecr.us-east-1.amazonaws.com/runner)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: 16 flattened updates found: registry1.dso.mil/ironbank/rapidfort/aggregator-exe, registry1.dso.mil/ironbank/rapidfort/backend-exe, registry1.dso.mil/ironbank/bitnami/redis, registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal, registry1.dso.mil/ironbank/rapidfort/fileupload, registry1.dso.mil/ironbank/rapidfort/iso-master-exe, registry1.dso.mil/ironbank/rapidfort/keycloak, registry1.dso.mil/ironbank/bitnami/redis, registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal, registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal, registry1.dso.mil/ironbank/bitnami/redis, registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal, registry1.dso.mil/ironbank/rapidfort/rf-scan-exe, registry1.dso.mil/ironbank/rapidfort/rfpubsub-exe, registry1.dso.mil/ironbank/rapidfort/vulns-db, gluon (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/rapidfort, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/community/rapidfort, baseBranch=main)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "274057717848.dkr.ecr.us-east-1.amazonaws.com/aggregator",
                 "currentValue": "1.1.0-bc0c4fa-1980-rfhardened",
                 "replaceString": "274057717848.dkr.ecr.us-east-1.amazonaws.com/aggregator:1.1.0-bc0c4fa-1980-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "274057717848.dkr.ecr.us-east-1.amazonaws.com/aggregator",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "274057717848.dkr.ecr.us-east-1.amazonaws.com/aggregator",
                     "message": "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/aggregator"
                   }
                 ]
               }
             ],
             "packageFile": "rf-initial-artifacts/Dockerfile.aggregator"
           },
           {
             "deps": [
               {
                 "depName": "274057717848.dkr.ecr.us-east-1.amazonaws.com/backend",
                 "currentValue": "1.1.0-12b88d2-1980-rfhardened",
                 "replaceString": "274057717848.dkr.ecr.us-east-1.amazonaws.com/backend:1.1.0-12b88d2-1980-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "274057717848.dkr.ecr.us-east-1.amazonaws.com/backend",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "274057717848.dkr.ecr.us-east-1.amazonaws.com/backend",
                     "message": "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/backend"
                   }
                 ]
               }
             ],
             "packageFile": "rf-initial-artifacts/Dockerfile.backend"
           },
           {
             "deps": [
               {
                 "depName": "274057717848.dkr.ecr.us-east-1.amazonaws.com/frontrow",
                 "currentValue": "1.1.353-22fc3ee-1980",
                 "replaceString": "274057717848.dkr.ecr.us-east-1.amazonaws.com/frontrow:1.1.353-22fc3ee-1980",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "274057717848.dkr.ecr.us-east-1.amazonaws.com/frontrow",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "274057717848.dkr.ecr.us-east-1.amazonaws.com/frontrow",
                     "message": "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/frontrow"
                   }
                 ]
               }
             ],
             "packageFile": "rf-initial-artifacts/Dockerfile.frontrow"
           },
           {
             "deps": [
               {
                 "depName": "274057717848.dkr.ecr.us-east-1.amazonaws.com/rfapi",
                 "currentValue": "1.1.0-9233cfa-1980-rfhardened",
                 "replaceString": "274057717848.dkr.ecr.us-east-1.amazonaws.com/rfapi:1.1.0-9233cfa-1980-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "274057717848.dkr.ecr.us-east-1.amazonaws.com/rfapi",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "274057717848.dkr.ecr.us-east-1.amazonaws.com/rfapi",
                     "message": "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/rfapi"
                   }
                 ]
               }
             ],
             "packageFile": "rf-initial-artifacts/Dockerfile.rfapi"
           },
           {
             "deps": [
               {
                 "depName": "274057717848.dkr.ecr.us-east-1.amazonaws.com/rfpubsub",
                 "currentValue": "1.1.0-a22490b-1980-rfhardened",
                 "replaceString": "274057717848.dkr.ecr.us-east-1.amazonaws.com/rfpubsub:1.1.0-a22490b-1980-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "274057717848.dkr.ecr.us-east-1.amazonaws.com/rfpubsub",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "274057717848.dkr.ecr.us-east-1.amazonaws.com/rfpubsub",
                     "message": "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/rfpubsub"
                   }
                 ]
               }
             ],
             "packageFile": "rf-initial-artifacts/Dockerfile.rfpubsub"
           },
           {
             "deps": [
               {
                 "depName": "274057717848.dkr.ecr.us-east-1.amazonaws.com/runner",
                 "currentValue": "1.1.0-3fac88a-2611-rfhardened",
                 "replaceString": "274057717848.dkr.ecr.us-east-1.amazonaws.com/runner:1.1.0-3fac88a-2611-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "274057717848.dkr.ecr.us-east-1.amazonaws.com/runner",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "274057717848.dkr.ecr.us-east-1.amazonaws.com/runner",
                     "message": "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/runner"
                   }
                 ]
               }
             ],
             "packageFile": "rf-initial-artifacts/Dockerfile.runner"
           }
         ],
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/rapidfort/aggregator-exe",
                 "currentValue": "1.1.165-rfhardened",
                 "replaceString": "registry1.dso.mil/ironbank/rapidfort/aggregator-exe:1.1.165-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.1.690",
                     "newValue": "1.1.690-rfhardened",
                     "newMajor": 1,
                     "newMinor": 1,
                     "newPatch": 690,
                     "updateType": "patch",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/aggregator-exe",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/rapidfort/aggregator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.rapidfort.com/",
                 "lookupName": "ironbank/rapidfort/aggregator-exe",
                 "currentVersion": "1.1.165",
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.165-rfhardened"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/rapidfort/backend-exe",
                 "currentValue": "1.1.165-rfhardened",
                 "replaceString": "registry1.dso.mil/ironbank/rapidfort/backend-exe:1.1.165-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.1.690",
                     "newValue": "1.1.690-rfhardened",
                     "newMajor": 1,
                     "newMinor": 1,
                     "newPatch": 690,
                     "updateType": "patch",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/backend-exe",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/rapidfort/backend",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/scratch",
                 "lookupName": "ironbank/rapidfort/backend-exe",
                 "currentVersion": "1.1.165",
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.165-rfhardened"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.2.4",
                 "replaceString": "registry1.dso.mil/ironbank/bitnami/redis:7.2.4",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.4.2",
                     "newValue": "7.4.2",
                     "newMajor": 7,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.2.4",
                 "isSingleVersion": true,
                 "fixedVersion": "7.2.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
                 "currentValue": "8.9",
                 "replaceString": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.9",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "8.10",
                     "newValue": "8.10",
                     "newMajor": 8,
                     "newMinor": 10,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/8.x/ubi8-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi8-minimal",
                 "currentVersion": "8.9",
                 "isSingleVersion": true,
                 "fixedVersion": "8.9"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/rapidfort/fileupload",
                 "currentValue": "1.1.165-rfhardened",
                 "replaceString": "registry1.dso.mil/ironbank/rapidfort/fileupload:1.1.165-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.1.690",
                     "newValue": "1.1.690-rfhardened",
                     "newMajor": 1,
                     "newMinor": 1,
                     "newPatch": 690,
                     "updateType": "patch",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/fileupload",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/rapidfort/fileupload",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.rapidfort.com/",
                 "lookupName": "ironbank/rapidfort/fileupload",
                 "currentVersion": "1.1.165",
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.165-rfhardened"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/rapidfort/frontrow",
                 "currentValue": "1.1.165-2-rfhardened",
                 "replaceString": "registry1.dso.mil/ironbank/rapidfort/frontrow:1.1.165-2-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/frontrow",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/rapidfort/frontrow",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.rapidfort.com/",
                 "lookupName": "ironbank/rapidfort/frontrow",
                 "currentVersion": "1.1.165",
                 "fixedVersion": "1.1.165-2-rfhardened"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/rapidfort/iso-master-exe",
                 "currentValue": "1.1.165-rfhardened",
                 "replaceString": "registry1.dso.mil/ironbank/rapidfort/iso-master-exe:1.1.165-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.1.690",
                     "newValue": "1.1.690-rfhardened",
                     "newMajor": 1,
                     "newMinor": 1,
                     "newPatch": 690,
                     "updateType": "patch",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/iso-master-exe",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/rapidfort/iso-master",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://rapidfort.com",
                 "lookupName": "ironbank/rapidfort/iso-master-exe",
                 "currentVersion": "1.1.165",
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.165-rfhardened"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/rapidfort/keycloak",
                 "currentValue": "24.0.1",
                 "replaceString": "registry1.dso.mil/ironbank/rapidfort/keycloak:24.0.1",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "26.0.1",
                     "newValue": "26.0.1",
                     "newMajor": 26,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/keycloak",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/rapidfort/keycloak",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.rapidfort.com/",
                 "lookupName": "ironbank/rapidfort/keycloak",
                 "currentVersion": "24.0.1",
                 "isSingleVersion": true,
                 "fixedVersion": "24.0.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.2.4",
                 "replaceString": "registry1.dso.mil/ironbank/bitnami/redis:7.2.4",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.4.2",
                     "newValue": "7.4.2",
                     "newMajor": 7,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.2.4",
                 "isSingleVersion": true,
                 "fixedVersion": "7.2.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
                 "currentValue": "8.9",
                 "replaceString": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.9",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "8.10",
                     "newValue": "8.10",
                     "newMajor": 8,
                     "newMinor": 10,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/8.x/ubi8-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi8-minimal",
                 "currentVersion": "8.9",
                 "isSingleVersion": true,
                 "fixedVersion": "8.9"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/mysql8",
                 "currentValue": "8.0.36-debian-11-r1",
                 "replaceString": "registry1.dso.mil/ironbank/bitnami/mysql8:8.0.36-debian-11-r1",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/mysql8",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/mysql8",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-mysql",
                 "lookupName": "ironbank/bitnami/mysql8",
                 "currentVersion": "8.0.36",
                 "fixedVersion": "8.0.36-debian-11-r1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
                 "currentValue": "8.9",
                 "replaceString": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.9",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "8.10",
                     "newValue": "8.10",
                     "newMajor": 8,
                     "newMinor": 10,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/8.x/ubi8-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi8-minimal",
                 "currentVersion": "8.9",
                 "isSingleVersion": true,
                 "fixedVersion": "8.9"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.2.4",
                 "replaceString": "registry1.dso.mil/ironbank/bitnami/redis:7.2.4",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.4.2",
                     "newValue": "7.4.2",
                     "newMajor": 7,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.2.4",
                 "isSingleVersion": true,
                 "fixedVersion": "7.2.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
                 "currentValue": "8.9",
                 "replaceString": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.9",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "8.10",
                     "newValue": "8.10",
                     "newMajor": 8,
                     "newMinor": 10,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/8.x/ubi8-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi8-minimal",
                 "currentVersion": "8.9",
                 "isSingleVersion": true,
                 "fixedVersion": "8.9"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/rapidfort/rf-scan-exe",
                 "currentValue": "1.1.165-rfhardened",
                 "replaceString": "registry1.dso.mil/ironbank/rapidfort/rf-scan-exe:1.1.165-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.1.690",
                     "newValue": "1.1.690-rfhardened",
                     "newMajor": 1,
                     "newMinor": 1,
                     "newPatch": 690,
                     "updateType": "patch",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/rf-scan-exe",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/rapidfort/rf-scan",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/scratch",
                 "lookupName": "ironbank/rapidfort/rf-scan-exe",
                 "currentVersion": "1.1.165",
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.165-rfhardened"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/rapidfort/rfapi-exe",
                 "currentValue": "1.1.165-rfhardened",
                 "replaceString": "registry1.dso.mil/ironbank/rapidfort/rfapi-exe:1.1.165-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/rfapi-exe",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/rapidfort/rfapi",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.rapidfort.com/",
                 "lookupName": "ironbank/rapidfort/rfapi-exe",
                 "currentVersion": "1.1.165",
                 "fixedVersion": "1.1.165-rfhardened"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/rapidfort/rfpubsub-exe",
                 "currentValue": "1.1.165-rfhardened",
                 "replaceString": "registry1.dso.mil/ironbank/rapidfort/rfpubsub-exe:1.1.165-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.1.690",
                     "newValue": "1.1.690-rfhardened",
                     "newMajor": 1,
                     "newMinor": 1,
                     "newPatch": 690,
                     "updateType": "patch",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/rfpubsub-exe",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/rapidfort/rfpubsub",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.rapidfort.com/",
                 "lookupName": "ironbank/rapidfort/rfpubsub-exe",
                 "currentVersion": "1.1.165",
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.165-rfhardened"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/rapidfort/runner",
                 "currentValue": "1.1.165-rfhardened",
                 "replaceString": "registry1.dso.mil/ironbank/rapidfort/runner:1.1.165-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/runner",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/rapidfort/runner",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.rapidfort.com/",
                 "lookupName": "ironbank/rapidfort/runner",
                 "currentVersion": "1.1.165",
                 "fixedVersion": "1.1.165-rfhardened"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/rapidfort/rfvdb",
                 "currentValue": "1.1.45-rfhardened",
                 "replaceString": "registry1.dso.mil/ironbank/rapidfort/rfvdb:1.1.45-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/rfvdb",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "registry1.dso.mil/ironbank/rapidfort/rfvdb",
                     "message": "Failed to look up docker package registry1.dso.mil/ironbank/rapidfort/rfvdb"
                   }
                 ]
               },
               {
                 "depName": "registry1.dso.mil/ironbank/rapidfort/vulns-db",
                 "currentValue": "1.1.165-rfhardened",
                 "replaceString": "registry1.dso.mil/ironbank/rapidfort/vulns-db:1.1.165-rfhardened",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.1.690",
                     "newValue": "1.1.690-rfhardened",
                     "newMajor": 1,
                     "newMinor": 1,
                     "newPatch": 690,
                     "updateType": "patch",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/rapidfort/vulns-db",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/rapidfort/Vulns-db",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.rapidfort.com/",
                 "lookupName": "ironbank/rapidfort/vulns-db",
                 "currentVersion": "1.1.165",
                 "isSingleVersion": true,
                 "fixedVersion": "1.1.165-rfhardened"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.4.8",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "minor",
                     "branchName": "renovate/rapidfort"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.4.8",
                 "isSingleVersion": true,
                 "fixedVersion": "0.4.8"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.2.5-bb.2",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/community/rapidfort)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/community/rapidfort)
DEBUG: processRepo() (repository=big-bang/product/community/rapidfort)
DEBUG: Processing 1 branch: renovate/rapidfort (repository=big-bang/product/community/rapidfort)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/rapidfort)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/rapidfort)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/rapidfort)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/community/rapidfort)
DEBUG: getBranchPr(renovate/rapidfort) (repository=big-bang/product/community/rapidfort)
DEBUG: findPr(renovate/rapidfort, undefined, open) (repository=big-bang/product/community/rapidfort)
DEBUG: getPr(127) (repository=big-bang/product/community/rapidfort)
DEBUG: getMR(127) (repository=big-bang/product/community/rapidfort)
DEBUG: 1 PRs are currently open (repository=big-bang/product/community/rapidfort)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/community/rapidfort)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/community/rapidfort)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/community/rapidfort)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/community/rapidfort)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/community/rapidfort)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/community/rapidfort)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/community/rapidfort)
DEBUG: 1 already existing branches found: renovate/rapidfort (repository=big-bang/product/community/rapidfort)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/community/rapidfort)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/community/rapidfort)
DEBUG: Branches limit = 2 (repository=big-bang/product/community/rapidfort)
DEBUG: syncBranchState() (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: getBranchPr(renovate/rapidfort) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: findPr(renovate/rapidfort, undefined, open) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: getPr(127) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: getMR(127) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: branchExists=true (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: PR rebase requested=false (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Checking if PR has been edited (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: branch.isModified() = false (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Found existing branch PR (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:11:59.762Z) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No schedule defined (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Branch already exists (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: isBranchConflicted(main, renovate/rapidfort) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Branch does not need rebasing (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Setting current branch to main (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: latest commit (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
       "branchName": "main",
       "latestCommitDate": "2024-12-18T19:50:08+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Branch dep gluon in chart/Chart.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/rapidfort)
       "depName": "gluon"
DEBUG: Branch dep registry1.dso.mil/ironbank/bitnami/redis in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/bitnami/redis"
DEBUG: Branch dep registry1.dso.mil/ironbank/bitnami/redis in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/bitnami/redis"
DEBUG: Branch dep registry1.dso.mil/ironbank/bitnami/redis in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/bitnami/redis"
DEBUG: Branch dep registry1.dso.mil/ironbank/rapidfort/aggregator-exe in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/rapidfort/aggregator-exe"
DEBUG: Branch dep registry1.dso.mil/ironbank/rapidfort/backend-exe in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/rapidfort/backend-exe"
DEBUG: Branch dep registry1.dso.mil/ironbank/rapidfort/fileupload in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/rapidfort/fileupload"
DEBUG: Branch dep registry1.dso.mil/ironbank/rapidfort/iso-master-exe in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/rapidfort/iso-master-exe"
DEBUG: Branch dep registry1.dso.mil/ironbank/rapidfort/keycloak in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/rapidfort/keycloak"
DEBUG: Branch dep registry1.dso.mil/ironbank/rapidfort/rf-scan-exe in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/rapidfort/rf-scan-exe"
DEBUG: Branch dep registry1.dso.mil/ironbank/rapidfort/rfpubsub-exe in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/rapidfort/rfpubsub-exe"
DEBUG: Branch dep registry1.dso.mil/ironbank/rapidfort/vulns-db in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/rapidfort/vulns-db"
DEBUG: Branch dep registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal"
DEBUG: Branch dep registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal"
DEBUG: Branch dep registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal"
DEBUG: Branch dep registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal in chart/values.yaml is already updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No content changed (repository=big-bang/product/community/rapidfort, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/rapidfort)
       "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal"
DEBUG: No package files need updating (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No updated lock files in branch (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No files to commit (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Setting current branch to main (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: latest commit (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
       "branchName": "main",
       "latestCommitDate": "2024-12-18T19:50:08+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Ensuring PR (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: getBranchPr(renovate/rapidfort) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: findPr(renovate/rapidfort, undefined, open) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: getPr(127) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: getMR(127) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Found existing PR (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/redis (7.2.4 -> 7.4.2) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/redis (7.2.4 -> 7.4.2) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/redis (7.2.4 -> 7.4.2) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/rapidfort/aggregator (1.1.165 -> 1.1.690) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/rapidfort/backend (1.1.165 -> 1.1.690) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/rapidfort/fileupload (1.1.165 -> 1.1.690) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/rapidfort/iso-master (1.1.165 -> 1.1.690) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/rapidfort/keycloak (24.0.1 -> 26.0.1) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/rapidfort/rf-scan (1.1.165 -> 1.1.690) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/rapidfort/rfpubsub (1.1.165 -> 1.1.690) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No releases (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No releases (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No releases (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No releases (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No releases (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No releases (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/rapidfort/Vulns-db (1.1.165 -> 1.1.690) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/redhat/ubi/8.x/ubi8-minimal (8.9 -> 8.10) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/redhat/ubi/8.x/ubi8-minimal (8.9 -> 8.10) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/redhat/ubi/8.x/ubi8-minimal (8.9 -> 8.10) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/redhat/ubi/8.x/ubi8-minimal (8.9 -> 8.10) (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No releases (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No gitlab-tags tags found for repository: dsop/bitnami/redis (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No gitlab-tags tags found for repository: dsop/bitnami/redis (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No gitlab-tags tags found for repository: dsop/bitnami/redis (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No gitlab-tags tags found for repository: dsop/rapidfort/keycloak (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No gitlab-tags tags found for repository: dsop/redhat/ubi/8.x/ubi8-minimal (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No gitlab-tags tags found for repository: dsop/redhat/ubi/8.x/ubi8-minimal (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No gitlab-tags tags found for repository: dsop/redhat/ubi/8.x/ubi8-minimal (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: No gitlab-tags tags found for repository: dsop/redhat/ubi/8.x/ubi8-minimal (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
 WARN: Package lookup failures (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
       "warnings": [
         "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/aggregator",
         "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/backend",
         "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/frontrow",
         "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/rfapi",
         "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/rfpubsub",
         "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/runner",
         "Failed to look up docker package registry1.dso.mil/ironbank/rapidfort/rfvdb"
       ],
       "files": [
         "rf-initial-artifacts/Dockerfile.aggregator",
         "rf-initial-artifacts/Dockerfile.backend",
         "rf-initial-artifacts/Dockerfile.frontrow",
         "rf-initial-artifacts/Dockerfile.rfapi",
         "rf-initial-artifacts/Dockerfile.rfpubsub",
         "rf-initial-artifacts/Dockerfile.runner",
         "chart/values.yaml"
       ]
DEBUG: Processing existing PR (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: PR body changed (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
       "prTitle": "SKIP UPDATE CHECK Update RapidFort"
 INFO: PR updated (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
       "pr": 127,
       "prTitle": "SKIP UPDATE CHECK Update RapidFort"
DEBUG: setPrCache() (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: PR is not configured for automerge (repository=big-bang/product/community/rapidfort, baseBranch=main, branch=renovate/rapidfort)
DEBUG: getBranchPr(renovate/rapidfort) (repository=big-bang/product/community/rapidfort)
DEBUG: findPr(renovate/rapidfort, undefined, open) (repository=big-bang/product/community/rapidfort)
DEBUG: getPr(127) (repository=big-bang/product/community/rapidfort)
DEBUG: getMR(127) (repository=big-bang/product/community/rapidfort)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/community/rapidfort)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/community/rapidfort)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/community/rapidfort)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/community/rapidfort)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/community/rapidfort)
 WARN: Package lookup failures (repository=big-bang/product/community/rapidfort)
       "warnings": [
         "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/aggregator",
         "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/backend",
         "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/frontrow",
         "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/rfapi",
         "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/rfpubsub",
         "Failed to look up docker package 274057717848.dkr.ecr.us-east-1.amazonaws.com/runner",
         "Failed to look up docker package registry1.dso.mil/ironbank/rapidfort/rfvdb"
       ],
       "files": [
         "rf-initial-artifacts/Dockerfile.aggregator",
         "rf-initial-artifacts/Dockerfile.backend",
         "rf-initial-artifacts/Dockerfile.frontrow",
         "rf-initial-artifacts/Dockerfile.rfapi",
         "rf-initial-artifacts/Dockerfile.rfpubsub",
         "rf-initial-artifacts/Dockerfile.runner",
         "chart/values.yaml"
       ]
DEBUG: ensureIssue() (repository=big-bang/product/community/rapidfort)
DEBUG: Updating issue (repository=big-bang/product/community/rapidfort)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/community/rapidfort)
DEBUG: No reconfigure branch found (repository=big-bang/product/community/rapidfort)
DEBUG: Removing any stale branches (repository=big-bang/product/community/rapidfort)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/community/rapidfort)
DEBUG: Branch lists (repository=big-bang/product/community/rapidfort)
       "branchList": ["renovate/rapidfort"],
       "renovateBranches": ["renovate/rapidfort"]
DEBUG: remainingBranches= (repository=big-bang/product/community/rapidfort)
DEBUG: No branches to clean up (repository=big-bang/product/community/rapidfort)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/rapidfort)
DEBUG: ensureIssueClosing() (repository=big-bang/product/community/rapidfort)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/rapidfort)
DEBUG: Branch summary (repository=big-bang/product/community/rapidfort)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "adf690c94cac5d36e60dcb25a0e4cdab1fb9f9cc"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "adf690c94cac5d36e60dcb25a0e4cdab1fb9f9cc",
           "branchName": "renovate/rapidfort",
           "branchSha": "b4a8e3d7af6a99f8adbc5b8bcd53318d8dbe3285",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/community/rapidfort)
       "branchesInformation": [
         {
           "branchName": "renovate/rapidfort",
           "prNo": 127,
           "prTitle": "SKIP UPDATE CHECK Update RapidFort",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.4.8",
               "currentVersion": "0.4.8",
               "currentValue": "0.4.8",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/bitnami/redis",
               "displayPending": "",
               "fixedVersion": "7.2.4",
               "currentVersion": "7.2.4",
               "currentValue": "7.2.4",
               "newValue": "7.4.2",
               "newVersion": "7.4.2",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/bitnami/redis"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/bitnami/redis",
               "displayPending": "",
               "fixedVersion": "7.2.4",
               "currentVersion": "7.2.4",
               "currentValue": "7.2.4",
               "newValue": "7.4.2",
               "newVersion": "7.4.2",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/bitnami/redis"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/bitnami/redis",
               "displayPending": "",
               "fixedVersion": "7.2.4",
               "currentVersion": "7.2.4",
               "currentValue": "7.2.4",
               "newValue": "7.4.2",
               "newVersion": "7.4.2",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/bitnami/redis"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/rapidfort/aggregator-exe",
               "displayPending": "",
               "fixedVersion": "1.1.165-rfhardened",
               "currentVersion": "1.1.165",
               "currentValue": "1.1.165-rfhardened",
               "newValue": "1.1.690-rfhardened",
               "newVersion": "1.1.690",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/rapidfort/aggregator-exe"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/rapidfort/backend-exe",
               "displayPending": "",
               "fixedVersion": "1.1.165-rfhardened",
               "currentVersion": "1.1.165",
               "currentValue": "1.1.165-rfhardened",
               "newValue": "1.1.690-rfhardened",
               "newVersion": "1.1.690",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/rapidfort/backend-exe"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/rapidfort/fileupload",
               "displayPending": "",
               "fixedVersion": "1.1.165-rfhardened",
               "currentVersion": "1.1.165",
               "currentValue": "1.1.165-rfhardened",
               "newValue": "1.1.690-rfhardened",
               "newVersion": "1.1.690",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/rapidfort/fileupload"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/rapidfort/iso-master-exe",
               "displayPending": "",
               "fixedVersion": "1.1.165-rfhardened",
               "currentVersion": "1.1.165",
               "currentValue": "1.1.165-rfhardened",
               "newValue": "1.1.690-rfhardened",
               "newVersion": "1.1.690",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/rapidfort/iso-master-exe"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/rapidfort/keycloak",
               "displayPending": "",
               "fixedVersion": "24.0.1",
               "currentVersion": "24.0.1",
               "currentValue": "24.0.1",
               "newValue": "26.0.1",
               "newVersion": "26.0.1",
               "packageFile": "chart/values.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/rapidfort/keycloak"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/rapidfort/rf-scan-exe",
               "displayPending": "",
               "fixedVersion": "1.1.165-rfhardened",
               "currentVersion": "1.1.165",
               "currentValue": "1.1.165-rfhardened",
               "newValue": "1.1.690-rfhardened",
               "newVersion": "1.1.690",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/rapidfort/rf-scan-exe"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/rapidfort/rfpubsub-exe",
               "displayPending": "",
               "fixedVersion": "1.1.165-rfhardened",
               "currentVersion": "1.1.165",
               "currentValue": "1.1.165-rfhardened",
               "newValue": "1.1.690-rfhardened",
               "newVersion": "1.1.690",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/rapidfort/rfpubsub-exe"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/rapidfort/vulns-db",
               "displayPending": "",
               "fixedVersion": "1.1.165-rfhardened",
               "currentVersion": "1.1.165",
               "currentValue": "1.1.165-rfhardened",
               "newValue": "1.1.690-rfhardened",
               "newVersion": "1.1.690",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/rapidfort/vulns-db"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
               "displayPending": "",
               "fixedVersion": "8.9",
               "currentVersion": "8.9",
               "currentValue": "8.9",
               "newValue": "8.10",
               "newVersion": "8.10",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
               "displayPending": "",
               "fixedVersion": "8.9",
               "currentVersion": "8.9",
               "currentValue": "8.9",
               "newValue": "8.10",
               "newVersion": "8.10",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
               "displayPending": "",
               "fixedVersion": "8.9",
               "currentVersion": "8.9",
               "currentValue": "8.9",
               "newValue": "8.10",
               "newVersion": "8.10",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
               "displayPending": "",
               "fixedVersion": "8.9",
               "currentVersion": "8.9",
               "currentValue": "8.9",
               "newValue": "8.10",
               "newVersion": "8.10",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/community/rapidfort)
       "stats": {"total": 2, "open": 1, "closed": 1, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/product/community/rapidfort)
DEBUG: repository problems (repository=big-bang/product/community/rapidfort)
       "repoProblems": ["WARN: ECR getAuthorizationToken error", "WARN: Package lookup failures"]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/rapidfort)
       "splits": {"init": 1349, "extract": 391, "lookup": 3077, "onboarding": 1, "update": 2364},
       "total": 7773
DEBUG: Package cache statistics (repository=big-bang/product/community/rapidfort)
       "get": {"count": 67, "avgMs": 6, "medianMs": 0, "maxMs": 88, "totalMs": 393},
       "set": {"count": 84, "avgMs": 4, "medianMs": 2, "maxMs": 57, "totalMs": 366}
DEBUG: HTTP statistics (repository=big-bang/product/community/rapidfort)
       "hosts": {
         "274057717848.dkr.ecr.us-east-1.amazonaws.com": {
           "count": 6,
           "reqAvgMs": 247,
           "reqMedianMs": 284,
           "reqMaxMs": 292,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 71,
           "reqAvgMs": 32,
           "reqMedianMs": 23,
           "reqMaxMs": 156,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 18,
           "reqAvgMs": 146,
           "reqMedianMs": 97,
           "reqMaxMs": 441,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 95
DEBUG: HTTP cache statistics (repository=big-bang/product/community/rapidfort)
DEBUG: Lookup statistics (repository=big-bang/product/community/rapidfort)
       "docker": {"count": 27, "avgMs": 511, "medianMs": 314, "maxMs": 1602, "totalMs": 13790}
 INFO: Repository finished (repository=big-bang/product/community/rapidfort)
       "cloned": true,
       "durationMs": 7773
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/launchboard/launchboard-bb (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: big-bang/apps/sandbox/launchboard/launchboard-bb default branch = main (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/launchboard/launchboard-bb.git (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Flaunchboard%2Flaunchboard-bb/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=75) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Flaunchboard%2Flaunchboard-bb/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/launchboard/launchboard-bb (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
       "durationMs": 455
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
       "latestCommit": {
         "hash": "7fa2f8bcde9c7dc7b38efa133436808b1d0e978c",
         "date": "2022-03-30T15:51:23+00:00",
         "message": "Merge branch 'dev-add-docs' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "add some docs\n\nSee merge request platform-one/big-bang/apps/sandbox/launchboard/launchboard-bb!2",
         "author_name": "Baban Faraj",
         "author_email": "baban.faraj@recro.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: config file not found (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
       "splits": {},
       "total": 1013
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 79,
           "reqMedianMs": 75,
           "reqMaxMs": 91,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
 INFO: Repository finished (repository=big-bang/apps/sandbox/launchboard/launchboard-bb)
       "cloned": true,
       "durationMs": 1013
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/customers/tenant-configs)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customers/tenant-configs (repository=big-bang/customers/tenant-configs)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/customers/tenant-configs)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/customers/tenant-configs)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/customers/tenant-configs)
DEBUG: big-bang/customers/tenant-configs default branch = main (repository=big-bang/customers/tenant-configs)
DEBUG: Enabling Git FS (repository=big-bang/customers/tenant-configs)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/customers/tenant-configs.git (repository=big-bang/customers/tenant-configs)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fcustomers%2Ftenant-configs/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=81) (repository=big-bang/customers/tenant-configs)
DEBUG: GitLab API 404 (repository=big-bang/customers/tenant-configs)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fcustomers%2Ftenant-configs/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/customers/tenant-configs)
DEBUG: Resetting npmrc (repository=big-bang/customers/tenant-configs)
DEBUG: checkOnboarding() (repository=big-bang/customers/tenant-configs)
DEBUG: isOnboarded() (repository=big-bang/customers/tenant-configs)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/customers/tenant-configs)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/customers/tenant-configs)
DEBUG: findFile(renovate.json) (repository=big-bang/customers/tenant-configs)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customers/tenant-configs (repository=big-bang/customers/tenant-configs)
DEBUG: Performing blobless clone (repository=big-bang/customers/tenant-configs)
DEBUG: git clone completed (repository=big-bang/customers/tenant-configs)
       "durationMs": 482
DEBUG: latest repository commit (repository=big-bang/customers/tenant-configs)
       "latestCommit": {
         "hash": "2eb4e6dd22fca39cd5a773fc46bd5551e09f86ed",
         "date": "2022-03-21T16:46:52+00:00",
         "message": "Merge branch 'initial' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Initial Commit to repo with values file, Templates and README\n\nCloses platform-one/big-bang/bigbang#989\n\nSee merge request platform-one/big-bang/customers/tenant-configs!1",
         "author_name": "Ryan Garcia",
         "author_email": "garcia.ryan@solute.us"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/customers/tenant-configs)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/customers/tenant-configs)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/customers/tenant-configs)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/customers/tenant-configs)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/customers/tenant-configs)
DEBUG: findFile(.renovaterc) (repository=big-bang/customers/tenant-configs)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/customers/tenant-configs)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/customers/tenant-configs)
DEBUG: config file not found (repository=big-bang/customers/tenant-configs)
 INFO: Repository is disabled - skipping (repository=big-bang/customers/tenant-configs)
DEBUG: Removing any stale branches (repository=big-bang/customers/tenant-configs)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/customers/tenant-configs)
DEBUG: No renovate branches found (repository=big-bang/customers/tenant-configs)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/customers/tenant-configs)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/customers/tenant-configs)
       "splits": {},
       "total": 1086
DEBUG: Package cache statistics (repository=big-bang/customers/tenant-configs)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/customers/tenant-configs)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 96,
           "reqMedianMs": 81,
           "reqMaxMs": 134,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/customers/tenant-configs)
DEBUG: Lookup statistics (repository=big-bang/customers/tenant-configs)
 INFO: Repository finished (repository=big-bang/customers/tenant-configs)
       "cloned": true,
       "durationMs": 1086
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/kyverno-reporter)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/kyverno-reporter (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: big-bang/product/packages/kyverno-reporter default branch = main (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/kyverno-reporter.git (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: isOnboarded() (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/kyverno-reporter (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: git clone completed (repository=big-bang/product/packages/kyverno-reporter)
       "durationMs": 576
DEBUG: latest repository commit (repository=big-bang/product/packages/kyverno-reporter)
       "latestCommit": {
         "hash": "31b74e0dd9ba50b0a233c45ea5d680f14c8287ff",
         "date": "2025-01-09T17:51:14+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 2.24.2-bb.2, origin/main, origin/HEAD, origin/101-kyverno-reporter-add-istio-operatorless-network-policy-support",
         "body": "SKIP UPGRADE Update gluon Docker tag to v0.5.12\n\nSee merge request big-bang/product/packages/kyverno-reporter!133",
         "author_name": "Bulat Khamitov",
         "author_email": "27224-bkhamitov@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Repository config (repository=big-bang/product/packages/kyverno-reporter)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kyverno Reporter Images",
         "draftPR": true,
         "enabledManagers": ["helmv3", "helm-values", "regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kyverno", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Kyverno Reporter:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Config migration necessary (repository=big-bang/product/packages/kyverno-reporter)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kyverno Reporter Images",
         "draftPR": true,
         "enabledManagers": ["helmv3", "helm-values", "regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kyverno", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Kyverno Reporter:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kyverno Reporter Images",
         "draftPR": true,
         "enabledManagers": ["helmv3", "helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kyverno", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Kyverno Reporter:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/kyverno-reporter)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kyverno Reporter Images",
         "draftPR": true,
         "enabledManagers": ["helmv3", "helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kyverno", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Kyverno Reporter:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/kyverno-reporter)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: findIssue(Renovate: Upgrade Kyverno Reporter Images) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: baseBranches (repository=big-bang/product/packages/kyverno-reporter)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-09T17:51:14+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Matched 3 file(s) for manager helm-values: bigbang/templates/kyverno/reporter/values.yaml, bigbang/values.yaml, chart/values.yaml (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: bigbang/Chart.yaml, chart/Chart.yaml (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Failed to parse helm-values YAML (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, packageFile=bigbang/templates/kyverno/reporter/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Chart has no dependencies in bigbang/Chart.yaml (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
       "managers": {"regex": 7, "helmv3": 9, "helm-values": 20}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 1},
           "helmv3": {"fileCount": 1, "depCount": 4},
           "regex": {"fileCount": 2, "depCount": 3}
         },
         "total": {"fileCount": 4, "depCount": 8}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kyverno/policy-reporter, latest) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/policy-reporter, latest, get) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/policy-reporter, sha256:bd789bc38af4140d3e28ed8f34cdfa92812e77888a834715bcb7f799f44d7165, get) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:dce3448997e33b34c60bfb63100d20a8d8d01fa471bced54674d022cbe5dea08",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3915279",
         "mil.dso.ironbank.image.keywords": "kyverno,policy,reporting",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:3656eb4ef11e57cd7dda825478451b89aebd2b0762199f15897eee4ed7fa3952",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "Policy-Reporter",
         "org.opencontainers.image.created": "2025-02-01 23:31:48+00:00",
         "org.opencontainers.image.description": "Policy Reporter provides a way to view Policy Reports, it also provides a Prometheus Metrics API.",
         "org.opencontainers.image.licenses": "MIT",
         "org.opencontainers.image.revision": "4bf21d971222360f34f42885df19121e9f82ae6c",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kyverno/policy-reporter/policy-reporter",
         "org.opencontainers.image.title": "policy-reporter",
         "org.opencontainers.image.url": "https://github.com/kyverno/policy-reporter",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "3.0.0"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: 5 flattened updates found: registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter, gluon, registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter, registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter, registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
                 "currentValue": "2.20.2",
                 "datasource": "docker",
                 "replaceString": "2.20.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.0.0",
                     "newValue": "3.0.0",
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/policy-reporter/policy-reporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kyverno/policy-reporter",
                 "lookupName": "ironbank/opensource/kyverno/policy-reporter",
                 "currentVersion": "2.20.2",
                 "isSingleVersion": true,
                 "fixedVersion": "2.20.2"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "monitoring",
                 "currentValue": "2.8.2",
                 "skipReason": "no-repository",
                 "updates": [],
                 "packageName": "monitoring"
               },
               {
                 "depName": "ui",
                 "currentValue": "2.10.5",
                 "skipReason": "no-repository",
                 "updates": [],
                 "packageName": "ui"
               },
               {
                 "depName": "kyvernoPlugin",
                 "currentValue": "1.6.5",
                 "skipReason": "no-repository",
                 "updates": [],
                 "packageName": "kyvernoPlugin"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.12",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.12",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.12"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "2.24.2-bb.2",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
                 "currentValue": "2.20.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: 2.20.2",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.0.0",
                     "newValue": "3.0.0",
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/policy-reporter/policy-reporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kyverno/policy-reporter",
                 "lookupName": "ironbank/opensource/kyverno/policy-reporter",
                 "currentVersion": "2.20.2",
                 "isSingleVersion": true,
                 "fixedVersion": "2.20.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
                 "currentValue": "2.20.2",
                 "datasource": "docker",
                 "replaceString": "- Kyverno Reporter: 2.20.2",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.0.0",
                     "newValue": "3.0.0",
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/policy-reporter/policy-reporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kyverno/policy-reporter",
                 "lookupName": "ironbank/opensource/kyverno/policy-reporter",
                 "currentVersion": "2.20.2",
                 "isSingleVersion": true,
                 "fixedVersion": "2.20.2"
               }
             ],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Kyverno Reporter:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
                 "currentValue": "2.20.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter:2.20.2",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.0.0",
                     "newValue": "3.0.0",
                     "newMajor": 3,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/policy-reporter/policy-reporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kyverno/policy-reporter",
                 "lookupName": "ironbank/opensource/kyverno/policy-reporter",
                 "currentVersion": "2.20.2",
                 "isSingleVersion": true,
                 "fixedVersion": "2.20.2"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: processRepo() (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: getPr(140) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: getMR(140) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: syncBranchState() (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(140) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(140) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:12:07.558Z) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-09T17:51:14+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep gluon in chart/Chart.yaml is already updated (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "gluon"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter in chart/Chart.yaml is already updated (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter in chart/Chart.yaml is already updated (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter in chart/Chart.yaml is already updated (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter in chart/values.yaml is already updated (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter"
DEBUG: No package files need updating (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-09T17:51:14+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(140) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(140) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kyverno/policy-reporter/policy-reporter (2.20.2 -> 3.0.0) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kyverno/policy-reporter/policy-reporter (2.20.2 -> 3.0.0) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kyverno/policy-reporter/policy-reporter (2.20.2 -> 3.0.0) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kyverno/policy-reporter/policy-reporter (2.20.2 -> 3.0.0) (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kyverno/policy-reporter/policy-reporter (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kyverno/policy-reporter/policy-reporter (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kyverno/policy-reporter/policy-reporter (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kyverno/policy-reporter/policy-reporter (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
       "pr": 140,
       "prTitle": "SKIP UPDATE CHECK Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/kyverno-reporter, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: getPr(140) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: getMR(140) (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: ensureIssue() (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Updating issue (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Branch lists (repository=big-bang/product/packages/kyverno-reporter)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: No branches to clean up (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Repo is activated (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Branch summary (repository=big-bang/product/packages/kyverno-reporter)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "31b74e0dd9ba50b0a233c45ea5d680f14c8287ff"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "31b74e0dd9ba50b0a233c45ea5d680f14c8287ff",
           "branchName": "renovate/ironbank",
           "branchSha": "0ff018a70bf0902367ca810a78b7737e2999697f",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/kyverno-reporter)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 140,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.12",
               "currentVersion": "0.5.12",
               "currentValue": "0.5.12",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
               "displayPending": "",
               "fixedVersion": "2.20.2",
               "currentVersion": "2.20.2",
               "currentValue": "2.20.2",
               "newValue": "3.0.0",
               "newVersion": "3.0.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
               "displayPending": "",
               "fixedVersion": "2.20.2",
               "currentVersion": "2.20.2",
               "currentValue": "2.20.2",
               "newValue": "3.0.0",
               "newVersion": "3.0.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
               "displayPending": "",
               "fixedVersion": "2.20.2",
               "currentVersion": "2.20.2",
               "currentValue": "2.20.2",
               "newValue": "3.0.0",
               "newVersion": "3.0.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter",
               "displayPending": "",
               "fixedVersion": "2.20.2",
               "currentVersion": "2.20.2",
               "currentValue": "2.20.2",
               "newValue": "3.0.0",
               "newVersion": "3.0.0",
               "packageFile": "chart/values.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/kyverno-reporter)
       "stats": {"total": 8, "open": 1, "closed": 2, "merged": 5}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/kyverno-reporter)
       "splits": {"init": 1848, "extract": 280, "lookup": 682, "onboarding": 1, "update": 1574},
       "total": 4927
DEBUG: Package cache statistics (repository=big-bang/product/packages/kyverno-reporter)
       "get": {"count": 8, "avgMs": 1, "medianMs": 0, "maxMs": 3, "totalMs": 5},
       "set": {"count": 12, "avgMs": 3, "medianMs": 2, "maxMs": 12, "totalMs": 38}
DEBUG: HTTP statistics (repository=big-bang/product/packages/kyverno-reporter)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 64,
           "reqMedianMs": 36,
           "reqMaxMs": 167,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 217,
           "reqMedianMs": 161,
           "reqMaxMs": 607,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 19
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/kyverno-reporter)
DEBUG: Lookup statistics (repository=big-bang/product/packages/kyverno-reporter)
       "docker": {"count": 5, "avgMs": 496, "medianMs": 616, "maxMs": 616, "totalMs": 2479}
 INFO: Repository finished (repository=big-bang/product/packages/kyverno-reporter)
       "cloned": true,
       "durationMs": 4927
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/metrics-server)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/metrics-server (repository=big-bang/product/packages/metrics-server)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/metrics-server)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/metrics-server)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/metrics-server)
DEBUG: big-bang/product/packages/metrics-server default branch = main (repository=big-bang/product/packages/metrics-server)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/metrics-server)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/metrics-server.git (repository=big-bang/product/packages/metrics-server)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/metrics-server)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/metrics-server)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/metrics-server)
DEBUG: isOnboarded() (repository=big-bang/product/packages/metrics-server)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/metrics-server)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/metrics-server)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/metrics-server)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/metrics-server (repository=big-bang/product/packages/metrics-server)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/metrics-server)
DEBUG: git clone completed (repository=big-bang/product/packages/metrics-server)
       "durationMs": 544
DEBUG: latest repository commit (repository=big-bang/product/packages/metrics-server)
       "latestCommit": {
         "hash": "2fd58d3084957a0fd5f91e032ed45e1901f5f1c1",
         "date": "2025-01-23T18:11:01+00:00",
         "message": "Merge branch '108-update-renovate-config' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Resolve \"Update Renovate config\"\n\nCloses #108\n\nSee merge request big-bang/product/packages/metrics-server!129",
         "author_name": "Kevin Scheunemann",
         "author_email": "kscheunemann@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/metrics-server)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/metrics-server)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/metrics-server)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/metrics-server)
DEBUG: Repository config (repository=big-bang/product/packages/metrics-server)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Metrics-Server Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["**/.gitlab-ci.yml"],
         "labels": [
           "metricsServer",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "separateMajorMinor": false,
         "packageRules": [
           {"matchDatasources": ["docker", "helm"], "groupName": "Ironbank"}
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": "Update app version chart annotations",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Metrics Server:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": "Update docker image references",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": "Update chart version",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "depNameTemplate": "metrics-server",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://kubernetes-sigs.github.io/metrics-server"
           }
         ],
         "postUpgradeTasks": {
           "commands": [
             "regenerate-helm-docs",
             "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
           ],
           "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
         }
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/metrics-server)
DEBUG: No config migration necessary (repository=big-bang/product/packages/metrics-server)
DEBUG: Post-massage config (repository=big-bang/product/packages/metrics-server)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Metrics-Server Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["**/.gitlab-ci.yml"],
         "labels": [
           "metricsServer",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "separateMajorMinor": false,
         "packageRules": [
           {"matchDatasources": ["docker", "helm"], "groupName": "Ironbank"}
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": ["Update app version chart annotations"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Metrics Server:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": ["Update docker image references"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": ["Update chart version"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "depNameTemplate": "metrics-server",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://kubernetes-sigs.github.io/metrics-server"
           }
         ],
         "postUpgradeTasks": {
           "commands": [
             "regenerate-helm-docs",
             "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
           ],
           "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
         }
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/metrics-server)
       "ignorePaths": ["**/.gitlab-ci.yml"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/metrics-server)
DEBUG: findIssue(Renovate: Upgrade Metrics-Server Package Dependencies) (repository=big-bang/product/packages/metrics-server)
DEBUG: baseBranches (repository=big-bang/product/packages/metrics-server)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/metrics-server, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T18:11:01+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/metrics-server, baseBranch=main)
       "managers": {"helm-values": 5, "regex": 11, "helmv3": 11}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/product/packages/metrics-server, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/metrics-server, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 3},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 3, "depCount": 5}
         },
         "total": {"fileCount": 5, "depCount": 9}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: hostRules: no authentication for kubernetes-sigs.github.io (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Using queue: host=kubernetes-sigs.github.io, concurrency=16 (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Using queue: host=registry.k8s.io, concurrency=16 (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kubernetes-sigs/metrics-server, latest) (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kubernetes-sigs/metrics-server, latest, get) (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kubernetes-sigs/metrics-server, sha256:e254917dc2b11c8b95f2b4f2fd82be8ed34777d688b03339e86a961929239739, get) (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/metrics-server, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917451",
         "mil.dso.ironbank.image.keywords": "Kubernetes, autoscaling pipelines, metrics",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "kubernets-sigs/metrics-server",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:47:08+00:00",
         "org.opencontainers.image.description": "Metrics Server is a scalable, efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.",
         "org.opencontainers.image.licenses": "Apache 2-0",
         "org.opencontainers.image.revision": "584df711decd4d9c23a84f932120b1a5b588a017",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kubernetes-sigs/metrics-server",
         "org.opencontainers.image.title": "metrics-server",
         "org.opencontainers.image.url": "https://github.com/kubernetes-sigs/metrics-server",
         "org.opencontainers.image.vendor": "opensource",
         "org.opencontainers.image.version": "v0.7.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: No registry auth required for https://registry.k8s.io/v2/autoscaling/addon-resizer/tags/list?n=10000 (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: getLabels(https://registry.k8s.io, autoscaling/addon-resizer, 1.8.23) (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: getManifestResponse(https://registry.k8s.io, autoscaling/addon-resizer, 1.8.23, get) (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: No registry auth required for https://registry.k8s.io/v2/ (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: getManifestResponse(https://registry.k8s.io, autoscaling/addon-resizer, sha256:d6e1abade519d4d19408ceffcdce20d836214bc778ed7ee414662dbaac8181ff, get) (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: No registry auth required for https://registry.k8s.io/v2/ (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: No registry auth required for https://registry.k8s.io/v2/ (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/metrics-server, baseBranch=main)
       "labels": {}
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: 4 flattened updates found: registry.k8s.io/autoscaling/addon-resizer, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, gluon, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/metrics-server, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/metrics-server, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server",
                 "currentValue": "v0.7.2",
                 "datasource": "docker",
                 "replaceString": "v0.7.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes-sigs/metrics-server",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes-sigs/metrics-server",
                 "lookupName": "ironbank/opensource/kubernetes-sigs/metrics-server",
                 "currentVersion": "v0.7.2",
                 "fixedVersion": "v0.7.2"
               },
               {
                 "depName": "registry.k8s.io/autoscaling/addon-resizer",
                 "currentValue": "1.8.21",
                 "datasource": "docker",
                 "replaceString": "1.8.21",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.8.23",
                     "newValue": "1.8.23",
                     "newMajor": 1,
                     "newMinor": 8,
                     "newPatch": 23,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry.k8s.io/autoscaling/addon-resizer",
                 "warnings": [],
                 "registryUrl": "https://registry.k8s.io",
                 "lookupName": "autoscaling/addon-resizer",
                 "currentVersion": "1.8.21",
                 "isSingleVersion": true,
                 "fixedVersion": "1.8.21"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.29.6",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.6",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.29.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.29.6"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.4",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.4",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.4"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "3.12.2-bb.1",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server",
                 "currentValue": "v0.7.2",
                 "datasource": "docker",
                 "replaceString": "- Metrics Server: v0.7.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes-sigs/metrics-server",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes-sigs/metrics-server",
                 "lookupName": "ironbank/opensource/kubernetes-sigs/metrics-server",
                 "currentVersion": "v0.7.2",
                 "fixedVersion": "v0.7.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server",
                 "currentValue": "0.7.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: 0.7.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes-sigs/metrics-server",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes-sigs/metrics-server",
                 "lookupName": "ironbank/opensource/kubernetes-sigs/metrics-server",
                 "currentVersion": "v0.7.2",
                 "fixedVersion": "0.7.2"
               }
             ],
             "matchStrings": [
               "- Metrics Server:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server",
                 "currentValue": "v0.7.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server:v0.7.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes-sigs/metrics-server",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes-sigs/metrics-server",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes-sigs/metrics-server",
                 "lookupName": "ironbank/opensource/kubernetes-sigs/metrics-server",
                 "currentVersion": "v0.7.2",
                 "fixedVersion": "v0.7.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.29.8",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.8",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.29.8",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.29.8"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "metrics-server",
                 "currentValue": "3.12.2",
                 "datasource": "helm",
                 "registryUrls": ["https://kubernetes-sigs.github.io/metrics-server"],
                 "replaceString": "version: 3.12.2-bb.1",
                 "updates": [],
                 "packageName": "metrics-server",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes-sigs/metrics-server",
                 "registryUrl": "https://kubernetes-sigs.github.io/metrics-server",
                 "currentVersion": "3.12.2",
                 "currentVersionTimestamp": "2024-10-07T21:28:39.993Z",
                 "currentVersionAgeInDays": 118,
                 "fixedVersion": "3.12.2"
               }
             ],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "depNameTemplate": "metrics-server",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://kubernetes-sigs.github.io/metrics-server",
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/metrics-server)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/metrics-server)
DEBUG: processRepo() (repository=big-bang/product/packages/metrics-server)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/metrics-server)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/metrics-server)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/metrics-server)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/metrics-server)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/metrics-server)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/metrics-server)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/metrics-server)
DEBUG: getPr(122) (repository=big-bang/product/packages/metrics-server)
DEBUG: getMR(122) (repository=big-bang/product/packages/metrics-server)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/metrics-server)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/metrics-server)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/metrics-server)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/metrics-server)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/metrics-server)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/metrics-server)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/metrics-server)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/metrics-server)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/metrics-server)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/metrics-server)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/metrics-server)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/metrics-server)
DEBUG: syncBranchState() (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(122) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(122) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:12:12.278Z) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T18:11:01+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep gluon in chart/Chart.yaml is already updated (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/metrics-server, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "gluon"
DEBUG: Branch dep registry.k8s.io/autoscaling/addon-resizer in chart/values.yaml is already updated (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/metrics-server, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry.k8s.io/autoscaling/addon-resizer"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/Chart.yaml is already updated (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/metrics-server, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/metrics-server, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: No package files need updating (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T18:11:01+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(122) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(122) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.29.8 -> v1.30.9) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.29.6 -> v1.30.9) (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kubernetes/1.29/kubectl (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kubernetes/1.29/kubectl (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
       "pr": 122,
       "prTitle": "Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/metrics-server, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/metrics-server)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/metrics-server)
DEBUG: getPr(122) (repository=big-bang/product/packages/metrics-server)
DEBUG: getMR(122) (repository=big-bang/product/packages/metrics-server)
DEBUG: Config does not need migration (repository=big-bang/product/packages/metrics-server)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/metrics-server)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/metrics-server)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/metrics-server)
DEBUG: ensureIssue() (repository=big-bang/product/packages/metrics-server)
DEBUG: Updating issue (repository=big-bang/product/packages/metrics-server)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/metrics-server)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/metrics-server)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/metrics-server)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/metrics-server)
DEBUG: Branch lists (repository=big-bang/product/packages/metrics-server)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/metrics-server)
DEBUG: No branches to clean up (repository=big-bang/product/packages/metrics-server)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/metrics-server)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/metrics-server)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/metrics-server)
DEBUG: Repo is activated (repository=big-bang/product/packages/metrics-server)
DEBUG: Branch summary (repository=big-bang/product/packages/metrics-server)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "2fd58d3084957a0fd5f91e032ed45e1901f5f1c1"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "2fd58d3084957a0fd5f91e032ed45e1901f5f1c1",
           "branchName": "renovate/ironbank",
           "branchSha": "c7401d663b55047e5d34ff36ebdf18daf10168a6",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/metrics-server)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 122,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.4",
               "currentVersion": "0.5.4",
               "currentValue": "0.5.4",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "docker",
               "depName": "registry.k8s.io/autoscaling/addon-resizer",
               "displayPending": "",
               "fixedVersion": "1.8.21",
               "currentVersion": "1.8.21",
               "currentValue": "1.8.21",
               "newValue": "1.8.23",
               "newVersion": "1.8.23",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry.k8s.io/autoscaling/addon-resizer"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.29.8",
               "currentVersion": "v1.29.8",
               "currentValue": "v1.29.8",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.29.6",
               "currentVersion": "v1.29.6",
               "currentValue": "v1.29.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/metrics-server)
       "stats": {"total": 2, "open": 1, "closed": 0, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/metrics-server)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/metrics-server)
       "splits": {"init": 1342, "extract": 216, "lookup": 919, "onboarding": 0, "update": 1609},
       "total": 4556
DEBUG: Package cache statistics (repository=big-bang/product/packages/metrics-server)
       "get": {"count": 38, "avgMs": 1, "medianMs": 0, "maxMs": 21, "totalMs": 45},
       "set": {"count": 54, "avgMs": 2, "medianMs": 1, "maxMs": 11, "totalMs": 87}
DEBUG: HTTP statistics (repository=big-bang/product/packages/metrics-server)
       "hosts": {
         "kubernetes-sigs.github.io": {
           "count": 1,
           "reqAvgMs": 146,
           "reqMedianMs": 146,
           "reqMaxMs": 146,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry.k8s.io": {
           "count": 5,
           "reqAvgMs": 119,
           "reqMedianMs": 88,
           "reqMaxMs": 306,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 34,
           "reqMedianMs": 22,
           "reqMaxMs": 121,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 165,
           "reqMedianMs": 134,
           "reqMaxMs": 342,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 25
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/metrics-server)
DEBUG: Lookup statistics (repository=big-bang/product/packages/metrics-server)
       "docker": {"count": 8, "avgMs": 341, "medianMs": 396, "maxMs": 860, "totalMs": 2731},
       "helm": {"count": 1, "avgMs": 164, "medianMs": 164, "maxMs": 164, "totalMs": 164}
 INFO: Repository finished (repository=big-bang/product/packages/metrics-server)
       "cloned": true,
       "durationMs": 4556
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/thanos)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/thanos (repository=big-bang/product/packages/thanos)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/thanos)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/thanos)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/thanos)
DEBUG: big-bang/product/packages/thanos default branch = main (repository=big-bang/product/packages/thanos)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/thanos)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/thanos.git (repository=big-bang/product/packages/thanos)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/thanos)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/thanos)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/thanos)
DEBUG: isOnboarded() (repository=big-bang/product/packages/thanos)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/thanos)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/thanos)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/thanos)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/thanos (repository=big-bang/product/packages/thanos)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/thanos)
DEBUG: git clone completed (repository=big-bang/product/packages/thanos)
       "durationMs": 560
DEBUG: latest repository commit (repository=big-bang/product/packages/thanos)
       "latestCommit": {
         "hash": "de7692d8d8806d11b144b0446525dbb934e26d37",
         "date": "2025-01-24T14:33:28+00:00",
         "message": "Merge branch '93-update-renovate-config' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "SKIP UPDATE CHECK Resolve \"Update Renovate config\"\n\nCloses #93\n\nSee merge request big-bang/product/packages/thanos!115",
         "author_name": "Kevin Scheunemann",
         "author_email": "kscheunemann@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/thanos)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/thanos)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/thanos)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/thanos)
DEBUG: Repository config (repository=big-bang/product/packages/thanos)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Thanos Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["thanos", "renovate", "kind::maintenance", "team::Observability"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Thanos:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/opensource/thanos/thanos",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/opensource/thanos/thanos",
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/thanos)
DEBUG: No config migration necessary (repository=big-bang/product/packages/thanos)
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/thanos)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/thanos)
DEBUG: findIssue(Renovate: Upgrade Thanos Package Dependencies) (repository=big-bang/product/packages/thanos)
DEBUG: baseBranches (repository=big-bang/product/packages/thanos)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/thanos, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-24T14:33:28+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/thanos, baseBranch=main)
       "managers": {"regex": 5, "helmv3": 5, "helm-values": 50}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/packages/thanos, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/thanos, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 3},
           "helmv3": {"fileCount": 1, "depCount": 3},
           "regex": {"fileCount": 2, "depCount": 4}
         },
         "total": {"fileCount": 4, "depCount": 10}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Dependency registry-1.docker.io/bitnamicharts/common has unsupported/unversioned value 2.x.x (versioning=docker) (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Skipping registry-1.docker.io/bitnamicharts/common because no currentDigest or pinDigests (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/thanos/thanos, latest) (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/thanos/thanos, latest, get) (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/thanos/thanos, sha256:d209a65af33093e0b4a4ff44b59af2576c31bb13e3eaae9ae487e0375e8ec6b9, get) (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/thanos, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917534",
         "mil.dso.ironbank.image.keywords": "HA,metrics,Prometheus",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "thanos",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:57:26+00:00",
         "org.opencontainers.image.description": "Thanos is a set of components that can be composed into a highly available metric system with unlimited storage capacity, which can be added seamlessly on top of existing Prometheus deployments.",
         "org.opencontainers.image.licenses": "Apache",
         "org.opencontainers.image.revision": "c7600adbc7378431f900c302ebd0faefedd647b4",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/thanos/thanos",
         "org.opencontainers.image.title": "thanos",
         "org.opencontainers.image.url": "https://thanos.io/",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v0.37.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: Found no satisfying versions with 'docker' versioning (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: 2 flattened updates found: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, gluon (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/thanos, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/thanos, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/thanos/thanos",
                 "currentValue": "v0.37.2",
                 "datasource": "docker",
                 "replaceString": "v0.37.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/thanos/thanos",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/thanos/thanos",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://thanos.io/",
                 "lookupName": "ironbank/opensource/thanos/thanos",
                 "currentVersion": "v0.37.2",
                 "fixedVersion": "v0.37.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.8",
                 "datasource": "docker",
                 "replaceString": "v1.30.8",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.8",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.8"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "minio-instance",
                 "currentValue": "6.0.4-bb.2",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/minio-instance",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/minio/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://min.io",
                 "lookupName": "bigbang/minio-instance",
                 "currentVersion": "6.0.4",
                 "fixedVersion": "6.0.4-bb.2"
               },
               {
                 "depName": "common",
                 "currentValue": "2.x.x",
                 "datasource": "docker",
                 "packageName": "registry-1.docker.io/bitnamicharts/common",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.12",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.12",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.12"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "15.9.1-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/thanos/thanos",
                 "currentValue": "v0.37.2",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Thanos: v0.37.2",
                 "updates": [],
                 "packageName": "ironbank/opensource/thanos/thanos",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/thanos/thanos",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://thanos.io/",
                 "currentVersion": "v0.37.2",
                 "fixedVersion": "v0.37.2"
               },
               {
                 "depName": "ironbank/opensource/thanos/thanos",
                 "currentValue": "v0.37.2",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: v0.37.2",
                 "updates": [],
                 "packageName": "ironbank/opensource/thanos/thanos",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/thanos/thanos",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://thanos.io/",
                 "currentVersion": "v0.37.2",
                 "fixedVersion": "v0.37.2"
               }
             ],
             "matchStrings": [
               "- Thanos:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/thanos/thanos",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/thanos/thanos",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "ironbank/opensource/thanos/thanos",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/thanos/thanos",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://thanos.io/",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "ironbank/opensource/thanos/thanos",
                 "currentValue": "v0.37.2",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image: registry1.dso.mil/ironbank/thanos/thanos:v0.37.2",
                 "updates": [],
                 "packageName": "ironbank/opensource/thanos/thanos",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/thanos/thanos",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://thanos.io/",
                 "currentVersion": "v0.37.2",
                 "fixedVersion": "v0.37.2"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/thanos/thanos",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/thanos)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/thanos)
DEBUG: processRepo() (repository=big-bang/product/packages/thanos)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/thanos)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/thanos)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/thanos)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/thanos)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/thanos)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/thanos)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/thanos)
DEBUG: getPr(114) (repository=big-bang/product/packages/thanos)
DEBUG: getMR(114) (repository=big-bang/product/packages/thanos)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/thanos)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/thanos)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/thanos)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/thanos)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/thanos)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/thanos)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/thanos)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/thanos)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/thanos)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/thanos)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/thanos)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/thanos)
DEBUG: syncBranchState() (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(114) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(114) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:12:16.737Z) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-24T14:33:28+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep gluon in chart/Chart.yaml is already updated (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/thanos, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "gluon"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/thanos, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: No package files need updating (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-24T14:33:28+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(114) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(114) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.8 -> v1.30.9) (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
       "pr": 114,
       "prTitle": "Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/thanos, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/thanos)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/thanos)
DEBUG: getPr(114) (repository=big-bang/product/packages/thanos)
DEBUG: getMR(114) (repository=big-bang/product/packages/thanos)
DEBUG: Config does not need migration (repository=big-bang/product/packages/thanos)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/thanos)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/thanos)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/thanos)
DEBUG: ensureIssue() (repository=big-bang/product/packages/thanos)
DEBUG: Updating issue (repository=big-bang/product/packages/thanos)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/thanos)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/thanos)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/thanos)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/thanos)
DEBUG: Branch lists (repository=big-bang/product/packages/thanos)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/thanos)
DEBUG: No branches to clean up (repository=big-bang/product/packages/thanos)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/thanos)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/thanos)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/thanos)
DEBUG: Repo is activated (repository=big-bang/product/packages/thanos)
DEBUG: Branch summary (repository=big-bang/product/packages/thanos)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "de7692d8d8806d11b144b0446525dbb934e26d37"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "de7692d8d8806d11b144b0446525dbb934e26d37",
           "branchName": "renovate/ironbank",
           "branchSha": "d599baf9ca4091f23e3c5ff76393ed31c353a6d7",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/thanos)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 114,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.12",
               "currentVersion": "0.5.12",
               "currentValue": "0.5.12",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.8",
               "currentVersion": "v1.30.8",
               "currentValue": "v1.30.8",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/thanos)
       "stats": {"total": 7, "open": 1, "closed": 0, "merged": 6}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/thanos)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/thanos)
       "splits": {"init": 1660, "extract": 302, "lookup": 468, "onboarding": 0, "update": 1613},
       "total": 4831
DEBUG: Package cache statistics (repository=big-bang/product/packages/thanos)
       "get": {"count": 13, "avgMs": 11, "medianMs": 5, "maxMs": 43, "totalMs": 147},
       "set": {"count": 4, "avgMs": 5, "medianMs": 3, "maxMs": 14, "totalMs": 20}
DEBUG: HTTP statistics (repository=big-bang/product/packages/thanos)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 29,
           "reqMedianMs": 22,
           "reqMaxMs": 77,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 236,
           "reqMedianMs": 129,
           "reqMaxMs": 661,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 18
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/thanos)
DEBUG: Lookup statistics (repository=big-bang/product/packages/thanos)
       "docker": {"count": 10, "avgMs": 234, "medianMs": 418, "maxMs": 420, "totalMs": 2341}
 INFO: Repository finished (repository=big-bang/product/packages/thanos)
       "cloned": true,
       "durationMs": 4831
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/cloudbees-ci)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/cloudbees-ci (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: big-bang/apps/third-party/cloudbees-ci default branch = main (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/cloudbees-ci.git (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/cloudbees-ci (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: git clone completed (repository=big-bang/apps/third-party/cloudbees-ci)
       "durationMs": 524
DEBUG: latest repository commit (repository=big-bang/apps/third-party/cloudbees-ci)
       "latestCommit": {
         "hash": "1941a478d08b9349bb508cf0b5021a6c0c12e3fe",
         "date": "2022-08-09T18:06:00+00:00",
         "message": "Merge branch '2.346.2.3-ra-update' into 'main'",
         "refs": "HEAD -> main, tag: 3.45.2-bb.0, origin/main, origin/HEAD",
         "body": "update to 2.346.2.3-ra\n\nSee merge request platform-one/big-bang/apps/third-party/cloudbees-ci!17",
         "author_name": "Jordan McClintock",
         "author_email": "jordan@defenseunicorns.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Repo is onboarded (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Found renovate.json config file (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Repository config (repository=big-bang/apps/third-party/cloudbees-ci)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardAutoclose": "true",
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Cloudbees CI Package Dependencies",
         "draftPR": true,
         "labels": ["cloudbees-ci", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "ignorePaths": ["**/chart/charts/**"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["dockerImage:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Config migration necessary (repository=big-bang/apps/third-party/cloudbees-ci)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardAutoclose": "true",
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Cloudbees CI Package Dependencies",
         "draftPR": true,
         "labels": ["cloudbees-ci", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "ignorePaths": ["**/chart/charts/**"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["dockerImage:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardAutoclose": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Cloudbees CI Package Dependencies",
         "draftPR": true,
         "labels": ["cloudbees-ci", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "ignorePaths": ["**/chart/charts/**"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["dockerImage:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/apps/third-party/cloudbees-ci)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardAutoclose": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Cloudbees CI Package Dependencies",
         "draftPR": true,
         "labels": ["cloudbees-ci", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "ignorePaths": ["**/chart/charts/**"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["dockerImage:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/third-party/cloudbees-ci)
       "ignorePaths": ["**/chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: findIssue(Renovate: Upgrade Cloudbees CI Package Dependencies) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: baseBranches (repository=big-bang/apps/third-party/cloudbees-ci)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2022-08-09T18:06:00+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Matched 3 file(s) for manager helm-values: bigbang/templates/cloudbees-ci/values.yaml, bigbang/values.yaml, chart/values.yaml (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: bigbang/Chart.yaml, chart/Chart.yaml (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Failed to parse helm-values YAML (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=bigbang/templates/cloudbees-ci/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Chart has no dependencies in bigbang/Chart.yaml (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
       "managers": {"regex": 5, "helmv3": 7, "helm-values": 11}
DEBUG: Found helm-values package files (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 2, "depCount": 5},
           "helmv3": {"fileCount": 1, "depCount": 2},
           "regex": {"fileCount": 1, "depCount": 4}
         },
         "total": {"fileCount": 4, "depCount": 11}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: hostRules: no authentication for kubernetes.github.io (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using queue: host=kubernetes.github.io, concurrency=16 (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using queue: host=charts.cloudbees.com, concurrency=16 (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: GET https://registry1.dso.mil/v2/cloudbees/managed-master-hibernation-monitor/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=7) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Datasource unauthorized (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
       "datasource": "docker",
       "packageName": "cloudbees/managed-master-hibernation-monitor",
       "url": "https://registry1.dso.mil/v2/cloudbees/managed-master-hibernation-monitor/tags/list?n=10000"
DEBUG: Failed to look up docker package cloudbees/managed-master-hibernation-monitor (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=chart/values.yaml, dependency=cloudbees/managed-master-hibernation-monitor)
DEBUG: Failed to look up docker package cloudbees/managed-master-hibernation-monitor (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=chart/values.yaml, dependency=cloudbees/managed-master-hibernation-monitor)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/cloudbees/core/core-mm, latest) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/cloudbees/core/core-mm, latest, get) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/cloudbees/core/core-oc, latest) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/cloudbees/core/core-oc, latest, get) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/cloudbees/core/agent, latest) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/cloudbees/core/agent, latest, get) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:98a1c3af5b1d1909a1680ff78a51a24eac0e389cacce302b022f65b3804b49a2",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-micro:8.10",
         "architecture": "x86_64",
         "build-date": "2025-01-21T17:33:07",
         "com.redhat.component": "ubi8-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Ubi8-micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916880",
         "mil.dso.ironbank.image.keywords": "cicd",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-micro:8.10@sha256:98a1c3af5b1d1909a1680ff78a51a24eac0e389cacce302b022f65b3804b49a2",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "CloudBees CI",
         "name": "ubi8/ubi-micro",
         "org.opencontainers.image.created": "2025-02-02 23:45:54+00:00",
         "org.opencontainers.image.description": "CloudBees CI (core-oc subcomponent)",
         "org.opencontainers.image.licenses": "proprietary",
         "org.opencontainers.image.revision": "5b3854665aa7954c2d8ddd73ef9d8958f488e1c5",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/cloudbees/core/core-oc",
         "org.opencontainers.image.title": "core-oc",
         "org.opencontainers.image.url": "https://docs.cloudbees.com/docs/cloudbees-ci/",
         "org.opencontainers.image.vendor": "CloudBees",
         "org.opencontainers.image.version": "2.479.3.2",
         "release": "20",
         "summary": "ubi8 micro image",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/ubi-micro/images/8.10-20",
         "vcs-ref": "be611e3414a0692bd94bfcb467e3fcdeadbdd03e",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.10"
       }
DEBUG: found labels in manifest (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:98a1c3af5b1d1909a1680ff78a51a24eac0e389cacce302b022f65b3804b49a2",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-micro:8.10",
         "architecture": "x86_64",
         "build-date": "2025-01-21T17:33:07",
         "com.redhat.component": "ubi8-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Ubi8-micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916840",
         "mil.dso.ironbank.image.keywords": "cicd",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-micro:8.10@sha256:98a1c3af5b1d1909a1680ff78a51a24eac0e389cacce302b022f65b3804b49a2",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "CloudBees CI",
         "name": "ubi8/ubi-micro",
         "org.opencontainers.image.created": "2025-02-02 23:41:53+00:00",
         "org.opencontainers.image.description": "CloudBees CI (core-mm subcomponent)",
         "org.opencontainers.image.licenses": "proprietary",
         "org.opencontainers.image.revision": "a517e647f43e4ed3b5637bace2afb1ab1dac57d5",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/cloudbees/core/core-mm",
         "org.opencontainers.image.title": "core-mm",
         "org.opencontainers.image.url": "https://docs.cloudbees.com/docs/cloudbees-ci/",
         "org.opencontainers.image.vendor": "CloudBees",
         "org.opencontainers.image.version": "2.479.3.2",
         "release": "20",
         "summary": "ubi8 micro image",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/ubi-micro/images/8.10-20",
         "vcs-ref": "be611e3414a0692bd94bfcb467e3fcdeadbdd03e",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.10"
       }
DEBUG: found labels in manifest (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:98a1c3af5b1d1909a1680ff78a51a24eac0e389cacce302b022f65b3804b49a2",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-micro:8.10",
         "architecture": "x86_64",
         "build-date": "2025-01-21T17:33:07",
         "com.redhat.component": "ubi8-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Ubi8-micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916708",
         "mil.dso.ironbank.image.keywords": "cicd",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-micro:8.10@sha256:98a1c3af5b1d1909a1680ff78a51a24eac0e389cacce302b022f65b3804b49a2",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "CloudBees CI",
         "name": "ubi8/ubi-micro",
         "org.opencontainers.image.created": "2025-02-02 23:29:06+00:00",
         "org.opencontainers.image.description": "CloudBees CI (agent subcomponent)",
         "org.opencontainers.image.licenses": "proprietary",
         "org.opencontainers.image.revision": "de3854d0f12d0ba8dd1574ca685189761804b595",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/cloudbees/core/agent",
         "org.opencontainers.image.title": "agent",
         "org.opencontainers.image.url": "https://docs.cloudbees.com/docs/cloudbees-ci/",
         "org.opencontainers.image.vendor": "CloudBees",
         "org.opencontainers.image.version": "2.479.3.2",
         "release": "20",
         "summary": "ubi8 micro image",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/ubi-micro/images/8.10-20",
         "vcs-ref": "be611e3414a0692bd94bfcb467e3fcdeadbdd03e",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.10"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: 10 flattened updates found: registry1.dso.mil/ironbank/big-bang/base, registry1.dso.mil/ironbank/big-bang/base, registry1.dso.mil/ironbank/cloudbees/core/core-oc, registry1.dso.mil/ironbank/cloudbees/core/core-mm, registry1.dso.mil/ironbank/cloudbees/core/agent, ingress-nginx, cloudbees-sidecar-injector, registry1.dso.mil/ironbank/cloudbees/core/core-oc, registry1.dso.mil/ironbank/cloudbees/core/core-mm, registry1.dso.mil/ironbank/cloudbees/core/agent (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: Returning 4 branch(es) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "1.0.0",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/base:1.0.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.18.0",
                     "newValue": "1.18.0",
                     "newMajor": 1,
                     "newMinor": 18,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   },
                   {
                     "bucket": "major",
                     "newVersion": "2.1.0",
                     "newValue": "2.1.0",
                     "newMajor": 2,
                     "newMinor": 1,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/major-ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "1.0.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.0.0"
               }
             ],
             "packageFile": "bigbang/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/cloudbees/core/core-oc",
                 "currentValue": "2.346.2.3-ra",
                 "replaceString": "registry1.dso.mil/ironbank/cloudbees/core/core-oc:2.346.2.3-ra",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.414.3.8",
                     "newValue": "2.414.3.8-ra",
                     "newMajor": 2,
                     "newMinor": 414,
                     "newPatch": 3,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/cloudbees/core/core-oc",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/cloudbees/core/core-oc",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.cloudbees.com/docs/cloudbees-ci/",
                 "lookupName": "ironbank/cloudbees/core/core-oc",
                 "currentVersion": "2.346.2.3",
                 "isSingleVersion": true,
                 "fixedVersion": "2.346.2.3-ra"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/cloudbees/core/core-mm",
                 "currentValue": "2.346.2.3-ra",
                 "replaceString": "registry1.dso.mil/ironbank/cloudbees/core/core-mm:2.346.2.3-ra",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.414.3.8",
                     "newValue": "2.414.3.8-ra",
                     "newMajor": 2,
                     "newMinor": 414,
                     "newPatch": 3,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/cloudbees/core/core-mm",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/cloudbees/core/core-mm",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.cloudbees.com/docs/cloudbees-ci/",
                 "lookupName": "ironbank/cloudbees/core/core-mm",
                 "currentVersion": "2.346.2.3",
                 "isSingleVersion": true,
                 "fixedVersion": "2.346.2.3-ra"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/cloudbees/core/agent",
                 "currentValue": "2.346.2.3-ra",
                 "replaceString": "registry1.dso.mil/ironbank/cloudbees/core/agent:2.346.2.3-ra",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.414.3.8",
                     "newValue": "2.414.3.8-ra",
                     "newMajor": 2,
                     "newMinor": 414,
                     "newPatch": 3,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/cloudbees/core/agent",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/cloudbees/core/agent",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.cloudbees.com/docs/cloudbees-ci/",
                 "lookupName": "ironbank/cloudbees/core/agent",
                 "currentVersion": "2.346.2.3",
                 "isSingleVersion": true,
                 "fixedVersion": "2.346.2.3-ra"
               },
               {
                 "depName": "cloudbees/managed-master-hibernation-monitor",
                 "currentValue": "262.5ed3e62e140f",
                 "replaceString": "cloudbees/managed-master-hibernation-monitor:262.5ed3e62e140f",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "cloudbees/managed-master-hibernation-monitor",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "cloudbees/managed-master-hibernation-monitor",
                     "message": "Failed to look up docker package cloudbees/managed-master-hibernation-monitor"
                   }
                 ]
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "ingress-nginx",
                 "currentValue": "4.0.13",
                 "registryUrls": ["https://kubernetes.github.io/ingress-nginx"],
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "4.12.0",
                     "newValue": "4.12.0",
                     "newDigest": "6445180ad70a12ed91d1430c7b54ed0cc65be6adfc534d23d5cb01c79734cff9",
                     "releaseTimestamp": "2024-12-30T17:42:14.794Z",
                     "newVersionAgeInDays": 34,
                     "newMajor": 4,
                     "newMinor": 12,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ingress-nginx-4.x"
                   }
                 ],
                 "packageName": "ingress-nginx",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kubernetes/ingress-nginx",
                 "registryUrl": "https://kubernetes.github.io/ingress-nginx",
                 "currentVersion": "4.0.13",
                 "currentVersionTimestamp": "2021-12-06T13:51:24.638Z",
                 "currentVersionAgeInDays": 1154,
                 "isSingleVersion": true,
                 "fixedVersion": "4.0.13"
               },
               {
                 "depName": "cloudbees-sidecar-injector",
                 "currentValue": "2.2.1",
                 "registryUrls": ["https://charts.cloudbees.com/public/cloudbees"],
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.3.3",
                     "newValue": "2.3.3",
                     "releaseTimestamp": "2023-03-07T11:20:09.536Z",
                     "newVersionAgeInDays": 698,
                     "newMajor": 2,
                     "newMinor": 3,
                     "newPatch": 3,
                     "updateType": "minor",
                     "branchName": "renovate/cloudbees-sidecar-injector-2.x"
                   }
                 ],
                 "packageName": "cloudbees-sidecar-injector",
                 "versioning": "helm",
                 "warnings": [],
                 "registryUrl": "https://charts.cloudbees.com/public/cloudbees",
                 "currentVersion": "2.2.1",
                 "currentVersionTimestamp": "2022-01-26T08:21:44.632Z",
                 "currentVersionAgeInDays": 1103,
                 "isSingleVersion": true,
                 "fixedVersion": "2.2.1"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "3.45.2-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/cloudbees/core/core-oc",
                 "currentValue": "2.346.2.3-ra",
                 "datasource": "docker",
                 "replaceString": "dockerImage: registry1.dso.mil/ironbank/cloudbees/core/core-oc:2.346.2.3-ra",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.414.3.8",
                     "newValue": "2.414.3.8-ra",
                     "newMajor": 2,
                     "newMinor": 414,
                     "newPatch": 3,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/cloudbees/core/core-oc",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/cloudbees/core/core-oc",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.cloudbees.com/docs/cloudbees-ci/",
                 "lookupName": "ironbank/cloudbees/core/core-oc",
                 "currentVersion": "2.346.2.3",
                 "isSingleVersion": true,
                 "fixedVersion": "2.346.2.3-ra"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/cloudbees/core/core-mm",
                 "currentValue": "2.346.2.3-ra",
                 "datasource": "docker",
                 "replaceString": "dockerImage: registry1.dso.mil/ironbank/cloudbees/core/core-mm:2.346.2.3-ra",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.414.3.8",
                     "newValue": "2.414.3.8-ra",
                     "newMajor": 2,
                     "newMinor": 414,
                     "newPatch": 3,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/cloudbees/core/core-mm",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/cloudbees/core/core-mm",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.cloudbees.com/docs/cloudbees-ci/",
                 "lookupName": "ironbank/cloudbees/core/core-mm",
                 "currentVersion": "2.346.2.3",
                 "isSingleVersion": true,
                 "fixedVersion": "2.346.2.3-ra"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/cloudbees/core/agent",
                 "currentValue": "2.346.2.3-ra",
                 "datasource": "docker",
                 "replaceString": "dockerImage: registry1.dso.mil/ironbank/cloudbees/core/agent:2.346.2.3-ra",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.414.3.8",
                     "newValue": "2.414.3.8-ra",
                     "newMajor": 2,
                     "newMinor": 414,
                     "newPatch": 3,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/cloudbees/core/agent",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/cloudbees/core/agent",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.cloudbees.com/docs/cloudbees-ci/",
                 "lookupName": "ironbank/cloudbees/core/agent",
                 "currentVersion": "2.346.2.3",
                 "isSingleVersion": true,
                 "fixedVersion": "2.346.2.3-ra"
               },
               {
                 "depName": "cloudbees/managed-master-hibernation-monitor",
                 "currentValue": "262.5ed3e62e140f",
                 "datasource": "docker",
                 "replaceString": "dockerImage: cloudbees/managed-master-hibernation-monitor:262.5ed3e62e140f",
                 "updates": [],
                 "packageName": "cloudbees/managed-master-hibernation-monitor",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "cloudbees/managed-master-hibernation-monitor",
                     "message": "Failed to look up docker package cloudbees/managed-master-hibernation-monitor"
                   }
                 ]
               }
             ],
             "matchStrings": ["dockerImage:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: processRepo() (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Processing 4 branches: renovate/cloudbees-sidecar-injector-2.x, renovate/ingress-nginx-4.x, renovate/ironbank, renovate/major-ironbank (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getBranchPr(renovate/cloudbees-sidecar-injector-2.x) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: findPr(renovate/cloudbees-sidecar-injector-2.x, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getPr(28) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getMR(28) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getBranchPr(renovate/ingress-nginx-4.x) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: findPr(renovate/ingress-nginx-4.x, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getPr(29) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getMR(29) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getPr(26) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getMR(26) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getBranchPr(renovate/major-ironbank) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: findPr(renovate/major-ironbank, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getPr(27) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getMR(27) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: 4 PRs are currently open (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: PR concurrent limit remaining: 6 (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: 4 already existing branches found: renovate/cloudbees-sidecar-injector-2.x,renovate/ingress-nginx-4.x,renovate/ironbank,renovate/major-ironbank (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Branch concurrent limit remaining: 6 (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Branches limit = 2 (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: syncBranchState() (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: getBranchPr(renovate/cloudbees-sidecar-injector-2.x) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: findPr(renovate/cloudbees-sidecar-injector-2.x, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: getPr(28) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: getMR(28) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: branchExists=true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:12:22.937Z) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: No schedule defined (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Branch already exists (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: isBranchConflicted(main, renovate/cloudbees-sidecar-injector-2.x) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: latest commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
       "branchName": "main",
       "latestCommitDate": "2022-08-09T18:06:00+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Branch dep cloudbees-sidecar-injector in chart/Chart.yaml is already updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: No content changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/cloudbees-sidecar-injector-2.x)
       "depName": "cloudbees-sidecar-injector"
DEBUG: No package files need updating (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: No files to commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: latest commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
       "branchName": "main",
       "latestCommitDate": "2022-08-09T18:06:00+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Ensuring PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: getBranchPr(renovate/cloudbees-sidecar-injector-2.x) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: findPr(renovate/cloudbees-sidecar-injector-2.x, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: getPr(28) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: getMR(28) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: Found existing PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
 WARN: Package lookup failures (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
       "warnings": [
         "Failed to look up docker package cloudbees/managed-master-hibernation-monitor"
       ],
       "files": ["chart/values.yaml"]
DEBUG: Processing existing PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: PR body changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
       "prTitle": "Update Helm release cloudbees-sidecar-injector to v2.3.3"
 INFO: PR updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
       "pr": 28,
       "prTitle": "Update Helm release cloudbees-sidecar-injector to v2.3.3"
DEBUG: setPrCache() (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/cloudbees-sidecar-injector-2.x)
DEBUG: syncBranchState() (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: getBranchPr(renovate/ingress-nginx-4.x) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: findPr(renovate/ingress-nginx-4.x, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: getPr(29) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: getMR(29) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: branchExists=true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:12:23.842Z) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: No schedule defined (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Branch already exists (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: isBranchConflicted(main, renovate/ingress-nginx-4.x) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: latest commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
       "branchName": "main",
       "latestCommitDate": "2022-08-09T18:06:00+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Branch dep ingress-nginx in chart/Chart.yaml is already updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: No content changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ingress-nginx-4.x)
       "depName": "ingress-nginx"
DEBUG: No package files need updating (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: No files to commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: latest commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
       "branchName": "main",
       "latestCommitDate": "2022-08-09T18:06:00+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Ensuring PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: getBranchPr(renovate/ingress-nginx-4.x) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: findPr(renovate/ingress-nginx-4.x, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: getPr(29) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: getMR(29) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Found existing PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: Fetching changelog: https://github.com/kubernetes/ingress-nginx (4.0.13 -> 4.12.0) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
       "manager": "helmv3",
       "packageName": "ingress-nginx",
       "sourceUrl": "https://github.com/kubernetes/ingress-nginx"
 WARN: Package lookup failures (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
       "warnings": [
         "Failed to look up docker package cloudbees/managed-master-hibernation-monitor"
       ],
       "files": ["chart/values.yaml"]
DEBUG: Processing existing PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: PR body changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
       "prTitle": "Update Helm release ingress-nginx to v4.12.0"
 INFO: PR updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
       "pr": 29,
       "prTitle": "Update Helm release ingress-nginx to v4.12.0"
DEBUG: setPrCache() (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ingress-nginx-4.x)
DEBUG: syncBranchState() (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(26) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(26) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:12:24.773Z) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2022-08-09T18:06:00+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/big-bang/base in bigbang/values.yaml is already updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=bigbang/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/big-bang/base"
DEBUG: Branch dep registry1.dso.mil/ironbank/cloudbees/core/agent in chart/values.yaml is already updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/cloudbees/core/agent"
DEBUG: Branch dep registry1.dso.mil/ironbank/cloudbees/core/agent in chart/values.yaml is already updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/cloudbees/core/agent"
DEBUG: Branch dep registry1.dso.mil/ironbank/cloudbees/core/core-mm in chart/values.yaml is already updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/cloudbees/core/core-mm"
DEBUG: Branch dep registry1.dso.mil/ironbank/cloudbees/core/core-mm in chart/values.yaml is already updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/cloudbees/core/core-mm"
DEBUG: Branch dep registry1.dso.mil/ironbank/cloudbees/core/core-oc in chart/values.yaml is already updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/cloudbees/core/core-oc"
DEBUG: Branch dep registry1.dso.mil/ironbank/cloudbees/core/core-oc in chart/values.yaml is already updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/cloudbees/core/core-oc"
DEBUG: No package files need updating (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2022-08-09T18:06:00+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(26) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(26) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/base (1.0.0 -> 1.18.0) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/cloudbees/core/agent (2.346.2.3 -> 2.414.3.8) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/cloudbees/core/agent (2.346.2.3 -> 2.414.3.8) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/cloudbees/core/core-mm (2.346.2.3 -> 2.414.3.8) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/cloudbees/core/core-mm (2.346.2.3 -> 2.414.3.8) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/cloudbees/core/core-oc (2.346.2.3 -> 2.414.3.8) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/cloudbees/core/core-oc (2.346.2.3 -> 2.414.3.8) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No releases (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No releases (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No releases (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No releases (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No releases (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No releases (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/big-bang/base (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
 WARN: Package lookup failures (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
       "warnings": [
         "Failed to look up docker package cloudbees/managed-master-hibernation-monitor"
       ],
       "files": ["chart/values.yaml"]
DEBUG: Processing existing PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank"
 INFO: PR updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
       "pr": 26,
       "prTitle": "Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState() (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getBranchPr(renovate/major-ironbank) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: findPr(renovate/major-ironbank, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getPr(27) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getMR(27) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: branchExists=true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Found existing branch PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:12:26.027Z) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: No schedule defined (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Branch already exists (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: isBranchConflicted(main, renovate/major-ironbank) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Setting current branch to main (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: latest commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
       "branchName": "main",
       "latestCommitDate": "2022-08-09T18:06:00+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/big-bang/base in bigbang/values.yaml is already updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: No content changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, packageFile=bigbang/values.yaml, branch=renovate/major-ironbank)
       "depName": "registry1.dso.mil/ironbank/big-bang/base"
DEBUG: No package files need updating (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: No files to commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Setting current branch to main (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: latest commit (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
       "branchName": "main",
       "latestCommitDate": "2022-08-09T18:06:00+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Ensuring PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getBranchPr(renovate/major-ironbank) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: findPr(renovate/major-ironbank, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getPr(27) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getMR(27) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Found existing PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/base (1.0.0 -> 2.1.0) (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/big-bang/base (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
 WARN: Package lookup failures (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
       "warnings": [
         "Failed to look up docker package cloudbees/managed-master-hibernation-monitor"
       ],
       "files": ["chart/values.yaml"]
DEBUG: Processing existing PR (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: PR body changed (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
       "prTitle": "Update registry1.dso.mil/ironbank/big-bang/base Docker tag to v2"
 INFO: PR updated (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
       "pr": 27,
       "prTitle": "Update registry1.dso.mil/ironbank/big-bang/base Docker tag to v2"
DEBUG: setPrCache() (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/third-party/cloudbees-ci, baseBranch=main, branch=renovate/major-ironbank)
DEBUG: getBranchPr(renovate/cloudbees-sidecar-injector-2.x) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: findPr(renovate/cloudbees-sidecar-injector-2.x, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getPr(28) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getMR(28) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getBranchPr(renovate/ingress-nginx-4.x) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: findPr(renovate/ingress-nginx-4.x, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getPr(29) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getMR(29) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getPr(26) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getMR(26) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getBranchPr(renovate/major-ironbank) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: findPr(renovate/major-ironbank, undefined, open) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getPr(27) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: getMR(27) (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/apps/third-party/cloudbees-ci)
 WARN: Package lookup failures (repository=big-bang/apps/third-party/cloudbees-ci)
       "warnings": [
         "Failed to look up docker package cloudbees/managed-master-hibernation-monitor"
       ],
       "files": ["chart/values.yaml"]
DEBUG: ensureIssue() (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Updating issue (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: No reconfigure branch found (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Branch lists (repository=big-bang/apps/third-party/cloudbees-ci)
       "branchList": [
         "renovate/cloudbees-sidecar-injector-2.x",
         "renovate/ingress-nginx-4.x",
         "renovate/ironbank",
         "renovate/major-ironbank"
       ],
       "renovateBranches": [
         "renovate/cloudbees-sidecar-injector-2.x",
         "renovate/ingress-nginx-4.x",
         "renovate/ironbank",
         "renovate/major-ironbank"
       ]
DEBUG: remainingBranches= (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: No branches to clean up (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Branch summary (repository=big-bang/apps/third-party/cloudbees-ci)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "1941a478d08b9349bb508cf0b5021a6c0c12e3fe"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "1941a478d08b9349bb508cf0b5021a6c0c12e3fe",
           "branchName": "renovate/cloudbees-sidecar-injector-2.x",
           "branchSha": "d7163bb701acbec4b9b7f671fe7feb8afa859ab2",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "1941a478d08b9349bb508cf0b5021a6c0c12e3fe",
           "branchName": "renovate/ingress-nginx-4.x",
           "branchSha": "b51bf2704e3ae1ae19b441f7212672d01533e952",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "1941a478d08b9349bb508cf0b5021a6c0c12e3fe",
           "branchName": "renovate/ironbank",
           "branchSha": "98975e162b487064fd79cc81029678e50d120229",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "1941a478d08b9349bb508cf0b5021a6c0c12e3fe",
           "branchName": "renovate/major-ironbank",
           "branchSha": "f53f63696c771de18c22256fcefb41b4636f6848",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/third-party/cloudbees-ci)
       "branchesInformation": [
         {
           "branchName": "renovate/cloudbees-sidecar-injector-2.x",
           "prNo": 28,
           "prTitle": "Update Helm release cloudbees-sidecar-injector to v2.3.3",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "cloudbees-sidecar-injector",
               "displayPending": "",
               "fixedVersion": "2.2.1",
               "currentVersion": "2.2.1",
               "currentValue": "2.2.1",
               "newValue": "2.3.3",
               "newVersion": "2.3.3",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "cloudbees-sidecar-injector"
             }
           ]
         },
         {
           "branchName": "renovate/ingress-nginx-4.x",
           "prNo": 29,
           "prTitle": "Update Helm release ingress-nginx to v4.12.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "ingress-nginx",
               "displayPending": "",
               "fixedVersion": "4.0.13",
               "currentVersion": "4.0.13",
               "currentValue": "4.0.13",
               "newValue": "4.12.0",
               "newVersion": "4.12.0",
               "newDigest": "6445180ad70a12ed91d1430c7b54ed0cc65be6adfc534d23d5cb01c79734cff9",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "ingress-nginx"
             }
           ]
         },
         {
           "branchName": "renovate/ironbank",
           "prNo": 26,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/big-bang/base",
               "displayPending": "",
               "fixedVersion": "1.0.0",
               "currentVersion": "1.0.0",
               "currentValue": "1.0.0",
               "newValue": "1.18.0",
               "newVersion": "1.18.0",
               "packageFile": "bigbang/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/big-bang/base"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/cloudbees/core/agent",
               "displayPending": "",
               "fixedVersion": "2.346.2.3-ra",
               "currentVersion": "2.346.2.3",
               "currentValue": "2.346.2.3-ra",
               "newValue": "2.414.3.8-ra",
               "newVersion": "2.414.3.8",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/cloudbees/core/agent"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/cloudbees/core/agent",
               "displayPending": "",
               "fixedVersion": "2.346.2.3-ra",
               "currentVersion": "2.346.2.3",
               "currentValue": "2.346.2.3-ra",
               "newValue": "2.414.3.8-ra",
               "newVersion": "2.414.3.8",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/cloudbees/core/agent"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/cloudbees/core/core-mm",
               "displayPending": "",
               "fixedVersion": "2.346.2.3-ra",
               "currentVersion": "2.346.2.3",
               "currentValue": "2.346.2.3-ra",
               "newValue": "2.414.3.8-ra",
               "newVersion": "2.414.3.8",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/cloudbees/core/core-mm"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/cloudbees/core/core-mm",
               "displayPending": "",
               "fixedVersion": "2.346.2.3-ra",
               "currentVersion": "2.346.2.3",
               "currentValue": "2.346.2.3-ra",
               "newValue": "2.414.3.8-ra",
               "newVersion": "2.414.3.8",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/cloudbees/core/core-mm"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/cloudbees/core/core-oc",
               "displayPending": "",
               "fixedVersion": "2.346.2.3-ra",
               "currentVersion": "2.346.2.3",
               "currentValue": "2.346.2.3-ra",
               "newValue": "2.414.3.8-ra",
               "newVersion": "2.414.3.8",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/cloudbees/core/core-oc"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/cloudbees/core/core-oc",
               "displayPending": "",
               "fixedVersion": "2.346.2.3-ra",
               "currentVersion": "2.346.2.3",
               "currentValue": "2.346.2.3-ra",
               "newValue": "2.414.3.8-ra",
               "newVersion": "2.414.3.8",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/cloudbees/core/core-oc"
             }
           ]
         },
         {
           "branchName": "renovate/major-ironbank",
           "prNo": 27,
           "prTitle": "Update registry1.dso.mil/ironbank/big-bang/base Docker tag to v2",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/big-bang/base",
               "displayPending": "",
               "fixedVersion": "1.0.0",
               "currentVersion": "1.0.0",
               "currentValue": "1.0.0",
               "newValue": "2.1.0",
               "newVersion": "2.1.0",
               "packageFile": "bigbang/values.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/big-bang/base"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/third-party/cloudbees-ci)
       "stats": {"total": 4, "open": 4, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: repository problems (repository=big-bang/apps/third-party/cloudbees-ci)
       "repoProblems": [
         "WARN: Package lookup failures",
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/cloudbees-ci)
       "splits": {"init": 1486, "extract": 374, "lookup": 1288, "onboarding": 0, "update": 4734},
       "total": 8478
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/cloudbees-ci)
       "get": {"count": 31, "avgMs": 1, "medianMs": 0, "maxMs": 11, "totalMs": 44},
       "set": {"count": 34, "avgMs": 4, "medianMs": 1, "maxMs": 42, "totalMs": 122}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/cloudbees-ci)
       "hosts": {
         "charts.cloudbees.com": {
           "count": 1,
           "reqAvgMs": 764,
           "reqMedianMs": 764,
           "reqMaxMs": 764,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "kubernetes.github.io": {
           "count": 1,
           "reqAvgMs": 47,
           "reqMedianMs": 47,
           "reqMaxMs": 47,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 19,
           "reqAvgMs": 40,
           "reqMedianMs": 27,
           "reqMaxMs": 101,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 18,
           "reqAvgMs": 227,
           "reqMedianMs": 207,
           "reqMaxMs": 498,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 39
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/cloudbees-ci)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/cloudbees-ci)
       "docker": {"count": 9, "avgMs": 287, "medianMs": 330, "maxMs": 427, "totalMs": 2581},
       "helm": {"count": 2, "avgMs": 655, "medianMs": 1185, "maxMs": 1185, "totalMs": 1309}
 INFO: Repository finished (repository=big-bang/apps/third-party/cloudbees-ci)
       "cloned": true,
       "durationMs": 8478
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/neuvector)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/neuvector (repository=big-bang/product/packages/neuvector)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/neuvector)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/neuvector)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/neuvector)
DEBUG: big-bang/product/packages/neuvector default branch = main (repository=big-bang/product/packages/neuvector)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/neuvector)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/neuvector.git (repository=big-bang/product/packages/neuvector)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/neuvector)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/neuvector)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/neuvector)
DEBUG: isOnboarded() (repository=big-bang/product/packages/neuvector)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/neuvector)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/neuvector)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/neuvector)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/neuvector (repository=big-bang/product/packages/neuvector)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/neuvector)
DEBUG: git clone completed (repository=big-bang/product/packages/neuvector)
       "durationMs": 593
DEBUG: latest repository commit (repository=big-bang/product/packages/neuvector)
       "latestCommit": {
         "hash": "0733eca2b22d2f49de293a6a4f5f069e21faffe9",
         "date": "2024-12-13T19:57:58+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #168\n\nSee merge request big-bang/product/packages/neuvector!187",
         "author_name": "Bulat Khamitov",
         "author_email": "27224-bkhamitov@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/neuvector)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/neuvector)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/neuvector)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/neuvector)
DEBUG: Repository config (repository=big-bang/product/packages/neuvector)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade NeuVector Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["neuvector", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "registry: registry1.dso.mil\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/manager",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- NeuVector:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/controller",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/neuvector)
DEBUG: Config migration necessary (repository=big-bang/product/packages/neuvector)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade NeuVector Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["neuvector", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "registry: registry1.dso.mil\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/manager",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- NeuVector:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/controller",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade NeuVector Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["neuvector", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "registry: registry1.dso.mil\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/manager",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- NeuVector:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/controller",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/neuvector)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade NeuVector Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["neuvector", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "registry: registry1.dso.mil\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/manager",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- NeuVector:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/controller",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/neuvector)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/neuvector)
DEBUG: findIssue(Renovate: Upgrade NeuVector Package Dependencies) (repository=big-bang/product/packages/neuvector)
DEBUG: baseBranches (repository=big-bang/product/packages/neuvector)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/neuvector, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-12-13T19:57:58+00:00"
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Using file match: ^tests/images\.txt$ for manager regex (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/images.txt (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/neuvector, baseBranch=main)
       "managers": {"regex": 7}
DEBUG: Found regex package files (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Found 6 package file(s) (repository=big-bang/product/packages/neuvector, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/neuvector, baseBranch=main)
       "stats": {
         "managers": {"regex": {"fileCount": 6, "depCount": 13}},
         "total": {"fileCount": 6, "depCount": 13}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Dependency ironbank/neuvector/neuvector/scanner has unsupported/unversioned value "5" (versioning=docker) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Skipping ironbank/neuvector/neuvector/scanner because no currentDigest or pinDigests (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: GET https://registry1.dso.mil/v2/neuvector/compliance-config/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=7) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/neuvector, baseBranch=main)
       "datasource": "docker",
       "packageName": "neuvector/compliance-config",
       "url": "https://registry1.dso.mil/v2/neuvector/compliance-config/tags/list?n=10000"
DEBUG: Failed to look up docker package neuvector/compliance-config (repository=big-bang/product/packages/neuvector, baseBranch=main, packageFile=chart/values.yaml, dependency=neuvector/compliance-config)
DEBUG: GET https://registry1.dso.mil/v2/neuvector/registry-adapter/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=7) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/neuvector, baseBranch=main)
       "datasource": "docker",
       "packageName": "neuvector/registry-adapter",
       "url": "https://registry1.dso.mil/v2/neuvector/registry-adapter/tags/list?n=10000"
DEBUG: Failed to look up docker package neuvector/registry-adapter (repository=big-bang/product/packages/neuvector, baseBranch=main, packageFile=chart/values.yaml, dependency=neuvector/registry-adapter)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/neuvector/neuvector/prometheus-exporter, latest) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/prometheus-exporter, latest, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/neuvector/neuvector/controller, latest) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/controller, latest, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/neuvector/neuvector/manager, latest) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/manager, latest, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/neuvector/neuvector/enforcer, latest) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/enforcer, latest, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/controller, sha256:0c5589f4843b62858fca169ef64c02d4d71c782233af7019485ad5f88a47670f, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/enforcer, sha256:9f365089e45906164b664e43dafe8965c343f33f13731a68b18effcbc88f909d, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/manager, sha256:ed8d3d86d988ec1fdc1d811caf16aee9ceb400b28f44a8a659d1332c86b4e6cd, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/prometheus-exporter, sha256:aa09cc23b91e7fe2d248a49e8c1273688be63aa2f596f1b6d9cd252803264cee, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/neuvector/neuvector/scanner, latest) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/scanner, latest, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/neuvector/neuvector/scanner, sha256:ae26eab997eaf48ea66f797e1a3af8f59fa1ecee1b2728d9768a1e8c31989df1, get) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/neuvector, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917088",
         "mil.dso.ironbank.image.keywords": "cicd,security,container security,container firewall,firewall,kubernetes,kubernetes security,data loss protection,intrusion detection,kubernetes network",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Neuvector",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:06:04+00:00",
         "org.opencontainers.image.description": "NeuVector is the only Kubernetes-Native Container Security solution that acts as an automated Zero Trust Container Firewall.",
         "org.opencontainers.image.licenses": "Neuvector",
         "org.opencontainers.image.revision": "10f40cdf33e5bb7a92279cfc90071ef97aed9c32",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/neuvector/neuvector/controller",
         "org.opencontainers.image.title": "NeuVector Controller",
         "org.opencontainers.image.url": "https://open-docs.neuvector.com/",
         "org.opencontainers.image.vendor": "Neuvector",
         "org.opencontainers.image.version": "5.4.2",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/neuvector, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916876",
         "mil.dso.ironbank.image.keywords": "cicd,security,container security,container firewall,firewall,kubernetes,kubernetes security,data loss protection,intrusion detection,kubernetes network",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Neuvector",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:45:37+00:00",
         "org.opencontainers.image.description": "NeuVector is the only Kubernetes-Native Container Security solution that acts as an automated Zero-Trust Container Firewall.",
         "org.opencontainers.image.licenses": "Neuvector",
         "org.opencontainers.image.revision": "460b4842eea7745f0c70303b58eb6ed5baa81978",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/neuvector/neuvector/enforcer",
         "org.opencontainers.image.title": "NeuVector Enforcer",
         "org.opencontainers.image.url": "https://open-docs.neuvector.com/",
         "org.opencontainers.image.vendor": "Neuvector",
         "org.opencontainers.image.version": "5.4.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/neuvector, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:ab1af95e57276e6950872c7bfd285900a475ad125ef23fcd0f96d4bc31594f54",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk17-runtime-ubi9-slim:1.17",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917862",
         "mil.dso.ironbank.image.keywords": "cicd,security,container security,container firewall,firewall,kubernetes,kubernetes security,data loss protection,intrusion detection,kubernetes network",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk17-runtime-ubi9-slim:1.17@sha256:baab21367236071d56d23a4100dbf9a75feb24ca65eb52a375ba465135570177",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Neuvector",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 01:35:26+00:00",
         "org.opencontainers.image.description": "NeuVector is the only Kubernetes-Native Container Security solution that acts as an automated Zero Trust Container Firewall.",
         "org.opencontainers.image.licenses": "Neuvector",
         "org.opencontainers.image.revision": "01814170529bd906f8d5dbcf8428ebc2b8c14fb3",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/neuvector/neuvector/manager",
         "org.opencontainers.image.title": "NeuVector Manager",
         "org.opencontainers.image.url": "https://open-docs.neuvector.com/",
         "org.opencontainers.image.vendor": "Neuvector",
         "org.opencontainers.image.version": "5.4.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/neuvector, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6b7b122abbccb9b23a0d6de70a761c740cacd2b5e15e08e4319e387bcba67bfb",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/python:v3.12.6",
         "architecture": "x86_64",
         "build-date": "2024-09-18T21:23:30",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916865",
         "mil.dso.ironbank.image.keywords": "cicd,security,container security,container firewall,firewall,kubernetes,kubernetes security,data loss protection,intrusion detection,kubernetes network",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/python:v3.12.6@sha256:6b7b122abbccb9b23a0d6de70a761c740cacd2b5e15e08e4319e387bcba67bfb",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Neuvector",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-02 23:43:41+00:00",
         "org.opencontainers.image.description": "NeuVector is the only Kubernetes-Native Container Security solution that acts as an automated Container Firewall.",
         "org.opencontainers.image.licenses": "Neuvector",
         "org.opencontainers.image.revision": "68436bbbadc074530f557cc55b39289abf543839",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/neuvector/neuvector/prometheus-exporter",
         "org.opencontainers.image.title": "NeuVector Prometheus Exporter",
         "org.opencontainers.image.url": "https://open-docs.neuvector.com/",
         "org.opencontainers.image.vendor": "Neuvector",
         "org.opencontainers.image.version": "1-1.0.0",
         "release": "1214.1726694543",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/images/9.4-1214.1726694543",
         "vcs-ref": "e309397d02fc53f7fa99db1371b8700eb49f268f",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/neuvector, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:119ec4394b0489f1a17613f21733fab7ba3b1f4cf0a3f96deaf31b92297fec45",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4",
         "architecture": "x86_64",
         "build-date": "2024-09-18T21:23:26",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916657",
         "mil.dso.ironbank.image.keywords": "cicd,security,container security,container firewall,firewall,kubernetes,kubernetes security,data loss protection,intrusion detection,kubernetes network",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4@sha256:55a421a0eb07c186b62f574b9512afa403ec113aa6a8630ace03ac2464607338",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Neuvector",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:24:52+00:00",
         "org.opencontainers.image.description": "NeuVector is a Kubernetes-Native full-lifecycle Container Security Solution that also acts as an automated Container Firewall.",
         "org.opencontainers.image.licenses": "Neuvector",
         "org.opencontainers.image.revision": "0150d6bc6fefc4ce771fb2f408575aedb5709105",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/neuvector/neuvector/scanner",
         "org.opencontainers.image.title": "NeuVector Scanner",
         "org.opencontainers.image.url": "https://open-docs.neuvector.com/",
         "org.opencontainers.image.vendor": "Neuvector",
         "org.opencontainers.image.version": "5",
         "release": "1227.1726694542",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-1227.1726694542",
         "vcs-ref": "94baa7760359088a42ad33dc22d329a5ee2c7209",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: 6 flattened updates found: registry1.dso.mil/ironbank/neuvector/neuvector/manager, registry1.dso.mil/ironbank/neuvector/neuvector/controller, registry1.dso.mil/ironbank/neuvector/neuvector/enforcer, registry1.dso.mil/ironbank/neuvector/neuvector/controller, registry1.dso.mil/ironbank/neuvector/neuvector/enforcer, registry1.dso.mil/ironbank/neuvector/neuvector/manager (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/neuvector, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/neuvector, baseBranch=main)
       "config": {
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/manager",
                 "currentValue": "5.4.1",
                 "datasource": "docker",
                 "replaceString": "registry: registry1.dso.mil\ntag: 5.4.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.4.2",
                     "newValue": "5.4.2",
                     "newMajor": 5,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/manager",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/neuvector/neuvector/manager",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://open-docs.neuvector.com/",
                 "lookupName": "ironbank/neuvector/neuvector/manager",
                 "currentVersion": "5.4.1",
                 "isSingleVersion": true,
                 "fixedVersion": "5.4.1"
               }
             ],
             "matchStrings": [
               "registry: registry1.dso.mil\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/manager",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "neuvector/compliance-config",
                 "currentValue": "1.0.1",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image:\n      repository: neuvector/compliance-config\n      tag: 1.0.1",
                 "updates": [],
                 "packageName": "neuvector/compliance-config",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "neuvector/compliance-config",
                     "message": "Failed to look up docker package neuvector/compliance-config"
                   }
                 ]
               },
               {
                 "depName": "neuvector/registry-adapter",
                 "currentValue": "0.1.3",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image:\n      repository: neuvector/registry-adapter\n      tag: 0.1.3",
                 "updates": [],
                 "packageName": "neuvector/registry-adapter",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "neuvector/registry-adapter",
                     "message": "Failed to look up docker package neuvector/registry-adapter"
                   }
                 ]
               },
               {
                 "depName": "ironbank/neuvector/neuvector/scanner",
                 "currentValue": "\"5\"",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image:\n      repository: ironbank/neuvector/neuvector/scanner\n      tag: \"5\"",
                 "updates": [],
                 "packageName": "ironbank/neuvector/neuvector/scanner",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": [
               "image:\\s+repository:\\s+(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/controller",
                 "currentValue": "5.4.1",
                 "datasource": "docker",
                 "replaceString": "- NeuVector: 5.4.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.4.2",
                     "newValue": "5.4.2",
                     "newMajor": 5,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/controller",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/neuvector/neuvector/controller",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://open-docs.neuvector.com/",
                 "lookupName": "ironbank/neuvector/neuvector/controller",
                 "currentVersion": "5.4.1",
                 "isSingleVersion": true,
                 "fixedVersion": "5.4.1"
               }
             ],
             "matchStrings": ["- NeuVector:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/controller",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer",
                 "currentValue": "5.4.1",
                 "datasource": "docker",
                 "replaceString": "appVersion: 5.4.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.4.2",
                     "newValue": "5.4.2",
                     "newMajor": 5,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/neuvector/neuvector/enforcer",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://open-docs.neuvector.com/",
                 "lookupName": "ironbank/neuvector/neuvector/enforcer",
                 "currentVersion": "5.4.1",
                 "isSingleVersion": true,
                 "fixedVersion": "5.4.1"
               }
             ],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/prometheus-exporter",
                 "currentValue": "5.3.2",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/neuvector/neuvector/prometheus-exporter:5.3.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/prometheus-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/neuvector/neuvector/prometheus-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://open-docs.neuvector.com/",
                 "lookupName": "ironbank/neuvector/neuvector/prometheus-exporter",
                 "currentVersion": "5.3.2",
                 "fixedVersion": "5.3.2"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/controller",
                 "currentValue": "5.4.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/neuvector/neuvector/controller:5.4.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.4.2",
                     "newValue": "5.4.2",
                     "newMajor": 5,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/controller",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/neuvector/neuvector/controller",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://open-docs.neuvector.com/",
                 "lookupName": "ironbank/neuvector/neuvector/controller",
                 "currentVersion": "5.4.1",
                 "isSingleVersion": true,
                 "fixedVersion": "5.4.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer",
                 "currentValue": "5.4.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/neuvector/neuvector/enforcer:5.4.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.4.2",
                     "newValue": "5.4.2",
                     "newMajor": 5,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/neuvector/neuvector/enforcer",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://open-docs.neuvector.com/",
                 "lookupName": "ironbank/neuvector/neuvector/enforcer",
                 "currentVersion": "5.4.1",
                 "isSingleVersion": true,
                 "fixedVersion": "5.4.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/manager",
                 "currentValue": "5.4.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/neuvector/neuvector/manager:5.4.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.4.2",
                     "newValue": "5.4.2",
                     "newMajor": 5,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/manager",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/neuvector/neuvector/manager",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://open-docs.neuvector.com/",
                 "lookupName": "ironbank/neuvector/neuvector/manager",
                 "currentVersion": "5.4.1",
                 "isSingleVersion": true,
                 "fixedVersion": "5.4.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/scanner",
                 "currentValue": "5",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/neuvector/neuvector/scanner:5",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/scanner",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/neuvector/neuvector/scanner",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://open-docs.neuvector.com/",
                 "lookupName": "ironbank/neuvector/neuvector/scanner",
                 "currentVersion": "5",
                 "fixedVersion": "5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/prometheus-exporter",
                 "currentValue": "5.3.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/neuvector/neuvector/prometheus-exporter:5.3.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/prometheus-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/neuvector/neuvector/prometheus-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://open-docs.neuvector.com/",
                 "lookupName": "ironbank/neuvector/neuvector/prometheus-exporter",
                 "currentVersion": "5.3.2",
                 "fixedVersion": "5.3.2"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/neuvector)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/neuvector)
DEBUG: processRepo() (repository=big-bang/product/packages/neuvector)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/neuvector)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/neuvector)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/neuvector)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/neuvector)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/neuvector)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/neuvector)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/neuvector)
DEBUG: getPr(188) (repository=big-bang/product/packages/neuvector)
DEBUG: getMR(188) (repository=big-bang/product/packages/neuvector)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/neuvector)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/neuvector)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/neuvector)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/neuvector)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/neuvector)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/neuvector)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/neuvector)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/neuvector)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/neuvector)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/neuvector)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/neuvector)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/neuvector)
DEBUG: syncBranchState() (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(188) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(188) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:12:29.986Z) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2024-12-13T19:57:58+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/neuvector/neuvector/controller in chart/Chart.yaml is already updated (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/neuvector, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/controller"
DEBUG: Branch dep registry1.dso.mil/ironbank/neuvector/neuvector/controller in chart/Chart.yaml is already updated (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/neuvector, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/controller"
DEBUG: Branch dep registry1.dso.mil/ironbank/neuvector/neuvector/enforcer in chart/Chart.yaml is already updated (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/neuvector, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer"
DEBUG: Branch dep registry1.dso.mil/ironbank/neuvector/neuvector/enforcer in chart/Chart.yaml is already updated (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/neuvector, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer"
DEBUG: Branch dep registry1.dso.mil/ironbank/neuvector/neuvector/manager in chart/Chart.yaml is already updated (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/neuvector, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/manager"
DEBUG: Branch dep registry1.dso.mil/ironbank/neuvector/neuvector/manager in chart/values.yaml is already updated (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/neuvector, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/manager"
DEBUG: No package files need updating (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2024-12-13T19:57:58+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(188) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(188) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/neuvector/neuvector/controller (5.4.1 -> 5.4.2) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/neuvector/neuvector/controller (5.4.1 -> 5.4.2) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/neuvector/neuvector/enforcer (5.4.1 -> 5.4.2) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/neuvector/neuvector/enforcer (5.4.1 -> 5.4.2) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/neuvector/neuvector/manager (5.4.1 -> 5.4.2) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/neuvector/neuvector/manager (5.4.1 -> 5.4.2) (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/neuvector/neuvector/enforcer (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/neuvector/neuvector/enforcer (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/neuvector/neuvector/controller (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/neuvector/neuvector/controller (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/neuvector/neuvector/manager (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/neuvector/neuvector/manager (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
 WARN: Package lookup failures (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
       "warnings": [
         "Failed to look up docker package neuvector/compliance-config",
         "Failed to look up docker package neuvector/registry-adapter"
       ],
       "files": ["chart/values.yaml"]
DEBUG: Processing existing PR (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update Ironbank to v5.4.2"
 INFO: PR updated (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
       "pr": 188,
       "prTitle": "SKIP UPDATE CHECK Update Ironbank to v5.4.2"
DEBUG: setPrCache() (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/neuvector, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/neuvector)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/neuvector)
DEBUG: getPr(188) (repository=big-bang/product/packages/neuvector)
DEBUG: getMR(188) (repository=big-bang/product/packages/neuvector)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/neuvector)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/neuvector)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/neuvector)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/neuvector)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/neuvector)
 WARN: Package lookup failures (repository=big-bang/product/packages/neuvector)
       "warnings": [
         "Failed to look up docker package neuvector/compliance-config",
         "Failed to look up docker package neuvector/registry-adapter"
       ],
       "files": ["chart/values.yaml"]
DEBUG: ensureIssue() (repository=big-bang/product/packages/neuvector)
DEBUG: Updating issue (repository=big-bang/product/packages/neuvector)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/neuvector)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/neuvector)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/neuvector)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/neuvector)
DEBUG: Branch lists (repository=big-bang/product/packages/neuvector)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/neuvector)
DEBUG: No branches to clean up (repository=big-bang/product/packages/neuvector)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/neuvector)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/neuvector)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/neuvector)
DEBUG: Repo is activated (repository=big-bang/product/packages/neuvector)
DEBUG: Branch summary (repository=big-bang/product/packages/neuvector)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "0733eca2b22d2f49de293a6a4f5f069e21faffe9"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "0733eca2b22d2f49de293a6a4f5f069e21faffe9",
           "branchName": "renovate/ironbank",
           "branchSha": "ca3173c54224d644c1f24f09f7d699106844868d",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/neuvector)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 188,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank to v5.4.2",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/controller",
               "displayPending": "",
               "fixedVersion": "5.4.1",
               "currentVersion": "5.4.1",
               "currentValue": "5.4.1",
               "newValue": "5.4.2",
               "newVersion": "5.4.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/controller"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/controller",
               "displayPending": "",
               "fixedVersion": "5.4.1",
               "currentVersion": "5.4.1",
               "currentValue": "5.4.1",
               "newValue": "5.4.2",
               "newVersion": "5.4.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/controller"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer",
               "displayPending": "",
               "fixedVersion": "5.4.1",
               "currentVersion": "5.4.1",
               "currentValue": "5.4.1",
               "newValue": "5.4.2",
               "newVersion": "5.4.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer",
               "displayPending": "",
               "fixedVersion": "5.4.1",
               "currentVersion": "5.4.1",
               "currentValue": "5.4.1",
               "newValue": "5.4.2",
               "newVersion": "5.4.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/enforcer"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/manager",
               "displayPending": "",
               "fixedVersion": "5.4.1",
               "currentVersion": "5.4.1",
               "currentValue": "5.4.1",
               "newValue": "5.4.2",
               "newVersion": "5.4.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/manager"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/neuvector/neuvector/manager",
               "displayPending": "",
               "fixedVersion": "5.4.1",
               "currentVersion": "5.4.1",
               "currentValue": "5.4.1",
               "newValue": "5.4.2",
               "newVersion": "5.4.2",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/neuvector/neuvector/manager"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/neuvector)
       "stats": {"total": 6, "open": 1, "closed": 1, "merged": 4}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/neuvector)
DEBUG: repository problems (repository=big-bang/product/packages/neuvector)
       "repoProblems": ["WARN: Package lookup failures"]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/neuvector)
       "splits": {"init": 1703, "extract": 243, "lookup": 499, "onboarding": 0, "update": 1448},
       "total": 4520
DEBUG: Package cache statistics (repository=big-bang/product/packages/neuvector)
       "get": {"count": 28, "avgMs": 2, "medianMs": 1, "maxMs": 11, "totalMs": 58},
       "set": {"count": 30, "avgMs": 7, "medianMs": 3, "maxMs": 66, "totalMs": 224}
DEBUG: HTTP statistics (repository=big-bang/product/packages/neuvector)
       "hosts": {
         "registry1.dso.mil": {
           "count": 37,
           "reqAvgMs": 30,
           "reqMedianMs": 26,
           "reqMaxMs": 72,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 18,
           "reqAvgMs": 154,
           "reqMedianMs": 87,
           "reqMaxMs": 457,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 55
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/neuvector)
DEBUG: Lookup statistics (repository=big-bang/product/packages/neuvector)
       "docker": {"count": 13, "avgMs": 245, "medianMs": 311, "maxMs": 414, "totalMs": 3185}
 INFO: Repository finished (repository=big-bang/product/packages/neuvector)
       "cloned": true,
       "durationMs": 4520
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/plugins/kustomize-helmgenerator)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/plugins/kustomize-helmgenerator (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: big-bang/product/plugins/kustomize-helmgenerator default branch = main (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: Enabling Git FS (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/plugins/kustomize-helmgenerator.git (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fplugins%2Fkustomize-helmgenerator/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=58) (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: GitLab API 404 (repository=big-bang/product/plugins/kustomize-helmgenerator)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fplugins%2Fkustomize-helmgenerator/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: Resetting npmrc (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: checkOnboarding() (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: isOnboarded() (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: findFile(renovate.json) (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/plugins/kustomize-helmgenerator (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: Performing blobless clone (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: git clone completed (repository=big-bang/product/plugins/kustomize-helmgenerator)
       "durationMs": 523
DEBUG: latest repository commit (repository=big-bang/product/plugins/kustomize-helmgenerator)
       "latestCommit": {
         "hash": "985c44010ff27fbff00b671ea2625471a64ecf9f",
         "date": "2025-01-16T19:30:23+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #20\n\nSee merge request big-bang/product/plugins/kustomize-helmgenerator!28",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@seed-innovations.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: findFile(.renovaterc) (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: config file not found (repository=big-bang/product/plugins/kustomize-helmgenerator)
 INFO: Repository is disabled - skipping (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: Removing any stale branches (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: No renovate branches found (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/plugins/kustomize-helmgenerator)
       "splits": {},
       "total": 1227
DEBUG: Package cache statistics (repository=big-bang/product/plugins/kustomize-helmgenerator)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/plugins/kustomize-helmgenerator)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 133,
           "reqMedianMs": 95,
           "reqMaxMs": 246,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/product/plugins/kustomize-helmgenerator)
DEBUG: Lookup statistics (repository=big-bang/product/plugins/kustomize-helmgenerator)
 INFO: Repository finished (repository=big-bang/product/plugins/kustomize-helmgenerator)
       "cloned": true,
       "durationMs": 1227
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/launchboard/launchboard-charts (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: big-bang/apps/sandbox/launchboard/launchboard-charts default branch = main (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/launchboard/launchboard-charts.git (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Flaunchboard%2Flaunchboard-charts/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=59) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Flaunchboard%2Flaunchboard-charts/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/launchboard/launchboard-charts (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
       "durationMs": 459
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
       "latestCommit": {
         "hash": "e095263970b91ec54f72c81815fb6877563f5932",
         "date": "2022-03-28T21:29:12+00:00",
         "message": "Merge branch 'bb-package' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "BB package updates\n\nSee merge request platform-one/big-bang/apps/sandbox/launchboard/launchboard-charts!2",
         "author_name": "Baban Faraj",
         "author_email": "baban.faraj@recro.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: config file not found (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
       "splits": {},
       "total": 1027
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 82,
           "reqMedianMs": 86,
           "reqMaxMs": 102,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
 INFO: Repository finished (repository=big-bang/apps/sandbox/launchboard/launchboard-charts)
       "cloned": true,
       "durationMs": 1027
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/tools/R2-D2)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/R2-D2 (repository=big-bang/team/tools/R2-D2)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/tools/R2-D2)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/tools/R2-D2)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/tools/R2-D2)
DEBUG: big-bang/team/tools/R2-D2 default branch = main (repository=big-bang/team/tools/R2-D2)
DEBUG: Enabling Git FS (repository=big-bang/team/tools/R2-D2)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/tools/R2-D2.git (repository=big-bang/team/tools/R2-D2)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2FR2-D2/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=63) (repository=big-bang/team/tools/R2-D2)
DEBUG: GitLab API 404 (repository=big-bang/team/tools/R2-D2)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2FR2-D2/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/team/tools/R2-D2)
DEBUG: Resetting npmrc (repository=big-bang/team/tools/R2-D2)
DEBUG: checkOnboarding() (repository=big-bang/team/tools/R2-D2)
DEBUG: isOnboarded() (repository=big-bang/team/tools/R2-D2)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/tools/R2-D2)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/tools/R2-D2)
DEBUG: findFile(renovate.json) (repository=big-bang/team/tools/R2-D2)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/R2-D2 (repository=big-bang/team/tools/R2-D2)
DEBUG: Performing blobless clone (repository=big-bang/team/tools/R2-D2)
DEBUG: git clone completed (repository=big-bang/team/tools/R2-D2)
       "durationMs": 811
DEBUG: latest repository commit (repository=big-bang/team/tools/R2-D2)
       "latestCommit": {
         "hash": "c01e2fb8f41e833b42d8ce4f41478a5eebe35fba",
         "date": "2025-01-30T19:06:13+00:00",
         "message": "Merge branch '103-fix-kyverno-testing' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Resolve \"fix kyverno testing\"\n\nCloses #103\n\nSee merge request big-bang/team/tools/R2-D2!125",
         "author_name": "Daniel Pritchett",
         "author_email": "dpritchett@radiusmethod.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/team/tools/R2-D2)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/team/tools/R2-D2)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/team/tools/R2-D2)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/team/tools/R2-D2)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/team/tools/R2-D2)
DEBUG: findFile(.renovaterc) (repository=big-bang/team/tools/R2-D2)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/team/tools/R2-D2)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/team/tools/R2-D2)
DEBUG: config file not found (repository=big-bang/team/tools/R2-D2)
 INFO: Repository is disabled - skipping (repository=big-bang/team/tools/R2-D2)
DEBUG: Removing any stale branches (repository=big-bang/team/tools/R2-D2)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/team/tools/R2-D2)
DEBUG: No renovate branches found (repository=big-bang/team/tools/R2-D2)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/team/tools/R2-D2)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/tools/R2-D2)
       "splits": {},
       "total": 1695
DEBUG: Package cache statistics (repository=big-bang/team/tools/R2-D2)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/tools/R2-D2)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 139,
           "reqMedianMs": 124,
           "reqMaxMs": 231,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/team/tools/R2-D2)
DEBUG: Lookup statistics (repository=big-bang/team/tools/R2-D2)
 INFO: Repository finished (repository=big-bang/team/tools/R2-D2)
       "cloned": true,
       "durationMs": 1695
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/kyverno-policies)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/kyverno-policies (repository=big-bang/product/packages/kyverno-policies)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/kyverno-policies)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/kyverno-policies)
DEBUG: big-bang/product/packages/kyverno-policies default branch = main (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/kyverno-policies.git (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/kyverno-policies)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/kyverno-policies)
DEBUG: isOnboarded() (repository=big-bang/product/packages/kyverno-policies)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/kyverno-policies (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/kyverno-policies)
DEBUG: git clone completed (repository=big-bang/product/packages/kyverno-policies)
       "durationMs": 537
DEBUG: latest repository commit (repository=big-bang/product/packages/kyverno-policies)
       "latestCommit": {
         "hash": "77ff89e76f84db7e1e6ed2f7f9e5982c2ce50149",
         "date": "2024-12-20T16:38:49+00:00",
         "message": "Merge branch '136-add-ability-to-define-policy-exception-objects' into 'main'",
         "refs": "HEAD -> main, tag: 3.3.4-bb.2, origin/main, origin/HEAD",
         "body": "Resolve \"Add ability to define Policy Exception Objects\"\n\nSee merge request big-bang/product/packages/kyverno-policies!210",
         "author_name": "Bulat Khamitov",
         "author_email": "27224-bkhamitov@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/kyverno-policies)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Repository config (repository=big-bang/product/packages/kyverno-policies)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kyverno Policy Images",
         "draftPR": true,
         "enabledManagers": ["helmv3", "helm-values", "regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kyverno", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/tests/manifests/.*\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?<depName>.+):(?<currentValue>.+)",
               "kyverno-policies-bbtest/value:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Config migration necessary (repository=big-bang/product/packages/kyverno-policies)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kyverno Policy Images",
         "draftPR": true,
         "enabledManagers": ["helmv3", "helm-values", "regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kyverno", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/tests/manifests/.*\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?<depName>.+):(?<currentValue>.+)",
               "kyverno-policies-bbtest/value:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kyverno Policy Images",
         "draftPR": true,
         "enabledManagers": ["helmv3", "helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kyverno", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/tests/manifests/.*\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?<depName>.+):(?<currentValue>.+)",
               "kyverno-policies-bbtest/value:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/kyverno-policies)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kyverno Policy Images",
         "draftPR": true,
         "enabledManagers": ["helmv3", "helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kyverno", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/tests/manifests/.*\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?<depName>.+):(?<currentValue>.+)",
               "kyverno-policies-bbtest/value:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/kyverno-policies)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/kyverno-policies)
DEBUG: findIssue(Renovate: Upgrade Kyverno Policy Images) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: baseBranches (repository=big-bang/product/packages/kyverno-policies)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-12-20T16:38:49+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Using file match: ^chart/tests/manifests/.*\.yaml$ for manager regex (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Matched 49 file(s) for manager regex: chart/tests/manifests/add-default-securitycontext.yaml, chart/tests/manifests/block-ephemeral-containers.yaml, chart/tests/manifests/clone-configs.yaml, chart/tests/manifests/disallow-annotations.yaml, chart/tests/manifests/disallow-auto-mount-service-account-token.yaml, chart/tests/manifests/disallow-deprecated-apis.yaml, chart/tests/manifests/disallow-host-namespaces.yaml, chart/tests/manifests/disallow-image-tags.yaml, chart/tests/manifests/disallow-istio-injection-bypass.yaml, chart/tests/manifests/disallow-labels.yaml, chart/tests/manifests/disallow-namespaces.yaml, chart/tests/manifests/disallow-nodeport-services.yaml, chart/tests/manifests/disallow-privilege-escalation.yaml, chart/tests/manifests/disallow-privileged-containers.yaml, chart/tests/manifests/disallow-rbac-on-default-serviceaccounts.yaml, chart/tests/manifests/disallow-selinux-options.yaml, chart/tests/manifests/disallow-tolerations.yaml, chart/tests/manifests/require-annotations.yaml, chart/tests/manifests/require-cpu-limit.yaml, chart/tests/manifests/require-drop-all-capabilities.yaml, chart/tests/manifests/require-image-signature.yaml, chart/tests/manifests/require-istio-on-namespaces.yaml, chart/tests/manifests/require-labels.yaml, chart/tests/manifests/require-memory-limit.yaml, chart/tests/manifests/require-non-root-group.yaml, chart/tests/manifests/require-non-root-user.yaml, chart/tests/manifests/require-probes.yaml, chart/tests/manifests/require-requests-equal-limits.yaml, chart/tests/manifests/require-ro-rootfs.yaml, chart/tests/manifests/restrict-apparmor.yaml, chart/tests/manifests/restrict-capabilities.yaml, chart/tests/manifests/restrict-external-ips.yaml, chart/tests/manifests/restrict-external-names.yaml, chart/tests/manifests/restrict-group-id.yaml, chart/tests/manifests/restrict-host-path-mount-pv.yaml, chart/tests/manifests/restrict-host-path-mount.yaml, chart/tests/manifests/restrict-host-path-write.yaml, chart/tests/manifests/restrict-host-ports.yaml, chart/tests/manifests/restrict-image-registries.yaml, chart/tests/manifests/restrict-proc-mount.yaml, chart/tests/manifests/restrict-seccomp.yaml, chart/tests/manifests/restrict-selinux-type.yaml, chart/tests/manifests/restrict-sysctls.yaml, chart/tests/manifests/restrict-user-id.yaml, chart/tests/manifests/restrict-volume-types.yaml, chart/tests/manifests/update-automountserviceaccounttokens-default.yaml, chart/tests/manifests/update-automountserviceaccounttokens.yaml, chart/tests/manifests/update-image-pull-policy.yaml, chart/tests/manifests/update-image-registry.yaml (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
       "managers": {"helm-values": 9, "regex": 27, "helmv3": 12}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Found 7 package file(s) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 3},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 5, "depCount": 19}
         },
         "total": {"fileCount": 7, "depCount": 23}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/bigbang-ci/bb-ci has unsupported/unversioned value latest (versioning=docker) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/bigbang-ci/bb-ci because no currentDigest or pinDigests (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/bigbang-ci/bb-ci has unsupported/unversioned value latest (versioning=docker) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/bigbang-ci/bb-ci because no currentDigest or pinDigests (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Dependency ghcr.io/kyverno/test-verify-image has unsupported/unversioned value unsigned (versioning=docker) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Skipping ghcr.io/kyverno/test-verify-image because no currentDigest or pinDigests (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Dependency ghcr.io/kyverno/test-verify-image has unsupported/unversioned value signed-by-someone-else (versioning=docker) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Skipping ghcr.io/kyverno/test-verify-image because no currentDigest or pinDigests (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Dependency ghcr.io/kyverno/test-verify-image has unsupported/unversioned value signed (versioning=docker) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Skipping ghcr.io/kyverno/test-verify-image because no currentDigest or pinDigests (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256 has unsupported/unversioned value db5918b5809b5b02cdd50cf389e6f66caf707cea58f57db0f334ee0cb4e19ea6 (versioning=docker) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256 because no currentDigest or pinDigests (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Using queue: host=replace.image.registry, concurrency=16 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
 WARN: Invalid registry response (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
       "apiCheckUrl": "https://registry1.dso.mil/v2/ironbank/redhat/ubi/ubi9-minimal@sha256/tags/list?n=10000",
       "res": {
         "statusCode": 401,
         "body": {
           "errors": [
             {
               "code": "UNAUTHORIZED",
               "message": "un-recognized request: GET /v2/ironbank/redhat/ubi/ubi9-minimal@sha256/tags/list: un-recognized request: GET /v2/ironbank/redhat/ubi/ubi9-minimal@sha256/tags/list"
             }
           ]
         },
         "headers": {
           "content-type": "application/json; charset=utf-8",
           "docker-distribution-api-version": "registry/2.0",
           "set-cookie": ["sid=41e0739d8e21a8b4c0abc9bf5142d5d3; Path=/; HttpOnly"],
           "www-authenticate": "",
           "x-request-id": "a9c7589f-2753-4cb0-9ce3-5887344fa7dd",
           "date": "Mon, 03 Feb 2025 07:12:38 GMT",
           "content-length": "212",
           "strict-transport-security": "max-age=31536000; includeSubDomains",
           "x-frame-options": "SAMEORIGIN",
           "x-content-type-options": "nosniff",
           "referrer-policy": "strict-origin"
         },
         "authorization": false
       }
DEBUG: Failed to get authHeaders for getTags lookup (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Failed to look up docker package registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/tests/manifests/update-image-pull-policy.yaml, dependency=registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256)
DEBUG: Failed to look up docker package registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/tests/manifests/update-image-pull-policy.yaml, dependency=registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256)
DEBUG: Failed to look up docker package registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/tests/manifests/update-image-registry.yaml, dependency=registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256)
DEBUG: Failed to look up docker package registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/tests/manifests/update-image-registry.yaml, dependency=registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256)
DEBUG: Failed to look up docker package registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/tests/manifests/update-image-registry.yaml, dependency=registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256)
DEBUG: GET https://replace.image.registry/v2/ironbank/redhat/ubi/ubi9-minimal@sha256/tags/list?n=10000 = (code=ENOTFOUND, statusCode=-1 retryCount=2, duration=6) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
 WARN: Error obtaining docker token (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
       "registryHost": "https://replace.image.registry",
       "dockerRepository": "ironbank/redhat/ubi/ubi9-minimal@sha256",
       "err": {
         "name": "RequestError",
         "code": "ENOTFOUND",
         "timings": {
           "start": 1738566761134,
           "socket": 1738566761135,
           "lookup": 1738566761140,
           "error": 1738566761140,
           "phases": {"wait": 1, "dns": 5, "total": 6}
         },
         "message": "getaddrinfo ENOTFOUND replace.image.registry",
         "stack": "RequestError: getaddrinfo ENOTFOUND replace.image.registry\n    at ClientRequest.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/core/index.js:970:111)\n    at Object.onceWrapper (node:events:633:26)\n    at ClientRequest.emit (node:events:530:35)\n    at ClientRequest.emit (node:domain:489:12)\n    at ClientRequest.origin.emit (/usr/local/renovate/node_modules/.pnpm/@szmarczak+http-timer@4.0.6/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)\n    at emitErrorEvent (node:_http_client:103:11)\n    at TLSSocket.socketErrorListener (node:_http_client:506:5)\n    at TLSSocket.emit (node:events:518:28)\n    at TLSSocket.emit (node:domain:489:12)\n    at emitErrorNT (node:internal/streams/destroy:170:8)\n    at emitErrorCloseNT (node:internal/streams/destroy:129:3)\n    at processTicksAndRejections (node:internal/process/task_queues:90:21)\n    at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://replace.image.registry/v2/ironbank/redhat/ubi/ubi9-minimal@sha256/tags/list?n=10000",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         }
       }
DEBUG: Failed to get authHeaders for getTags lookup (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Failed to look up docker package replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/tests/manifests/update-image-registry.yaml, dependency=replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256)
DEBUG: Failed to look up docker package replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256 (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/tests/manifests/update-image-registry.yaml, dependency=replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: 10 flattened updates found: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, gluon, registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal, registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal, registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal, registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal, registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/kyverno-policies, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "datasource": "docker",
                 "replaceString": "v1.30.6",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.6",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.6",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.4",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.4",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.4"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "3.3.4-bb.2",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/bigbang-ci/bb-ci",
                 "currentValue": "latest",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/bigbang-ci/bb-ci:latest",
                 "updates": [],
                 "packageName": "registry1.dso.mil/bigbang-ci/bb-ci",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "9.5",
                     "newValue": "9.5",
                     "newMajor": 9,
                     "newMinor": 5,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.4",
                 "isSingleVersion": true,
                 "fixedVersion": "9.4"
               },
               {
                 "depName": "registry1.dso.mil/bigbang-ci/bb-ci",
                 "currentValue": "latest",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/bigbang-ci/bb-ci:latest",
                 "updates": [],
                 "packageName": "registry1.dso.mil/bigbang-ci/bb-ci",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "9.5",
                     "newValue": "9.5",
                     "newMajor": 9,
                     "newMinor": 5,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.4",
                 "isSingleVersion": true,
                 "fixedVersion": "9.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "9.5",
                     "newValue": "9.5",
                     "newMajor": 9,
                     "newMinor": 5,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.4",
                 "isSingleVersion": true,
                 "fixedVersion": "9.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "9.5",
                     "newValue": "9.5",
                     "newMajor": 9,
                     "newMinor": 5,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.4",
                 "isSingleVersion": true,
                 "fixedVersion": "9.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "9.5",
                     "newValue": "9.5",
                     "newMajor": 9,
                     "newMinor": 5,
                     "newPatch": null,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.4",
                 "isSingleVersion": true,
                 "fixedVersion": "9.4"
               }
             ],
             "matchStrings": [
               "image:\\s+(?<depName>.+):(?<currentValue>.+)",
               "kyverno-policies-bbtest/value:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/tests/manifests/disallow-image-tags.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ghcr.io/kyverno/test-verify-image",
                 "currentValue": "unsigned",
                 "datasource": "docker",
                 "replaceString": "image: ghcr.io/kyverno/test-verify-image:unsigned",
                 "updates": [],
                 "packageName": "ghcr.io/kyverno/test-verify-image",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ghcr.io/kyverno/test-verify-image",
                 "currentValue": "signed-by-someone-else",
                 "datasource": "docker",
                 "replaceString": "image: ghcr.io/kyverno/test-verify-image:signed-by-someone-else",
                 "updates": [],
                 "packageName": "ghcr.io/kyverno/test-verify-image",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ghcr.io/kyverno/test-verify-image",
                 "currentValue": "signed",
                 "datasource": "docker",
                 "replaceString": "image: ghcr.io/kyverno/test-verify-image:signed",
                 "updates": [],
                 "packageName": "ghcr.io/kyverno/test-verify-image",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "currentValue": "db5918b5809b5b02cdd50cf389e6f66caf707cea58f57db0f334ee0cb4e19ea6",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256:db5918b5809b5b02cdd50cf389e6f66caf707cea58f57db0f334ee0cb4e19ea6",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": [
               "image:\\s+(?<depName>.+):(?<currentValue>.+)",
               "kyverno-policies-bbtest/value:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/tests/manifests/require-image-signature.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "currentValue": "6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256:6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                     "message": "Failed to look up docker package registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256"
                   }
                 ]
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "currentValue": "6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256:6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                     "message": "Failed to look up docker package registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256"
                   }
                 ]
               }
             ],
             "matchStrings": [
               "image:\\s+(?<depName>.+):(?<currentValue>.+)",
               "kyverno-policies-bbtest/value:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/tests/manifests/update-image-pull-policy.yaml"
           },
           {
             "deps": [
               {
                 "depName": "replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "currentValue": "6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "datasource": "docker",
                 "replaceString": "image: replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256:6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "updates": [],
                 "packageName": "replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256",
                     "message": "Failed to look up docker package replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256"
                   }
                 ]
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "currentValue": "6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256:6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                     "message": "Failed to look up docker package registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256"
                   }
                 ]
               },
               {
                 "depName": "replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "currentValue": "6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "datasource": "docker",
                 "replaceString": "image: replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256:6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "updates": [],
                 "packageName": "replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256",
                     "message": "Failed to look up docker package replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256"
                   }
                 ]
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "currentValue": "6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "datasource": "docker",
                 "replaceString": "kyverno-policies-bbtest/value: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256:6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                     "message": "Failed to look up docker package registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256"
                   }
                 ]
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "currentValue": "6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "datasource": "docker",
                 "replaceString": "kyverno-policies-bbtest/value: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256:6cd0df997ed70512b5bcc3aa10063101e6d2b399a7799679401da9edd155b0db",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
                     "message": "Failed to look up docker package registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256"
                   }
                 ]
               }
             ],
             "matchStrings": [
               "image:\\s+(?<depName>.+):(?<currentValue>.+)",
               "kyverno-policies-bbtest/value:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/tests/manifests/update-image-registry.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.6",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/kyverno-policies)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/kyverno-policies)
DEBUG: processRepo() (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/kyverno-policies)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/kyverno-policies)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: getPr(215) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: getMR(215) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/kyverno-policies)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/kyverno-policies)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/kyverno-policies)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/kyverno-policies)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/kyverno-policies)
DEBUG: syncBranchState() (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(215) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(215) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:12:41.421Z) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2024-12-20T16:38:49+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep gluon in chart/Chart.yaml is already updated (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "gluon"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/Chart.yaml is already updated (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal in chart/tests/manifests/disallow-image-tags.yaml is already updated (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/tests/manifests/disallow-image-tags.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal"
DEBUG: Branch dep registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal in chart/tests/manifests/disallow-image-tags.yaml is already updated (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/tests/manifests/disallow-image-tags.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal"
DEBUG: Branch dep registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal in chart/tests/manifests/disallow-image-tags.yaml is already updated (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/tests/manifests/disallow-image-tags.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal"
DEBUG: Branch dep registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal in chart/tests/manifests/disallow-image-tags.yaml is already updated (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/tests/manifests/disallow-image-tags.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal"
DEBUG: Branch dep registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal in chart/tests/manifests/disallow-image-tags.yaml is already updated (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, packageFile=chart/tests/manifests/disallow-image-tags.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal"
DEBUG: No package files need updating (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2024-12-20T16:38:49+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(215) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(215) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal (9.4 -> 9.5) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal (9.4 -> 9.5) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal (9.4 -> 9.5) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal (9.4 -> 9.5) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal (9.4 -> 9.5) (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/redhat/ubi/9.x/ubi9-minimal (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/redhat/ubi/9.x/ubi9-minimal (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/redhat/ubi/9.x/ubi9-minimal (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/redhat/ubi/9.x/ubi9-minimal (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/redhat/ubi/9.x/ubi9-minimal (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
 WARN: Package lookup failures (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
       "warnings": [
         "Failed to look up docker package registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
         "Failed to look up docker package replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256"
       ],
       "files": [
         "chart/tests/manifests/update-image-pull-policy.yaml",
         "chart/tests/manifests/update-image-registry.yaml"
       ]
DEBUG: Processing existing PR (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
       "pr": 215,
       "prTitle": "Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/kyverno-policies, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: getPr(215) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: getMR(215) (repository=big-bang/product/packages/kyverno-policies)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/kyverno-policies)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/kyverno-policies)
 WARN: Package lookup failures (repository=big-bang/product/packages/kyverno-policies)
       "warnings": [
         "Failed to look up docker package registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal@sha256",
         "Failed to look up docker package replace.image.registry/ironbank/redhat/ubi/ubi9-minimal@sha256"
       ],
       "files": [
         "chart/tests/manifests/update-image-pull-policy.yaml",
         "chart/tests/manifests/update-image-registry.yaml"
       ]
DEBUG: ensureIssue() (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Updating issue (repository=big-bang/product/packages/kyverno-policies)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/kyverno-policies)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/kyverno-policies)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Branch lists (repository=big-bang/product/packages/kyverno-policies)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/kyverno-policies)
DEBUG: No branches to clean up (repository=big-bang/product/packages/kyverno-policies)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/kyverno-policies)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/kyverno-policies)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Repo is activated (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Branch summary (repository=big-bang/product/packages/kyverno-policies)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "77ff89e76f84db7e1e6ed2f7f9e5982c2ce50149"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "77ff89e76f84db7e1e6ed2f7f9e5982c2ce50149",
           "branchName": "renovate/ironbank",
           "branchSha": "56a40d11ccc28a89fa090f63c15802901ca7588d",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/kyverno-policies)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 215,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.4",
               "currentVersion": "0.5.4",
               "currentValue": "0.5.4",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
               "displayPending": "",
               "fixedVersion": "9.4",
               "currentVersion": "9.4",
               "currentValue": "9.4",
               "newValue": "9.5",
               "newVersion": "9.5",
               "packageFile": "chart/tests/manifests/disallow-image-tags.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
               "displayPending": "",
               "fixedVersion": "9.4",
               "currentVersion": "9.4",
               "currentValue": "9.4",
               "newValue": "9.5",
               "newVersion": "9.5",
               "packageFile": "chart/tests/manifests/disallow-image-tags.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
               "displayPending": "",
               "fixedVersion": "9.4",
               "currentVersion": "9.4",
               "currentValue": "9.4",
               "newValue": "9.5",
               "newVersion": "9.5",
               "packageFile": "chart/tests/manifests/disallow-image-tags.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
               "displayPending": "",
               "fixedVersion": "9.4",
               "currentVersion": "9.4",
               "currentValue": "9.4",
               "newValue": "9.5",
               "newVersion": "9.5",
               "packageFile": "chart/tests/manifests/disallow-image-tags.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
               "displayPending": "",
               "fixedVersion": "9.4",
               "currentVersion": "9.4",
               "currentValue": "9.4",
               "newValue": "9.5",
               "newVersion": "9.5",
               "packageFile": "chart/tests/manifests/disallow-image-tags.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/kyverno-policies)
       "stats": {"total": 8, "open": 1, "closed": 4, "merged": 3}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/kyverno-policies)
DEBUG: repository problems (repository=big-bang/product/packages/kyverno-policies)
       "repoProblems": [
         "WARN: Invalid registry response",
         "WARN: Error obtaining docker token",
         "WARN: Package lookup failures"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/kyverno-policies)
       "splits": {"init": 1809, "extract": 240, "lookup": 3334, "onboarding": 0, "update": 2037},
       "total": 8028
DEBUG: Package cache statistics (repository=big-bang/product/packages/kyverno-policies)
       "get": {"count": 17, "avgMs": 10, "medianMs": 2, "maxMs": 117, "totalMs": 175},
       "set": {"count": 25, "avgMs": 2, "medianMs": 2, "maxMs": 3, "totalMs": 43}
DEBUG: HTTP statistics (repository=big-bang/product/packages/kyverno-policies)
       "hosts": {
         "registry1.dso.mil": {
           "count": 1,
           "reqAvgMs": 341,
           "reqMedianMs": 341,
           "reqMaxMs": 341,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "replace.image.registry": {
           "count": 1,
           "reqAvgMs": 6,
           "reqMedianMs": 6,
           "reqMaxMs": 6,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 14,
           "reqAvgMs": 198,
           "reqMedianMs": 133,
           "reqMaxMs": 633,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 16
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/kyverno-policies)
DEBUG: Lookup statistics (repository=big-bang/product/packages/kyverno-policies)
       "docker": {"count": 23, "avgMs": 443, "medianMs": 115, "maxMs": 3221, "totalMs": 10193}
 INFO: Repository finished (repository=big-bang/product/packages/kyverno-policies)
       "cloned": true,
       "durationMs": 8028
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/falco)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/falco (repository=big-bang/apps/sandbox/falco)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/falco)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/falco)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/falco)
DEBUG: big-bang/apps/sandbox/falco default branch = main (repository=big-bang/apps/sandbox/falco)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/falco)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/falco.git (repository=big-bang/apps/sandbox/falco)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/falco)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/falco)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/falco)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/falco)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/falco)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/falco)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/falco)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/falco (repository=big-bang/apps/sandbox/falco)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/falco)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/falco)
       "durationMs": 528
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/falco)
       "latestCommit": {
         "hash": "dd632698eaec0663126c3a632b5344adb24098b2",
         "date": "2024-07-30T15:02:35-04:00",
         "message": "remove ds store",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Chris O'Connell",
         "author_email": "coconnell@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/falco)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/falco)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/falco)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/falco)
DEBUG: Repository config (repository=big-bang/apps/sandbox/falco)
       "fileName": "renovate.json",
       "config": {}
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/falco)
DEBUG: No config migration necessary (repository=big-bang/apps/sandbox/falco)
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/falco)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/falco)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/falco)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/falco, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-07-30T15:02:35-04:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/falco, baseBranch=main)
       "managers": {"helm-values": 6, "helmv3": 7}
DEBUG: Found helm-values package files (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Found 2 package file(s) (repository=big-bang/apps/sandbox/falco, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/falco, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 3},
           "helmv3": {"fileCount": 1, "depCount": 1}
         },
         "total": {"fileCount": 2, "depCount": 4}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: hostRules: no authentication for falcosecurity.github.io (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using queue: host=falcosecurity.github.io, concurrency=16 (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, falcosecurity/falcosidekick-ui, latest) (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, falcosecurity/falcosidekick-ui, latest, get) (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using queue: host=index.docker.io, concurrency=16 (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, falcosecurity/falcosidekick, latest) (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, falcosecurity/falcosidekick, latest, get) (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Using queue: host=auth.docker.io, concurrency=16 (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, falcosecurity/falco, latest) (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, falcosecurity/falco, latest, get) (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, falcosecurity/falcosidekick, sha256:c836f1410289c78dc18904cacd4c2938853e572df43913568d21304d733f37e1, get) (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, falcosecurity/falco, sha256:b216531a6784aa4357d6bb92a1a1d2002182b133a197eb9432d796780071f1f8, get) (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, falcosecurity/falcosidekick-ui, sha256:944b2a53fbdf753fe03a53dc8859e489353aad5d907c16d502b2d6979eb58c7b, get) (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/falco, baseBranch=main)
       "labels": {
         "MAINTAINER": "Thomas Labarussias <issif+falcosidekick@gadz.org>",
         "org.opencontainers.image.created": "2025-01-31T17:22:51Z",
         "org.opencontainers.image.name": "falcosidekick",
         "org.opencontainers.image.revision": "4ebc68ce71917318a4e32209b1b5bba4e63ccf6d",
         "org.opencontainers.image.version": "latest"
       }
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/falco, baseBranch=main)
       "labels": {
         "dev.chainguard.package.main": "",
         "maintainer": "cncf-falco-dev@lists.cncf.io",
         "org.opencontainers.image.authors": "Chainguard Team https://www.chainguard.dev/",
         "org.opencontainers.image.created": "2025-01-24T12:35:23Z",
         "org.opencontainers.image.source": "https://github.com/falcosecurity/falco",
         "org.opencontainers.image.url": "https://images.chainguard.dev/directory/image/wolfi-base/overview",
         "org.opencontainers.image.vendor": "Chainguard",
         "usage": "docker run -i -t --privileged -v /var/run/docker.sock:/host/var/run/docker.sock -v /proc:/host/proc:ro  -v /etc:/host/etc:ro falcosecurity/falco:latest"
       }
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/falco, baseBranch=main)
       "labels": {
         "MAINTAINER": "Thomas Labarussias <issif+falcosidekick@gadz.org>",
         "org.opencontainers.image.created": "2024-11-22T15:18:01Z",
         "org.opencontainers.image.name": "falcosidekick-ui",
         "org.opencontainers.image.revision": "566301eb59a2f6ae1d7ef4c2fafd0159d0019659",
         "org.opencontainers.image.version": "latest"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: 4 flattened updates found: docker.io/falcosecurity/falco, docker.io/falcosecurity/falcosidekick, docker.io/falcosecurity/falcosidekick-ui, falcosidekick (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: Returning 3 branch(es) (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/falco, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/falco, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "docker.io/falcosecurity/falco",
                 "currentValue": "0.30.0",
                 "datasource": "docker",
                 "replaceString": "0.30.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.40.0",
                     "newValue": "0.40.0",
                     "releaseTimestamp": "2025-01-28T09:50:23.442Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 0,
                     "newMinor": 40,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "docker.io/falcosecurity/falco",
                 "warnings": [],
                 "sourceUrl": "https://github.com/falcosecurity/falco",
                 "registryUrl": "https://index.docker.io",
                 "homepage": "https://images.chainguard.dev/directory/image/wolfi-base/overview",
                 "lookupName": "falcosecurity/falco",
                 "currentVersion": "0.30.0",
                 "currentVersionTimestamp": "2021-10-01T08:58:24.669Z",
                 "currentVersionAgeInDays": 1220,
                 "isSingleVersion": true,
                 "fixedVersion": "0.30.0"
               },
               {
                 "depName": "docker.io/falcosecurity/falcosidekick",
                 "currentValue": "2.24.0",
                 "datasource": "docker",
                 "replaceString": "2.24.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "2.30.0",
                     "newValue": "2.30.0",
                     "releaseTimestamp": "2024-11-27T19:03:29.452Z",
                     "newVersionAgeInDays": 67,
                     "newMajor": 2,
                     "newMinor": 30,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ib-updates"
                   }
                 ],
                 "packageName": "docker.io/falcosecurity/falcosidekick",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "falcosecurity/falcosidekick",
                 "currentVersion": "2.24.0",
                 "currentVersionTimestamp": "2021-08-16T14:10:43.783Z",
                 "currentVersionAgeInDays": 1266,
                 "isSingleVersion": true,
                 "fixedVersion": "2.24.0"
               },
               {
                 "depName": "docker.io/falcosecurity/falcosidekick-ui",
                 "currentValue": "v1.1.0",
                 "datasource": "docker",
                 "replaceString": "v1.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "2.2.0",
                     "newValue": "2.2.0",
                     "releaseTimestamp": "2023-09-14T11:20:27.667Z",
                     "newVersionAgeInDays": 507,
                     "newMajor": 2,
                     "newMinor": 2,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/major-ib-updates"
                   }
                 ],
                 "packageName": "docker.io/falcosecurity/falcosidekick-ui",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "falcosecurity/falcosidekick-ui",
                 "currentVersion": "v1.1.0",
                 "currentVersionTimestamp": "2021-06-23T18:44:59.658Z",
                 "currentVersionAgeInDays": 1320,
                 "isSingleVersion": true,
                 "fixedVersion": "v1.1.0"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "falcosidekick",
                 "currentValue": "0.3.13",
                 "registryUrls": ["https://falcosecurity.github.io/charts"],
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.9.5",
                     "newValue": "0.9.5",
                     "newDigest": "9b4c6ea2fd2fb685a7d562bf0d5c1d78b55c9130727b4b54be9398a8d72d2c2e",
                     "releaseTimestamp": "2025-01-13T12:12:04.405Z",
                     "newVersionAgeInDays": 20,
                     "newMajor": 0,
                     "newMinor": 9,
                     "newPatch": 5,
                     "updateType": "minor",
                     "branchName": "renovate/falcosidekick-0.x"
                   }
                 ],
                 "packageName": "falcosidekick",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/falcosecurity/charts",
                 "registryUrl": "https://falcosecurity.github.io/charts",
                 "homepage": "https://github.com/falcosecurity/falcosidekick",
                 "currentVersion": "0.3.13",
                 "currentVersionTimestamp": "2021-07-29T08:29:41.275Z",
                 "currentVersionAgeInDays": 1284,
                 "isSingleVersion": true,
                 "fixedVersion": "0.3.13"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.16.1",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/falco)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/falco)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/falco)
DEBUG: Processing 3 branches: renovate/falcosidekick-0.x, renovate/ib-updates, renovate/major-ib-updates (repository=big-bang/apps/sandbox/falco)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/falco)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/falco)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/falco)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/falco)
DEBUG: getBranchPr(renovate/falcosidekick-0.x) (repository=big-bang/apps/sandbox/falco)
DEBUG: findPr(renovate/falcosidekick-0.x, undefined, open) (repository=big-bang/apps/sandbox/falco)
DEBUG: getPr(3) (repository=big-bang/apps/sandbox/falco)
DEBUG: getMR(3) (repository=big-bang/apps/sandbox/falco)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/falco)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/falco)
DEBUG: getPr(7) (repository=big-bang/apps/sandbox/falco)
DEBUG: getMR(7) (repository=big-bang/apps/sandbox/falco)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/apps/sandbox/falco)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/apps/sandbox/falco)
DEBUG: getPr(8) (repository=big-bang/apps/sandbox/falco)
DEBUG: getMR(8) (repository=big-bang/apps/sandbox/falco)
DEBUG: 3 PRs are currently open (repository=big-bang/apps/sandbox/falco)
DEBUG: PR concurrent limit remaining: 7 (repository=big-bang/apps/sandbox/falco)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/falco)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/falco)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/falco)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/falco)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/falco)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/falco)
DEBUG: 3 already existing branches found: renovate/falcosidekick-0.x,renovate/ib-updates,renovate/major-ib-updates (repository=big-bang/apps/sandbox/falco)
DEBUG: Branch concurrent limit remaining: 7 (repository=big-bang/apps/sandbox/falco)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/falco)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/falco)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: getBranchPr(renovate/falcosidekick-0.x) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: findPr(renovate/falcosidekick-0.x, undefined, open) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: getPr(3) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: getMR(3) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:12:47.688Z) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: isBranchConflicted(main, renovate/falcosidekick-0.x) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
       "branchName": "main",
       "latestCommitDate": "2024-07-30T15:02:35-04:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Branch dep falcosidekick in chart/Chart.yaml is already updated (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: No content changed (repository=big-bang/apps/sandbox/falco, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/falcosidekick-0.x)
       "depName": "falcosidekick"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
       "branchName": "main",
       "latestCommitDate": "2024-07-30T15:02:35-04:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: getBranchPr(renovate/falcosidekick-0.x) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: findPr(renovate/falcosidekick-0.x, undefined, open) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: getPr(3) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: getMR(3) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: Fetching changelog: https://github.com/falcosecurity/charts (0.3.13 -> 0.9.5) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
       "manager": "helmv3",
       "packageName": "falcosidekick",
       "sourceUrl": "https://github.com/falcosecurity/charts"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
       "prTitle": "Update Helm release falcosidekick to v0.9.5"
 INFO: PR updated (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
       "pr": 3,
       "prTitle": "Update Helm release falcosidekick to v0.9.5"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/falcosidekick-0.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(7) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(7) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:12:48.965Z) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: isBranchConflicted(main, renovate/ib-updates) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-07-30T15:02:35-04:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Branch dep docker.io/falcosecurity/falco in chart/values.yaml is already updated (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/falco, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ib-updates)
       "depName": "docker.io/falcosecurity/falco"
DEBUG: Branch dep docker.io/falcosecurity/falcosidekick in chart/values.yaml is already updated (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/falco, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ib-updates)
       "depName": "docker.io/falcosecurity/falcosidekick"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-07-30T15:02:35-04:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getPr(7) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: getMR(7) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: Fetching changelog: https://github.com/falcosecurity/falco (0.30.0 -> 0.40.0) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
       "manager": "helm-values",
       "packageName": "docker.io/falcosecurity/falco",
       "sourceUrl": "https://github.com/falcosecurity/falco"
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
       "prTitle": "Update IB Updates"
 INFO: PR updated (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
       "pr": 7,
       "prTitle": "Update IB Updates"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/ib-updates)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getPr(8) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getMR(8) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:12:49.745Z) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: isBranchConflicted(main, renovate/major-ib-updates) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-07-30T15:02:35-04:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Branch dep docker.io/falcosecurity/falcosidekick-ui in chart/values.yaml is already updated (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No content changed (repository=big-bang/apps/sandbox/falco, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/major-ib-updates)
       "depName": "docker.io/falcosecurity/falcosidekick-ui"
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: latest commit (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
       "branchName": "main",
       "latestCommitDate": "2024-07-30T15:02:35-04:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getPr(8) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getMR(8) (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
       "prTitle": "Update docker.io/falcosecurity/falcosidekick-ui Docker tag to v2"
 INFO: PR updated (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
       "pr": 8,
       "prTitle": "Update docker.io/falcosecurity/falcosidekick-ui Docker tag to v2"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/falco, baseBranch=main, branch=renovate/major-ib-updates)
DEBUG: getBranchPr(renovate/falcosidekick-0.x) (repository=big-bang/apps/sandbox/falco)
DEBUG: findPr(renovate/falcosidekick-0.x, undefined, open) (repository=big-bang/apps/sandbox/falco)
DEBUG: getPr(3) (repository=big-bang/apps/sandbox/falco)
DEBUG: getMR(3) (repository=big-bang/apps/sandbox/falco)
DEBUG: getBranchPr(renovate/ib-updates) (repository=big-bang/apps/sandbox/falco)
DEBUG: findPr(renovate/ib-updates, undefined, open) (repository=big-bang/apps/sandbox/falco)
DEBUG: getPr(7) (repository=big-bang/apps/sandbox/falco)
DEBUG: getMR(7) (repository=big-bang/apps/sandbox/falco)
DEBUG: getBranchPr(renovate/major-ib-updates) (repository=big-bang/apps/sandbox/falco)
DEBUG: findPr(renovate/major-ib-updates, undefined, open) (repository=big-bang/apps/sandbox/falco)
DEBUG: getPr(8) (repository=big-bang/apps/sandbox/falco)
DEBUG: getMR(8) (repository=big-bang/apps/sandbox/falco)
DEBUG: Config does not need migration (repository=big-bang/apps/sandbox/falco)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/falco)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/falco)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/falco)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/falco)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/falco)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/falco)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/falco)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/falco)
       "branchList": [
         "renovate/falcosidekick-0.x",
         "renovate/ib-updates",
         "renovate/major-ib-updates"
       ],
       "renovateBranches": [
         "renovate/falcosidekick-0.x",
         "renovate/ib-updates",
         "renovate/major-ib-updates"
       ]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/falco)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/falco)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/falco)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/falco)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/falco)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/falco)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "dd632698eaec0663126c3a632b5344adb24098b2"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "dd632698eaec0663126c3a632b5344adb24098b2",
           "branchName": "renovate/falcosidekick-0.x",
           "branchSha": "e4b0fa1740fc9cfc53809c6b79c244bf96abc63a",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "dd632698eaec0663126c3a632b5344adb24098b2",
           "branchName": "renovate/ib-updates",
           "branchSha": "5f0bcb678298675af0c37816d8379fb711f08958",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "dd632698eaec0663126c3a632b5344adb24098b2",
           "branchName": "renovate/major-ib-updates",
           "branchSha": "a70f5f6bba2c72ecfe9003ff60daca9f895f9220",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/falco)
       "branchesInformation": [
         {
           "branchName": "renovate/falcosidekick-0.x",
           "prNo": 3,
           "prTitle": "Update Helm release falcosidekick to v0.9.5",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "falcosidekick",
               "displayPending": "",
               "fixedVersion": "0.3.13",
               "currentVersion": "0.3.13",
               "currentValue": "0.3.13",
               "newValue": "0.9.5",
               "newVersion": "0.9.5",
               "newDigest": "9b4c6ea2fd2fb685a7d562bf0d5c1d78b55c9130727b4b54be9398a8d72d2c2e",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "falcosidekick"
             }
           ]
         },
         {
           "branchName": "renovate/ib-updates",
           "prNo": 7,
           "prTitle": "Update IB Updates",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "docker.io/falcosecurity/falco",
               "displayPending": "",
               "fixedVersion": "0.30.0",
               "currentVersion": "0.30.0",
               "currentValue": "0.30.0",
               "newValue": "0.40.0",
               "newVersion": "0.40.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "docker.io/falcosecurity/falco"
             },
             {
               "datasource": "docker",
               "depName": "docker.io/falcosecurity/falcosidekick",
               "displayPending": "",
               "fixedVersion": "2.24.0",
               "currentVersion": "2.24.0",
               "currentValue": "2.24.0",
               "newValue": "2.30.0",
               "newVersion": "2.30.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "docker.io/falcosecurity/falcosidekick"
             }
           ]
         },
         {
           "branchName": "renovate/major-ib-updates",
           "prNo": 8,
           "prTitle": "Update docker.io/falcosecurity/falcosidekick-ui Docker tag to v2",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "docker.io/falcosecurity/falcosidekick-ui",
               "displayPending": "",
               "fixedVersion": "v1.1.0",
               "currentVersion": "v1.1.0",
               "currentValue": "v1.1.0",
               "newValue": "2.2.0",
               "newVersion": "2.2.0",
               "packageFile": "chart/values.yaml",
               "updateType": "major",
               "packageName": "docker.io/falcosecurity/falcosidekick-ui"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/falco)
       "stats": {"total": 6, "open": 3, "closed": 3, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/falco)
DEBUG: repository problems (repository=big-bang/apps/sandbox/falco)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/falco)
       "splits": {"init": 1478, "extract": 175, "lookup": 1491, "onboarding": 0, "update": 3538},
       "total": 6698
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/falco)
       "get": {"count": 16, "avgMs": 1, "medianMs": 1, "maxMs": 3, "totalMs": 17},
       "set": {"count": 16, "avgMs": 4, "medianMs": 3, "maxMs": 18, "totalMs": 71}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/falco)
       "hosts": {
         "auth.docker.io": {
           "count": 3,
           "reqAvgMs": 206,
           "reqMedianMs": 205,
           "reqMaxMs": 219,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "falcosecurity.github.io": {
           "count": 1,
           "reqAvgMs": 120,
           "reqMedianMs": 120,
           "reqMaxMs": 120,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "hub.docker.com": {
           "count": 7,
           "reqAvgMs": 222,
           "reqMedianMs": 117,
           "reqMaxMs": 412,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "index.docker.io": {
           "count": 10,
           "reqAvgMs": 141,
           "reqMedianMs": 147,
           "reqMaxMs": 269,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 10,
           "reqAvgMs": 243,
           "reqMedianMs": 231,
           "reqMaxMs": 438,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 31
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/falco)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/falco)
       "helm": {"count": 1, "avgMs": 283, "medianMs": 283, "maxMs": 283, "totalMs": 283},
       "docker": {"count": 3, "avgMs": 1367, "medianMs": 1384, "maxMs": 1434, "totalMs": 4100}
 INFO: Repository finished (repository=big-bang/apps/sandbox/falco)
       "cloned": true,
       "durationMs": 6698
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/tools/bigbang-bot)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/bigbang-bot (repository=big-bang/team/tools/bigbang-bot)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/tools/bigbang-bot)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/tools/bigbang-bot)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/tools/bigbang-bot)
DEBUG: big-bang/team/tools/bigbang-bot default branch = main (repository=big-bang/team/tools/bigbang-bot)
DEBUG: Enabling Git FS (repository=big-bang/team/tools/bigbang-bot)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/tools/bigbang-bot.git (repository=big-bang/team/tools/bigbang-bot)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2Fbigbang-bot/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=77) (repository=big-bang/team/tools/bigbang-bot)
DEBUG: GitLab API 404 (repository=big-bang/team/tools/bigbang-bot)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2Fbigbang-bot/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/team/tools/bigbang-bot)
DEBUG: Resetting npmrc (repository=big-bang/team/tools/bigbang-bot)
DEBUG: checkOnboarding() (repository=big-bang/team/tools/bigbang-bot)
DEBUG: isOnboarded() (repository=big-bang/team/tools/bigbang-bot)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/tools/bigbang-bot)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/tools/bigbang-bot)
DEBUG: findFile(renovate.json) (repository=big-bang/team/tools/bigbang-bot)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/bigbang-bot (repository=big-bang/team/tools/bigbang-bot)
DEBUG: Performing blobless clone (repository=big-bang/team/tools/bigbang-bot)
DEBUG: git clone completed (repository=big-bang/team/tools/bigbang-bot)
       "durationMs": 862
DEBUG: latest repository commit (repository=big-bang/team/tools/bigbang-bot)
       "latestCommit": {
         "hash": "817809b859d671f123bd4b2863def41fef0638cb",
         "date": "2025-01-31T14:34:39+00:00",
         "message": "Merge branch '57-comment-stale-mrs' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Comment on MRs to be closed due to stale branch\n\nCloses #57\n\nSee merge request big-bang/team/tools/bigbang-bot!326",
         "author_name": "Ryan Daily",
         "author_email": "rdaily@bridgephase.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/team/tools/bigbang-bot)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/team/tools/bigbang-bot)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/team/tools/bigbang-bot)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/team/tools/bigbang-bot)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/team/tools/bigbang-bot)
DEBUG: findFile(.renovaterc) (repository=big-bang/team/tools/bigbang-bot)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/team/tools/bigbang-bot)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/team/tools/bigbang-bot)
DEBUG: config file not found (repository=big-bang/team/tools/bigbang-bot)
 INFO: Repository is disabled - skipping (repository=big-bang/team/tools/bigbang-bot)
DEBUG: Removing any stale branches (repository=big-bang/team/tools/bigbang-bot)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/team/tools/bigbang-bot)
DEBUG: No renovate branches found (repository=big-bang/team/tools/bigbang-bot)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/team/tools/bigbang-bot)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/tools/bigbang-bot)
       "splits": {},
       "total": 1731
DEBUG: Package cache statistics (repository=big-bang/team/tools/bigbang-bot)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/tools/bigbang-bot)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 145,
           "reqMedianMs": 94,
           "reqMaxMs": 263,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/team/tools/bigbang-bot)
DEBUG: Lookup statistics (repository=big-bang/team/tools/bigbang-bot)
 INFO: Repository finished (repository=big-bang/team/tools/bigbang-bot)
       "cloned": true,
       "durationMs": 1731
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/dependency-track)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/dependency-track (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: big-bang/apps/sandbox/dependency-track default branch = main (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/dependency-track.git (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fdependency-track/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=59) (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/dependency-track)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fdependency-track/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/dependency-track (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/dependency-track)
       "durationMs": 452
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/dependency-track)
       "latestCommit": {
         "hash": "43779efb3472a103968a656fbfb453032429b042",
         "date": "2022-03-28T09:54:27+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, tag: 1.1.5, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: config file not found (repository=big-bang/apps/sandbox/dependency-track)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/dependency-track)
       "splits": {},
       "total": 1028
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/dependency-track)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/dependency-track)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 81,
           "reqMedianMs": 80,
           "reqMaxMs": 103,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/dependency-track)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/dependency-track)
 INFO: Repository finished (repository=big-bang/apps/sandbox/dependency-track)
       "cloned": true,
       "durationMs": 1028
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/sbom)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/sbom (repository=big-bang/apps/sandbox/sbom)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/sbom)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/sbom)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/sbom)
DEBUG: big-bang/apps/sandbox/sbom default branch = main (repository=big-bang/apps/sandbox/sbom)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/sbom)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/sbom.git (repository=big-bang/apps/sandbox/sbom)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fsbom/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=75) (repository=big-bang/apps/sandbox/sbom)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/sbom)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fsbom/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/sbom)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/sbom)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/sbom)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/sbom)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/sbom)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/sbom)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/sbom)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/sbom (repository=big-bang/apps/sandbox/sbom)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/sbom)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/sbom)
       "durationMs": 969
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/sbom)
       "latestCommit": {
         "hash": "952326fcde54144848cba033898d18feed7966fc",
         "date": "2022-03-25T18:02:53+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/sbom)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/sbom)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/sbom)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/sbom)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/sbom)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/sbom)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/sbom)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/sbom)
DEBUG: config file not found (repository=big-bang/apps/sandbox/sbom)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/sbom)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/sbom)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/sbom)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/sbom)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/sbom)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/sbom)
       "splits": {},
       "total": 1576
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/sbom)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/sbom)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 95,
           "reqMedianMs": 75,
           "reqMaxMs": 144,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/sbom)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/sbom)
 INFO: Repository finished (repository=big-bang/apps/sandbox/sbom)
       "cloned": true,
       "durationMs": 1576
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/tekton)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/tekton (repository=big-bang/apps/third-party/tekton)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/tekton)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/tekton)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/tekton)
DEBUG: big-bang/apps/third-party/tekton default branch = main (repository=big-bang/apps/third-party/tekton)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/tekton)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/tekton.git (repository=big-bang/apps/third-party/tekton)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Ftekton/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=70) (repository=big-bang/apps/third-party/tekton)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/tekton)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Ftekton/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/tekton)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/tekton)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/tekton)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/tekton)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/tekton)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/tekton)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/tekton)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/tekton (repository=big-bang/apps/third-party/tekton)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/tekton)
DEBUG: git clone completed (repository=big-bang/apps/third-party/tekton)
       "durationMs": 524
DEBUG: latest repository commit (repository=big-bang/apps/third-party/tekton)
       "latestCommit": {
         "hash": "a239624784e4ee1c94727397ca3291cc4f3a1707",
         "date": "2022-03-25T12:53:41+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/tekton)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/tekton)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/tekton)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/tekton)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/tekton)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/tekton)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/tekton)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/tekton)
DEBUG: config file not found (repository=big-bang/apps/third-party/tekton)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/tekton)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/tekton)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/tekton)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/tekton)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/tekton)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/tekton)
       "splits": {},
       "total": 1075
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/tekton)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/tekton)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 85,
           "reqMedianMs": 85,
           "reqMaxMs": 99,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/tekton)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/tekton)
 INFO: Repository finished (repository=big-bang/apps/third-party/tekton)
       "cloned": true,
       "durationMs": 1075
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/bbctl)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/bbctl (repository=big-bang/product/packages/bbctl)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/bbctl)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/bbctl)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/bbctl)
DEBUG: big-bang/product/packages/bbctl default branch = main (repository=big-bang/product/packages/bbctl)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/bbctl)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/bbctl.git (repository=big-bang/product/packages/bbctl)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/bbctl)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/bbctl)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/bbctl)
DEBUG: isOnboarded() (repository=big-bang/product/packages/bbctl)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/bbctl)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/bbctl)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/bbctl)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/bbctl (repository=big-bang/product/packages/bbctl)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/bbctl)
DEBUG: git clone completed (repository=big-bang/product/packages/bbctl)
       "durationMs": 635
DEBUG: latest repository commit (repository=big-bang/product/packages/bbctl)
       "latestCommit": {
         "hash": "caf92bb95cf59368de7ae2ccf5235073b7f42bb8",
         "date": "2025-01-22T19:47:12+00:00",
         "message": "Merge branch 'dd/remove-app' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "many: remove application code\n\nSee merge request big-bang/product/packages/bbctl!276",
         "author_name": "Daniel Dides",
         "author_email": "ddides@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/bbctl)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/bbctl)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/bbctl)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/bbctl)
DEBUG: Repository config (repository=big-bang/product/packages/bbctl)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "pinDigests": false,
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardAutoclose": true,
         "dependencyDashboardTitle": "Renovate: Upgrade BBCTL Dependencies",
         "draftPR": true,
         "labels": ["bbctl", "kind::maintenance", "team::Tools & Automation"],
         "packageRules": [
           {
             "matchUpdateTypes": ["patch", "minor", "major"],
             "groupName": "Dependency updates",
             "dependencyDashboardApproval": true
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["gomodUpdateImportPaths"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/bbctl)
DEBUG: No config migration necessary (repository=big-bang/product/packages/bbctl)
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/bbctl)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/bbctl)
DEBUG: findIssue(Renovate: Upgrade BBCTL Dependencies) (repository=big-bang/product/packages/bbctl)
DEBUG: baseBranches (repository=big-bang/product/packages/bbctl)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/bbctl, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-22T19:47:12+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Matched 1 file(s) for manager npm: chart/tests/package.json (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: npm file chart/tests/package.json has name undefined (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Found chart/tests/package-lock.json for chart/tests/package.json (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/bbctl, baseBranch=main)
       "managers": {"helm-values": 5, "helmv3": 5, "npm": 9}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Found npm package files (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/product/packages/bbctl, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/bbctl, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 2},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "npm": {"fileCount": 1, "depCount": 1}
         },
         "total": {"fileCount": 3, "depCount": 4}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/big-bang/bbctl, latest) (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/bbctl, latest, get) (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/yq/yq, latest) (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/yq/yq, latest, get) (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/bbctl, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:b0f774090b9faaccc21392488d1e723fe2444567e76925160c2f26a23ca90f30",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.10",
         "architecture": "x86_64",
         "build-date": "2025-01-21T14:25:54",
         "com.redhat.component": "ubi8-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel8",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917573",
         "mil.dso.ironbank.image.keywords": "yaml,pipelines,cicd",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.10@sha256:d3ed8b58b43cd0f825bbf98526486c177daccea0c34d93ac67091f47188fcb3a",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "yq",
         "name": "ubi8-minimal",
         "org.opencontainers.image.created": "2025-02-03 01:02:42+00:00",
         "org.opencontainers.image.description": "Tool for parsing and querying yaml files and inputs (yamls jq)",
         "org.opencontainers.image.licenses": "MIT",
         "org.opencontainers.image.revision": "a066ad05e595f71c806ea634d294e2cd2062e738",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/yq/yq",
         "org.opencontainers.image.title": "yq",
         "org.opencontainers.image.url": "https://github.com/mikefarah/yq",
         "org.opencontainers.image.vendor": "opensource",
         "org.opencontainers.image.version": "4.45.1",
         "release": "1179",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.10-1179",
         "vcs-ref": "4f8da2b64a13f2a264bd802d8909bf803211fb20",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.10"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/bbctl, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916782",
         "mil.dso.ironbank.image.keywords": "bbctl, big-bang, kubernetes, cli",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "bbctl",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:35:52+00:00",
         "org.opencontainers.image.description": "`bbctl` is a command line interface (CLI) tool to simplify development, deployment, auditing, and maintaining the deployment of Big Bang a kubernetes cluster.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "38a5a21bb30ca35e50347461ea72567c77bf3870",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/big-bang/bbctl",
         "org.opencontainers.image.title": "bbctl",
         "org.opencontainers.image.url": "https://repo1.dso.mil/big-bang/product/packages/bbctl",
         "org.opencontainers.image.vendor": "Platform One",
         "org.opencontainers.image.version": "0.7.6",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: 2 flattened updates found: gluon, cypress (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/bbctl, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/bbctl, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/bbctl",
                 "currentValue": "0.7.6",
                 "datasource": "docker",
                 "replaceString": "0.7.6",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/bbctl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/bbctl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://repo1.dso.mil/big-bang/product/packages/bbctl",
                 "lookupName": "ironbank/big-bang/bbctl",
                 "currentVersion": "0.7.6",
                 "fixedVersion": "0.7.6"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/yq/yq",
                 "currentValue": "4.45.1",
                 "datasource": "docker",
                 "replaceString": "4.45.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/yq/yq",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/yq/yq",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/mikefarah/yq",
                 "lookupName": "ironbank/opensource/yq/yq",
                 "currentVersion": "4.45.1",
                 "fixedVersion": "4.45.1"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.12",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/dependency-updates"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.12",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.12"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "0.7.6-bb.0",
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "dependencies",
                 "depName": "cypress",
                 "currentValue": "^13.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "13.17.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/dependency-updates"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "13.17.0",
                 "currentVersionTimestamp": "2024-12-17T18:32:28.633Z",
                 "currentVersionAgeInDays": 47,
                 "isSingleVersion": false,
                 "fixedVersion": "13.17.0"
               }
             ],
             "extractedConstraints": {"npm": ">=7"},
             "managerData": {
               "hasPackageManager": false,
               "npmLock": "chart/tests/package-lock.json",
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "chart/tests/package.json",
             "lockFiles": ["chart/tests/package-lock.json"]
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/bbctl)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/product/packages/bbctl)
DEBUG: processRepo() (repository=big-bang/product/packages/bbctl)
DEBUG: Processing 1 branch: renovate/dependency-updates (repository=big-bang/product/packages/bbctl)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/bbctl)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/bbctl)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/bbctl)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/bbctl)
DEBUG: getBranchPr(renovate/dependency-updates) (repository=big-bang/product/packages/bbctl)
DEBUG: findPr(renovate/dependency-updates, undefined, open) (repository=big-bang/product/packages/bbctl)
DEBUG: getPr(274) (repository=big-bang/product/packages/bbctl)
DEBUG: getMR(274) (repository=big-bang/product/packages/bbctl)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/bbctl)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/bbctl)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/bbctl)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/bbctl)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/bbctl)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/bbctl)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/bbctl)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/bbctl)
DEBUG: 1 already existing branches found: renovate/dependency-updates (repository=big-bang/product/packages/bbctl)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/bbctl)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/bbctl)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/bbctl)
DEBUG: syncBranchState() (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: getBranchPr(renovate/dependency-updates) (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: findPr(renovate/dependency-updates, undefined, open) (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: getPr(274) (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: getMR(274) (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: branchExists=true (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
       "branchName": "renovate/dependency-updates",
       "unrecognizedAuthors": ["rdaily@bridgephase.com"]
DEBUG: Found existing branch PR (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: PR has been edited, PrNo:274 (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: Getting comments for #274 (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: Found 29 comments (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #274 (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: Comment is already update-to-date (repository=big-bang/product/packages/bbctl, baseBranch=main, branch=renovate/dependency-updates)
DEBUG: getBranchPr(renovate/dependency-updates) (repository=big-bang/product/packages/bbctl)
DEBUG: findPr(renovate/dependency-updates, undefined, open) (repository=big-bang/product/packages/bbctl)
DEBUG: getPr(274) (repository=big-bang/product/packages/bbctl)
DEBUG: getMR(274) (repository=big-bang/product/packages/bbctl)
DEBUG: Config does not need migration (repository=big-bang/product/packages/bbctl)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/bbctl)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/bbctl)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/bbctl)
DEBUG: ensureIssue() (repository=big-bang/product/packages/bbctl)
DEBUG: Updating issue (repository=big-bang/product/packages/bbctl)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/bbctl)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/bbctl)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/bbctl)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/bbctl)
DEBUG: Branch lists (repository=big-bang/product/packages/bbctl)
       "branchList": ["renovate/dependency-updates"],
       "renovateBranches": ["renovate/dependency-updates"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/bbctl)
DEBUG: No branches to clean up (repository=big-bang/product/packages/bbctl)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/bbctl)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/bbctl)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/bbctl)
DEBUG: Repo is activated (repository=big-bang/product/packages/bbctl)
DEBUG: Branch summary (repository=big-bang/product/packages/bbctl)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "caf92bb95cf59368de7ae2ccf5235073b7f42bb8"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "caf92bb95cf59368de7ae2ccf5235073b7f42bb8",
           "branchName": "renovate/dependency-updates",
           "branchSha": "56e89408a7673f94888de81f7bfa1c8350b3adb0",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/bbctl)
       "branchesInformation": [
         {
           "branchName": "renovate/dependency-updates",
           "prNo": 274,
           "prTitle": "chore(deps): update dependency updates",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "fixedVersion": "13.17.0",
               "currentVersion": "13.17.0",
               "currentValue": "^13.0.0",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "chart/tests/package.json",
               "updateType": "major",
               "packageName": "cypress"
             },
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.12",
               "currentVersion": "0.5.12",
               "currentValue": "0.5.12",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/bbctl)
       "stats": {"total": 3, "open": 1, "closed": 0, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/bbctl)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/bbctl)
       "splits": {"init": 1595, "extract": 318, "lookup": 328, "onboarding": 0, "update": 604},
       "total": 3386
DEBUG: Package cache statistics (repository=big-bang/product/packages/bbctl)
       "get": {"count": 9, "avgMs": 3, "medianMs": 0, "maxMs": 22, "totalMs": 31},
       "set": {"count": 6, "avgMs": 5, "medianMs": 4, "maxMs": 11, "totalMs": 27}
DEBUG: HTTP statistics (repository=big-bang/product/packages/bbctl)
       "hosts": {
         "registry1.dso.mil": {
           "count": 11,
           "reqAvgMs": 29,
           "reqMedianMs": 24,
           "reqMaxMs": 69,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 10,
           "reqAvgMs": 191,
           "reqMedianMs": 155,
           "reqMaxMs": 416,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 21
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/bbctl)
       "https://registry.npmjs.org": {"/cypress": {"hit": 0, "miss": 0, "localHit": 1}}
DEBUG: Lookup statistics (repository=big-bang/product/packages/bbctl)
       "docker": {"count": 3, "avgMs": 194, "medianMs": 277, "maxMs": 288, "totalMs": 582},
       "npm": {"count": 1, "avgMs": 29, "medianMs": 29, "maxMs": 29, "totalMs": 29}
 INFO: Repository finished (repository=big-bang/product/packages/bbctl)
       "cloned": true,
       "durationMs": 3386
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/kyverno)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/kyverno (repository=big-bang/product/packages/kyverno)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/kyverno)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/kyverno)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/kyverno)
DEBUG: big-bang/product/packages/kyverno default branch = main (repository=big-bang/product/packages/kyverno)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/kyverno)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/kyverno.git (repository=big-bang/product/packages/kyverno)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/kyverno)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/kyverno)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/kyverno)
DEBUG: isOnboarded() (repository=big-bang/product/packages/kyverno)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/kyverno)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/kyverno)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/kyverno)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/kyverno (repository=big-bang/product/packages/kyverno)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/kyverno)
DEBUG: git clone completed (repository=big-bang/product/packages/kyverno)
       "durationMs": 747
DEBUG: latest repository commit (repository=big-bang/product/packages/kyverno)
       "latestCommit": {
         "hash": "e7b33417fb5e4f5323aa3297d4dd9ee4ecf4e4bd",
         "date": "2025-01-31T16:09:17+00:00",
         "message": "Merge branch 'kyverno-enablepolicyexceptionintestvalues' into 'main'",
         "refs": "HEAD -> main, tag: 3.3.4-bb.2, origin/main, origin/HEAD",
         "body": "Kyverno enablepolicyexceptionintestvalues\n\nSee merge request big-bang/product/packages/kyverno!194",
         "author_name": "Kayvan  Montakhab",
         "author_email": "kmontakhab@vivsoft.io"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/kyverno)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/kyverno)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/kyverno)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/kyverno)
DEBUG: Repository config (repository=big-bang/product/packages/kyverno)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kyverno Images",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kyverno", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:\\s+(?<currentValue>.+)",
               "- Kyverno:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kyverno",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/kyverno)
DEBUG: Config migration necessary (repository=big-bang/product/packages/kyverno)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kyverno Images",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kyverno", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:\\s+(?<currentValue>.+)",
               "- Kyverno:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kyverno",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kyverno Images",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kyverno", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:\\s+(?<currentValue>.+)",
               "- Kyverno:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kyverno",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/kyverno)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kyverno Images",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kyverno", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:\\s+(?<currentValue>.+)",
               "- Kyverno:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kyverno",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/kyverno)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/kyverno)
DEBUG: findIssue(Renovate: Upgrade Kyverno Images) (repository=big-bang/product/packages/kyverno)
DEBUG: baseBranches (repository=big-bang/product/packages/kyverno)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T16:09:17+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "managers": {"regex": 4, "helm-values": 33}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/product/packages/kyverno, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 15},
           "regex": {"fileCount": 2, "depCount": 10}
         },
         "total": {"fileCount": 3, "depCount": 25}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: hostRules: no authentication for hub.docker.com (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kyverno/kyvernopre, latest) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyvernopre, latest, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kyverno, latest) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno, latest, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyvernopre, sha256:af02cc1523211a1825eea95a9bb16dba90117b84e73eae2a838969dd27b5d808, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno, sha256:73dd866290a96ae6d64f4abe2cae40958dfc176ed93ed098c07901b0240ed2ba, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kyverno/kyverno/reports-controller, latest) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyverno/reports-controller, latest, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kyverno/kyverno/background-controller, latest) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyverno/background-controller, latest, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kyverno/kyverno/cleanup-controller, latest) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyverno/cleanup-controller, latest, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: GET https://hub.docker.com/v2/repositories/ironbank/opensource/kyverno/kyvernocli/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=602) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566781683,
           "socket": 1738566781683,
           "lookup": 1738566781689,
           "connect": 1738566781690,
           "secureConnect": 1738566782211,
           "upload": 1738566782211,
           "response": 1738566782285,
           "end": 1738566782285,
           "phases": {
             "wait": 0,
             "dns": 6,
             "tcp": 1,
             "tls": 521,
             "request": 0,
             "firstByte": 74,
             "download": 0,
             "total": 602
           }
         },
         "message": "Response code 404 (Not Found)",
         "stack": "HTTPError: Response code 404 (Not Found)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://hub.docker.com/v2/repositories/ironbank/opensource/kyverno/kyvernocli/tags?page_size=1000&ordering=last_updated",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 404,
           "statusMessage": "Not Found",
           "body": {"message": "404: Page Not Found"},
           "headers": {
             "date": "Mon, 03 Feb 2025 07:13:02 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1738566842",
             "x-ratelimit-remaining": "174",
             "x-ratelimit-ip": "52.61.65.120",
             "x-trace-id": "15b346e6f4e1c5fc833354f4ee897126",
             "x-frame-options": "deny",
             "x-content-type-options": "nosniff",
             "x-xss-protection": "1; mode=block",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyverno/background-controller, sha256:3023d1b723650ac5f7c003dfd143f8b09302155e964a4e071f48f44ee9c76ad8, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyverno/reports-controller, sha256:a7fcde16ef566c0a712bdf5f993ed19906cea6eab7554f0914d7e16e4190702e, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyverno/cleanup-controller, sha256:6e688665d7010ed21214a49cb9adade5c9040da1f8a1a81e00fa411a08674089, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Using queue: host=index.docker.io, concurrency=16 (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:dce3448997e33b34c60bfb63100d20a8d8d01fa471bced54674d022cbe5dea08",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3915290",
         "mil.dso.ironbank.image.keywords": "kyverno,opa,policy,enforcement",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:3656eb4ef11e57cd7dda825478451b89aebd2b0762199f15897eee4ed7fa3952",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "Kyverno",
         "org.opencontainers.image.created": "2025-02-01 23:33:11+00:00",
         "org.opencontainers.image.description": "Kyverno is a policy engine designed for Kubernetes.  This is the init container.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "24dbd6e9c33267552f62705cb655fcf7725dbbc6",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/kyverno-pre",
         "org.opencontainers.image.title": "kyvernopre",
         "org.opencontainers.image.url": "https://kyverno.io/",
         "org.opencontainers.image.vendor": "nirmata",
         "org.opencontainers.image.version": "v1.13.2"
       }
DEBUG: GET https://hub.docker.com/v2/repositories/ironbank/opensource/kyverno/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=201) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566782213,
           "socket": 1738566782213,
           "lookup": 1738566782218,
           "connect": 1738566782218,
           "secureConnect": 1738566782343,
           "upload": 1738566782343,
           "response": 1738566782414,
           "end": 1738566782414,
           "phases": {
             "wait": 0,
             "dns": 5,
             "tcp": 0,
             "tls": 125,
             "request": 0,
             "firstByte": 71,
             "download": 0,
             "total": 201
           }
         },
         "message": "Response code 404 (Not Found)",
         "stack": "HTTPError: Response code 404 (Not Found)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://hub.docker.com/v2/repositories/ironbank/opensource/kyverno/tags?page_size=1000&ordering=last_updated",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 404,
           "statusMessage": "Not Found",
           "body": {"message": "404: Page Not Found"},
           "headers": {
             "date": "Mon, 03 Feb 2025 07:13:02 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1738566842",
             "x-ratelimit-remaining": "173",
             "x-ratelimit-ip": "52.61.65.120",
             "x-trace-id": "ba024328fcb3873088766ed58c8ce1ce",
             "x-frame-options": "deny",
             "x-content-type-options": "nosniff",
             "x-xss-protection": "1; mode=block",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: GET https://hub.docker.com/v2/repositories/ironbank/opensource/kyverno/kyvernopre/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=208) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566782212,
           "socket": 1738566782212,
           "lookup": 1738566782217,
           "connect": 1738566782217,
           "secureConnect": 1738566782346,
           "upload": 1738566782346,
           "response": 1738566782420,
           "end": 1738566782420,
           "phases": {
             "wait": 0,
             "dns": 5,
             "tcp": 0,
             "tls": 129,
             "request": 0,
             "firstByte": 74,
             "download": 0,
             "total": 208
           }
         },
         "message": "Response code 404 (Not Found)",
         "stack": "HTTPError: Response code 404 (Not Found)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://hub.docker.com/v2/repositories/ironbank/opensource/kyverno/kyvernopre/tags?page_size=1000&ordering=last_updated",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 404,
           "statusMessage": "Not Found",
           "body": {"message": "404: Page Not Found"},
           "headers": {
             "date": "Mon, 03 Feb 2025 07:13:02 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1738566842",
             "x-ratelimit-remaining": "172",
             "x-ratelimit-ip": "52.61.65.120",
             "x-trace-id": "334b24bf8984b058f136e5d0dd101a1f",
             "x-frame-options": "deny",
             "x-content-type-options": "nosniff",
             "x-xss-protection": "1; mode=block",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:cc2cda4c0752accc2db91b084b58ccea110705f091b6e3a744bf124c0b2b6f4a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917043",
         "mil.dso.ironbank.image.keywords": "kyverno,opa,policy,enforcement",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:6ead5fb9ffed34e11233af59f98e60b524edf647cf0f28c7991d991039c481a5",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "Kyverno",
         "org.opencontainers.image.created": "2025-02-03 00:00:46+00:00",
         "org.opencontainers.image.description": "Kyverno is a policy engine designed for Kubernetes.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "10024ee8ee7d342475a3d8e406b7b160c74dc8ae",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/kyverno",
         "org.opencontainers.image.title": "kyverno",
         "org.opencontainers.image.url": "https://kyverno.io/",
         "org.opencontainers.image.vendor": "nirmata",
         "org.opencontainers.image.version": "v1.13.2"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:1d1cfc5ff2123f2f70d9eb7cf48cb2189241af2afbf018f350d60225f1ff41c1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.11",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917835",
         "mil.dso.ironbank.image.keywords": "kyverno, background-controller",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.11@sha256:e363290048433eae02d25269517b3820209722dae817cf44ebd279c2e9f849d4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "kyverno",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 01:32:03+00:00",
         "org.opencontainers.image.description": "The Kyverno background controller is a component of the kyverno policy engine for Kubernetes. It is responsible for removing resources that are no longer needed based on the policies defined in Kyverno",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "5f3c056ff8ff3f0edfb203d31329402f19a8e00a",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/background-controller",
         "org.opencontainers.image.title": "background-controller",
         "org.opencontainers.image.url": "https://github.com/kyverno/kyverno , https://github.com/kyverno/kyverno/pkgs/container/background-controller",
         "org.opencontainers.image.vendor": "kyverno",
         "org.opencontainers.image.version": "v1.13.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: GET https://hub.docker.com/v2/repositories/ironbank/opensource/kyverno/kyverno/background-controller/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=216) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566782214,
           "socket": 1738566782214,
           "lookup": 1738566782222,
           "connect": 1738566782223,
           "secureConnect": 1738566782352,
           "upload": 1738566782352,
           "response": 1738566782430,
           "end": 1738566782430,
           "phases": {
             "wait": 0,
             "dns": 8,
             "tcp": 1,
             "tls": 129,
             "request": 0,
             "firstByte": 78,
             "download": 0,
             "total": 216
           }
         },
         "message": "Response code 404 (Not Found)",
         "stack": "HTTPError: Response code 404 (Not Found)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://hub.docker.com/v2/repositories/ironbank/opensource/kyverno/kyverno/background-controller/tags?page_size=1000&ordering=last_updated",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 404,
           "statusMessage": "Not Found",
           "body": {"message": "404: Page Not Found"},
           "headers": {
             "date": "Mon, 03 Feb 2025 07:13:02 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1738566842",
             "x-ratelimit-remaining": "170",
             "x-ratelimit-ip": "52.61.65.120",
             "x-trace-id": "6d5003ddc92cb764e780e9f224714aea",
             "x-frame-options": "deny",
             "x-content-type-options": "nosniff",
             "x-xss-protection": "1; mode=block",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: GET https://hub.docker.com/v2/repositories/ironbank/opensource/kyverno/kyverno/cleanup-controller/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=217) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566782215,
           "socket": 1738566782215,
           "lookup": 1738566782222,
           "connect": 1738566782222,
           "secureConnect": 1738566782353,
           "upload": 1738566782353,
           "response": 1738566782432,
           "end": 1738566782432,
           "phases": {
             "wait": 0,
             "dns": 7,
             "tcp": 0,
             "tls": 131,
             "request": 0,
             "firstByte": 79,
             "download": 0,
             "total": 217
           }
         },
         "message": "Response code 404 (Not Found)",
         "stack": "HTTPError: Response code 404 (Not Found)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://hub.docker.com/v2/repositories/ironbank/opensource/kyverno/kyverno/cleanup-controller/tags?page_size=1000&ordering=last_updated",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 404,
           "statusMessage": "Not Found",
           "body": {"message": "404: Page Not Found"},
           "headers": {
             "date": "Mon, 03 Feb 2025 07:13:02 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1738566842",
             "x-ratelimit-remaining": "171",
             "x-ratelimit-ip": "52.61.65.120",
             "x-trace-id": "29963f54d222fc13f8bdbfcab5cf8fdb",
             "x-frame-options": "deny",
             "x-content-type-options": "nosniff",
             "x-xss-protection": "1; mode=block",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:1d1cfc5ff2123f2f70d9eb7cf48cb2189241af2afbf018f350d60225f1ff41c1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.11",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917529",
         "mil.dso.ironbank.image.keywords": "kyverno, reports-controller",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.11@sha256:e363290048433eae02d25269517b3820209722dae817cf44ebd279c2e9f849d4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "kyverno",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:56:38+00:00",
         "org.opencontainers.image.description": "The Kyverno reports controller is a component of the kyverno policy engine for Kubernetes. It is responsible for removing resources that are no longer needed based on the policies defined in Kyverno",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "da8889ad4f92d6fd2988e834c579282372ec254c",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/reports-controller",
         "org.opencontainers.image.title": "reports-controller",
         "org.opencontainers.image.url": "https://github.com/kyverno/kyverno, https://github.com/kyverno/kyverno/pkgs/container/reports-controller",
         "org.opencontainers.image.vendor": "kyverno",
         "org.opencontainers.image.version": "v1.13.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:1d1cfc5ff2123f2f70d9eb7cf48cb2189241af2afbf018f350d60225f1ff41c1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.11",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917362",
         "mil.dso.ironbank.image.keywords": "kyverno, cleanup-controller",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.11@sha256:e363290048433eae02d25269517b3820209722dae817cf44ebd279c2e9f849d4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "kyverno",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:37:01+00:00",
         "org.opencontainers.image.description": "The Kyverno cleanup controller is a component of the kyverno policy engine for Kubernetes. It is responsible for removing resources that are no longer needed based on the policies defined in Kyverno",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "28272e4d6a8ab35605c8379e88369fc956ee0979",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/cleanup-controller",
         "org.opencontainers.image.title": "cleanup-controller",
         "org.opencontainers.image.url": "https://github.com/kyverno/kyverno , https://github.com/kyverno/kyverno/pkgs/container/cleanup-controller",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v1.13.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kyverno/kyvernocli, latest) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyvernocli, latest, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Using queue: host=auth.docker.io, concurrency=16 (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kyverno/kyvernocli, sha256:24f4604eb464026c394b757c6384cb8847ed5f2b6e7661b601ee6fc716220973, get) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:dce3448997e33b34c60bfb63100d20a8d8d01fa471bced54674d022cbe5dea08",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/docker/scratch:ironbank",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3915971",
         "mil.dso.ironbank.image.keywords": "kyverno,opa,policy,enforcement",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/docker/scratch:ironbank@sha256:3656eb4ef11e57cd7dda825478451b89aebd2b0762199f15897eee4ed7fa3952",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "scratch-container",
         "mil.dso.ironbank.product.name": "Kyverno",
         "org.opencontainers.image.created": "2025-02-02 00:44:22+00:00",
         "org.opencontainers.image.description": "Kyverno is a policy engine designed for Kubernetes.  This is the cli container.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "e484357aa9263b7d57d31c8b5e04ba43ee26be44",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/kyverno-cli",
         "org.opencontainers.image.title": "kyvernocli",
         "org.opencontainers.image.url": "https://kyverno.io/",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v1.13.2"
       }
DEBUG: GET https://index.docker.io/v2/ironbank/opensource/kyverno/kyvernocli/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=67) (repository=big-bang/product/packages/kyverno, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566782769,
           "socket": 1738566782769,
           "lookup": 1738566782769,
           "connect": 1738566782769,
           "secureConnect": 1738566782769,
           "upload": 1738566782769,
           "response": 1738566782836,
           "end": 1738566782836,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 67,
             "download": 0,
             "total": 67
           }
         },
         "message": "Response code 401 (Unauthorized)",
         "stack": "HTTPError: Response code 401 (Unauthorized)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "authorization": "***********",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://index.docker.io/v2/ironbank/opensource/kyverno/kyvernocli/tags/list?n=10000",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 401,
           "statusMessage": "Unauthorized",
           "body": {
             "errors": [
               {
                 "code": "UNAUTHORIZED",
                 "message": "authentication required",
                 "detail": [
                   {
                     "Type": "repository",
                     "Class": "",
                     "Name": "ironbank/opensource/kyverno/kyvernocli",
                     "Action": "pull"
                   }
                 ]
               }
             ]
           },
           "headers": {
             "content-type": "application/json",
             "docker-distribution-api-version": "registry/2.0",
             "www-authenticate": "Bearer realm=\"https://auth.docker.io/token\",service=\"registry.docker.io\",scope=\"repository:ironbank/opensource/kyverno/kyvernocli:pull\",error=\"insufficient_scope\"",
             "date": "Mon, 03 Feb 2025 07:13:02 GMT",
             "content-length": "181",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/opensource/kyverno/kyvernocli",
       "url": "https://index.docker.io/v2/ironbank/opensource/kyverno/kyvernocli/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/opensource/kyverno/kyvernocli (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/opensource/kyverno/kyvernocli)
DEBUG: GET https://index.docker.io/v2/ironbank/opensource/kyverno/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=61) (repository=big-bang/product/packages/kyverno, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566782821,
           "socket": 1738566782821,
           "lookup": 1738566782821,
           "connect": 1738566782821,
           "secureConnect": 1738566782821,
           "upload": 1738566782821,
           "response": 1738566782882,
           "end": 1738566782882,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 61,
             "download": 0,
             "total": 61
           }
         },
         "message": "Response code 401 (Unauthorized)",
         "stack": "HTTPError: Response code 401 (Unauthorized)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "authorization": "***********",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://index.docker.io/v2/ironbank/opensource/kyverno/tags/list?n=10000",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 401,
           "statusMessage": "Unauthorized",
           "body": {
             "errors": [
               {
                 "code": "UNAUTHORIZED",
                 "message": "authentication required",
                 "detail": [
                   {
                     "Type": "repository",
                     "Class": "",
                     "Name": "ironbank/opensource/kyverno",
                     "Action": "pull"
                   }
                 ]
               }
             ]
           },
           "headers": {
             "content-type": "application/json",
             "docker-distribution-api-version": "registry/2.0",
             "www-authenticate": "Bearer realm=\"https://auth.docker.io/token\",service=\"registry.docker.io\",scope=\"repository:ironbank/opensource/kyverno:pull\",error=\"insufficient_scope\"",
             "date": "Mon, 03 Feb 2025 07:13:02 GMT",
             "content-length": "170",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/opensource/kyverno",
       "url": "https://index.docker.io/v2/ironbank/opensource/kyverno/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/opensource/kyverno (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/opensource/kyverno)
DEBUG: GET https://index.docker.io/v2/ironbank/opensource/kyverno/kyvernopre/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=120) (repository=big-bang/product/packages/kyverno, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566782824,
           "socket": 1738566782824,
           "lookup": 1738566782824,
           "connect": 1738566782824,
           "secureConnect": 1738566782824,
           "upload": 1738566782824,
           "response": 1738566782944,
           "end": 1738566782944,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 120,
             "download": 0,
             "total": 120
           }
         },
         "message": "Response code 401 (Unauthorized)",
         "stack": "HTTPError: Response code 401 (Unauthorized)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "authorization": "***********",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://index.docker.io/v2/ironbank/opensource/kyverno/kyvernopre/tags/list?n=10000",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 401,
           "statusMessage": "Unauthorized",
           "body": {
             "errors": [
               {
                 "code": "UNAUTHORIZED",
                 "message": "authentication required",
                 "detail": [
                   {
                     "Type": "repository",
                     "Class": "",
                     "Name": "ironbank/opensource/kyverno/kyvernopre",
                     "Action": "pull"
                   }
                 ]
               }
             ]
           },
           "headers": {
             "content-type": "application/json",
             "docker-distribution-api-version": "registry/2.0",
             "www-authenticate": "Bearer realm=\"https://auth.docker.io/token\",service=\"registry.docker.io\",scope=\"repository:ironbank/opensource/kyverno/kyvernopre:pull\",error=\"insufficient_scope\"",
             "date": "Mon, 03 Feb 2025 07:13:02 GMT",
             "content-length": "181",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/opensource/kyverno/kyvernopre",
       "url": "https://index.docker.io/v2/ironbank/opensource/kyverno/kyvernopre/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/opensource/kyverno/kyvernopre (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/opensource/kyverno/kyvernopre)
DEBUG: GET https://hub.docker.com/v2/repositories/ironbank/opensource/kyverno/kyverno/reports-controller/tags?page_size=1000&ordering=last_updated = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=107) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566782840,
           "socket": 1738566782840,
           "lookup": 1738566782840,
           "connect": 1738566782840,
           "secureConnect": 1738566782840,
           "upload": 1738566782840,
           "response": 1738566782947,
           "end": 1738566782947,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 107,
             "download": 0,
             "total": 107
           }
         },
         "message": "Response code 404 (Not Found)",
         "stack": "HTTPError: Response code 404 (Not Found)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://hub.docker.com/v2/repositories/ironbank/opensource/kyverno/kyverno/reports-controller/tags?page_size=1000&ordering=last_updated",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 404,
           "statusMessage": "Not Found",
           "body": {"message": "404: Page Not Found"},
           "headers": {
             "date": "Mon, 03 Feb 2025 07:13:02 GMT",
             "content-type": "application/json",
             "content-length": "34",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1738566842",
             "x-ratelimit-remaining": "169",
             "x-ratelimit-ip": "52.61.65.120",
             "x-trace-id": "57579e204f90933b8708ab87c24cb5ee",
             "x-frame-options": "deny",
             "x-content-type-options": "nosniff",
             "x-xss-protection": "1; mode=block",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: GET https://index.docker.io/v2/ironbank/opensource/kyverno/kyverno/cleanup-controller/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=60) (repository=big-bang/product/packages/kyverno, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566782948,
           "socket": 1738566782948,
           "lookup": 1738566782948,
           "connect": 1738566782948,
           "secureConnect": 1738566782948,
           "upload": 1738566782948,
           "response": 1738566783008,
           "end": 1738566783008,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 60,
             "download": 0,
             "total": 60
           }
         },
         "message": "Response code 401 (Unauthorized)",
         "stack": "HTTPError: Response code 401 (Unauthorized)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "authorization": "***********",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://index.docker.io/v2/ironbank/opensource/kyverno/kyverno/cleanup-controller/tags/list?n=10000",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 401,
           "statusMessage": "Unauthorized",
           "body": {
             "errors": [
               {
                 "code": "UNAUTHORIZED",
                 "message": "authentication required",
                 "detail": [
                   {
                     "Type": "repository",
                     "Class": "",
                     "Name": "ironbank/opensource/kyverno/kyverno/cleanup-controller",
                     "Action": "pull"
                   }
                 ]
               }
             ]
           },
           "headers": {
             "content-type": "application/json",
             "docker-distribution-api-version": "registry/2.0",
             "www-authenticate": "Bearer realm=\"https://auth.docker.io/token\",service=\"registry.docker.io\",scope=\"repository:ironbank/opensource/kyverno/kyverno/cleanup-controller:pull\",error=\"insufficient_scope\"",
             "date": "Mon, 03 Feb 2025 07:13:02 GMT",
             "content-length": "197",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/opensource/kyverno/kyverno/cleanup-controller",
       "url": "https://index.docker.io/v2/ironbank/opensource/kyverno/kyverno/cleanup-controller/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/opensource/kyverno/kyverno/cleanup-controller (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/opensource/kyverno/kyverno/cleanup-controller)
DEBUG: GET https://index.docker.io/v2/ironbank/opensource/kyverno/kyverno/background-controller/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=64) (repository=big-bang/product/packages/kyverno, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566782946,
           "socket": 1738566782946,
           "lookup": 1738566782946,
           "connect": 1738566782946,
           "secureConnect": 1738566782946,
           "upload": 1738566782948,
           "response": 1738566783010,
           "end": 1738566783010,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 2,
             "firstByte": 62,
             "download": 0,
             "total": 64
           }
         },
         "message": "Response code 401 (Unauthorized)",
         "stack": "HTTPError: Response code 401 (Unauthorized)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "authorization": "***********",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://index.docker.io/v2/ironbank/opensource/kyverno/kyverno/background-controller/tags/list?n=10000",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 401,
           "statusMessage": "Unauthorized",
           "body": {
             "errors": [
               {
                 "code": "UNAUTHORIZED",
                 "message": "authentication required",
                 "detail": [
                   {
                     "Type": "repository",
                     "Class": "",
                     "Name": "ironbank/opensource/kyverno/kyverno/background-controller",
                     "Action": "pull"
                   }
                 ]
               }
             ]
           },
           "headers": {
             "content-type": "application/json",
             "docker-distribution-api-version": "registry/2.0",
             "www-authenticate": "Bearer realm=\"https://auth.docker.io/token\",service=\"registry.docker.io\",scope=\"repository:ironbank/opensource/kyverno/kyverno/background-controller:pull\",error=\"insufficient_scope\"",
             "date": "Mon, 03 Feb 2025 07:13:02 GMT",
             "content-length": "200",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/opensource/kyverno/kyverno/background-controller",
       "url": "https://index.docker.io/v2/ironbank/opensource/kyverno/kyverno/background-controller/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/opensource/kyverno/kyverno/background-controller (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/opensource/kyverno/kyverno/background-controller)
DEBUG: GET https://index.docker.io/v2/ironbank/opensource/kyverno/kyverno/reports-controller/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=65) (repository=big-bang/product/packages/kyverno, baseBranch=main)
 INFO: Docker Hub lookup failure (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566783088,
           "socket": 1738566783088,
           "lookup": 1738566783088,
           "connect": 1738566783088,
           "secureConnect": 1738566783088,
           "upload": 1738566783088,
           "response": 1738566783153,
           "end": 1738566783153,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 65,
             "download": 0,
             "total": 65
           }
         },
         "message": "Response code 401 (Unauthorized)",
         "stack": "HTTPError: Response code 401 (Unauthorized)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "authorization": "***********",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://index.docker.io/v2/ironbank/opensource/kyverno/kyverno/reports-controller/tags/list?n=10000",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 401,
           "statusMessage": "Unauthorized",
           "body": {
             "errors": [
               {
                 "code": "UNAUTHORIZED",
                 "message": "authentication required",
                 "detail": [
                   {
                     "Type": "repository",
                     "Class": "",
                     "Name": "ironbank/opensource/kyverno/kyverno/reports-controller",
                     "Action": "pull"
                   }
                 ]
               }
             ]
           },
           "headers": {
             "content-type": "application/json",
             "docker-distribution-api-version": "registry/2.0",
             "www-authenticate": "Bearer realm=\"https://auth.docker.io/token\",service=\"registry.docker.io\",scope=\"repository:ironbank/opensource/kyverno/kyverno/reports-controller:pull\",error=\"insufficient_scope\"",
             "date": "Mon, 03 Feb 2025 07:13:03 GMT",
             "content-length": "197",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "datasource": "docker",
       "packageName": "ironbank/opensource/kyverno/kyverno/reports-controller",
       "url": "https://index.docker.io/v2/ironbank/opensource/kyverno/kyverno/reports-controller/tags/list?n=10000"
DEBUG: Failed to look up docker package ironbank/opensource/kyverno/kyverno/reports-controller (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, dependency=ironbank/opensource/kyverno/kyverno/reports-controller)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: 9 flattened updates found: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/kyverno, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/kyverno, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/kyverno/kyvernocli",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "v1.13.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "ironbank/opensource/kyverno/kyvernocli",
                 "warnings": [
                   {
                     "topic": "ironbank/opensource/kyverno/kyvernocli",
                     "message": "Failed to look up docker package ironbank/opensource/kyverno/kyvernocli"
                   }
                 ]
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.5",
                 "datasource": "docker",
                 "replaceString": "9.5",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "datasource": "docker",
                 "replaceString": "v1.30.6",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "datasource": "docker",
                 "replaceString": "v1.30.6",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "datasource": "docker",
                 "replaceString": "v1.30.6",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "datasource": "docker",
                 "replaceString": "v1.30.6",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "datasource": "docker",
                 "replaceString": "v1.30.6",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "datasource": "docker",
                 "replaceString": "v1.30.6",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "datasource": "docker",
                 "replaceString": "v1.30.6",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               },
               {
                 "depName": "ironbank/opensource/kyverno/kyvernopre",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "v1.13.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "ironbank/opensource/kyverno/kyvernopre",
                 "warnings": [
                   {
                     "topic": "ironbank/opensource/kyverno/kyvernopre",
                     "message": "Failed to look up docker package ironbank/opensource/kyverno/kyvernopre"
                   }
                 ]
               },
               {
                 "depName": "ironbank/opensource/kyverno",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "v1.13.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "ironbank/opensource/kyverno",
                 "warnings": [
                   {
                     "topic": "ironbank/opensource/kyverno",
                     "message": "Failed to look up docker package ironbank/opensource/kyverno"
                   }
                 ]
               },
               {
                 "depName": "ironbank/opensource/kyverno/kyverno/background-controller",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "v1.13.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "ironbank/opensource/kyverno/kyverno/background-controller",
                 "warnings": [
                   {
                     "topic": "ironbank/opensource/kyverno/kyverno/background-controller",
                     "message": "Failed to look up docker package ironbank/opensource/kyverno/kyverno/background-controller"
                   }
                 ]
               },
               {
                 "depName": "ironbank/opensource/kyverno/kyverno/cleanup-controller",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "v1.13.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "ironbank/opensource/kyverno/kyverno/cleanup-controller",
                 "warnings": [
                   {
                     "topic": "ironbank/opensource/kyverno/kyverno/cleanup-controller",
                     "message": "Failed to look up docker package ironbank/opensource/kyverno/kyverno/cleanup-controller"
                   }
                 ]
               },
               {
                 "depName": "ironbank/opensource/kyverno/kyverno/reports-controller",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "v1.13.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "ironbank/opensource/kyverno/kyverno/reports-controller",
                 "warnings": [
                   {
                     "topic": "ironbank/opensource/kyverno/kyverno/reports-controller",
                     "message": "Failed to look up docker package ironbank/opensource/kyverno/kyverno/reports-controller"
                   }
                 ]
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.6",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: v1.13.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/kyverno",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kyverno.io/",
                 "lookupName": "ironbank/opensource/kyverno",
                 "currentVersion": "v1.13.2",
                 "fixedVersion": "v1.13.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "- Kyverno: v1.13.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/kyverno",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kyverno.io/",
                 "lookupName": "ironbank/opensource/kyverno",
                 "currentVersion": "v1.13.2",
                 "fixedVersion": "v1.13.2"
               }
             ],
             "matchStrings": [
               "appVersion:\\s+(?<currentValue>.+)",
               "- Kyverno:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kyverno",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno:v1.13.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/kyverno",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kyverno.io/",
                 "lookupName": "ironbank/opensource/kyverno",
                 "currentVersion": "v1.13.2",
                 "fixedVersion": "v1.13.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/kyvernopre",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno/kyvernopre:v1.13.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/kyvernopre",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/kyverno-pre",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kyverno.io/",
                 "lookupName": "ironbank/opensource/kyverno/kyvernopre",
                 "currentVersion": "v1.13.2",
                 "fixedVersion": "v1.13.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.6",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.6",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.6",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.6"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.5",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/kyverno/reports-controller",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno/kyverno/reports-controller:v1.13.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/kyverno/reports-controller",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/reports-controller",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kyverno/kyverno, https://github.com/kyverno/kyverno/pkgs/container/reports-controller",
                 "lookupName": "ironbank/opensource/kyverno/kyverno/reports-controller",
                 "currentVersion": "v1.13.2",
                 "fixedVersion": "v1.13.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/kyverno/background-controller",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno/kyverno/background-controller:v1.13.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/kyverno/background-controller",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/background-controller",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kyverno/kyverno , https://github.com/kyverno/kyverno/pkgs/container/background-controller",
                 "lookupName": "ironbank/opensource/kyverno/kyverno/background-controller",
                 "currentVersion": "v1.13.2",
                 "fixedVersion": "v1.13.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/kyverno/cleanup-controller",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno/kyverno/cleanup-controller:v1.13.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/kyverno/cleanup-controller",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/cleanup-controller",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kyverno/kyverno , https://github.com/kyverno/kyverno/pkgs/container/cleanup-controller",
                 "lookupName": "ironbank/opensource/kyverno/kyverno/cleanup-controller",
                 "currentVersion": "v1.13.2",
                 "fixedVersion": "v1.13.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/kyvernocli",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kyverno/kyvernocli:v1.13.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/kyvernocli",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/kyverno-cli",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kyverno.io/",
                 "lookupName": "ironbank/opensource/kyverno/kyvernocli",
                 "currentVersion": "v1.13.2",
                 "fixedVersion": "v1.13.2"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/kyverno)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/kyverno)
DEBUG: processRepo() (repository=big-bang/product/packages/kyverno)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/kyverno)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/kyverno)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/kyverno)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/kyverno)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/kyverno)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kyverno)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kyverno)
DEBUG: getPr(189) (repository=big-bang/product/packages/kyverno)
DEBUG: getMR(189) (repository=big-bang/product/packages/kyverno)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/kyverno)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/kyverno)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/kyverno)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/kyverno)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/kyverno)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/kyverno)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/kyverno)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/kyverno)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/kyverno)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/kyverno)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/kyverno)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/kyverno)
DEBUG: syncBranchState() (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(189) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(189) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:13:03.455Z) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T16:09:17+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/Chart.yaml is already updated (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kyverno, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: No package files need updating (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T16:09:17+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(189) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(189) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.6 -> v1.30.9) (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
 WARN: Package lookup failures (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
       "warnings": [
         "Failed to look up docker package ironbank/opensource/kyverno/kyvernocli",
         "Failed to look up docker package ironbank/opensource/kyverno/kyvernopre",
         "Failed to look up docker package ironbank/opensource/kyverno",
         "Failed to look up docker package ironbank/opensource/kyverno/kyverno/background-controller",
         "Failed to look up docker package ironbank/opensource/kyverno/kyverno/cleanup-controller",
         "Failed to look up docker package ironbank/opensource/kyverno/kyverno/reports-controller"
       ],
       "files": ["chart/values.yaml"]
DEBUG: Processing existing PR (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.9"
 INFO: PR updated (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
       "pr": 189,
       "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.9"
DEBUG: setPrCache() (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/kyverno, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kyverno)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kyverno)
DEBUG: getPr(189) (repository=big-bang/product/packages/kyverno)
DEBUG: getMR(189) (repository=big-bang/product/packages/kyverno)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/kyverno)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/kyverno)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/kyverno)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/kyverno)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/kyverno)
 WARN: Package lookup failures (repository=big-bang/product/packages/kyverno)
       "warnings": [
         "Failed to look up docker package ironbank/opensource/kyverno/kyvernocli",
         "Failed to look up docker package ironbank/opensource/kyverno/kyvernopre",
         "Failed to look up docker package ironbank/opensource/kyverno",
         "Failed to look up docker package ironbank/opensource/kyverno/kyverno/background-controller",
         "Failed to look up docker package ironbank/opensource/kyverno/kyverno/cleanup-controller",
         "Failed to look up docker package ironbank/opensource/kyverno/kyverno/reports-controller"
       ],
       "files": ["chart/values.yaml"]
DEBUG: ensureIssue() (repository=big-bang/product/packages/kyverno)
DEBUG: Updating issue (repository=big-bang/product/packages/kyverno)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/kyverno)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/kyverno)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/kyverno)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/kyverno)
DEBUG: Branch lists (repository=big-bang/product/packages/kyverno)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/kyverno)
DEBUG: No branches to clean up (repository=big-bang/product/packages/kyverno)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/kyverno)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/kyverno)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/kyverno)
DEBUG: Repo is activated (repository=big-bang/product/packages/kyverno)
DEBUG: Branch summary (repository=big-bang/product/packages/kyverno)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "e7b33417fb5e4f5323aa3297d4dd9ee4ecf4e4bd"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "e7b33417fb5e4f5323aa3297d4dd9ee4ecf4e4bd",
           "branchName": "renovate/ironbank",
           "branchSha": "ced49ebf225838b757a55bf16e5feb4e1547b4bc",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/kyverno)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 189,
           "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.30.9",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.6",
               "currentVersion": "v1.30.6",
               "currentValue": "v1.30.6",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/kyverno)
       "stats": {"total": 6, "open": 1, "closed": 0, "merged": 5}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/kyverno)
DEBUG: repository problems (repository=big-bang/product/packages/kyverno)
       "repoProblems": ["WARN: Package lookup failures"]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/kyverno)
       "splits": {"init": 1856, "extract": 418, "lookup": 1580, "onboarding": 0, "update": 2477},
       "total": 6967
DEBUG: Package cache statistics (repository=big-bang/product/packages/kyverno)
       "get": {"count": 52, "avgMs": 10, "medianMs": 1, "maxMs": 176, "totalMs": 517},
       "set": {"count": 51, "avgMs": 10, "medianMs": 5, "maxMs": 68, "totalMs": 516}
DEBUG: HTTP statistics (repository=big-bang/product/packages/kyverno)
       "hosts": {
         "auth.docker.io": {
           "count": 6,
           "reqAvgMs": 195,
           "reqMedianMs": 210,
           "reqMaxMs": 256,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 6,
           "reqAvgMs": 259,
           "reqMedianMs": 216,
           "reqMaxMs": 602,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "index.docker.io": {
           "count": 12,
           "reqAvgMs": 128,
           "reqMedianMs": 120,
           "reqMaxMs": 246,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 37,
           "reqAvgMs": 77,
           "reqMedianMs": 23,
           "reqMaxMs": 525,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 216,
           "reqMedianMs": 144,
           "reqMaxMs": 488,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 72
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/kyverno)
DEBUG: Lookup statistics (repository=big-bang/product/packages/kyverno)
       "docker": {"count": 25, "avgMs": 503, "medianMs": 347, "maxMs": 1162, "totalMs": 12567}
 INFO: Repository finished (repository=big-bang/product/packages/kyverno)
       "cloned": true,
       "durationMs": 6967
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/deployments/bigbang-ci)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/deployments/bigbang-ci (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: big-bang/team/deployments/bigbang-ci default branch = master (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Enabling Git FS (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/deployments/bigbang-ci.git (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Resetting npmrc (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Resetting npmrc (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: checkOnboarding() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: isOnboarded() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: findFile(renovate.json) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/deployments/bigbang-ci (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Performing blobless clone (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: git clone completed (repository=big-bang/team/deployments/bigbang-ci)
       "durationMs": 941
DEBUG: latest repository commit (repository=big-bang/team/deployments/bigbang-ci)
       "latestCommit": {
         "hash": "81e4ddc76c14cce58b6082b9968ce120f787dd08",
         "date": "2025-01-28T14:12:12+00:00",
         "message": "Merge branch 'BB-codeowners' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #119\n\nSee merge request big-bang/team/deployments/bigbang-ci!209",
         "author_name": "Jeffrey Victor",
         "author_email": "jeffrey.victor.1.ctr@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Repo is onboarded (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Found renovate.json config file (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Repository config (repository=big-bang/team/deployments/bigbang-ci)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Review Big Bang release notes for breaking changes or manual steps (i.e. Flux updates)",
         "dependencyDashboardTitle": "Renovate: Upgrade Big Bang Version for BB-CI (Production)",
         "draftPR": true,
         "enabledManagers": ["regex"],
         "labels": ["kind::ci", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker", "git-tags"],
             "groupName": "ironbank",
             "postUpgradeTasks": {
               "commands": ["upgrade-gitlabrunner '{{{newValue}}}'"],
               "fileFilters": ["**/**-runner-hr.yaml", "bb_prod/env-values.yaml"]
             }
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^bb_prod/(base|prod)/kustomization\\.yaml$"],
             "matchStrings": [
               "ref=(?<currentValue>.+)",
               "tag: \"(?<currentValue>.+)\""
             ],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Config migration necessary (repository=big-bang/team/deployments/bigbang-ci)
       "oldConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Review Big Bang release notes for breaking changes or manual steps (i.e. Flux updates)",
         "dependencyDashboardTitle": "Renovate: Upgrade Big Bang Version for BB-CI (Production)",
         "draftPR": true,
         "enabledManagers": ["regex"],
         "labels": ["kind::ci", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker", "git-tags"],
             "groupName": "ironbank",
             "postUpgradeTasks": {
               "commands": ["upgrade-gitlabrunner '{{{newValue}}}'"],
               "fileFilters": ["**/**-runner-hr.yaml", "bb_prod/env-values.yaml"]
             }
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^bb_prod/(base|prod)/kustomization\\.yaml$"],
             "matchStrings": [
               "ref=(?<currentValue>.+)",
               "tag: \"(?<currentValue>.+)\""
             ],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags"
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Review Big Bang release notes for breaking changes or manual steps (i.e. Flux updates)",
         "dependencyDashboardTitle": "Renovate: Upgrade Big Bang Version for BB-CI (Production)",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "labels": ["kind::ci", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker", "git-tags"],
             "groupName": "ironbank",
             "postUpgradeTasks": {
               "commands": ["upgrade-gitlabrunner '{{{newValue}}}'"],
               "fileFilters": ["**/**-runner-hr.yaml", "bb_prod/env-values.yaml"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^bb_prod/(base|prod)/kustomization\\.yaml$"],
             "matchStrings": [
               "ref=(?<currentValue>.+)",
               "tag: \"(?<currentValue>.+)\""
             ],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/team/deployments/bigbang-ci)
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Review Big Bang release notes for breaking changes or manual steps (i.e. Flux updates)",
         "dependencyDashboardTitle": "Renovate: Upgrade Big Bang Version for BB-CI (Production)",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "labels": ["kind::ci", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker", "git-tags"],
             "groupName": "ironbank",
             "postUpgradeTasks": {
               "commands": ["upgrade-gitlabrunner '{{{newValue}}}'"],
               "fileFilters": ["**/**-runner-hr.yaml", "bb_prod/env-values.yaml"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^bb_prod/(base|prod)/kustomization\\.yaml$"],
             "matchStrings": [
               "ref=(?<currentValue>.+)",
               "tag: \"(?<currentValue>.+)\""
             ],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/team/deployments/bigbang-ci)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: findIssue(Renovate: Upgrade Big Bang Version for BB-CI (Production)) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: baseBranches (repository=big-bang/team/deployments/bigbang-ci)
       "baseBranches": ["master"]
DEBUG: baseBranch: master (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: extract() (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: Setting current branch to master (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: latest commit (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
       "branchName": "master",
       "latestCommitDate": "2025-01-28T14:12:12+00:00"
DEBUG: Using file match: ^bb_prod/(base|prod)/kustomization\.yaml$ for manager regex (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: manager extract durations (ms) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
       "managers": {}
DEBUG: Found 0 package file(s) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: Manager explicitly enabled in "enabledManagers" config, but found no results. Possible config error? (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
       "manager": "custom.regex"
 INFO: Dependency extraction complete (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
       "stats": {"managers": {}, "total": {"fileCount": 0, "depCount": 0}}
DEBUG: baseBranch: master (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: Package releases lookups complete (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: branchifyUpgrades (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: detectSemanticCommits() (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: getCommitMessages (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: semanticCommits: disabled (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: 0 flattened updates found:  (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: Returning 0 branch(es) (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
DEBUG: packageFiles with updates (repository=big-bang/team/deployments/bigbang-ci, baseBranch=master)
       "config": {}
DEBUG: detectSemanticCommits() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: processRepo() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Processing 0 branches:  (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: 0 PRs are currently open (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: PullRequests limit = 2 (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: 0 already existing branches found:  (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Branches limit = 2 (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: ensureDependencyDashboard() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: ensureIssue() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Updating issue (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: validateReconfigureBranch() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: No reconfigure branch found (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Removing any stale branches (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: No renovate branches found (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: ensureIssueClosing() (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Repo is activated (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Branch summary (repository=big-bang/team/deployments/bigbang-ci)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "master", "sha": "81e4ddc76c14cce58b6082b9968ce120f787dd08"}],
       "branches": [],
       "defaultBranch": "master",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/team/deployments/bigbang-ci)
       "stats": {"total": 13, "open": 0, "closed": 0, "merged": 13}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/deployments/bigbang-ci)
       "splits": {"init": 2535, "extract": 198, "lookup": 10, "onboarding": 0, "update": 1},
       "total": 3193
DEBUG: Package cache statistics (repository=big-bang/team/deployments/bigbang-ci)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/deployments/bigbang-ci)
       "hosts": {
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 253,
           "reqMedianMs": 137,
           "reqMaxMs": 874,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 7
DEBUG: HTTP cache statistics (repository=big-bang/team/deployments/bigbang-ci)
DEBUG: Lookup statistics (repository=big-bang/team/deployments/bigbang-ci)
 INFO: Repository finished (repository=big-bang/team/deployments/bigbang-ci)
       "cloned": true,
       "durationMs": 3193
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/customer-training/istio-training)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customer-training/istio-training (repository=big-bang/customer-training/istio-training)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/customer-training/istio-training)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/customer-training/istio-training)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/customer-training/istio-training)
DEBUG: big-bang/customer-training/istio-training default branch = master (repository=big-bang/customer-training/istio-training)
DEBUG: Enabling Git FS (repository=big-bang/customer-training/istio-training)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/customer-training/istio-training.git (repository=big-bang/customer-training/istio-training)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fcustomer-training%2Fistio-training/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=95) (repository=big-bang/customer-training/istio-training)
DEBUG: GitLab API 404 (repository=big-bang/customer-training/istio-training)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fcustomer-training%2Fistio-training/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/customer-training/istio-training)
DEBUG: Resetting npmrc (repository=big-bang/customer-training/istio-training)
DEBUG: checkOnboarding() (repository=big-bang/customer-training/istio-training)
DEBUG: isOnboarded() (repository=big-bang/customer-training/istio-training)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/customer-training/istio-training)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/customer-training/istio-training)
DEBUG: findFile(renovate.json) (repository=big-bang/customer-training/istio-training)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customer-training/istio-training (repository=big-bang/customer-training/istio-training)
DEBUG: Performing blobless clone (repository=big-bang/customer-training/istio-training)
DEBUG: git clone completed (repository=big-bang/customer-training/istio-training)
       "durationMs": 960
DEBUG: latest repository commit (repository=big-bang/customer-training/istio-training)
       "latestCommit": {
         "hash": "311ae888ff650a33d4c80be8b10b547c8054c00e",
         "date": "2023-11-28T15:07:45+00:00",
         "message": "Merge branch 'bstask-typos' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Fix all grammar mistakes\n\nSee merge request big-bang/customer-training/istio-training!14",
         "author_name": "Mark Nelson",
         "author_email": "mark.nelson.45@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/customer-training/istio-training)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/customer-training/istio-training)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/customer-training/istio-training)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/customer-training/istio-training)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/customer-training/istio-training)
DEBUG: findFile(.renovaterc) (repository=big-bang/customer-training/istio-training)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/customer-training/istio-training)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/customer-training/istio-training)
DEBUG: config file not found (repository=big-bang/customer-training/istio-training)
 INFO: Repository is disabled - skipping (repository=big-bang/customer-training/istio-training)
DEBUG: Removing any stale branches (repository=big-bang/customer-training/istio-training)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/customer-training/istio-training)
DEBUG: No renovate branches found (repository=big-bang/customer-training/istio-training)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/customer-training/istio-training)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/customer-training/istio-training)
       "splits": {},
       "total": 1535
DEBUG: Package cache statistics (repository=big-bang/customer-training/istio-training)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/customer-training/istio-training)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 83,
           "reqMedianMs": 93,
           "reqMaxMs": 95,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/customer-training/istio-training)
DEBUG: Lookup statistics (repository=big-bang/customer-training/istio-training)
 INFO: Repository finished (repository=big-bang/customer-training/istio-training)
       "cloned": true,
       "durationMs": 1535
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/istio-gateways)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/istio-gateways (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: big-bang/apps/sandbox/istio-gateways default branch = main (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/istio-gateways.git (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fistio-gateways/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=71) (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/istio-gateways)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fistio-gateways/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/istio-gateways (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/istio-gateways)
       "durationMs": 480
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/istio-gateways)
       "latestCommit": {
         "hash": "09f7e8b284ddfde4a491c2852a0f8e58790ece45",
         "date": "2021-11-12T15:07:19+00:00",
         "message": "Merge branch 'redirect' into 'main'",
         "refs": "HEAD -> main, tag: 1.12.0-bb.1, origin/main, origin/HEAD",
         "body": "Adds Conditional HTTPS to HTTP Redirects and Use Hosts Instead of Wildcard\n\nSee merge request platform-one/big-bang/apps/sandbox/istio-gateways!3",
         "author_name": "Micah Nagel",
         "author_email": "micah.nagel@parsons.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: config file not found (repository=big-bang/apps/sandbox/istio-gateways)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/istio-gateways)
       "splits": {},
       "total": 1075
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/istio-gateways)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/istio-gateways)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 93,
           "reqMedianMs": 71,
           "reqMaxMs": 143,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/istio-gateways)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/istio-gateways)
 INFO: Repository finished (repository=big-bang/apps/sandbox/istio-gateways)
       "cloned": true,
       "durationMs": 1075
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/templates/hygieia-collector-template (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: big-bang/apps/sandbox/holocron/templates/hygieia-collector-template default branch = master (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/holocron/templates/hygieia-collector-template.git (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fholocron%2Ftemplates%2Fhygieia-collector-template/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=72) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fholocron%2Ftemplates%2Fhygieia-collector-template/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/templates/hygieia-collector-template (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
       "durationMs": 584
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
       "latestCommit": {
         "hash": "8b6a8ec790e36ee7f0ee31b28eaf7cf6fe937fce",
         "date": "2024-09-16T14:38:19+00:00",
         "message": "Merge branch 'restructure_go_mod' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Restructure go mod\n\nSee merge request big-bang/apps/sandbox/holocron/templates/hygieia-collector-template!20",
         "author_name": "Mark Howard",
         "author_email": "mark.howard.7@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: config file not found (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
       "splits": {},
       "total": 1190
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 95,
           "reqMedianMs": 79,
           "reqMaxMs": 135,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/templates/hygieia-collector-template)
       "cloned": true,
       "durationMs": 1190
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/odoo)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/odoo (repository=big-bang/apps/third-party/odoo)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/odoo)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/odoo)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/odoo)
DEBUG: big-bang/apps/third-party/odoo default branch = main (repository=big-bang/apps/third-party/odoo)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/odoo)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/odoo.git (repository=big-bang/apps/third-party/odoo)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fodoo/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=93) (repository=big-bang/apps/third-party/odoo)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/odoo)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fodoo/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/odoo)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/odoo)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/odoo)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/odoo)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/odoo)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/odoo)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/odoo)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/odoo (repository=big-bang/apps/third-party/odoo)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/odoo)
DEBUG: git clone completed (repository=big-bang/apps/third-party/odoo)
       "durationMs": 1311
DEBUG: latest repository commit (repository=big-bang/apps/third-party/odoo)
       "latestCommit": {
         "hash": "3633e6796a0096fa89fd07548fdad6e4a205f7bc",
         "date": "2023-11-09T23:20:16+00:00",
         "message": "Merge branch 'codeowners-change' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Add PBOPS codeowners to the repo\n\nSee merge request big-bang/apps/third-party/odoo!11",
         "author_name": "Ryan Thompson",
         "author_email": "ryan.thompson.44@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/odoo)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/odoo)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/odoo)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/odoo)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/odoo)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/odoo)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/odoo)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/odoo)
DEBUG: config file not found (repository=big-bang/apps/third-party/odoo)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/odoo)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/odoo)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/odoo)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/odoo)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/odoo)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/odoo)
       "splits": {},
       "total": 1875
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/odoo)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/odoo)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 80,
           "reqMedianMs": 91,
           "reqMaxMs": 93,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/odoo)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/odoo)
 INFO: Repository finished (repository=big-bang/apps/third-party/odoo)
       "cloned": true,
       "durationMs": 1875
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/tools/icon-decorator)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/icon-decorator (repository=big-bang/team/tools/icon-decorator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/tools/icon-decorator)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/tools/icon-decorator)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/tools/icon-decorator)
DEBUG: big-bang/team/tools/icon-decorator default branch = main (repository=big-bang/team/tools/icon-decorator)
DEBUG: Enabling Git FS (repository=big-bang/team/tools/icon-decorator)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/tools/icon-decorator.git (repository=big-bang/team/tools/icon-decorator)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2Ficon-decorator/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=62) (repository=big-bang/team/tools/icon-decorator)
DEBUG: GitLab API 404 (repository=big-bang/team/tools/icon-decorator)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Ftools%2Ficon-decorator/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/team/tools/icon-decorator)
DEBUG: Resetting npmrc (repository=big-bang/team/tools/icon-decorator)
DEBUG: checkOnboarding() (repository=big-bang/team/tools/icon-decorator)
DEBUG: isOnboarded() (repository=big-bang/team/tools/icon-decorator)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/tools/icon-decorator)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/tools/icon-decorator)
DEBUG: findFile(renovate.json) (repository=big-bang/team/tools/icon-decorator)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/tools/icon-decorator (repository=big-bang/team/tools/icon-decorator)
DEBUG: Performing blobless clone (repository=big-bang/team/tools/icon-decorator)
DEBUG: git clone completed (repository=big-bang/team/tools/icon-decorator)
       "durationMs": 834
DEBUG: latest repository commit (repository=big-bang/team/tools/icon-decorator)
       "latestCommit": {
         "hash": "422fc0bea52b978b767b55a8e2a2a1bbc6cf9cd9",
         "date": "2025-01-08T14:36:54+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #22\n\nSee merge request big-bang/team/tools/icon-decorator!17",
         "author_name": "Ryan Daily",
         "author_email": "rdaily@bridgephase.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/team/tools/icon-decorator)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/team/tools/icon-decorator)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/team/tools/icon-decorator)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/team/tools/icon-decorator)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/team/tools/icon-decorator)
DEBUG: findFile(.renovaterc) (repository=big-bang/team/tools/icon-decorator)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/team/tools/icon-decorator)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/team/tools/icon-decorator)
DEBUG: config file not found (repository=big-bang/team/tools/icon-decorator)
 INFO: Repository is disabled - skipping (repository=big-bang/team/tools/icon-decorator)
DEBUG: Removing any stale branches (repository=big-bang/team/tools/icon-decorator)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/team/tools/icon-decorator)
DEBUG: No renovate branches found (repository=big-bang/team/tools/icon-decorator)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/team/tools/icon-decorator)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/tools/icon-decorator)
       "splits": {},
       "total": 1623
DEBUG: Package cache statistics (repository=big-bang/team/tools/icon-decorator)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/tools/icon-decorator)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 111,
           "reqMedianMs": 94,
           "reqMaxMs": 177,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/team/tools/icon-decorator)
DEBUG: Lookup statistics (repository=big-bang/team/tools/icon-decorator)
 INFO: Repository finished (repository=big-bang/team/tools/icon-decorator)
       "cloned": true,
       "durationMs": 1623
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/holocron/dev-environment)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/dev-environment (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: big-bang/apps/sandbox/holocron/dev-environment default branch = master (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/holocron/dev-environment.git (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fholocron%2Fdev-environment/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=65) (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/holocron/dev-environment)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fholocron%2Fdev-environment/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/dev-environment (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/holocron/dev-environment)
       "durationMs": 640
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/holocron/dev-environment)
       "latestCommit": {
         "hash": "d12c7d8201465306f1e0ac12fd7aadbc4590445e",
         "date": "2024-12-03T19:33:34+00:00",
         "message": "Merge branch 'update-gitlab-readme' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Updated readme\n\nSee merge request big-bang/apps/sandbox/holocron/dev-environment!79",
         "author_name": "Mark Howard",
         "author_email": "mark.howard.7@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: config file not found (repository=big-bang/apps/sandbox/holocron/dev-environment)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/dev-environment)
       "splits": {},
       "total": 1245
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/dev-environment)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/dev-environment)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 94,
           "reqMedianMs": 77,
           "reqMaxMs": 139,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/holocron/dev-environment)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/holocron/dev-environment)
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/dev-environment)
       "cloned": true,
       "durationMs": 1245
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/promtail)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/promtail (repository=big-bang/product/packages/promtail)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/promtail)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/promtail)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/promtail)
DEBUG: big-bang/product/packages/promtail default branch = main (repository=big-bang/product/packages/promtail)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/promtail)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/promtail.git (repository=big-bang/product/packages/promtail)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/promtail)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/promtail)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/promtail)
DEBUG: isOnboarded() (repository=big-bang/product/packages/promtail)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/promtail)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/promtail)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/promtail)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/promtail (repository=big-bang/product/packages/promtail)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/promtail)
DEBUG: git clone completed (repository=big-bang/product/packages/promtail)
       "durationMs": 518
DEBUG: latest repository commit (repository=big-bang/product/packages/promtail)
       "latestCommit": {
         "hash": "30fa1f5d5c5bd4e8efbab14dfe2c96870c29da12",
         "date": "2025-01-16T16:36:05+00:00",
         "message": "Merge branch '72-update-renovate-config-to-remove-commit-message-prefix' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Resolve \"Update Renovate config to remove commit message prefix\"\n\nCloses #72\n\nSee merge request big-bang/product/packages/promtail!108",
         "author_name": "Peter Sigur",
         "author_email": "sigur_peter@bah.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/promtail)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/promtail)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/promtail)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/promtail)
DEBUG: Repository config (repository=big-bang/product/packages/promtail)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Promtail Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "ignoreDeps": ["docker.io/busybox"],
         "labels": [
           "promtail",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "separateMajorMinor": false,
         "packageRules": [
           {"matchDatasources": ["docker", "helm"], "groupName": "Ironbank"}
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": "Update app version chart annotations",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Promtail:\\s*(?<currentValue>.+)",
               "appVersion:\\s*(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": "Update docker image references",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": "Update chart version",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "depNameTemplate": "promtail",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts"
           }
         ],
         "postUpgradeTasks": {
           "commands": [
             "regenerate-helm-docs",
             "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
           ],
           "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
         }
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/promtail)
DEBUG: No config migration necessary (repository=big-bang/product/packages/promtail)
DEBUG: Post-massage config (repository=big-bang/product/packages/promtail)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Promtail Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "ignoreDeps": ["docker.io/busybox"],
         "labels": [
           "promtail",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "separateMajorMinor": false,
         "packageRules": [
           {"matchDatasources": ["docker", "helm"], "groupName": "Ironbank"}
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": ["Update app version chart annotations"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Promtail:\\s*(?<currentValue>.+)",
               "appVersion:\\s*(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": ["Update docker image references"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": ["Update chart version"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "depNameTemplate": "promtail",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts"
           }
         ],
         "postUpgradeTasks": {
           "commands": [
             "regenerate-helm-docs",
             "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
           ],
           "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
         }
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/promtail)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/promtail)
DEBUG: findIssue(Renovate: Upgrade Promtail Package Dependencies) (repository=big-bang/product/packages/promtail)
DEBUG: baseBranches (repository=big-bang/product/packages/promtail)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/promtail, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T16:36:05+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Chart has no dependencies in chart/Chart.yaml (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/promtail, baseBranch=main)
       "managers": {"helm-values": 12, "helmv3": 13, "regex": 16}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Manager explicitly enabled in "enabledManagers" config, but found no results. Possible config error? (repository=big-bang/product/packages/promtail, baseBranch=main)
       "manager": "helmv3"
 INFO: Dependency extraction complete (repository=big-bang/product/packages/promtail, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 2},
           "regex": {"fileCount": 3, "depCount": 4}
         },
         "total": {"fileCount": 4, "depCount": 6}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/grafana/promtail, latest) (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/grafana/promtail, latest, get) (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/grafana/promtail, sha256:8e5e178a6be79440bc572bfcaf8e8cfd8a6103bc447f73879fd7f34f1ef8237d, get) (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/promtail, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917559",
         "mil.dso.ironbank.image.keywords": "logs,monitoring,observability,logging",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "promtail",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 01:00:33+00:00",
         "org.opencontainers.image.description": "An agent for shipping logs to Loki",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "70b5e7629c7e3f0ec17ac9d027447258478b3bbf",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/grafana/promtail",
         "org.opencontainers.image.title": "promtail",
         "org.opencontainers.image.url": "https://github.com/grafana/loki",
         "org.opencontainers.image.vendor": "Grafana",
         "org.opencontainers.image.version": "v3.3.2",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/promtail, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/promtail, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
                 "currentValue": "v3.3.2",
                 "datasource": "docker",
                 "replaceString": "v3.3.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/promtail",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/loki",
                 "lookupName": "ironbank/opensource/grafana/promtail",
                 "currentVersion": "v3.3.2",
                 "fixedVersion": "v3.3.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload",
                 "currentValue": "v0.14.0",
                 "datasource": "docker",
                 "replaceString": "v0.14.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jimmidyson/configmap-reload",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jimmidyson/configmap-reload",
                 "lookupName": "ironbank/opensource/jimmidyson/configmap-reload",
                 "currentVersion": "v0.14.0",
                 "fixedVersion": "v0.14.0"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
                 "currentValue": "v3.3.2",
                 "datasource": "docker",
                 "replaceString": "- Promtail: v3.3.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/promtail",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/loki",
                 "lookupName": "ironbank/opensource/grafana/promtail",
                 "currentVersion": "v3.3.2",
                 "fixedVersion": "v3.3.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
                 "currentValue": "3.3.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: 3.3.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/promtail",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/loki",
                 "lookupName": "ironbank/opensource/grafana/promtail",
                 "currentVersion": "v3.3.2",
                 "fixedVersion": "3.3.2"
               }
             ],
             "matchStrings": [
               "- Promtail:\\s*(?<currentValue>.+)",
               "appVersion:\\s*(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
                 "currentValue": "v3.3.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/grafana/promtail:v3.3.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/promtail",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/promtail",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/loki",
                 "lookupName": "ironbank/opensource/grafana/promtail",
                 "currentVersion": "v3.3.2",
                 "fixedVersion": "v3.3.2"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "promtail",
                 "currentValue": "6.16.6",
                 "datasource": "helm",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "replaceString": "version: 6.16.6-bb.0",
                 "updates": [],
                 "packageName": "promtail",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/helm-charts",
                 "registryUrl": "https://grafana.github.io/helm-charts",
                 "homepage": "https://grafana.com/loki",
                 "currentVersion": "6.16.6",
                 "currentVersionTimestamp": "2024-09-17T20:32:47.935Z",
                 "currentVersionAgeInDays": 138,
                 "fixedVersion": "6.16.6"
               }
             ],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "depNameTemplate": "promtail",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts",
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/promtail)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/promtail)
DEBUG: processRepo() (repository=big-bang/product/packages/promtail)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/promtail)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/promtail)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/promtail)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/promtail)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/promtail)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/promtail)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/promtail)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/promtail)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/promtail)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/promtail)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/promtail)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/promtail)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/promtail)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/promtail)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/promtail)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/promtail)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/promtail)
DEBUG: Config does not need migration (repository=big-bang/product/packages/promtail)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/promtail)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/promtail)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/promtail)
DEBUG: ensureIssue() (repository=big-bang/product/packages/promtail)
DEBUG: Updating issue (repository=big-bang/product/packages/promtail)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/promtail)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/promtail)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/promtail)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/promtail)
DEBUG: No renovate branches found (repository=big-bang/product/packages/promtail)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/promtail)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/promtail)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/promtail)
DEBUG: Repo is activated (repository=big-bang/product/packages/promtail)
DEBUG: Branch summary (repository=big-bang/product/packages/promtail)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "30fa1f5d5c5bd4e8efbab14dfe2c96870c29da12"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/promtail)
       "stats": {"total": 2, "open": 0, "closed": 0, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/promtail)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/promtail)
       "splits": {"init": 1331, "extract": 232, "lookup": 444, "onboarding": 0, "update": 2},
       "total": 2508
DEBUG: Package cache statistics (repository=big-bang/product/packages/promtail)
       "get": {"count": 6, "avgMs": 7, "medianMs": 2, "maxMs": 30, "totalMs": 40},
       "set": {"count": 3, "avgMs": 6, "medianMs": 3, "maxMs": 15, "totalMs": 19}
DEBUG: HTTP statistics (repository=big-bang/product/packages/promtail)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 32,
           "reqMedianMs": 33,
           "reqMaxMs": 57,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 168,
           "reqMedianMs": 138,
           "reqMaxMs": 342,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 14
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/promtail)
DEBUG: Lookup statistics (repository=big-bang/product/packages/promtail)
       "docker": {"count": 5, "avgMs": 337, "medianMs": 416, "maxMs": 416, "totalMs": 1686},
       "helm": {"count": 1, "avgMs": 35, "medianMs": 35, "maxMs": 35, "totalMs": 35}
 INFO: Repository finished (repository=big-bang/product/packages/promtail)
       "cloned": true,
       "durationMs": 2508
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/air-gap-deployment)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/air-gap-deployment (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: big-bang/apps/sandbox/air-gap-deployment default branch = main (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/air-gap-deployment.git (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fair-gap-deployment/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=69) (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/air-gap-deployment)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fair-gap-deployment/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/air-gap-deployment (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/air-gap-deployment)
       "durationMs": 489
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/air-gap-deployment)
       "latestCommit": {
         "hash": "a8a0c0c3e122ad937582f1d93be99330f76773fb",
         "date": "2022-04-29T19:47:57+00:00",
         "message": "Merge branch 'quickstart' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "WIP Quickstart\n\nSee merge request platform-one/big-bang/apps/sandbox/air-gap-deployment!8",
         "author_name": "Christopher McGrath",
         "author_email": "cmcgrath@oteemo.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: config file not found (repository=big-bang/apps/sandbox/air-gap-deployment)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/air-gap-deployment)
       "splits": {},
       "total": 1027
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/air-gap-deployment)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/air-gap-deployment)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 80,
           "reqMedianMs": 73,
           "reqMaxMs": 97,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/air-gap-deployment)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/air-gap-deployment)
 INFO: Repository finished (repository=big-bang/apps/sandbox/air-gap-deployment)
       "cloned": true,
       "durationMs": 1027
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/sdelements)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/sdelements (repository=big-bang/product/community/sdelements)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/sdelements)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/sdelements)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/sdelements)
DEBUG: big-bang/product/community/sdelements default branch = main (repository=big-bang/product/community/sdelements)
DEBUG: Enabling Git FS (repository=big-bang/product/community/sdelements)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/sdelements.git (repository=big-bang/product/community/sdelements)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fcommunity%2Fsdelements/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=55) (repository=big-bang/product/community/sdelements)
DEBUG: GitLab API 404 (repository=big-bang/product/community/sdelements)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fcommunity%2Fsdelements/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/product/community/sdelements)
DEBUG: Resetting npmrc (repository=big-bang/product/community/sdelements)
DEBUG: checkOnboarding() (repository=big-bang/product/community/sdelements)
DEBUG: isOnboarded() (repository=big-bang/product/community/sdelements)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/sdelements)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/sdelements)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/sdelements)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/sdelements (repository=big-bang/product/community/sdelements)
DEBUG: Performing blobless clone (repository=big-bang/product/community/sdelements)
DEBUG: git clone completed (repository=big-bang/product/community/sdelements)
       "durationMs": 655
DEBUG: latest repository commit (repository=big-bang/product/community/sdelements)
       "latestCommit": {
         "hash": "5e4ff04a396e11ef43baf2c21b36a3a7d709f5c9",
         "date": "2024-11-05T01:11:10+00:00",
         "message": "Merge branch 'update/2024.2' into 'main'",
         "refs": "HEAD -> main, tag: 2024.2.77, origin/main, origin/HEAD",
         "body": "adding new chart for 2024.2\n\nSee merge request big-bang/product/community/sdelements!28",
         "author_name": "Carmelo San Giovanni",
         "author_email": "csangiovanni@securitycompass.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/product/community/sdelements)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/product/community/sdelements)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/product/community/sdelements)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/product/community/sdelements)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/product/community/sdelements)
DEBUG: findFile(.renovaterc) (repository=big-bang/product/community/sdelements)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/product/community/sdelements)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/product/community/sdelements)
DEBUG: config file not found (repository=big-bang/product/community/sdelements)
 INFO: Repository is disabled - skipping (repository=big-bang/product/community/sdelements)
DEBUG: Removing any stale branches (repository=big-bang/product/community/sdelements)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/product/community/sdelements)
DEBUG: No renovate branches found (repository=big-bang/product/community/sdelements)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/product/community/sdelements)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/sdelements)
       "splits": {},
       "total": 1293
DEBUG: Package cache statistics (repository=big-bang/product/community/sdelements)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/community/sdelements)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 73,
           "reqMedianMs": 62,
           "reqMaxMs": 103,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/product/community/sdelements)
DEBUG: Lookup statistics (repository=big-bang/product/community/sdelements)
 INFO: Repository finished (repository=big-bang/product/community/sdelements)
       "cloned": true,
       "durationMs": 1293
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-dashboard (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: big-bang/apps/sandbox/holocron/holocron-dashboard default branch = master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/holocron/holocron-dashboard.git (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/holocron/holocron-dashboard (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "durationMs": 807
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "latestCommit": {
         "hash": "7807537c60beb1d40690ee6c65f94536cdfffced",
         "date": "2024-10-22T14:48:18+00:00",
         "message": "Merge branch '85-improve-team-admin-page-loading-times' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Resolve \"Improve team admin page loading times\"\n\nCloses #85\n\nSee merge request big-bang/apps/sandbox/holocron/holocron-dashboard!744",
         "author_name": "Mark Howard",
         "author_email": "mark.howard.7@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Repository config (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Config migration necessary (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "oldConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": true
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "patch": {"enabled": true}
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "draftPR": false,
         "labels": ["kind::maintenance", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchDatasources": ["docker"],
             "matchUpdateTypes": ["patch"],
             "enabled": true
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "baseBranches": ["master"]
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: extract() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Matched 2 file(s) for manager dockerfile: Dockerfile, Dockerfile.dev (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Matched 2 file(s) for manager html: cypress/support/component-index.html, public/index.html (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Matched 1 file(s) for manager npm: package.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Found a multistage build stage name: builder (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Skipping alias COPY --from (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "image": "builder"
DEBUG: Skipping alias COPY --from (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "image": "builder"
DEBUG: npm file package.json has name "holocron-dashboard" (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Detecting workspaces (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Finding locked versions (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Found package-lock.json for package.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "managers": {"dockerfile": 5, "html": 5, "npm": 26}
DEBUG: Found dockerfile package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Found npm package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Found 3 package file(s) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 2, "depCount": 3},
           "npm": {"fileCount": 1, "depCount": 77}
         },
         "total": {"fileCount": 3, "depCount": 80}
       }
DEBUG: baseBranch: master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: hostRules: no authentication for registry.npmjs.org (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using queue: host=registry.npmjs.org, concurrency=999 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
 WARN: Invalid registry response (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "apiCheckUrl": "https://registry1.dso.mil/v2/node/tags/list?n=10000",
       "res": {
         "statusCode": 400,
         "body": {
           "errors": [
             {
               "code": "BAD_REQUEST",
               "message": "bad request: invalid repository name: node"
             }
           ]
         },
         "headers": {
           "content-type": "application/json; charset=utf-8",
           "x-request-id": "113d31c8-1432-4370-9374-ee456db7f087",
           "date": "Mon, 03 Feb 2025 07:13:26 GMT",
           "content-length": "91",
           "strict-transport-security": "max-age=31536000; includeSubDomains",
           "x-frame-options": "SAMEORIGIN",
           "x-content-type-options": "nosniff",
           "referrer-policy": "strict-origin"
         },
         "authorization": false
       }
DEBUG: Failed to get authHeaders for getTags lookup (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Failed to look up docker package node (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, packageFile=Dockerfile.dev, dependency=node)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/nodejs/nodejs16, latest) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/nodejs/nodejs16, latest, get) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: found labels in manifest (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7c00e99f287df558549c667bd6268f3dea3db939f05dd64b33ace551096e9cc4",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.8",
         "architecture": "x86_64",
         "build-date": "2023-10-23T10:28:59",
         "com.redhat.component": "ubi8-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.29.1",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel8",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "2367957",
         "mil.dso.ironbank.image.keywords": "nodejs,npm",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.8@sha256:7c00e99f287df558549c667bd6268f3dea3db939f05dd64b33ace551096e9cc4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "Node.js",
         "name": "ubi8",
         "org.opencontainers.image.created": "2023-10-25 02:54:29+00:00",
         "org.opencontainers.image.description": "Node.js is an open-source, cross-platform, JavaScript runtime environment.",
         "org.opencontainers.image.licenses": "MIT",
         "org.opencontainers.image.revision": "f8a53e3adae5a9ddaf32d8dfdc482b21f03a0c38",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/nodejs/nodejs16",
         "org.opencontainers.image.title": "nodejs16",
         "org.opencontainers.image.url": "https://nodejs.org",
         "org.opencontainers.image.vendor": "Node.js",
         "org.opencontainers.image.version": "16.20.2",
         "release": "1067.1698056881",
         "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.8-1067.1698056881",
         "vcs-ref": "384f2bb33eebab960262e967aa16d01fe2dbebff",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.8"
       }
DEBUG: Found deprecationMessage for npm package @babel/plugin-proposal-private-property-in-object (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: 54 flattened updates found: registry1.dso.mil/ironbank/opensource/nginx/nginx, @emotion/cache, @emotion/react, @emotion/styled, @mui/icons-material, @mui/material, @types/papaparse, axios, loglevel, papaparse, react, react-dom, react-error-boundary, react-markdown, react-router-dom, recharts, @babel/core, @babel/eslint-parser, @babel/plugin-transform-modules-commonjs, @babel/plugin-transform-runtime, @babel/preset-env, @babel/preset-react, @babel/runtime, @testing-library/jest-dom, @testing-library/react, @testing-library/user-event, @types/jest, @types/react, @types/react-dom, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, babel-loader, concurrently, cypress, eslint, eslint-config-prettier, eslint-plugin-import, eslint-plugin-jest, eslint-plugin-jest-dom, eslint-plugin-jsx-a11y, eslint-plugin-prettier, eslint-plugin-react, eslint-plugin-react-hooks, eslint-plugin-testing-library, html-webpack-plugin, husky, prettier, react-test-renderer, ts-loader, tsconfig-paths-webpack-plugin, typescript, webpack, webpack-cli, webpack-dev-server (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Returning 51 branch(es) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Found @types - reversing upgrades to use depName in PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-19.x)
DEBUG: Found @types - reversing upgrades to use depName in PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-dom-19.x)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "sourceUrl": "https://github.com/emotion-js/emotion",
       "newVersion": "11.14.0",
       "branches": {
         "renovate/emotion-cache-11.x-lockfile": "@emotion/cache",
         "renovate/emotion-react-11.x-lockfile": "@emotion/react",
         "renovate/emotion-styled-11.x-lockfile": "@emotion/styled"
       }
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "sourceUrl": "https://github.com/mui/material-ui",
       "newVersion": "6.4.2",
       "branches": {
         "renovate/mui-icons-material-6.x": "@mui/icons-material",
         "renovate/mui-material-6.x": "@mui/material"
       }
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "sourceUrl": "https://github.com/facebook/react",
       "newVersion": "19.0.0",
       "branches": {
         "renovate/react-19.x": "react",
         "renovate/react-dom-19.x": "react-dom",
         "renovate/react-test-renderer-19.x": "react-test-renderer"
       }
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "sourceUrl": "https://github.com/babel/babel",
       "newVersion": "7.26.7",
       "branches": {
         "renovate/babel-core-7.x-lockfile": "@babel/core",
         "renovate/babel-preset-env-7.x-lockfile": "@babel/preset-env",
         "renovate/babel-runtime-7.x-lockfile": "@babel/runtime"
       }
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "sourceUrl": "https://github.com/babel/babel",
       "newVersion": "7.26.3",
       "branches": {
         "renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile": "@babel/plugin-transform-modules-commonjs",
         "renovate/babel-preset-react-7.x-lockfile": "@babel/preset-react"
       }
DEBUG: Found sourceUrl with multiple branches that should probably be combined into a group (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
       "newVersion": "8.22.0",
       "branches": {
         "renovate/typescript-eslint-eslint-plugin-8.x": "@typescript-eslint/eslint-plugin",
         "renovate/typescript-eslint-parser-8.x": "@typescript-eslint/parser"
       }
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master)
       "config": {
         "dockerfile": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs16",
                 "currentValue": "17.0.1",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs16:17.0.1",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "stage",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs16",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nodejs/nodejs16",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nodejs.org",
                 "lookupName": "ironbank/opensource/nodejs/nodejs16",
                 "currentVersion": "17.0.1",
                 "fixedVersion": "17.0.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "currentValue": "1.27.2",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/nginx/nginx:1.27.2",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.27.3",
                     "newValue": "1.27.3",
                     "newMajor": 1,
                     "newMinor": 27,
                     "newPatch": 3,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nginx/nginx",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nginx.org/en/",
                 "lookupName": "ironbank/opensource/nginx/nginx",
                 "currentVersion": "1.27.2",
                 "isSingleVersion": true,
                 "fixedVersion": "1.27.2"
               }
             ],
             "packageFile": "Dockerfile"
           },
           {
             "deps": [
               {
                 "depName": "node",
                 "currentValue": "16.19.1",
                 "replaceString": "node:16.19.1",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "depType": "final",
                 "updates": [],
                 "packageName": "node",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "node",
                     "message": "Failed to look up docker package node"
                   }
                 ]
               }
             ],
             "packageFile": "Dockerfile.dev"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "dependencies",
                 "depName": "@emotion/cache",
                 "currentValue": "^11.7.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "11.13.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "11.14.0",
                     "newValue": "^11.7.1",
                     "releaseTimestamp": "2024-12-09T08:43:28.087Z",
                     "newVersionAgeInDays": 55,
                     "newMajor": 11,
                     "newMinor": 14,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/emotion-cache-11.x-lockfile"
                   }
                 ],
                 "packageName": "@emotion/cache",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/emotion-js/emotion",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://github.com/emotion-js/emotion/tree/main#readme",
                 "currentVersion": "11.13.1",
                 "currentVersionTimestamp": "2024-07-25T07:06:02.841Z",
                 "currentVersionAgeInDays": 193,
                 "isSingleVersion": true,
                 "fixedVersion": "11.13.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "@emotion/react",
                 "currentValue": "^11.7.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "11.13.3",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "11.14.0",
                     "newValue": "^11.7.1",
                     "releaseTimestamp": "2024-12-09T08:43:27.996Z",
                     "newVersionAgeInDays": 55,
                     "newMajor": 11,
                     "newMinor": 14,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/emotion-react-11.x-lockfile"
                   }
                 ],
                 "packageName": "@emotion/react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/emotion-js/emotion",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://github.com/emotion-js/emotion/tree/main#readme",
                 "currentVersion": "11.13.3",
                 "currentVersionTimestamp": "2024-08-21T09:24:50.526Z",
                 "currentVersionAgeInDays": 165,
                 "isSingleVersion": true,
                 "fixedVersion": "11.13.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "@emotion/styled",
                 "currentValue": "^11.6.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "11.13.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "11.14.0",
                     "newValue": "^11.6.0",
                     "releaseTimestamp": "2024-12-09T08:43:28.080Z",
                     "newVersionAgeInDays": 55,
                     "newMajor": 11,
                     "newMinor": 14,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/emotion-styled-11.x-lockfile"
                   }
                 ],
                 "packageName": "@emotion/styled",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/emotion-js/emotion",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://github.com/emotion-js/emotion/tree/main#readme",
                 "currentVersion": "11.13.0",
                 "currentVersionTimestamp": "2024-07-20T07:37:30.309Z",
                 "currentVersionAgeInDays": 197,
                 "isSingleVersion": true,
                 "fixedVersion": "11.13.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "@mui/icons-material",
                 "currentValue": "^5.1.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "5.16.7",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "6.4.2",
                     "newValue": "^6.0.0",
                     "releaseTimestamp": "2025-01-29T15:49:24.789Z",
                     "newVersionAgeInDays": 4,
                     "newMajor": 6,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/mui-icons-material-6.x"
                   }
                 ],
                 "packageName": "@mui/icons-material",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/mui/material-ui",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/mui-icons-material",
                 "homepage": "https://mui.com/material-ui/material-icons/",
                 "currentVersion": "5.16.7",
                 "currentVersionTimestamp": "2024-08-09T09:19:46.406Z",
                 "currentVersionAgeInDays": 177,
                 "isSingleVersion": false,
                 "fixedVersion": "5.16.7"
               },
               {
                 "depType": "dependencies",
                 "depName": "@mui/material",
                 "currentValue": "^5.15.4",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "5.16.7",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "6.4.2",
                     "newValue": "^6.0.0",
                     "releaseTimestamp": "2025-01-29T15:49:03.585Z",
                     "newVersionAgeInDays": 4,
                     "newMajor": 6,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/mui-material-6.x"
                   }
                 ],
                 "packageName": "@mui/material",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/mui/material-ui",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/mui-material",
                 "homepage": "https://mui.com/material-ui/",
                 "currentVersion": "5.16.7",
                 "currentVersionTimestamp": "2024-08-09T09:19:28.406Z",
                 "currentVersionAgeInDays": 177,
                 "isSingleVersion": false,
                 "fixedVersion": "5.16.7"
               },
               {
                 "depType": "dependencies",
                 "depName": "@types/papaparse",
                 "currentValue": "^5.3.7",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "5.3.14",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.3.15",
                     "newValue": "^5.3.7",
                     "releaseTimestamp": "2024-10-18T22:37:29.866Z",
                     "newVersionAgeInDays": 107,
                     "newMajor": 5,
                     "newMinor": 3,
                     "newPatch": 15,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/papaparse-5.x-lockfile"
                   }
                 ],
                 "packageName": "@types/papaparse",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/papaparse",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/papaparse",
                 "currentVersion": "5.3.14",
                 "currentVersionTimestamp": "2023-11-27T06:08:26.780Z",
                 "currentVersionAgeInDays": 434,
                 "isSingleVersion": true,
                 "fixedVersion": "5.3.14"
               },
               {
                 "depType": "dependencies",
                 "depName": "autosuggest-highlight",
                 "currentValue": "^3.2.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "3.3.4",
                 "updates": [],
                 "packageName": "autosuggest-highlight",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/moroshko/autosuggest-highlight",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "3.3.4",
                 "currentVersionTimestamp": "2022-07-24T17:31:58.976Z",
                 "currentVersionAgeInDays": 924,
                 "fixedVersion": "3.3.4"
               },
               {
                 "depType": "dependencies",
                 "depName": "axios",
                 "currentValue": "^1.3.5",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.7.7",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.7.9",
                     "newValue": "^1.3.5",
                     "releaseTimestamp": "2024-12-04T07:38:16.833Z",
                     "newVersionAgeInDays": 60,
                     "newMajor": 1,
                     "newMinor": 7,
                     "newPatch": 9,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/axios-1.x-lockfile"
                   }
                 ],
                 "packageName": "axios",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/axios/axios",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://axios-http.com",
                 "currentVersion": "1.7.7",
                 "currentVersionTimestamp": "2024-08-31T22:02:08.862Z",
                 "currentVersionAgeInDays": 155,
                 "isSingleVersion": true,
                 "fixedVersion": "1.7.7"
               },
               {
                 "depType": "dependencies",
                 "depName": "local-storage",
                 "currentValue": "^2.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "2.0.0",
                 "updates": [],
                 "packageName": "local-storage",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bevacqua/local-storage",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "2.0.0",
                 "currentVersionTimestamp": "2019-04-22T18:52:17.640Z",
                 "currentVersionAgeInDays": 2113,
                 "fixedVersion": "2.0.0"
               },
               {
                 "depType": "dependencies",
                 "depName": "loglevel",
                 "currentValue": "^1.7.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "1.9.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.9.2",
                     "newValue": "^1.7.1",
                     "releaseTimestamp": "2024-09-06T15:09:48.596Z",
                     "newVersionAgeInDays": 149,
                     "newMajor": 1,
                     "newMinor": 9,
                     "newPatch": 2,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/loglevel-1.x-lockfile"
                   }
                 ],
                 "packageName": "loglevel",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/pimterry/loglevel",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "1.9.1",
                 "currentVersionTimestamp": "2024-01-26T00:04:27.369Z",
                 "currentVersionAgeInDays": 374,
                 "isSingleVersion": true,
                 "fixedVersion": "1.9.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "papaparse",
                 "currentValue": "^5.3.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "5.4.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.5.2",
                     "newValue": "^5.3.1",
                     "releaseTimestamp": "2025-01-28T08:38:35.776Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 5,
                     "newMinor": 5,
                     "newPatch": 2,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/papaparse-5.x-lockfile"
                   }
                 ],
                 "packageName": "papaparse",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/mholt/PapaParse",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://www.papaparse.com/",
                 "currentVersion": "5.4.1",
                 "currentVersionTimestamp": "2023-03-23T12:49:23.507Z",
                 "currentVersionAgeInDays": 682,
                 "isSingleVersion": true,
                 "fixedVersion": "5.4.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "react",
                 "currentValue": "^18.2.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "18.3.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "19.0.0",
                     "newValue": "^19.0.0",
                     "releaseTimestamp": "2024-12-05T18:10:21.804Z",
                     "newVersionAgeInDays": 59,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/react-19.x"
                   }
                 ],
                 "packageName": "react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/facebook/react",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/react",
                 "homepage": "https://react.dev/",
                 "currentVersion": "18.3.1",
                 "currentVersionTimestamp": "2024-04-26T16:42:26.496Z",
                 "currentVersionAgeInDays": 282,
                 "isSingleVersion": false,
                 "fixedVersion": "18.3.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "react-dom",
                 "currentValue": "^18.2.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "18.3.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "19.0.0",
                     "newValue": "^19.0.0",
                     "releaseTimestamp": "2024-12-05T18:10:30.516Z",
                     "newVersionAgeInDays": 59,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/react-dom-19.x"
                   }
                 ],
                 "packageName": "react-dom",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/facebook/react",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/react-dom",
                 "homepage": "https://react.dev/",
                 "currentVersion": "18.3.1",
                 "currentVersionTimestamp": "2024-04-26T16:42:49.931Z",
                 "currentVersionAgeInDays": 282,
                 "isSingleVersion": false,
                 "fixedVersion": "18.3.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "react-error-boundary",
                 "currentValue": "^4.0.3",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "4.0.13",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.0.0",
                     "newValue": "^5.0.0",
                     "releaseTimestamp": "2024-12-21T21:10:22.846Z",
                     "newVersionAgeInDays": 43,
                     "newMajor": 5,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/react-error-boundary-5.x"
                   }
                 ],
                 "packageName": "react-error-boundary",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bvaughn/react-error-boundary",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "4.0.13",
                 "currentVersionTimestamp": "2024-03-01T02:06:29.880Z",
                 "currentVersionAgeInDays": 339,
                 "isSingleVersion": false,
                 "fixedVersion": "4.0.13"
               },
               {
                 "depType": "dependencies",
                 "depName": "react-markdown",
                 "currentValue": "^9.0.1",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "9.0.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "9.0.3",
                     "newValue": "^9.0.1",
                     "releaseTimestamp": "2025-01-06T11:15:32.867Z",
                     "newVersionAgeInDays": 27,
                     "newMajor": 9,
                     "newMinor": 0,
                     "newPatch": 3,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/react-markdown-9.x-lockfile"
                   }
                 ],
                 "packageName": "react-markdown",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/remarkjs/react-markdown",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.0.1",
                 "currentVersionTimestamp": "2023-11-13T13:59:04.484Z",
                 "currentVersionAgeInDays": 447,
                 "isSingleVersion": true,
                 "fixedVersion": "9.0.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "react-query",
                 "currentValue": "^3.21.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "3.39.3",
                 "updates": [],
                 "packageName": "react-query",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/tannerlinsley/react-query",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "3.39.3",
                 "currentVersionTimestamp": "2023-01-25T19:44:56.696Z",
                 "currentVersionAgeInDays": 739,
                 "fixedVersion": "3.39.3"
               },
               {
                 "depType": "dependencies",
                 "depName": "react-router-dom",
                 "currentValue": "^6.19.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "6.25.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.1.5",
                     "newValue": "^7.0.0",
                     "releaseTimestamp": "2025-01-31T20:59:47.291Z",
                     "newVersionAgeInDays": 2,
                     "newMajor": 7,
                     "newMinor": 1,
                     "newPatch": 5,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/react-router-dom-7.x"
                   }
                 ],
                 "packageName": "react-router-dom",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/remix-run/react-router",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/react-router-dom",
                 "currentVersion": "6.25.1",
                 "currentVersionTimestamp": "2024-07-17T16:26:10.405Z",
                 "currentVersionAgeInDays": 200,
                 "isSingleVersion": false,
                 "fixedVersion": "6.25.1"
               },
               {
                 "depType": "dependencies",
                 "depName": "recharts",
                 "currentValue": "^2.0.9",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "2.12.7",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "2.15.1",
                     "newValue": "^2.0.9",
                     "releaseTimestamp": "2025-01-28T00:14:23.172Z",
                     "newVersionAgeInDays": 6,
                     "newMajor": 2,
                     "newMinor": 15,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/recharts-2.x-lockfile"
                   }
                 ],
                 "packageName": "recharts",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/recharts/recharts",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "2.12.7",
                 "currentVersionTimestamp": "2024-05-08T05:41:59.515Z",
                 "currentVersionAgeInDays": 271,
                 "isSingleVersion": true,
                 "fixedVersion": "2.12.7"
               },
               {
                 "depType": "dependencies",
                 "depName": "remark-gfm",
                 "currentValue": "^4.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "4.0.0",
                 "updates": [],
                 "packageName": "remark-gfm",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/remarkjs/remark-gfm",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "4.0.0",
                 "currentVersionTimestamp": "2023-09-18T10:52:12.959Z",
                 "currentVersionAgeInDays": 503,
                 "fixedVersion": "4.0.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@babel/core",
                 "currentValue": "^7.20.5",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.25.2",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.26.7",
                     "newValue": "^7.20.5",
                     "releaseTimestamp": "2025-01-24T15:05:03.466Z",
                     "newVersionAgeInDays": 9,
                     "newMajor": 7,
                     "newMinor": 26,
                     "newPatch": 7,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/babel-core-7.x-lockfile"
                   }
                 ],
                 "packageName": "@babel/core",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/babel/babel",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/babel-core",
                 "homepage": "https://babel.dev/docs/en/next/babel-core",
                 "currentVersion": "7.25.2",
                 "currentVersionTimestamp": "2024-07-30T02:54:55.488Z",
                 "currentVersionAgeInDays": 188,
                 "isSingleVersion": true,
                 "fixedVersion": "7.25.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@babel/eslint-parser",
                 "currentValue": "^7.19.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.25.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.26.5",
                     "newValue": "^7.19.1",
                     "releaseTimestamp": "2025-01-10T17:11:46.352Z",
                     "newVersionAgeInDays": 23,
                     "newMajor": 7,
                     "newMinor": 26,
                     "newPatch": 5,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/babel-eslint-parser-7.x-lockfile"
                   }
                 ],
                 "packageName": "@babel/eslint-parser",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/babel/babel",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "eslint/babel-eslint-parser",
                 "homepage": "https://babel.dev/",
                 "currentVersion": "7.25.1",
                 "currentVersionTimestamp": "2024-07-28T19:36:39.854Z",
                 "currentVersionAgeInDays": 189,
                 "isSingleVersion": true,
                 "fixedVersion": "7.25.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@babel/plugin-proposal-private-property-in-object",
                 "currentValue": "^7.21.11",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.21.11",
                 "updates": [],
                 "packageName": "@babel/plugin-proposal-private-property-in-object",
                 "versioning": "npm",
                 "warnings": [],
                 "deprecationMessage": "On registry `https://**redacted**@babel/plugin-proposal-private-property-in-object` has the following deprecation notice:\n\n`This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.`\n\nMarking the latest version of an npm package as deprecated results in the entire package being considered deprecated, so contact the package author you think this is a mistake.",
                 "sourceUrl": "https://github.com/babel/babel-plugin-proposal-private-property-in-object",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object",
                 "currentVersion": "7.21.11",
                 "currentVersionTimestamp": "2023-06-05T21:11:53.928Z",
                 "currentVersionAgeInDays": 608,
                 "fixedVersion": "7.21.11"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@babel/plugin-transform-modules-commonjs",
                 "currentValue": "^7.21.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.24.8",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.26.3",
                     "newValue": "^7.21.2",
                     "releaseTimestamp": "2024-12-04T12:35:35.957Z",
                     "newVersionAgeInDays": 60,
                     "newMajor": 7,
                     "newMinor": 26,
                     "newPatch": 3,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile"
                   }
                 ],
                 "packageName": "@babel/plugin-transform-modules-commonjs",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/babel/babel",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/babel-plugin-transform-modules-commonjs",
                 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
                 "currentVersion": "7.24.8",
                 "currentVersionTimestamp": "2024-07-11T14:54:48.730Z",
                 "currentVersionAgeInDays": 206,
                 "isSingleVersion": true,
                 "fixedVersion": "7.24.8"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@babel/plugin-transform-runtime",
                 "currentValue": "^7.19.6",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.25.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.25.9",
                     "newValue": "^7.19.6",
                     "releaseTimestamp": "2024-10-22T15:21:41.608Z",
                     "newVersionAgeInDays": 103,
                     "newMajor": 7,
                     "newMinor": 25,
                     "newPatch": 9,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/babel-plugin-transform-runtime-7.x-lockfile"
                   }
                 ],
                 "packageName": "@babel/plugin-transform-runtime",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/babel/babel",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/babel-plugin-transform-runtime",
                 "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-runtime",
                 "currentVersion": "7.25.4",
                 "currentVersionTimestamp": "2024-08-22T09:34:27.995Z",
                 "currentVersionAgeInDays": 164,
                 "isSingleVersion": true,
                 "fixedVersion": "7.25.4"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@babel/preset-env",
                 "currentValue": "^7.20.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.25.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.26.7",
                     "newValue": "^7.20.2",
                     "releaseTimestamp": "2025-01-24T15:04:58.310Z",
                     "newVersionAgeInDays": 9,
                     "newMajor": 7,
                     "newMinor": 26,
                     "newPatch": 7,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/babel-preset-env-7.x-lockfile"
                   }
                 ],
                 "packageName": "@babel/preset-env",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/babel/babel",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/babel-preset-env",
                 "homepage": "https://babel.dev/docs/en/next/babel-preset-env",
                 "currentVersion": "7.25.4",
                 "currentVersionTimestamp": "2024-08-22T09:34:39.066Z",
                 "currentVersionAgeInDays": 164,
                 "isSingleVersion": true,
                 "fixedVersion": "7.25.4"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@babel/preset-react",
                 "currentValue": "^7.18.6",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.24.7",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.26.3",
                     "newValue": "^7.18.6",
                     "releaseTimestamp": "2024-12-04T12:35:35.997Z",
                     "newVersionAgeInDays": 60,
                     "newMajor": 7,
                     "newMinor": 26,
                     "newPatch": 3,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/babel-preset-react-7.x-lockfile"
                   }
                 ],
                 "packageName": "@babel/preset-react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/babel/babel",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/babel-preset-react",
                 "homepage": "https://babel.dev/docs/en/next/babel-preset-react",
                 "currentVersion": "7.24.7",
                 "currentVersionTimestamp": "2024-06-05T13:16:01.103Z",
                 "currentVersionAgeInDays": 242,
                 "isSingleVersion": true,
                 "fixedVersion": "7.24.7"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@babel/runtime",
                 "currentValue": "^7.20.6",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.24.8",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.26.7",
                     "newValue": "^7.20.6",
                     "releaseTimestamp": "2025-01-24T15:04:53.617Z",
                     "newVersionAgeInDays": 9,
                     "newMajor": 7,
                     "newMinor": 26,
                     "newPatch": 7,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/babel-runtime-7.x-lockfile"
                   }
                 ],
                 "packageName": "@babel/runtime",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/babel/babel",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/babel-runtime",
                 "homepage": "https://babel.dev/docs/en/next/babel-runtime",
                 "currentVersion": "7.24.8",
                 "currentVersionTimestamp": "2024-07-11T14:54:44.514Z",
                 "currentVersionAgeInDays": 206,
                 "isSingleVersion": true,
                 "fixedVersion": "7.24.8"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@testing-library/jest-dom",
                 "currentValue": "^6.1.5",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "6.5.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "6.6.3",
                     "newValue": "^6.1.5",
                     "releaseTimestamp": "2024-10-31T15:11:25.079Z",
                     "newVersionAgeInDays": 94,
                     "newMajor": 6,
                     "newMinor": 6,
                     "newPatch": 3,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/testing-library-jest-dom-6.x-lockfile"
                   }
                 ],
                 "packageName": "@testing-library/jest-dom",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/testing-library/jest-dom",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "6.5.0",
                 "currentVersionTimestamp": "2024-08-23T19:47:46.321Z",
                 "currentVersionAgeInDays": 163,
                 "isSingleVersion": true,
                 "fixedVersion": "6.5.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@testing-library/react",
                 "currentValue": "^16.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "16.0.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "16.2.0",
                     "newValue": "^16.0.0",
                     "releaseTimestamp": "2025-01-15T23:19:08.936Z",
                     "newVersionAgeInDays": 18,
                     "newMajor": 16,
                     "newMinor": 2,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/testing-library-react-16.x-lockfile"
                   }
                 ],
                 "packageName": "@testing-library/react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/testing-library/react-testing-library",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "16.0.1",
                 "currentVersionTimestamp": "2024-08-29T09:30:39.733Z",
                 "currentVersionAgeInDays": 157,
                 "isSingleVersion": true,
                 "fixedVersion": "16.0.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@testing-library/user-event",
                 "currentValue": "^14.4.3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "14.5.2",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.6.1",
                     "newValue": "^14.4.3",
                     "releaseTimestamp": "2025-01-21T17:35:55.574Z",
                     "newVersionAgeInDays": 12,
                     "newMajor": 14,
                     "newMinor": 6,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/testing-library-user-event-14.x-lockfile"
                   }
                 ],
                 "packageName": "@testing-library/user-event",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/testing-library/user-event",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "14.5.2",
                 "currentVersionTimestamp": "2023-12-29T15:54:08.287Z",
                 "currentVersionAgeInDays": 401,
                 "isSingleVersion": true,
                 "fixedVersion": "14.5.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/jest",
                 "currentValue": "^29.5.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "29.5.13",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "29.5.14",
                     "newValue": "^29.5.0",
                     "releaseTimestamp": "2024-10-23T03:43:49.927Z",
                     "newVersionAgeInDays": 103,
                     "newMajor": 29,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/jest-29.x-lockfile"
                   }
                 ],
                 "packageName": "@types/jest",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/jest",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest",
                 "currentVersion": "29.5.13",
                 "currentVersionTimestamp": "2024-09-12T17:07:38.549Z",
                 "currentVersionAgeInDays": 143,
                 "isSingleVersion": true,
                 "fixedVersion": "29.5.13"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/react",
                 "currentValue": "^18.0.35",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "18.3.5",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "19.0.8",
                     "newValue": "^19.0.0",
                     "releaseTimestamp": "2025-01-23T10:36:14.391Z",
                     "newVersionAgeInDays": 10,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 8,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/react-19.x"
                   }
                 ],
                 "packageName": "@types/react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/react",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
                 "currentVersion": "18.3.5",
                 "currentVersionTimestamp": "2024-08-30T10:07:56.012Z",
                 "currentVersionAgeInDays": 156,
                 "isSingleVersion": false,
                 "fixedVersion": "18.3.5"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/react-dom",
                 "currentValue": "^18.0.11",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "18.3.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "19.0.3",
                     "newValue": "^19.0.0",
                     "releaseTimestamp": "2025-01-12T10:34:43.269Z",
                     "newVersionAgeInDays": 21,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 3,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/react-dom-19.x"
                   }
                 ],
                 "packageName": "@types/react-dom",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/react-dom",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",
                 "currentVersion": "18.3.0",
                 "currentVersionTimestamp": "2024-04-25T20:07:30.940Z",
                 "currentVersionAgeInDays": 283,
                 "isSingleVersion": false,
                 "fixedVersion": "18.3.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@types/webpack",
                 "currentValue": "^5.28.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.28.5",
                 "updates": [],
                 "packageName": "@types/webpack",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "types/webpack",
                 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack",
                 "currentVersion": "5.28.5",
                 "currentVersionTimestamp": "2023-11-07T20:50:24.090Z",
                 "currentVersionAgeInDays": 453,
                 "fixedVersion": "5.28.5"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@typescript-eslint/eslint-plugin",
                 "currentValue": "^7.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.16.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "8.22.0",
                     "newValue": "^8.0.0",
                     "releaseTimestamp": "2025-01-27T17:17:49.524Z",
                     "newVersionAgeInDays": 6,
                     "newMajor": 8,
                     "newMinor": 22,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/typescript-eslint-eslint-plugin-8.x"
                   }
                 ],
                 "packageName": "@typescript-eslint/eslint-plugin",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/eslint-plugin",
                 "homepage": "https://typescript-eslint.io/packages/eslint-plugin",
                 "currentVersion": "7.16.1",
                 "currentVersionTimestamp": "2024-07-15T17:16:37.981Z",
                 "currentVersionAgeInDays": 202,
                 "isSingleVersion": false,
                 "fixedVersion": "7.16.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "@typescript-eslint/parser",
                 "currentValue": "^7.1.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.16.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "8.22.0",
                     "newValue": "^8.0.0",
                     "releaseTimestamp": "2025-01-27T17:17:37.315Z",
                     "newVersionAgeInDays": 6,
                     "newMajor": 8,
                     "newMinor": 22,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/typescript-eslint-parser-8.x"
                   }
                 ],
                 "packageName": "@typescript-eslint/parser",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typescript-eslint/typescript-eslint",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/parser",
                 "homepage": "https://typescript-eslint.io/packages/parser",
                 "currentVersion": "7.16.1",
                 "currentVersionTimestamp": "2024-07-15T17:16:26.673Z",
                 "currentVersionAgeInDays": 202,
                 "isSingleVersion": false,
                 "fixedVersion": "7.16.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "babel-loader",
                 "currentValue": "^9.1.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.1.3",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "9.2.1",
                     "newValue": "^9.1.2",
                     "releaseTimestamp": "2024-09-16T13:37:22.358Z",
                     "newVersionAgeInDays": 139,
                     "newMajor": 9,
                     "newMinor": 2,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/babel-loader-9.x-lockfile"
                   }
                 ],
                 "packageName": "babel-loader",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/babel/babel-loader",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.1.3",
                 "currentVersionTimestamp": "2023-07-07T14:47:26.287Z",
                 "currentVersionAgeInDays": 576,
                 "isSingleVersion": true,
                 "fixedVersion": "9.1.3"
               },
               {
                 "depType": "devDependencies",
                 "depName": "babel-polyfill",
                 "currentValue": "^6.26.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "6.26.0",
                 "updates": [],
                 "packageName": "babel-polyfill",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/babel/babel",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/babel-polyfill",
                 "homepage": "https://babeljs.io/",
                 "currentVersion": "6.26.0",
                 "currentVersionTimestamp": "2017-08-16T15:54:12.145Z",
                 "currentVersionAgeInDays": 2727,
                 "fixedVersion": "6.26.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "concurrently",
                 "currentValue": "^8.0.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "8.2.2",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "9.1.2",
                     "newValue": "^9.0.0",
                     "releaseTimestamp": "2024-12-31T04:23:10.412Z",
                     "newVersionAgeInDays": 34,
                     "newMajor": 9,
                     "newMinor": 1,
                     "newPatch": 2,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/concurrently-9.x"
                   }
                 ],
                 "packageName": "concurrently",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/open-cli-tools/concurrently",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "8.2.2",
                 "currentVersionTimestamp": "2023-10-19T01:37:36.240Z",
                 "currentVersionAgeInDays": 473,
                 "isSingleVersion": false,
                 "fixedVersion": "8.2.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "cross-env",
                 "currentValue": "^7.0.3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.0.3",
                 "updates": [],
                 "packageName": "cross-env",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kentcdodds/cross-env",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "7.0.3",
                 "currentVersionTimestamp": "2020-12-01T20:25:26.541Z",
                 "currentVersionAgeInDays": 1524,
                 "fixedVersion": "7.0.3"
               },
               {
                 "depType": "devDependencies",
                 "depName": "cypress",
                 "currentValue": "^13.15.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "13.15.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/cypress-14.x"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "13.15.0",
                 "currentVersionTimestamp": "2024-09-25T19:34:45.298Z",
                 "currentVersionAgeInDays": 130,
                 "isSingleVersion": false,
                 "fixedVersion": "13.15.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint",
                 "currentValue": "^8.37.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "8.57.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "9.19.0",
                     "newValue": "^9.0.0",
                     "releaseTimestamp": "2025-01-24T19:05:47.384Z",
                     "newVersionAgeInDays": 9,
                     "newMajor": 9,
                     "newMinor": 19,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/eslint-9.x"
                   }
                 ],
                 "packageName": "eslint",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/eslint/eslint",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://eslint.org",
                 "currentVersion": "8.57.0",
                 "currentVersionTimestamp": "2024-02-23T20:39:43.282Z",
                 "currentVersionAgeInDays": 345,
                 "isSingleVersion": false,
                 "fixedVersion": "8.57.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-config-airbnb",
                 "currentValue": "^19.0.4",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "19.0.4",
                 "updates": [],
                 "packageName": "eslint-config-airbnb",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/airbnb/javascript",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "19.0.4",
                 "currentVersionTimestamp": "2021-12-25T15:35:01.687Z",
                 "currentVersionAgeInDays": 1135,
                 "fixedVersion": "19.0.4"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-config-prettier",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.1.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "10.0.1",
                     "newValue": "^10.0.0",
                     "releaseTimestamp": "2025-01-13T14:37:27.063Z",
                     "newVersionAgeInDays": 20,
                     "newMajor": 10,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/eslint-config-prettier-10.x"
                   }
                 ],
                 "packageName": "eslint-config-prettier",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/prettier/eslint-config-prettier",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.1.0",
                 "currentVersionTimestamp": "2023-12-02T09:33:44.380Z",
                 "currentVersionAgeInDays": 428,
                 "isSingleVersion": false,
                 "fixedVersion": "9.1.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-config-react-app",
                 "currentValue": "^7.0.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.0.1",
                 "updates": [],
                 "packageName": "eslint-config-react-app",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/facebook/create-react-app",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/eslint-config-react-app",
                 "currentVersion": "7.0.1",
                 "currentVersionTimestamp": "2022-04-12T17:33:20.845Z",
                 "currentVersionAgeInDays": 1027,
                 "fixedVersion": "7.0.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-etc",
                 "currentValue": "^2.0.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "2.0.3",
                 "updates": [],
                 "packageName": "eslint-plugin-etc",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cartant/eslint-plugin-etc",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "2.0.3",
                 "currentVersionTimestamp": "2023-05-10T08:19:24.291Z",
                 "currentVersionAgeInDays": 634,
                 "fixedVersion": "2.0.3"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-flowtype",
                 "currentValue": "^8.0.3",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "8.0.3",
                 "updates": [],
                 "packageName": "eslint-plugin-flowtype",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/gajus/eslint-plugin-flowtype",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "8.0.3",
                 "currentVersionTimestamp": "2021-10-29T00:01:52.254Z",
                 "currentVersionAgeInDays": 1193,
                 "fixedVersion": "8.0.3"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-import",
                 "currentValue": "^2.22.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "2.29.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "2.31.0",
                     "newValue": "^2.22.1",
                     "releaseTimestamp": "2024-10-03T10:28:52.913Z",
                     "newVersionAgeInDays": 122,
                     "newMajor": 2,
                     "newMinor": 31,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/eslint-plugin-import-2.x-lockfile"
                   }
                 ],
                 "packageName": "eslint-plugin-import",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/import-js/eslint-plugin-import",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "2.29.1",
                 "currentVersionTimestamp": "2023-12-14T18:54:57.111Z",
                 "currentVersionAgeInDays": 416,
                 "isSingleVersion": true,
                 "fixedVersion": "2.29.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-jest",
                 "currentValue": "^28.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "28.6.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "28.11.0",
                     "newValue": "^28.0.0",
                     "releaseTimestamp": "2025-01-15T01:55:31.760Z",
                     "newVersionAgeInDays": 19,
                     "newMajor": 28,
                     "newMinor": 11,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/eslint-plugin-jest-28.x-lockfile"
                   }
                 ],
                 "packageName": "eslint-plugin-jest",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/jest-community/eslint-plugin-jest",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "28.6.0",
                 "currentVersionTimestamp": "2024-06-06T19:40:18.068Z",
                 "currentVersionAgeInDays": 241,
                 "isSingleVersion": true,
                 "fixedVersion": "28.6.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-jest-dom",
                 "currentValue": "^5.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.4.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.5.0",
                     "newValue": "^5.0.0",
                     "releaseTimestamp": "2024-11-17T20:50:54.556Z",
                     "newVersionAgeInDays": 77,
                     "newMajor": 5,
                     "newMinor": 5,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/eslint-plugin-jest-dom-5.x-lockfile"
                   }
                 ],
                 "packageName": "eslint-plugin-jest-dom",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/testing-library/eslint-plugin-jest-dom",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "5.4.0",
                 "currentVersionTimestamp": "2024-04-19T23:56:05.654Z",
                 "currentVersionAgeInDays": 289,
                 "isSingleVersion": true,
                 "fixedVersion": "5.4.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-jsx-a11y",
                 "currentValue": "^6.4.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "6.9.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "6.10.2",
                     "newValue": "^6.4.1",
                     "releaseTimestamp": "2024-10-26T04:45:18.067Z",
                     "newVersionAgeInDays": 100,
                     "newMajor": 6,
                     "newMinor": 10,
                     "newPatch": 2,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/eslint-plugin-jsx-a11y-6.x-lockfile"
                   }
                 ],
                 "packageName": "eslint-plugin-jsx-a11y",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/jsx-eslint/eslint-plugin-jsx-a11y",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "6.9.0",
                 "currentVersionTimestamp": "2024-06-20T06:18:52.442Z",
                 "currentVersionAgeInDays": 228,
                 "isSingleVersion": true,
                 "fixedVersion": "6.9.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-prettier",
                 "currentValue": "^5.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.2.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.2.3",
                     "newValue": "^5.0.0",
                     "releaseTimestamp": "2025-01-19T00:07:28.777Z",
                     "newVersionAgeInDays": 15,
                     "newMajor": 5,
                     "newMinor": 2,
                     "newPatch": 3,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/eslint-plugin-prettier-5.x-lockfile"
                   }
                 ],
                 "packageName": "eslint-plugin-prettier",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/prettier/eslint-plugin-prettier",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "5.2.1",
                 "currentVersionTimestamp": "2024-07-17T11:31:10.718Z",
                 "currentVersionAgeInDays": 200,
                 "isSingleVersion": true,
                 "fixedVersion": "5.2.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-react",
                 "currentValue": "^7.23.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "7.35.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.37.4",
                     "newValue": "^7.23.2",
                     "releaseTimestamp": "2025-01-13T03:39:30.104Z",
                     "newVersionAgeInDays": 21,
                     "newMajor": 7,
                     "newMinor": 37,
                     "newPatch": 4,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/eslint-plugin-react-7.x-lockfile"
                   }
                 ],
                 "packageName": "eslint-plugin-react",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/jsx-eslint/eslint-plugin-react",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "7.35.0",
                 "currentVersionTimestamp": "2024-07-20T05:40:38.672Z",
                 "currentVersionAgeInDays": 198,
                 "isSingleVersion": true,
                 "fixedVersion": "7.35.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-react-hooks",
                 "currentValue": "^4.2.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "4.6.2",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.1.0",
                     "newValue": "^5.0.0",
                     "releaseTimestamp": "2024-12-05T18:10:13.830Z",
                     "newVersionAgeInDays": 59,
                     "newMajor": 5,
                     "newMinor": 1,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/eslint-plugin-react-hooks-5.x"
                   }
                 ],
                 "packageName": "eslint-plugin-react-hooks",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/facebook/react",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/eslint-plugin-react-hooks",
                 "homepage": "https://react.dev/",
                 "currentVersion": "4.6.2",
                 "currentVersionTimestamp": "2024-04-26T16:42:06.111Z",
                 "currentVersionAgeInDays": 282,
                 "isSingleVersion": false,
                 "fixedVersion": "4.6.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "eslint-plugin-testing-library",
                 "currentValue": "^6.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "6.2.2",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "7.1.1",
                     "newValue": "^7.0.0",
                     "releaseTimestamp": "2024-12-06T10:12:16.217Z",
                     "newVersionAgeInDays": 58,
                     "newMajor": 7,
                     "newMinor": 1,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/eslint-plugin-testing-library-7.x"
                   }
                 ],
                 "packageName": "eslint-plugin-testing-library",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/testing-library/eslint-plugin-testing-library",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "6.2.2",
                 "currentVersionTimestamp": "2024-04-15T11:44:04.838Z",
                 "currentVersionAgeInDays": 293,
                 "isSingleVersion": false,
                 "fixedVersion": "6.2.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "fork-ts-checker-webpack-plugin",
                 "currentValue": "^9.0.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.0.2",
                 "updates": [],
                 "packageName": "fork-ts-checker-webpack-plugin",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/TypeStrong/fork-ts-checker-webpack-plugin",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.0.2",
                 "currentVersionTimestamp": "2023-10-29T20:31:09.334Z",
                 "currentVersionAgeInDays": 462,
                 "fixedVersion": "9.0.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "history",
                 "currentValue": "^5.3.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.3.0",
                 "updates": [],
                 "packageName": "history",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/remix-run/history",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "5.3.0",
                 "currentVersionTimestamp": "2022-02-22T17:18:05.834Z",
                 "currentVersionAgeInDays": 1076,
                 "fixedVersion": "5.3.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "html-webpack-plugin",
                 "currentValue": "^5.5.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.6.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.6.3",
                     "newValue": "^5.5.0",
                     "releaseTimestamp": "2024-10-23T00:59:33.627Z",
                     "newVersionAgeInDays": 103,
                     "newMajor": 5,
                     "newMinor": 6,
                     "newPatch": 3,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/html-webpack-plugin-5.x-lockfile"
                   }
                 ],
                 "packageName": "html-webpack-plugin",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/jantimon/html-webpack-plugin",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "5.6.0",
                 "currentVersionTimestamp": "2023-12-19T14:46:23.313Z",
                 "currentVersionAgeInDays": 411,
                 "isSingleVersion": true,
                 "fixedVersion": "5.6.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "husky",
                 "currentValue": "^9.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.1.5",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "9.1.7",
                     "newValue": "^9.0.0",
                     "releaseTimestamp": "2024-11-18T15:28:26.026Z",
                     "newVersionAgeInDays": 76,
                     "newMajor": 9,
                     "newMinor": 1,
                     "newPatch": 7,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/husky-9.x-lockfile"
                   }
                 ],
                 "packageName": "husky",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/typicode/husky",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.1.5",
                 "currentVersionTimestamp": "2024-08-20T12:37:44.136Z",
                 "currentVersionAgeInDays": 166,
                 "isSingleVersion": true,
                 "fixedVersion": "9.1.5"
               },
               {
                 "depType": "devDependencies",
                 "depName": "import-sort-style-absolute",
                 "currentValue": "^1.0.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "1.0.1",
                 "updates": [],
                 "packageName": "import-sort-style-absolute",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/alexanderbast/import-sort-style-absolute",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "1.0.1",
                 "currentVersionTimestamp": "2017-08-25T18:11:56.730Z",
                 "currentVersionAgeInDays": 2718,
                 "fixedVersion": "1.0.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "jest",
                 "currentValue": "^29.5.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "29.7.0",
                 "updates": [],
                 "packageName": "jest",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/jestjs/jest",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/jest",
                 "homepage": "https://jestjs.io/",
                 "currentVersion": "29.7.0",
                 "currentVersionTimestamp": "2023-09-12T06:44:08.561Z",
                 "currentVersionAgeInDays": 510,
                 "fixedVersion": "29.7.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "jest-environment-jsdom",
                 "currentValue": "^29.5.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "29.7.0",
                 "updates": [],
                 "packageName": "jest-environment-jsdom",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/jestjs/jest",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/jest-environment-jsdom",
                 "currentVersion": "29.7.0",
                 "currentVersionTimestamp": "2023-09-12T06:43:48.464Z",
                 "currentVersionAgeInDays": 510,
                 "fixedVersion": "29.7.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "miragejs",
                 "currentValue": "^0.1.43",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "0.1.48",
                 "updates": [],
                 "packageName": "miragejs",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/miragejs/miragejs",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "0.1.48",
                 "currentVersionTimestamp": "2023-10-30T11:25:14.507Z",
                 "currentVersionAgeInDays": 461,
                 "fixedVersion": "0.1.48"
               },
               {
                 "depType": "devDependencies",
                 "depName": "mkdirp",
                 "currentValue": "^3.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.0.1",
                 "updates": [],
                 "packageName": "mkdirp",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/isaacs/node-mkdirp",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "3.0.1",
                 "currentVersionTimestamp": "2023-04-24T17:27:38.604Z",
                 "currentVersionAgeInDays": 650,
                 "fixedVersion": "3.0.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "prettier",
                 "currentValue": "^3.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "3.3.3",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.4.2",
                     "newValue": "^3.0.0",
                     "releaseTimestamp": "2024-12-04T07:04:07.630Z",
                     "newVersionAgeInDays": 61,
                     "newMajor": 3,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/prettier-3.x-lockfile"
                   }
                 ],
                 "packageName": "prettier",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/prettier/prettier",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://prettier.io",
                 "currentVersion": "3.3.3",
                 "currentVersionTimestamp": "2024-07-13T12:26:38.008Z",
                 "currentVersionAgeInDays": 204,
                 "isSingleVersion": true,
                 "fixedVersion": "3.3.3"
               },
               {
                 "depType": "devDependencies",
                 "depName": "raw-loader",
                 "currentValue": "^4.0.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "4.0.2",
                 "updates": [],
                 "packageName": "raw-loader",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/webpack-contrib/raw-loader",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "4.0.2",
                 "currentVersionTimestamp": "2020-10-09T14:52:56.184Z",
                 "currentVersionAgeInDays": 1577,
                 "fixedVersion": "4.0.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "react-test-renderer",
                 "currentValue": "^18.2.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "18.3.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "19.0.0",
                     "newValue": "^19.0.0",
                     "releaseTimestamp": "2024-12-05T18:10:52.878Z",
                     "newVersionAgeInDays": 59,
                     "newMajor": 19,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/react-test-renderer-19.x"
                   }
                 ],
                 "packageName": "react-test-renderer",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/facebook/react",
                 "registryUrl": "https://registry.npmjs.org",
                 "sourceDirectory": "packages/react-test-renderer",
                 "homepage": "https://react.dev/",
                 "currentVersion": "18.3.1",
                 "currentVersionTimestamp": "2024-04-26T16:44:33.103Z",
                 "currentVersionAgeInDays": 282,
                 "isSingleVersion": false,
                 "fixedVersion": "18.3.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "svg-url-loader",
                 "currentValue": "^8.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "8.0.0",
                 "updates": [],
                 "packageName": "svg-url-loader",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bhovhannes/svg-url-loader",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "8.0.0",
                 "currentVersionTimestamp": "2022-09-04T16:12:08.526Z",
                 "currentVersionAgeInDays": 882,
                 "fixedVersion": "8.0.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "tcp-port-used",
                 "currentValue": "^1.0.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "1.0.2",
                 "updates": [],
                 "packageName": "tcp-port-used",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/stdarg/tcp-port-used",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "1.0.2",
                 "currentVersionTimestamp": "2020-12-15T17:02:07.667Z",
                 "currentVersionAgeInDays": 1510,
                 "fixedVersion": "1.0.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "ts-jest",
                 "currentValue": "^29.1.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "29.2.5",
                 "updates": [],
                 "packageName": "ts-jest",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/kulshekhar/ts-jest",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://kulshekhar.github.io/ts-jest",
                 "currentVersion": "29.2.5",
                 "currentVersionTimestamp": "2024-08-23T14:55:26.293Z",
                 "currentVersionAgeInDays": 163,
                 "fixedVersion": "29.2.5"
               },
               {
                 "depType": "devDependencies",
                 "depName": "ts-loader",
                 "currentValue": "^9.4.2",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "9.5.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "9.5.2",
                     "newValue": "^9.4.2",
                     "releaseTimestamp": "2025-01-11T17:24:07.676Z",
                     "newVersionAgeInDays": 22,
                     "newMajor": 9,
                     "newMinor": 5,
                     "newPatch": 2,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/ts-loader-9.x-lockfile"
                   }
                 ],
                 "packageName": "ts-loader",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/TypeStrong/ts-loader",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "9.5.1",
                 "currentVersionTimestamp": "2023-11-15T02:19:37.634Z",
                 "currentVersionAgeInDays": 446,
                 "isSingleVersion": true,
                 "fixedVersion": "9.5.1"
               },
               {
                 "depType": "devDependencies",
                 "depName": "ts-node",
                 "currentValue": "^10.9.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "10.9.2",
                 "updates": [],
                 "packageName": "ts-node",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/TypeStrong/ts-node",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://typestrong.org/ts-node",
                 "currentVersion": "10.9.2",
                 "currentVersionTimestamp": "2023-12-08T12:04:46.154Z",
                 "currentVersionAgeInDays": 422,
                 "fixedVersion": "10.9.2"
               },
               {
                 "depType": "devDependencies",
                 "depName": "tsconfig-paths-webpack-plugin",
                 "currentValue": "^4.0.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "4.1.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "4.2.0",
                     "newValue": "^4.0.1",
                     "releaseTimestamp": "2024-11-15T07:09:02.547Z",
                     "newVersionAgeInDays": 80,
                     "newMajor": 4,
                     "newMinor": 2,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/tsconfig-paths-webpack-plugin-4.x-lockfile"
                   }
                 ],
                 "packageName": "tsconfig-paths-webpack-plugin",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/dividab/tsconfig-paths-webpack-plugin",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "4.1.0",
                 "currentVersionTimestamp": "2023-07-11T18:47:26.720Z",
                 "currentVersionAgeInDays": 572,
                 "isSingleVersion": true,
                 "fixedVersion": "4.1.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "typescript",
                 "currentValue": "^5.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.5.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.7.3",
                     "newValue": "^5.0.0",
                     "releaseTimestamp": "2025-01-08T19:05:34.766Z",
                     "newVersionAgeInDays": 25,
                     "newMajor": 5,
                     "newMinor": 7,
                     "newPatch": 3,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/typescript-5.x-lockfile"
                   }
                 ],
                 "packageName": "typescript",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/microsoft/TypeScript",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://www.typescriptlang.org/",
                 "currentVersion": "5.5.4",
                 "currentVersionTimestamp": "2024-07-22T23:02:51.857Z",
                 "currentVersionAgeInDays": 195,
                 "isSingleVersion": true,
                 "fixedVersion": "5.5.4"
               },
               {
                 "depType": "devDependencies",
                 "depName": "webpack",
                 "currentValue": "^5.68.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.93.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.97.1",
                     "newValue": "^5.68.0",
                     "releaseTimestamp": "2024-12-05T14:21:07.556Z",
                     "newVersionAgeInDays": 59,
                     "newMajor": 5,
                     "newMinor": 97,
                     "newPatch": 1,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/webpack-5.x-lockfile"
                   }
                 ],
                 "packageName": "webpack",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/webpack/webpack",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "5.93.0",
                 "currentVersionTimestamp": "2024-07-11T18:38:36.290Z",
                 "currentVersionAgeInDays": 206,
                 "isSingleVersion": true,
                 "fixedVersion": "5.93.0"
               },
               {
                 "depType": "devDependencies",
                 "depName": "webpack-cli",
                 "currentValue": "^5.0.1",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.1.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "6.0.1",
                     "newValue": "^6.0.0",
                     "releaseTimestamp": "2024-12-20T14:12:09.258Z",
                     "newVersionAgeInDays": 44,
                     "newMajor": 6,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/webpack-cli-6.x"
                   }
                 ],
                 "packageName": "webpack-cli",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/webpack/webpack-cli",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli",
                 "currentVersion": "5.1.4",
                 "currentVersionTimestamp": "2023-06-07T18:23:17.058Z",
                 "currentVersionAgeInDays": 606,
                 "isSingleVersion": false,
                 "fixedVersion": "5.1.4"
               },
               {
                 "depType": "devDependencies",
                 "depName": "webpack-dev-server",
                 "currentValue": "^5.0.0",
                 "datasource": "npm",
                 "prettyDepType": "devDependency",
                 "lockedVersion": "5.0.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.2.0",
                     "newValue": "^5.0.0",
                     "releaseTimestamp": "2024-12-11T13:33:02.475Z",
                     "newVersionAgeInDays": 53,
                     "newMajor": 5,
                     "newMinor": 2,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/webpack-dev-server-5.x-lockfile"
                   }
                 ],
                 "packageName": "webpack-dev-server",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/webpack/webpack-dev-server",
                 "registryUrl": "https://registry.npmjs.org",
                 "currentVersion": "5.0.4",
                 "currentVersionTimestamp": "2024-03-19T19:49:28.821Z",
                 "currentVersionAgeInDays": 320,
                 "isSingleVersion": true,
                 "fixedVersion": "5.0.4"
               }
             ],
             "extractedConstraints": {"npm": ">=7"},
             "packageFileVersion": "1.0.39",
             "managerData": {
               "packageJsonName": "holocron-dashboard",
               "hasPackageManager": false,
               "npmLock": "package-lock.json",
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "package.json",
             "lockFiles": ["package-lock.json"]
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Processing 51 branches: renovate/axios-1.x-lockfile, renovate/babel-core-7.x-lockfile, renovate/babel-eslint-parser-7.x-lockfile, renovate/babel-loader-9.x-lockfile, renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile, renovate/babel-plugin-transform-runtime-7.x-lockfile, renovate/babel-preset-env-7.x-lockfile, renovate/babel-preset-react-7.x-lockfile, renovate/babel-runtime-7.x-lockfile, renovate/concurrently-9.x, renovate/cypress-14.x, renovate/emotion-cache-11.x-lockfile, renovate/emotion-react-11.x-lockfile, renovate/emotion-styled-11.x-lockfile, renovate/eslint-9.x, renovate/eslint-config-prettier-10.x, renovate/eslint-plugin-import-2.x-lockfile, renovate/eslint-plugin-jest-28.x-lockfile, renovate/eslint-plugin-jest-dom-5.x-lockfile, renovate/eslint-plugin-jsx-a11y-6.x-lockfile, renovate/eslint-plugin-prettier-5.x-lockfile, renovate/eslint-plugin-react-7.x-lockfile, renovate/eslint-plugin-react-hooks-5.x, renovate/eslint-plugin-testing-library-7.x, renovate/html-webpack-plugin-5.x-lockfile, renovate/husky-9.x-lockfile, renovate/ironbank, renovate/jest-29.x-lockfile, renovate/loglevel-1.x-lockfile, renovate/mui-icons-material-6.x, renovate/mui-material-6.x, renovate/papaparse-5.x-lockfile, renovate/prettier-3.x-lockfile, renovate/react-19.x, renovate/react-dom-19.x, renovate/react-error-boundary-5.x, renovate/react-markdown-9.x-lockfile, renovate/react-router-dom-7.x, renovate/react-test-renderer-19.x, renovate/recharts-2.x-lockfile, renovate/testing-library-jest-dom-6.x-lockfile, renovate/testing-library-react-16.x-lockfile, renovate/testing-library-user-event-14.x-lockfile, renovate/ts-loader-9.x-lockfile, renovate/tsconfig-paths-webpack-plugin-4.x-lockfile, renovate/typescript-5.x-lockfile, renovate/typescript-eslint-eslint-plugin-8.x, renovate/typescript-eslint-parser-8.x, renovate/webpack-5.x-lockfile, renovate/webpack-cli-6.x, renovate/webpack-dev-server-5.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/babel-plugin-transform-runtime-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-plugin-transform-runtime-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/jest-29.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/jest-29.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/axios-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/axios-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-plugin-prettier-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-plugin-prettier-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/html-webpack-plugin-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/html-webpack-plugin-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/husky-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/husky-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(733) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(733) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/loglevel-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/loglevel-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(734) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(734) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/react-markdown-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/react-markdown-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/ts-loader-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/ts-loader-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/babel-core-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-core-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(747) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(747) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/babel-eslint-parser-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-eslint-parser-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(748) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(748) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/babel-preset-env-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-preset-env-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/babel-preset-react-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-preset-react-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/babel-runtime-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-runtime-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(735) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(735) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/emotion-cache-11.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/emotion-cache-11.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/emotion-react-11.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/emotion-react-11.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/emotion-styled-11.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/emotion-styled-11.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/testing-library-jest-dom-6.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/testing-library-jest-dom-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/testing-library-react-16.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/testing-library-react-16.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/testing-library-user-event-14.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/testing-library-user-event-14.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/babel-loader-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-loader-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(741) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(741) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-plugin-import-2.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-plugin-import-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(737) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(737) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-plugin-jest-28.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-plugin-jest-28.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(738) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(738) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-plugin-jest-dom-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-plugin-jest-dom-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-plugin-jsx-a11y-6.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-plugin-jsx-a11y-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(742) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(742) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-plugin-react-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-plugin-react-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/papaparse-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/papaparse-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/prettier-3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/prettier-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/recharts-2.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/recharts-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/tsconfig-paths-webpack-plugin-4.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/tsconfig-paths-webpack-plugin-4.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/typescript-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/typescript-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/webpack-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/webpack-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/webpack-dev-server-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/webpack-dev-server-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/mui-icons-material-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/mui-icons-material-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/mui-material-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/mui-material-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/typescript-eslint-eslint-plugin-8.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/typescript-eslint-eslint-plugin-8.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/typescript-eslint-parser-8.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/typescript-eslint-parser-8.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/concurrently-9.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/concurrently-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-9.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-config-prettier-10.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-config-prettier-10.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-plugin-react-hooks-5.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-plugin-react-hooks-5.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-plugin-testing-library-7.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-plugin-testing-library-7.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/react-19.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/react-19.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/react-dom-19.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/react-dom-19.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/react-error-boundary-5.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/react-error-boundary-5.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/react-router-dom-7.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/react-router-dom-7.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/react-test-renderer-19.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/react-test-renderer-19.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/webpack-cli-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/webpack-cli-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: 9 PRs are currently open (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: PR concurrent limit remaining: 1 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Calculated maximum PRs remaining this run: 1 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: PullRequests limit = 1 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: 10 already existing branches found: renovate/husky-9.x-lockfile,renovate/loglevel-1.x-lockfile,renovate/babel-core-7.x-lockfile,renovate/babel-eslint-parser-7.x-lockfile,renovate/babel-runtime-7.x-lockfile,renovate/babel-loader-9.x-lockfile,renovate/eslint-plugin-import-2.x-lockfile,renovate/eslint-plugin-jest-28.x-lockfile,renovate/eslint-plugin-jsx-a11y-6.x-lockfile,renovate/eslint-9.x (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Branch concurrent limit remaining: 0 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Calculated maximum branches remaining this run: 0 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Branches limit = 0 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-runtime-7.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-runtime-7.x-lockfile)
DEBUG: getBranchPr(renovate/babel-plugin-transform-runtime-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-runtime-7.x-lockfile)
DEBUG: findPr(renovate/babel-plugin-transform-runtime-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-runtime-7.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-runtime-7.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-runtime-7.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-runtime-7.x-lockfile)
DEBUG: findPr(renovate/babel-plugin-transform-runtime-7.x-lockfile, Update dependency @babel/plugin-transform-runtime to v7.25.9, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-runtime-7.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-runtime-7.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-runtime-7.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: getBranchPr(renovate/jest-29.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: findPr(renovate/jest-29.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: findPr(renovate/jest-29.x-lockfile, Update dependency @types/jest to v29.5.14, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/jest-29.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/axios-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/axios-1.x-lockfile)
DEBUG: getBranchPr(renovate/axios-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/axios-1.x-lockfile)
DEBUG: findPr(renovate/axios-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/axios-1.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/axios-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/axios-1.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/axios-1.x-lockfile)
DEBUG: findPr(renovate/axios-1.x-lockfile, Update dependency axios to v1.7.9, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/axios-1.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/axios-1.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/axios-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-prettier-5.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-prettier-5.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-plugin-prettier-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-prettier-5.x-lockfile)
DEBUG: findPr(renovate/eslint-plugin-prettier-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-prettier-5.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-prettier-5.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-prettier-5.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-prettier-5.x-lockfile)
DEBUG: findPr(renovate/eslint-plugin-prettier-5.x-lockfile, Update dependency eslint-plugin-prettier to v5.2.3, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-prettier-5.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-prettier-5.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-prettier-5.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/html-webpack-plugin-5.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/html-webpack-plugin-5.x-lockfile)
DEBUG: getBranchPr(renovate/html-webpack-plugin-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/html-webpack-plugin-5.x-lockfile)
DEBUG: findPr(renovate/html-webpack-plugin-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/html-webpack-plugin-5.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/html-webpack-plugin-5.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/html-webpack-plugin-5.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/html-webpack-plugin-5.x-lockfile)
DEBUG: findPr(renovate/html-webpack-plugin-5.x-lockfile, Update dependency html-webpack-plugin to v5.6.3, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/html-webpack-plugin-5.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/html-webpack-plugin-5.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/html-webpack-plugin-5.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: getBranchPr(renovate/husky-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: findPr(renovate/husky-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: getPr(733) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: getMR(733) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:13:31.309Z) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: isBranchConflicted(master, renovate/husky-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: npm.updateLockedDependency: husky@9.1.5 -> 9.1.7 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "husky",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: npm.updateLockedDependency: husky@9.1.5 -> 9.1.7 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts husky@9.1.7"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "durationMs": 2649,
       "stdout": "\nup to date in 2s\n\n330 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #733 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Getting comments for #733 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Found 169 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #733 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Getting comments for #733 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Found 169 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/husky-9.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/husky-9.x-lockfile",
         "commit": "6e28b55fe14767226f5812fa04925f31243979c2",
         "root": false,
         "summary": {"changes": 1, "insertions": 3, "deletions": 3}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "branchName": "renovate/husky-9.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: getBranchPr(renovate/husky-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: findPr(renovate/husky-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: getPr(733) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: getMR(733) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: Fetching changelog: https://github.com/typicode/husky (9.1.5 -> 9.1.7) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "manager": "npm",
       "packageName": "husky",
       "sourceUrl": "https://github.com/typicode/husky"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "warnings": ["Failed to look up docker package node"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "prTitle": "Update dependency husky to v9.1.7"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
       "pr": 733,
       "prTitle": "Update dependency husky to v9.1.7"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/husky-9.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: getBranchPr(renovate/loglevel-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: findPr(renovate/loglevel-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: getPr(734) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: getMR(734) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:13:37.873Z) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: isBranchConflicted(master, renovate/loglevel-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: npm.updateLockedDependency: loglevel@1.9.1 -> 1.9.2 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "loglevel",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: npm.updateLockedDependency: loglevel@1.9.1 -> 1.9.2 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts loglevel@1.9.2"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "durationMs": 2550,
       "stdout": "\nup to date in 2s\n\n330 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #734 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Getting comments for #734 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Found 167 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #734 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Getting comments for #734 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Found 167 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/loglevel-1.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/loglevel-1.x-lockfile",
         "commit": "ba7f0a3408389bf8bc319956fc6fc8f647c5f59a",
         "root": false,
         "summary": {"changes": 1, "insertions": 3, "deletions": 0}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "branchName": "renovate/loglevel-1.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: getBranchPr(renovate/loglevel-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: findPr(renovate/loglevel-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: getPr(734) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: getMR(734) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: Fetching changelog: https://github.com/pimterry/loglevel (1.9.1 -> 1.9.2) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "manager": "npm",
       "packageName": "loglevel",
       "sourceUrl": "https://github.com/pimterry/loglevel"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "warnings": ["Failed to look up docker package node"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "prTitle": "Update dependency loglevel to v1.9.2"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
       "pr": 734,
       "prTitle": "Update dependency loglevel to v1.9.2"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/loglevel-1.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-9.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-9.x-lockfile)
DEBUG: getBranchPr(renovate/react-markdown-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-9.x-lockfile)
DEBUG: findPr(renovate/react-markdown-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-9.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-9.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-9.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-9.x-lockfile)
DEBUG: findPr(renovate/react-markdown-9.x-lockfile, Update dependency react-markdown to v9.0.3, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-9.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-9.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-markdown-9.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-loader-9.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-loader-9.x-lockfile)
DEBUG: getBranchPr(renovate/ts-loader-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-loader-9.x-lockfile)
DEBUG: findPr(renovate/ts-loader-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-loader-9.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-loader-9.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-loader-9.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-loader-9.x-lockfile)
DEBUG: findPr(renovate/ts-loader-9.x-lockfile, Update dependency ts-loader to v9.5.2, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-loader-9.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-loader-9.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ts-loader-9.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ironbank)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ironbank)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, Update registry1.dso.mil/ironbank/opensource/nginx/nginx Docker tag to v1.27.3, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ironbank)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ironbank)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/ironbank)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: getBranchPr(renovate/babel-core-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: findPr(renovate/babel-core-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: getPr(747) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: getMR(747) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:13:43.630Z) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: isBranchConflicted(master, renovate/babel-core-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: npm.updateLockedDependency: @babel/core@7.25.2 -> 7.26.7 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "@babel/core",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: npm.updateLockedDependency: @babel/core@7.25.2 -> 7.26.7 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts @babel/core@7.26.7"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "durationMs": 3281,
       "stdout": "\nup to date in 3s\n\n330 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #747 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Getting comments for #747 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Found 177 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #747 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Getting comments for #747 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Found 177 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/babel-core-7.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/babel-core-7.x-lockfile",
         "commit": "8db65b8baefd80407b08e25726a7da021f942d8f",
         "root": false,
         "summary": {"changes": 1, "insertions": 113, "deletions": 218}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "branchName": "renovate/babel-core-7.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: getBranchPr(renovate/babel-core-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: findPr(renovate/babel-core-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: getPr(747) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: getMR(747) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: Fetching changelog: https://github.com/babel/babel (7.25.2 -> 7.26.7) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "manager": "npm",
       "packageName": "@babel/core",
       "sourceUrl": "https://github.com/babel/babel"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "warnings": ["Failed to look up docker package node"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "prTitle": "Update dependency @babel/core to v7.26.7"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
       "pr": 747,
       "prTitle": "Update dependency @babel/core to v7.26.7"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-core-7.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: getBranchPr(renovate/babel-eslint-parser-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: findPr(renovate/babel-eslint-parser-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: getPr(748) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: getMR(748) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:13:50.274Z) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: isBranchConflicted(master, renovate/babel-eslint-parser-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: npm.updateLockedDependency: @babel/eslint-parser@7.25.1 -> 7.26.5 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "@babel/eslint-parser",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: npm.updateLockedDependency: @babel/eslint-parser@7.25.1 -> 7.26.5 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts @babel/eslint-parser@7.26.5"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "durationMs": 2727,
       "stdout": "\nup to date in 3s\n\n330 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #748 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Getting comments for #748 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Found 70 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #748 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Getting comments for #748 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Found 70 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/babel-eslint-parser-7.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/babel-eslint-parser-7.x-lockfile",
         "commit": "c5887e7fca0a79534781994988f1f17e51acb794",
         "root": false,
         "summary": {"changes": 1, "insertions": 3, "deletions": 0}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "branchName": "renovate/babel-eslint-parser-7.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: getBranchPr(renovate/babel-eslint-parser-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: findPr(renovate/babel-eslint-parser-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: getPr(748) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: getMR(748) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: Fetching changelog: https://github.com/babel/babel (7.25.1 -> 7.26.5) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "manager": "npm",
       "packageName": "@babel/eslint-parser",
       "sourceUrl": "https://github.com/babel/babel"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "warnings": ["Failed to look up docker package node"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "prTitle": "Update dependency @babel/eslint-parser to v7.26.5"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
       "pr": 748,
       "prTitle": "Update dependency @babel/eslint-parser to v7.26.5"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-eslint-parser-7.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile)
DEBUG: getBranchPr(renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile)
DEBUG: findPr(renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile)
DEBUG: findPr(renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile, Update dependency @babel/plugin-transform-modules-commonjs to v7.26.3, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-env-7.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-env-7.x-lockfile)
DEBUG: getBranchPr(renovate/babel-preset-env-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-env-7.x-lockfile)
DEBUG: findPr(renovate/babel-preset-env-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-env-7.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-env-7.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-env-7.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-env-7.x-lockfile)
DEBUG: findPr(renovate/babel-preset-env-7.x-lockfile, Update dependency @babel/preset-env to v7.26.7, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-env-7.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-env-7.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-env-7.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-react-7.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-react-7.x-lockfile)
DEBUG: getBranchPr(renovate/babel-preset-react-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-react-7.x-lockfile)
DEBUG: findPr(renovate/babel-preset-react-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-react-7.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-react-7.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-react-7.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-react-7.x-lockfile)
DEBUG: findPr(renovate/babel-preset-react-7.x-lockfile, Update dependency @babel/preset-react to v7.26.3, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-react-7.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-react-7.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-preset-react-7.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: getBranchPr(renovate/babel-runtime-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: findPr(renovate/babel-runtime-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: getPr(735) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: getMR(735) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:13:55.268Z) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: isBranchConflicted(master, renovate/babel-runtime-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: npm.updateLockedDependency: @babel/runtime@7.24.8 -> 7.26.7 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "@babel/runtime",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: npm.updateLockedDependency: @babel/runtime@7.24.8 -> 7.26.7 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts @babel/runtime@7.26.7"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "durationMs": 2731,
       "stdout": "\nup to date in 3s\n\n330 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #735 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Getting comments for #735 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Found 173 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #735 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Getting comments for #735 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Found 173 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/babel-runtime-7.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/babel-runtime-7.x-lockfile",
         "commit": "7ed9e3b6e6baaa2936de4154867b00c78c05760c",
         "root": false,
         "summary": {"changes": 1, "insertions": 3, "deletions": 4}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "branchName": "renovate/babel-runtime-7.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: getBranchPr(renovate/babel-runtime-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: findPr(renovate/babel-runtime-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: getPr(735) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: getMR(735) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: Fetching changelog: https://github.com/babel/babel (7.24.8 -> 7.26.7) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "manager": "npm",
       "packageName": "@babel/runtime",
       "sourceUrl": "https://github.com/babel/babel"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "warnings": ["Failed to look up docker package node"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "prTitle": "Update dependency @babel/runtime to v7.26.7"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
       "pr": 735,
       "prTitle": "Update dependency @babel/runtime to v7.26.7"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-runtime-7.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-cache-11.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-cache-11.x-lockfile)
DEBUG: getBranchPr(renovate/emotion-cache-11.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-cache-11.x-lockfile)
DEBUG: findPr(renovate/emotion-cache-11.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-cache-11.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-cache-11.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-cache-11.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-cache-11.x-lockfile)
DEBUG: findPr(renovate/emotion-cache-11.x-lockfile, Update dependency @emotion/cache to v11.14.0, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-cache-11.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-cache-11.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-cache-11.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-react-11.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-react-11.x-lockfile)
DEBUG: getBranchPr(renovate/emotion-react-11.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-react-11.x-lockfile)
DEBUG: findPr(renovate/emotion-react-11.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-react-11.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-react-11.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-react-11.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-react-11.x-lockfile)
DEBUG: findPr(renovate/emotion-react-11.x-lockfile, Update dependency @emotion/react to v11.14.0, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-react-11.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-react-11.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-react-11.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-styled-11.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-styled-11.x-lockfile)
DEBUG: getBranchPr(renovate/emotion-styled-11.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-styled-11.x-lockfile)
DEBUG: findPr(renovate/emotion-styled-11.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-styled-11.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-styled-11.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-styled-11.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-styled-11.x-lockfile)
DEBUG: findPr(renovate/emotion-styled-11.x-lockfile, Update dependency @emotion/styled to v11.14.0, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-styled-11.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-styled-11.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/emotion-styled-11.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-jest-dom-6.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-jest-dom-6.x-lockfile)
DEBUG: getBranchPr(renovate/testing-library-jest-dom-6.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-jest-dom-6.x-lockfile)
DEBUG: findPr(renovate/testing-library-jest-dom-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-jest-dom-6.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-jest-dom-6.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-jest-dom-6.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-jest-dom-6.x-lockfile)
DEBUG: findPr(renovate/testing-library-jest-dom-6.x-lockfile, Update dependency @testing-library/jest-dom to v6.6.3, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-jest-dom-6.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-jest-dom-6.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-jest-dom-6.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-react-16.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-react-16.x-lockfile)
DEBUG: getBranchPr(renovate/testing-library-react-16.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-react-16.x-lockfile)
DEBUG: findPr(renovate/testing-library-react-16.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-react-16.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-react-16.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-react-16.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-react-16.x-lockfile)
DEBUG: findPr(renovate/testing-library-react-16.x-lockfile, Update dependency @testing-library/react to v16.2.0, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-react-16.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-react-16.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-react-16.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: getBranchPr(renovate/testing-library-user-event-14.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: findPr(renovate/testing-library-user-event-14.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: findPr(renovate/testing-library-user-event-14.x-lockfile, Update dependency @testing-library/user-event to v14.6.1, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/testing-library-user-event-14.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: getBranchPr(renovate/babel-loader-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: findPr(renovate/babel-loader-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: getPr(741) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: getMR(741) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:14:01.324Z) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: isBranchConflicted(master, renovate/babel-loader-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: npm.updateLockedDependency: babel-loader@9.1.3 -> 9.2.1 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "babel-loader",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: npm.updateLockedDependency: babel-loader@9.1.3 -> 9.2.1 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts babel-loader@9.2.1"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "durationMs": 2901,
       "stdout": "\nup to date in 3s\n\n330 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #741 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Getting comments for #741 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Found 163 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #741 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Getting comments for #741 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Found 163 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/babel-loader-9.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/babel-loader-9.x-lockfile",
         "commit": "8bee1833c8f4ffba4827abd19c4ae19346661b58",
         "root": false,
         "summary": {"changes": 1, "insertions": 3, "deletions": 0}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "branchName": "renovate/babel-loader-9.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: getBranchPr(renovate/babel-loader-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: findPr(renovate/babel-loader-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: getPr(741) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: getMR(741) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: Fetching changelog: https://github.com/babel/babel-loader (9.1.3 -> 9.2.1) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "manager": "npm",
       "packageName": "babel-loader",
       "sourceUrl": "https://github.com/babel/babel-loader"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "warnings": ["Failed to look up docker package node"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "prTitle": "Update dependency babel-loader to v9.2.1"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
       "pr": 741,
       "prTitle": "Update dependency babel-loader to v9.2.1"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/babel-loader-9.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-plugin-import-2.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: findPr(renovate/eslint-plugin-import-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: getPr(737) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: getMR(737) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:14:07.386Z) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: isBranchConflicted(master, renovate/eslint-plugin-import-2.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: npm.updateLockedDependency: eslint-plugin-import@2.29.1 -> 2.31.0 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "eslint-plugin-import",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: npm.updateLockedDependency: eslint-plugin-import@2.29.1 -> 2.31.0 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts eslint-plugin-import@2.31.0"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "durationMs": 2867,
       "stdout": "\nup to date in 3s\n\n330 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #737 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Getting comments for #737 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Found 170 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #737 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Getting comments for #737 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Found 170 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/eslint-plugin-import-2.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/eslint-plugin-import-2.x-lockfile",
         "commit": "c0b3984658c11d61f2f187a730cc22be08e52c45",
         "root": false,
         "summary": {"changes": 1, "insertions": 26, "deletions": 25}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "branchName": "renovate/eslint-plugin-import-2.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-plugin-import-2.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: findPr(renovate/eslint-plugin-import-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: getPr(737) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: getMR(737) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: Fetching changelog: https://github.com/import-js/eslint-plugin-import (2.29.1 -> 2.31.0) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "manager": "npm",
       "packageName": "eslint-plugin-import",
       "sourceUrl": "https://github.com/import-js/eslint-plugin-import"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "warnings": ["Failed to look up docker package node"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "prTitle": "Update dependency eslint-plugin-import to v2.31.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
       "pr": 737,
       "prTitle": "Update dependency eslint-plugin-import to v2.31.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-import-2.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-plugin-jest-28.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: findPr(renovate/eslint-plugin-jest-28.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: getPr(738) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: getMR(738) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:14:13.465Z) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: isBranchConflicted(master, renovate/eslint-plugin-jest-28.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: npm.updateLockedDependency: eslint-plugin-jest@28.6.0 -> 28.11.0 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "eslint-plugin-jest",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: npm.updateLockedDependency: eslint-plugin-jest@28.6.0 -> 28.11.0 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts eslint-plugin-jest@28.11.0"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "durationMs": 4036,
       "stdout": "\nup to date in 4s\n\n330 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #738 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Getting comments for #738 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Found 171 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #738 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Getting comments for #738 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Found 171 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/eslint-plugin-jest-28.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/eslint-plugin-jest-28.x-lockfile",
         "commit": "3182355c2e61ed653fc7fcb4ae762d502490165f",
         "root": false,
         "summary": {"changes": 1, "insertions": 5, "deletions": 0}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "branchName": "renovate/eslint-plugin-jest-28.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-plugin-jest-28.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: findPr(renovate/eslint-plugin-jest-28.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: getPr(738) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: getMR(738) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: Fetching changelog: https://github.com/jest-community/eslint-plugin-jest (28.6.0 -> 28.11.0) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "manager": "npm",
       "packageName": "eslint-plugin-jest",
       "sourceUrl": "https://github.com/jest-community/eslint-plugin-jest"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "warnings": ["Failed to look up docker package node"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "prTitle": "Update dependency eslint-plugin-jest to v28.11.0"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
       "pr": 738,
       "prTitle": "Update dependency eslint-plugin-jest to v28.11.0"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-28.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-dom-5.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-dom-5.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-plugin-jest-dom-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-dom-5.x-lockfile)
DEBUG: findPr(renovate/eslint-plugin-jest-dom-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-dom-5.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-dom-5.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-dom-5.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-dom-5.x-lockfile)
DEBUG: findPr(renovate/eslint-plugin-jest-dom-5.x-lockfile, Update dependency eslint-plugin-jest-dom to v5.5.0, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-dom-5.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-dom-5.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jest-dom-5.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-plugin-jsx-a11y-6.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: findPr(renovate/eslint-plugin-jsx-a11y-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: getPr(742) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: getMR(742) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:14:21.139Z) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: isBranchConflicted(master, renovate/eslint-plugin-jsx-a11y-6.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: npm.updateLockedDependency: eslint-plugin-jsx-a11y@6.9.0 -> 6.10.2 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Need to retry branch as upgrade requirements are not mets (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "lockFile": "package-lock.json",
       "depName": "eslint-plugin-jsx-a11y",
       "status": "update-failed"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: npm.updateLockedDependency: eslint-plugin-jsx-a11y@6.9.0 -> 6.10.2 [package-lock.json] (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Found lockfileVersion 3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Writing updated .npmrc file to .npmrc (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Generating package-lock.json for . (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Spawning npm install to create ./package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Using npm constraint >=9 for lockfileVersion=3 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Updating lock file only (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: No node constraint found - using latest (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Performing lockfileUpdate (npm) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Falling back to binarySource=global (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Executing command (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "command": "npm install --package-lock-only --no-audit --ignore-scripts eslint-plugin-jsx-a11y@6.10.2"
DEBUG: exec completed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "durationMs": 3029,
       "stdout": "\nup to date in 3s\n\n326 packages are looking for funding\n  run `npm fund` for details\n",
       "stderr": ""
DEBUG: package-lock.json needs updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Updated 1 lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "updatedArtifacts": ["package-lock.json"]
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #742 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Getting comments for #742 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Found 168 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #742 is removed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Getting comments for #742 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Found 168 comments (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: 1 file(s) to commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Preparing files for committing to branch renovate/eslint-plugin-jsx-a11y-6.x-lockfile (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: git commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "deletedFiles": [],
       "ignoredFiles": [],
       "result": {
         "author": null,
         "branch": "renovate/eslint-plugin-jsx-a11y-6.x-lockfile",
         "commit": "4c3a20fd5e1b3e4e793e54d346c92e5e94c2bbb9",
         "root": false,
         "summary": {"changes": 1, "insertions": 30, "deletions": 135}
       }
DEBUG: No file changes detected. Skipping commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "branchName": "renovate/eslint-plugin-jsx-a11y-6.x-lockfile",
       "deletedFiles": [],
       "addedModifiedFiles": ["package-lock.json"],
       "ignoredFiles": []
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-plugin-jsx-a11y-6.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: findPr(renovate/eslint-plugin-jsx-a11y-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: getPr(742) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: getMR(742) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Found existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: Fetching changelog: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y (6.9.0 -> 6.10.2) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "manager": "npm",
       "packageName": "eslint-plugin-jsx-a11y",
       "sourceUrl": "https://github.com/jsx-eslint/eslint-plugin-jsx-a11y"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "warnings": ["Failed to look up docker package node"],
       "files": ["Dockerfile.dev"]
DEBUG: Processing existing PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: PR body changed (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "prTitle": "Update dependency eslint-plugin-jsx-a11y to v6.10.2"
 INFO: PR updated (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
       "pr": 742,
       "prTitle": "Update dependency eslint-plugin-jsx-a11y to v6.10.2"
DEBUG: setPrCache() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-jsx-a11y-6.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-7.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-7.x-lockfile)
DEBUG: getBranchPr(renovate/eslint-plugin-react-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-7.x-lockfile)
DEBUG: findPr(renovate/eslint-plugin-react-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-7.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-7.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-7.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-7.x-lockfile)
DEBUG: findPr(renovate/eslint-plugin-react-7.x-lockfile, Update dependency eslint-plugin-react to v7.37.4, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-7.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-7.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-7.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/papaparse-5.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/papaparse-5.x-lockfile)
DEBUG: getBranchPr(renovate/papaparse-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/papaparse-5.x-lockfile)
DEBUG: findPr(renovate/papaparse-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/papaparse-5.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/papaparse-5.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/papaparse-5.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/papaparse-5.x-lockfile)
DEBUG: findPr(renovate/papaparse-5.x-lockfile, Update dependency papaparse to v5.5.2, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/papaparse-5.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/papaparse-5.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/papaparse-5.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/prettier-3.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/prettier-3.x-lockfile)
DEBUG: getBranchPr(renovate/prettier-3.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/prettier-3.x-lockfile)
DEBUG: findPr(renovate/prettier-3.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/prettier-3.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/prettier-3.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/prettier-3.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/prettier-3.x-lockfile)
DEBUG: findPr(renovate/prettier-3.x-lockfile, Update dependency prettier to v3.4.2, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/prettier-3.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/prettier-3.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/prettier-3.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/recharts-2.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/recharts-2.x-lockfile)
DEBUG: getBranchPr(renovate/recharts-2.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/recharts-2.x-lockfile)
DEBUG: findPr(renovate/recharts-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/recharts-2.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/recharts-2.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/recharts-2.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/recharts-2.x-lockfile)
DEBUG: findPr(renovate/recharts-2.x-lockfile, Update dependency recharts to v2.15.1, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/recharts-2.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/recharts-2.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/recharts-2.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/tsconfig-paths-webpack-plugin-4.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/tsconfig-paths-webpack-plugin-4.x-lockfile)
DEBUG: getBranchPr(renovate/tsconfig-paths-webpack-plugin-4.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/tsconfig-paths-webpack-plugin-4.x-lockfile)
DEBUG: findPr(renovate/tsconfig-paths-webpack-plugin-4.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/tsconfig-paths-webpack-plugin-4.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/tsconfig-paths-webpack-plugin-4.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/tsconfig-paths-webpack-plugin-4.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/tsconfig-paths-webpack-plugin-4.x-lockfile)
DEBUG: findPr(renovate/tsconfig-paths-webpack-plugin-4.x-lockfile, Update dependency tsconfig-paths-webpack-plugin to v4.2.0, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/tsconfig-paths-webpack-plugin-4.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/tsconfig-paths-webpack-plugin-4.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/tsconfig-paths-webpack-plugin-4.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-5.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-5.x-lockfile)
DEBUG: getBranchPr(renovate/typescript-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-5.x-lockfile)
DEBUG: findPr(renovate/typescript-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-5.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-5.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-5.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-5.x-lockfile)
DEBUG: findPr(renovate/typescript-5.x-lockfile, Update dependency typescript to v5.7.3, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-5.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-5.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-5.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-5.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-5.x-lockfile)
DEBUG: getBranchPr(renovate/webpack-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-5.x-lockfile)
DEBUG: findPr(renovate/webpack-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-5.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-5.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-5.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-5.x-lockfile)
DEBUG: findPr(renovate/webpack-5.x-lockfile, Update dependency webpack to v5.97.1, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-5.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-5.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-5.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-dev-server-5.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-dev-server-5.x-lockfile)
DEBUG: getBranchPr(renovate/webpack-dev-server-5.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-dev-server-5.x-lockfile)
DEBUG: findPr(renovate/webpack-dev-server-5.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-dev-server-5.x-lockfile)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-dev-server-5.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-dev-server-5.x-lockfile)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-dev-server-5.x-lockfile)
DEBUG: findPr(renovate/webpack-dev-server-5.x-lockfile, Update dependency webpack-dev-server to v5.2.0, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-dev-server-5.x-lockfile)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-dev-server-5.x-lockfile)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-dev-server-5.x-lockfile)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-icons-material-6.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-icons-material-6.x)
DEBUG: getBranchPr(renovate/mui-icons-material-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-icons-material-6.x)
DEBUG: findPr(renovate/mui-icons-material-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-icons-material-6.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-icons-material-6.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-icons-material-6.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-icons-material-6.x)
DEBUG: findPr(renovate/mui-icons-material-6.x, Update dependency @mui/icons-material to v6, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-icons-material-6.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-icons-material-6.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-icons-material-6.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-material-6.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-material-6.x)
DEBUG: getBranchPr(renovate/mui-material-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-material-6.x)
DEBUG: findPr(renovate/mui-material-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-material-6.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-material-6.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-material-6.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-material-6.x)
DEBUG: findPr(renovate/mui-material-6.x, Update dependency @mui/material to v6, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-material-6.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-material-6.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/mui-material-6.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-eslint-plugin-8.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-eslint-plugin-8.x)
DEBUG: getBranchPr(renovate/typescript-eslint-eslint-plugin-8.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-eslint-plugin-8.x)
DEBUG: findPr(renovate/typescript-eslint-eslint-plugin-8.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-eslint-plugin-8.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-eslint-plugin-8.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-eslint-plugin-8.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-eslint-plugin-8.x)
DEBUG: findPr(renovate/typescript-eslint-eslint-plugin-8.x, Update dependency @typescript-eslint/eslint-plugin to v8, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-eslint-plugin-8.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-eslint-plugin-8.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-eslint-plugin-8.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-parser-8.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-parser-8.x)
DEBUG: getBranchPr(renovate/typescript-eslint-parser-8.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-parser-8.x)
DEBUG: findPr(renovate/typescript-eslint-parser-8.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-parser-8.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-parser-8.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-parser-8.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-parser-8.x)
DEBUG: findPr(renovate/typescript-eslint-parser-8.x, Update dependency @typescript-eslint/parser to v8, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-parser-8.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-parser-8.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/typescript-eslint-parser-8.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/concurrently-9.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/concurrently-9.x)
DEBUG: getBranchPr(renovate/concurrently-9.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/concurrently-9.x)
DEBUG: findPr(renovate/concurrently-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/concurrently-9.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/concurrently-9.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/concurrently-9.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/concurrently-9.x)
DEBUG: findPr(renovate/concurrently-9.x, Update dependency concurrently to v9, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/concurrently-9.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/concurrently-9.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/concurrently-9.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, Update dependency cypress to v14, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/cypress-14.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: getBranchPr(renovate/eslint-9.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: findPr(renovate/eslint-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: findPr(renovate/eslint-9.x, Update dependency eslint to v9, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: branch.isModified() = false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:14:27.507Z) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: No schedule defined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Branch already exists (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: isBranchConflicted(master, renovate/eslint-9.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: npm.updateDependency(): devDependencies.eslint = ^9.0.0 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: No package files need updating (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Getting updated lock files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Writing package.json files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
       "packageFiles": ["package.json"]
DEBUG: Writing package-lock.json (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Massaging npm lock file before writing to disk (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Writing any updated package files (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: No updated lock files in branch (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: No files to commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Setting current branch to master (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: latest commit (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
       "branchName": "master",
       "latestCommitDate": "2024-10-22T14:48:18+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Ensuring PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: getBranchPr(renovate/eslint-9.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: findPr(renovate/eslint-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Fetching changelog: https://github.com/eslint/eslint (8.57.0 -> 9.19.0) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
       "manager": "npm",
       "packageName": "eslint",
       "sourceUrl": "https://github.com/eslint/eslint"
 WARN: Package lookup failures (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
       "warnings": ["Failed to look up docker package node"],
       "files": ["Dockerfile.dev"]
DEBUG: Creating PR (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
       "prTitle": "Update dependency eslint to v9"
DEBUG: Creating Merge Request: Update dependency eslint to v9 (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: POST https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fholocron%2Fholocron-dashboard/merge_requests = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=409 retryCount=0, duration=164) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
DEBUG: Gitlab API error (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566867978,
           "socket": 1738566867978,
           "lookup": 1738566867978,
           "connect": 1738566867978,
           "secureConnect": 1738566867978,
           "upload": 1738566867981,
           "response": 1738566868142,
           "end": 1738566868142,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 3,
             "firstByte": 161,
             "download": 0,
             "total": 164
           }
         },
         "message": "Response code 409 (Conflict)",
         "stack": "HTTPError: Response code 409 (Conflict)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "authorization": "***********",
             "content-type": "application/json",
             "content-length": "2296",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fholocron%2Fholocron-dashboard/merge_requests",
           "hostType": "gitlab",
           "username": "",
           "password": "",
           "method": "POST",
           "http2": false
         },
         "response": {
           "statusCode": 409,
           "statusMessage": "Conflict",
           "body": {
             "message": [
               "Another open merge request already exists for this source branch: !679"
             ]
           },
           "headers": {
             "cache-control": "no-cache",
             "content-length": "86",
             "content-type": "application/json",
             "vary": "Origin",
             "x-content-type-options": "nosniff",
             "x-frame-options": "SAMEORIGIN",
             "x-gitlab-meta": "{\"correlation_id\":\"01JK5AJ70C02S8CKG5XHMD44K3\",\"version\":\"1\"}",
             "x-request-id": "01JK5AJ70C02S8CKG5XHMD44K3",
             "x-runtime": "0.148146",
             "date": "Mon, 03 Feb 2025 07:14:28 GMT",
             "strict-transport-security": "max-age=31536000; includeSubDomains",
             "referrer-policy": "strict-origin"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Pull request creation error (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-9.x)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566867978,
           "socket": 1738566867978,
           "lookup": 1738566867978,
           "connect": 1738566867978,
           "secureConnect": 1738566867978,
           "upload": 1738566867981,
           "response": 1738566868142,
           "end": 1738566868142,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 3,
             "firstByte": 161,
             "download": 0,
             "total": 164
           }
         },
         "message": "Response code 409 (Conflict)",
         "stack": "HTTPError: Response code 409 (Conflict)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "authorization": "***********",
             "content-type": "application/json",
             "content-length": "2296",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fholocron%2Fholocron-dashboard/merge_requests",
           "hostType": "gitlab",
           "username": "",
           "password": "",
           "method": "POST",
           "http2": false
         },
         "response": {
           "statusCode": 409,
           "statusMessage": "Conflict",
           "body": {
             "message": [
               "Another open merge request already exists for this source branch: !679"
             ]
           },
           "headers": {
             "cache-control": "no-cache",
             "content-length": "86",
             "content-type": "application/json",
             "vary": "Origin",
             "x-content-type-options": "nosniff",
             "x-frame-options": "SAMEORIGIN",
             "x-gitlab-meta": "{\"correlation_id\":\"01JK5AJ70C02S8CKG5XHMD44K3\",\"version\":\"1\"}",
             "x-request-id": "01JK5AJ70C02S8CKG5XHMD44K3",
             "x-runtime": "0.148146",
             "date": "Mon, 03 Feb 2025 07:14:28 GMT",
             "strict-transport-security": "max-age=31536000; includeSubDomains",
             "referrer-policy": "strict-origin"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-config-prettier-10.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-config-prettier-10.x)
DEBUG: getBranchPr(renovate/eslint-config-prettier-10.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-config-prettier-10.x)
DEBUG: findPr(renovate/eslint-config-prettier-10.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-config-prettier-10.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-config-prettier-10.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-config-prettier-10.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-config-prettier-10.x)
DEBUG: findPr(renovate/eslint-config-prettier-10.x, Update dependency eslint-config-prettier to v10, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-config-prettier-10.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-config-prettier-10.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-config-prettier-10.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-hooks-5.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-hooks-5.x)
DEBUG: getBranchPr(renovate/eslint-plugin-react-hooks-5.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-hooks-5.x)
DEBUG: findPr(renovate/eslint-plugin-react-hooks-5.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-hooks-5.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-hooks-5.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-hooks-5.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-hooks-5.x)
DEBUG: findPr(renovate/eslint-plugin-react-hooks-5.x, Update dependency eslint-plugin-react-hooks to v5, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-hooks-5.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-hooks-5.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-react-hooks-5.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-testing-library-7.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-testing-library-7.x)
DEBUG: getBranchPr(renovate/eslint-plugin-testing-library-7.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-testing-library-7.x)
DEBUG: findPr(renovate/eslint-plugin-testing-library-7.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-testing-library-7.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-testing-library-7.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-testing-library-7.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-testing-library-7.x)
DEBUG: findPr(renovate/eslint-plugin-testing-library-7.x, Update dependency eslint-plugin-testing-library to v7, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-testing-library-7.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-testing-library-7.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/eslint-plugin-testing-library-7.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-19.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-19.x)
DEBUG: getBranchPr(renovate/react-19.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-19.x)
DEBUG: findPr(renovate/react-19.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-19.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-19.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-19.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-19.x)
DEBUG: findPr(renovate/react-19.x, Update dependency react to v19, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-19.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-19.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-19.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-dom-19.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-dom-19.x)
DEBUG: getBranchPr(renovate/react-dom-19.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-dom-19.x)
DEBUG: findPr(renovate/react-dom-19.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-dom-19.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-dom-19.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-dom-19.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-dom-19.x)
DEBUG: findPr(renovate/react-dom-19.x, Update dependency react-dom to v19, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-dom-19.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-dom-19.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-dom-19.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-error-boundary-5.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-error-boundary-5.x)
DEBUG: getBranchPr(renovate/react-error-boundary-5.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-error-boundary-5.x)
DEBUG: findPr(renovate/react-error-boundary-5.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-error-boundary-5.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-error-boundary-5.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-error-boundary-5.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-error-boundary-5.x)
DEBUG: findPr(renovate/react-error-boundary-5.x, Update dependency react-error-boundary to v5, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-error-boundary-5.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-error-boundary-5.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-error-boundary-5.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-router-dom-7.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-router-dom-7.x)
DEBUG: getBranchPr(renovate/react-router-dom-7.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-router-dom-7.x)
DEBUG: findPr(renovate/react-router-dom-7.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-router-dom-7.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-router-dom-7.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-router-dom-7.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-router-dom-7.x)
DEBUG: findPr(renovate/react-router-dom-7.x, Update dependency react-router-dom to v7, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-router-dom-7.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-router-dom-7.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-router-dom-7.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-test-renderer-19.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-test-renderer-19.x)
DEBUG: getBranchPr(renovate/react-test-renderer-19.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-test-renderer-19.x)
DEBUG: findPr(renovate/react-test-renderer-19.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-test-renderer-19.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-test-renderer-19.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-test-renderer-19.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-test-renderer-19.x)
DEBUG: findPr(renovate/react-test-renderer-19.x, Update dependency react-test-renderer to v19, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-test-renderer-19.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-test-renderer-19.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/react-test-renderer-19.x)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-cli-6.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-cli-6.x)
DEBUG: getBranchPr(renovate/webpack-cli-6.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-cli-6.x)
DEBUG: findPr(renovate/webpack-cli-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-cli-6.x)
DEBUG: branchExists=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-cli-6.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-cli-6.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-cli-6.x)
DEBUG: findPr(renovate/webpack-cli-6.x, Update dependency webpack-cli to v6, !open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-cli-6.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-cli-6.x)
DEBUG: Reached branch limit - skipping branch creation (repository=big-bang/apps/sandbox/holocron/holocron-dashboard, baseBranch=master, branch=renovate/webpack-cli-6.x)
DEBUG: getBranchPr(renovate/husky-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/husky-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(733) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(733) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/loglevel-1.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/loglevel-1.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(734) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(734) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/babel-core-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-core-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(747) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(747) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/babel-eslint-parser-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-eslint-parser-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(748) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(748) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/babel-runtime-7.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-runtime-7.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(735) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(735) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/babel-loader-9.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/babel-loader-9.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(741) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(741) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-plugin-import-2.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-plugin-import-2.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(737) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(737) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-plugin-jest-28.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-plugin-jest-28.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(738) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(738) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-plugin-jsx-a11y-6.x-lockfile) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-plugin-jsx-a11y-6.x-lockfile, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getPr(742) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getMR(742) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: getBranchPr(renovate/eslint-9.x) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/eslint-9.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Closing Dependency Dashboard (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "branchList": [
         "renovate/axios-1.x-lockfile",
         "renovate/babel-core-7.x-lockfile",
         "renovate/babel-eslint-parser-7.x-lockfile",
         "renovate/babel-loader-9.x-lockfile",
         "renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile",
         "renovate/babel-plugin-transform-runtime-7.x-lockfile",
         "renovate/babel-preset-env-7.x-lockfile",
         "renovate/babel-preset-react-7.x-lockfile",
         "renovate/babel-runtime-7.x-lockfile",
         "renovate/concurrently-9.x",
         "renovate/cypress-14.x",
         "renovate/emotion-cache-11.x-lockfile",
         "renovate/emotion-react-11.x-lockfile",
         "renovate/emotion-styled-11.x-lockfile",
         "renovate/eslint-9.x",
         "renovate/eslint-config-prettier-10.x",
         "renovate/eslint-plugin-import-2.x-lockfile",
         "renovate/eslint-plugin-jest-28.x-lockfile",
         "renovate/eslint-plugin-jest-dom-5.x-lockfile",
         "renovate/eslint-plugin-jsx-a11y-6.x-lockfile",
         "renovate/eslint-plugin-prettier-5.x-lockfile",
         "renovate/eslint-plugin-react-7.x-lockfile",
         "renovate/eslint-plugin-react-hooks-5.x",
         "renovate/eslint-plugin-testing-library-7.x",
         "renovate/html-webpack-plugin-5.x-lockfile",
         "renovate/husky-9.x-lockfile",
         "renovate/ironbank",
         "renovate/jest-29.x-lockfile",
         "renovate/loglevel-1.x-lockfile",
         "renovate/mui-icons-material-6.x",
         "renovate/mui-material-6.x",
         "renovate/papaparse-5.x-lockfile",
         "renovate/prettier-3.x-lockfile",
         "renovate/react-19.x",
         "renovate/react-dom-19.x",
         "renovate/react-error-boundary-5.x",
         "renovate/react-markdown-9.x-lockfile",
         "renovate/react-router-dom-7.x",
         "renovate/react-test-renderer-19.x",
         "renovate/recharts-2.x-lockfile",
         "renovate/testing-library-jest-dom-6.x-lockfile",
         "renovate/testing-library-react-16.x-lockfile",
         "renovate/testing-library-user-event-14.x-lockfile",
         "renovate/ts-loader-9.x-lockfile",
         "renovate/tsconfig-paths-webpack-plugin-4.x-lockfile",
         "renovate/typescript-5.x-lockfile",
         "renovate/typescript-eslint-eslint-plugin-8.x",
         "renovate/typescript-eslint-parser-8.x",
         "renovate/webpack-5.x-lockfile",
         "renovate/webpack-cli-6.x",
         "renovate/webpack-dev-server-5.x-lockfile"
       ],
       "renovateBranches": [
         "renovate/babel-core-7.x-lockfile",
         "renovate/babel-eslint-parser-7.x-lockfile",
         "renovate/babel-loader-9.x-lockfile",
         "renovate/babel-runtime-7.x-lockfile",
         "renovate/eslint-9.x",
         "renovate/eslint-plugin-import-2.x-lockfile",
         "renovate/eslint-plugin-jest-28.x-lockfile",
         "renovate/eslint-plugin-jsx-a11y-6.x-lockfile",
         "renovate/husky-9.x-lockfile",
         "renovate/loglevel-1.x-lockfile",
         "renovate/testing-library__jest-dom-6.x"
       ]
DEBUG: remainingBranches=renovate/testing-library__jest-dom-6.x (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: findPr(renovate/testing-library__jest-dom-6.x, undefined, open) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: branch.isModified() = true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "branchName": "renovate/testing-library__jest-dom-6.x",
       "unrecognizedAuthors": ["ben.regan@omnifederal.com"]
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Orphan Branch is modified - skipping branch deletion (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Repo is activated (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "master", "sha": "7807537c60beb1d40690ee6c65f94536cdfffced"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "7807537c60beb1d40690ee6c65f94536cdfffced",
           "branchName": "renovate/husky-9.x-lockfile",
           "branchSha": "21c355ea0ab37293a0a7e1a94ebd645c02176ef7",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "7807537c60beb1d40690ee6c65f94536cdfffced",
           "branchName": "renovate/loglevel-1.x-lockfile",
           "branchSha": "e154b5f04da70c1e8d81ba927312333fa3abfc40",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "7807537c60beb1d40690ee6c65f94536cdfffced",
           "branchName": "renovate/babel-core-7.x-lockfile",
           "branchSha": "500f1c6560644f1b29d8ede7ad75682732a3f9e2",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "7807537c60beb1d40690ee6c65f94536cdfffced",
           "branchName": "renovate/babel-eslint-parser-7.x-lockfile",
           "branchSha": "2b909c4c08504cb408c73c58590cd50bbf3fbd14",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "7807537c60beb1d40690ee6c65f94536cdfffced",
           "branchName": "renovate/babel-runtime-7.x-lockfile",
           "branchSha": "a5db36fee5263d9e5f943bfaa2ed295cfefbf761",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "7807537c60beb1d40690ee6c65f94536cdfffced",
           "branchName": "renovate/babel-loader-9.x-lockfile",
           "branchSha": "d7312cc8f71e6c2a234106e68ec4878070712390",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "7807537c60beb1d40690ee6c65f94536cdfffced",
           "branchName": "renovate/eslint-plugin-import-2.x-lockfile",
           "branchSha": "92751e03381e19368d8f46397628741d344f559a",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "7807537c60beb1d40690ee6c65f94536cdfffced",
           "branchName": "renovate/eslint-plugin-jest-28.x-lockfile",
           "branchSha": "f16666f8ed8e4245439ab3bd08b4e6eff9f2999a",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "7807537c60beb1d40690ee6c65f94536cdfffced",
           "branchName": "renovate/eslint-plugin-jsx-a11y-6.x-lockfile",
           "branchSha": "30c4e05e80cdf17d6628e0acdffeba304e617998",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "7807537c60beb1d40690ee6c65f94536cdfffced",
           "branchName": "renovate/eslint-9.x",
           "branchSha": "be1825c2fd455c3ba7ded06e8ff284b675f00221",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "master",
       "inactiveBranches": [
         "renovate/babel-plugin-transform-runtime-7.x-lockfile",
         "renovate/jest-29.x-lockfile",
         "renovate/axios-1.x-lockfile",
         "renovate/eslint-plugin-prettier-5.x-lockfile",
         "renovate/html-webpack-plugin-5.x-lockfile",
         "renovate/react-markdown-9.x-lockfile",
         "renovate/ts-loader-9.x-lockfile",
         "renovate/ironbank",
         "renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile",
         "renovate/babel-preset-env-7.x-lockfile",
         "renovate/babel-preset-react-7.x-lockfile",
         "renovate/emotion-cache-11.x-lockfile",
         "renovate/emotion-react-11.x-lockfile",
         "renovate/emotion-styled-11.x-lockfile",
         "renovate/testing-library-jest-dom-6.x-lockfile",
         "renovate/testing-library-react-16.x-lockfile",
         "renovate/testing-library-user-event-14.x-lockfile",
         "renovate/eslint-plugin-jest-dom-5.x-lockfile",
         "renovate/eslint-plugin-react-7.x-lockfile",
         "renovate/papaparse-5.x-lockfile",
         "renovate/prettier-3.x-lockfile",
         "renovate/recharts-2.x-lockfile",
         "renovate/tsconfig-paths-webpack-plugin-4.x-lockfile",
         "renovate/typescript-5.x-lockfile",
         "renovate/webpack-5.x-lockfile",
         "renovate/webpack-dev-server-5.x-lockfile",
         "renovate/mui-icons-material-6.x",
         "renovate/mui-material-6.x",
         "renovate/typescript-eslint-eslint-plugin-8.x",
         "renovate/typescript-eslint-parser-8.x",
         "renovate/concurrently-9.x",
         "renovate/cypress-14.x",
         "renovate/eslint-config-prettier-10.x",
         "renovate/eslint-plugin-react-hooks-5.x",
         "renovate/eslint-plugin-testing-library-7.x",
         "renovate/react-19.x",
         "renovate/react-dom-19.x",
         "renovate/react-error-boundary-5.x",
         "renovate/react-router-dom-7.x",
         "renovate/react-test-renderer-19.x",
         "renovate/webpack-cli-6.x"
       ]
DEBUG: branches info extended (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "branchesInformation": [
         {
           "branchName": "renovate/babel-plugin-transform-runtime-7.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @babel/plugin-transform-runtime to v7.25.9",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@babel/plugin-transform-runtime",
               "displayPending": "",
               "fixedVersion": "7.25.4",
               "currentVersion": "7.25.4",
               "currentValue": "^7.19.6",
               "newValue": "^7.19.6",
               "newVersion": "7.25.9",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "@babel/plugin-transform-runtime"
             }
           ]
         },
         {
           "branchName": "renovate/jest-29.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @types/jest to v29.5.14",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@types/jest",
               "displayPending": "",
               "fixedVersion": "29.5.13",
               "currentVersion": "29.5.13",
               "currentValue": "^29.5.0",
               "newValue": "^29.5.0",
               "newVersion": "29.5.14",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "@types/jest"
             }
           ]
         },
         {
           "branchName": "renovate/axios-1.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency axios to v1.7.9",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "axios",
               "displayPending": "",
               "fixedVersion": "1.7.7",
               "currentVersion": "1.7.7",
               "currentValue": "^1.3.5",
               "newValue": "^1.3.5",
               "newVersion": "1.7.9",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "axios"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-plugin-prettier-5.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency eslint-plugin-prettier to v5.2.3",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint-plugin-prettier",
               "displayPending": "",
               "fixedVersion": "5.2.1",
               "currentVersion": "5.2.1",
               "currentValue": "^5.0.0",
               "newValue": "^5.0.0",
               "newVersion": "5.2.3",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "eslint-plugin-prettier"
             }
           ]
         },
         {
           "branchName": "renovate/html-webpack-plugin-5.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency html-webpack-plugin to v5.6.3",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "html-webpack-plugin",
               "displayPending": "",
               "fixedVersion": "5.6.0",
               "currentVersion": "5.6.0",
               "currentValue": "^5.5.0",
               "newValue": "^5.5.0",
               "newVersion": "5.6.3",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "html-webpack-plugin"
             }
           ]
         },
         {
           "branchName": "renovate/husky-9.x-lockfile",
           "prNo": 733,
           "prTitle": "Update dependency husky to v9.1.7",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "husky",
               "displayPending": "",
               "fixedVersion": "9.1.5",
               "currentVersion": "9.1.5",
               "currentValue": "^9.0.0",
               "newValue": "^9.0.0",
               "newVersion": "9.1.7",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "husky"
             }
           ]
         },
         {
           "branchName": "renovate/loglevel-1.x-lockfile",
           "prNo": 734,
           "prTitle": "Update dependency loglevel to v1.9.2",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "loglevel",
               "displayPending": "",
               "fixedVersion": "1.9.1",
               "currentVersion": "1.9.1",
               "currentValue": "^1.7.1",
               "newValue": "^1.7.1",
               "newVersion": "1.9.2",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "loglevel"
             }
           ]
         },
         {
           "branchName": "renovate/react-markdown-9.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency react-markdown to v9.0.3",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "react-markdown",
               "displayPending": "",
               "fixedVersion": "9.0.1",
               "currentVersion": "9.0.1",
               "currentValue": "^9.0.1",
               "newValue": "^9.0.1",
               "newVersion": "9.0.3",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "react-markdown"
             }
           ]
         },
         {
           "branchName": "renovate/ts-loader-9.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency ts-loader to v9.5.2",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "ts-loader",
               "displayPending": "",
               "fixedVersion": "9.5.1",
               "currentVersion": "9.5.1",
               "currentValue": "^9.4.2",
               "newValue": "^9.4.2",
               "newVersion": "9.5.2",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "ts-loader"
             }
           ]
         },
         {
           "branchName": "renovate/ironbank",
           "prNo": null,
           "prTitle": "Update registry1.dso.mil/ironbank/opensource/nginx/nginx Docker tag to v1.27.3",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
               "displayPending": "",
               "fixedVersion": "1.27.2",
               "currentVersion": "1.27.2",
               "currentValue": "1.27.2",
               "newValue": "1.27.3",
               "newVersion": "1.27.3",
               "packageFile": "Dockerfile",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/nginx/nginx"
             }
           ]
         },
         {
           "branchName": "renovate/babel-core-7.x-lockfile",
           "prNo": 747,
           "prTitle": "Update dependency @babel/core to v7.26.7",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@babel/core",
               "displayPending": "",
               "fixedVersion": "7.25.2",
               "currentVersion": "7.25.2",
               "currentValue": "^7.20.5",
               "newValue": "^7.20.5",
               "newVersion": "7.26.7",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@babel/core"
             }
           ]
         },
         {
           "branchName": "renovate/babel-eslint-parser-7.x-lockfile",
           "prNo": 748,
           "prTitle": "Update dependency @babel/eslint-parser to v7.26.5",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@babel/eslint-parser",
               "displayPending": "",
               "fixedVersion": "7.25.1",
               "currentVersion": "7.25.1",
               "currentValue": "^7.19.1",
               "newValue": "^7.19.1",
               "newVersion": "7.26.5",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@babel/eslint-parser"
             }
           ]
         },
         {
           "branchName": "renovate/babel-plugin-transform-modules-commonjs-7.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @babel/plugin-transform-modules-commonjs to v7.26.3",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@babel/plugin-transform-modules-commonjs",
               "displayPending": "",
               "fixedVersion": "7.24.8",
               "currentVersion": "7.24.8",
               "currentValue": "^7.21.2",
               "newValue": "^7.21.2",
               "newVersion": "7.26.3",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@babel/plugin-transform-modules-commonjs"
             }
           ]
         },
         {
           "branchName": "renovate/babel-preset-env-7.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @babel/preset-env to v7.26.7",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@babel/preset-env",
               "displayPending": "",
               "fixedVersion": "7.25.4",
               "currentVersion": "7.25.4",
               "currentValue": "^7.20.2",
               "newValue": "^7.20.2",
               "newVersion": "7.26.7",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@babel/preset-env"
             }
           ]
         },
         {
           "branchName": "renovate/babel-preset-react-7.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @babel/preset-react to v7.26.3",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@babel/preset-react",
               "displayPending": "",
               "fixedVersion": "7.24.7",
               "currentVersion": "7.24.7",
               "currentValue": "^7.18.6",
               "newValue": "^7.18.6",
               "newVersion": "7.26.3",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@babel/preset-react"
             }
           ]
         },
         {
           "branchName": "renovate/babel-runtime-7.x-lockfile",
           "prNo": 735,
           "prTitle": "Update dependency @babel/runtime to v7.26.7",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@babel/runtime",
               "displayPending": "",
               "fixedVersion": "7.24.8",
               "currentVersion": "7.24.8",
               "currentValue": "^7.20.6",
               "newValue": "^7.20.6",
               "newVersion": "7.26.7",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@babel/runtime"
             }
           ]
         },
         {
           "branchName": "renovate/emotion-cache-11.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @emotion/cache to v11.14.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@emotion/cache",
               "displayPending": "",
               "fixedVersion": "11.13.1",
               "currentVersion": "11.13.1",
               "currentValue": "^11.7.1",
               "newValue": "^11.7.1",
               "newVersion": "11.14.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@emotion/cache"
             }
           ]
         },
         {
           "branchName": "renovate/emotion-react-11.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @emotion/react to v11.14.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@emotion/react",
               "displayPending": "",
               "fixedVersion": "11.13.3",
               "currentVersion": "11.13.3",
               "currentValue": "^11.7.1",
               "newValue": "^11.7.1",
               "newVersion": "11.14.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@emotion/react"
             }
           ]
         },
         {
           "branchName": "renovate/emotion-styled-11.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @emotion/styled to v11.14.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@emotion/styled",
               "displayPending": "",
               "fixedVersion": "11.13.0",
               "currentVersion": "11.13.0",
               "currentValue": "^11.6.0",
               "newValue": "^11.6.0",
               "newVersion": "11.14.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@emotion/styled"
             }
           ]
         },
         {
           "branchName": "renovate/testing-library-jest-dom-6.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @testing-library/jest-dom to v6.6.3",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@testing-library/jest-dom",
               "displayPending": "",
               "fixedVersion": "6.5.0",
               "currentVersion": "6.5.0",
               "currentValue": "^6.1.5",
               "newValue": "^6.1.5",
               "newVersion": "6.6.3",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@testing-library/jest-dom"
             }
           ]
         },
         {
           "branchName": "renovate/testing-library-react-16.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @testing-library/react to v16.2.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@testing-library/react",
               "displayPending": "",
               "fixedVersion": "16.0.1",
               "currentVersion": "16.0.1",
               "currentValue": "^16.0.0",
               "newValue": "^16.0.0",
               "newVersion": "16.2.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@testing-library/react"
             }
           ]
         },
         {
           "branchName": "renovate/testing-library-user-event-14.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency @testing-library/user-event to v14.6.1",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@testing-library/user-event",
               "displayPending": "",
               "fixedVersion": "14.5.2",
               "currentVersion": "14.5.2",
               "currentValue": "^14.4.3",
               "newValue": "^14.4.3",
               "newVersion": "14.6.1",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "@testing-library/user-event"
             }
           ]
         },
         {
           "branchName": "renovate/babel-loader-9.x-lockfile",
           "prNo": 741,
           "prTitle": "Update dependency babel-loader to v9.2.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "babel-loader",
               "displayPending": "",
               "fixedVersion": "9.1.3",
               "currentVersion": "9.1.3",
               "currentValue": "^9.1.2",
               "newValue": "^9.1.2",
               "newVersion": "9.2.1",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "babel-loader"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-plugin-import-2.x-lockfile",
           "prNo": 737,
           "prTitle": "Update dependency eslint-plugin-import to v2.31.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint-plugin-import",
               "displayPending": "",
               "fixedVersion": "2.29.1",
               "currentVersion": "2.29.1",
               "currentValue": "^2.22.1",
               "newValue": "^2.22.1",
               "newVersion": "2.31.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "eslint-plugin-import"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-plugin-jest-28.x-lockfile",
           "prNo": 738,
           "prTitle": "Update dependency eslint-plugin-jest to v28.11.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint-plugin-jest",
               "displayPending": "",
               "fixedVersion": "28.6.0",
               "currentVersion": "28.6.0",
               "currentValue": "^28.0.0",
               "newValue": "^28.0.0",
               "newVersion": "28.11.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "eslint-plugin-jest"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-plugin-jest-dom-5.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency eslint-plugin-jest-dom to v5.5.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint-plugin-jest-dom",
               "displayPending": "",
               "fixedVersion": "5.4.0",
               "currentVersion": "5.4.0",
               "currentValue": "^5.0.0",
               "newValue": "^5.0.0",
               "newVersion": "5.5.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "eslint-plugin-jest-dom"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-plugin-jsx-a11y-6.x-lockfile",
           "prNo": 742,
           "prTitle": "Update dependency eslint-plugin-jsx-a11y to v6.10.2",
           "result": "done",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint-plugin-jsx-a11y",
               "displayPending": "",
               "fixedVersion": "6.9.0",
               "currentVersion": "6.9.0",
               "currentValue": "^6.4.1",
               "newValue": "^6.4.1",
               "newVersion": "6.10.2",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "eslint-plugin-jsx-a11y"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-plugin-react-7.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency eslint-plugin-react to v7.37.4",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint-plugin-react",
               "displayPending": "",
               "fixedVersion": "7.35.0",
               "currentVersion": "7.35.0",
               "currentValue": "^7.23.2",
               "newValue": "^7.23.2",
               "newVersion": "7.37.4",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "eslint-plugin-react"
             }
           ]
         },
         {
           "branchName": "renovate/papaparse-5.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency papaparse to v5.5.2",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "papaparse",
               "displayPending": "",
               "fixedVersion": "5.4.1",
               "currentVersion": "5.4.1",
               "currentValue": "^5.3.1",
               "newValue": "^5.3.1",
               "newVersion": "5.5.2",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "papaparse"
             },
             {
               "datasource": "npm",
               "depName": "@types/papaparse",
               "displayPending": "",
               "fixedVersion": "5.3.14",
               "currentVersion": "5.3.14",
               "currentValue": "^5.3.7",
               "newValue": "^5.3.7",
               "newVersion": "5.3.15",
               "packageFile": "package.json",
               "updateType": "patch",
               "packageName": "@types/papaparse"
             }
           ]
         },
         {
           "branchName": "renovate/prettier-3.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency prettier to v3.4.2",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "prettier",
               "displayPending": "",
               "fixedVersion": "3.3.3",
               "currentVersion": "3.3.3",
               "currentValue": "^3.0.0",
               "newValue": "^3.0.0",
               "newVersion": "3.4.2",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "prettier"
             }
           ]
         },
         {
           "branchName": "renovate/recharts-2.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency recharts to v2.15.1",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "recharts",
               "displayPending": "",
               "fixedVersion": "2.12.7",
               "currentVersion": "2.12.7",
               "currentValue": "^2.0.9",
               "newValue": "^2.0.9",
               "newVersion": "2.15.1",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "recharts"
             }
           ]
         },
         {
           "branchName": "renovate/tsconfig-paths-webpack-plugin-4.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency tsconfig-paths-webpack-plugin to v4.2.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "tsconfig-paths-webpack-plugin",
               "displayPending": "",
               "fixedVersion": "4.1.0",
               "currentVersion": "4.1.0",
               "currentValue": "^4.0.1",
               "newValue": "^4.0.1",
               "newVersion": "4.2.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "tsconfig-paths-webpack-plugin"
             }
           ]
         },
         {
           "branchName": "renovate/typescript-5.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency typescript to v5.7.3",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "typescript",
               "displayPending": "",
               "fixedVersion": "5.5.4",
               "currentVersion": "5.5.4",
               "currentValue": "^5.0.0",
               "newValue": "^5.0.0",
               "newVersion": "5.7.3",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "typescript"
             }
           ]
         },
         {
           "branchName": "renovate/webpack-5.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency webpack to v5.97.1",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "webpack",
               "displayPending": "",
               "fixedVersion": "5.93.0",
               "currentVersion": "5.93.0",
               "currentValue": "^5.68.0",
               "newValue": "^5.68.0",
               "newVersion": "5.97.1",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "webpack"
             }
           ]
         },
         {
           "branchName": "renovate/webpack-dev-server-5.x-lockfile",
           "prNo": null,
           "prTitle": "Update dependency webpack-dev-server to v5.2.0",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "webpack-dev-server",
               "displayPending": "",
               "fixedVersion": "5.0.4",
               "currentVersion": "5.0.4",
               "currentValue": "^5.0.0",
               "newValue": "^5.0.0",
               "newVersion": "5.2.0",
               "packageFile": "package.json",
               "updateType": "minor",
               "packageName": "webpack-dev-server"
             }
           ]
         },
         {
           "branchName": "renovate/mui-icons-material-6.x",
           "prNo": null,
           "prTitle": "Update dependency @mui/icons-material to v6",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@mui/icons-material",
               "displayPending": "",
               "fixedVersion": "5.16.7",
               "currentVersion": "5.16.7",
               "currentValue": "^5.1.0",
               "newValue": "^6.0.0",
               "newVersion": "6.4.2",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "@mui/icons-material"
             }
           ]
         },
         {
           "branchName": "renovate/mui-material-6.x",
           "prNo": null,
           "prTitle": "Update dependency @mui/material to v6",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@mui/material",
               "displayPending": "",
               "fixedVersion": "5.16.7",
               "currentVersion": "5.16.7",
               "currentValue": "^5.15.4",
               "newValue": "^6.0.0",
               "newVersion": "6.4.2",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "@mui/material"
             }
           ]
         },
         {
           "branchName": "renovate/typescript-eslint-eslint-plugin-8.x",
           "prNo": null,
           "prTitle": "Update dependency @typescript-eslint/eslint-plugin to v8",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@typescript-eslint/eslint-plugin",
               "displayPending": "",
               "fixedVersion": "7.16.1",
               "currentVersion": "7.16.1",
               "currentValue": "^7.0.0",
               "newValue": "^8.0.0",
               "newVersion": "8.22.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "@typescript-eslint/eslint-plugin"
             }
           ]
         },
         {
           "branchName": "renovate/typescript-eslint-parser-8.x",
           "prNo": null,
           "prTitle": "Update dependency @typescript-eslint/parser to v8",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "@typescript-eslint/parser",
               "displayPending": "",
               "fixedVersion": "7.16.1",
               "currentVersion": "7.16.1",
               "currentValue": "^7.1.0",
               "newValue": "^8.0.0",
               "newVersion": "8.22.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "@typescript-eslint/parser"
             }
           ]
         },
         {
           "branchName": "renovate/concurrently-9.x",
           "prNo": null,
           "prTitle": "Update dependency concurrently to v9",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "concurrently",
               "displayPending": "",
               "fixedVersion": "8.2.2",
               "currentVersion": "8.2.2",
               "currentValue": "^8.0.1",
               "newValue": "^9.0.0",
               "newVersion": "9.1.2",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "concurrently"
             }
           ]
         },
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": null,
           "prTitle": "Update dependency cypress to v14",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "fixedVersion": "13.15.0",
               "currentVersion": "13.15.0",
               "currentValue": "^13.15.0",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-9.x",
           "prNo": null,
           "prTitle": "Update dependency eslint to v9",
           "result": "error",
           "prBlockedBy": "Error",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint",
               "displayPending": "",
               "fixedVersion": "8.57.0",
               "currentVersion": "8.57.0",
               "currentValue": "^8.37.0",
               "newValue": "^9.0.0",
               "newVersion": "9.19.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "eslint"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-config-prettier-10.x",
           "prNo": null,
           "prTitle": "Update dependency eslint-config-prettier to v10",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint-config-prettier",
               "displayPending": "",
               "fixedVersion": "9.1.0",
               "currentVersion": "9.1.0",
               "currentValue": "^9.0.0",
               "newValue": "^10.0.0",
               "newVersion": "10.0.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "eslint-config-prettier"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-plugin-react-hooks-5.x",
           "prNo": null,
           "prTitle": "Update dependency eslint-plugin-react-hooks to v5",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint-plugin-react-hooks",
               "displayPending": "",
               "fixedVersion": "4.6.2",
               "currentVersion": "4.6.2",
               "currentValue": "^4.2.0",
               "newValue": "^5.0.0",
               "newVersion": "5.1.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "eslint-plugin-react-hooks"
             }
           ]
         },
         {
           "branchName": "renovate/eslint-plugin-testing-library-7.x",
           "prNo": null,
           "prTitle": "Update dependency eslint-plugin-testing-library to v7",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "eslint-plugin-testing-library",
               "displayPending": "",
               "fixedVersion": "6.2.2",
               "currentVersion": "6.2.2",
               "currentValue": "^6.0.0",
               "newValue": "^7.0.0",
               "newVersion": "7.1.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "eslint-plugin-testing-library"
             }
           ]
         },
         {
           "branchName": "renovate/react-19.x",
           "prNo": null,
           "prTitle": "Update dependency react to v19",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "react",
               "displayPending": "",
               "fixedVersion": "18.3.1",
               "currentVersion": "18.3.1",
               "currentValue": "^18.2.0",
               "newValue": "^19.0.0",
               "newVersion": "19.0.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "react"
             },
             {
               "datasource": "npm",
               "depName": "@types/react",
               "displayPending": "",
               "fixedVersion": "18.3.5",
               "currentVersion": "18.3.5",
               "currentValue": "^18.0.35",
               "newValue": "^19.0.0",
               "newVersion": "19.0.8",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "@types/react"
             }
           ]
         },
         {
           "branchName": "renovate/react-dom-19.x",
           "prNo": null,
           "prTitle": "Update dependency react-dom to v19",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "react-dom",
               "displayPending": "",
               "fixedVersion": "18.3.1",
               "currentVersion": "18.3.1",
               "currentValue": "^18.2.0",
               "newValue": "^19.0.0",
               "newVersion": "19.0.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "react-dom"
             },
             {
               "datasource": "npm",
               "depName": "@types/react-dom",
               "displayPending": "",
               "fixedVersion": "18.3.0",
               "currentVersion": "18.3.0",
               "currentValue": "^18.0.11",
               "newValue": "^19.0.0",
               "newVersion": "19.0.3",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "@types/react-dom"
             }
           ]
         },
         {
           "branchName": "renovate/react-error-boundary-5.x",
           "prNo": null,
           "prTitle": "Update dependency react-error-boundary to v5",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "react-error-boundary",
               "displayPending": "",
               "fixedVersion": "4.0.13",
               "currentVersion": "4.0.13",
               "currentValue": "^4.0.3",
               "newValue": "^5.0.0",
               "newVersion": "5.0.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "react-error-boundary"
             }
           ]
         },
         {
           "branchName": "renovate/react-router-dom-7.x",
           "prNo": null,
           "prTitle": "Update dependency react-router-dom to v7",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "react-router-dom",
               "displayPending": "",
               "fixedVersion": "6.25.1",
               "currentVersion": "6.25.1",
               "currentValue": "^6.19.0",
               "newValue": "^7.0.0",
               "newVersion": "7.1.5",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "react-router-dom"
             }
           ]
         },
         {
           "branchName": "renovate/react-test-renderer-19.x",
           "prNo": null,
           "prTitle": "Update dependency react-test-renderer to v19",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "react-test-renderer",
               "displayPending": "",
               "fixedVersion": "18.3.1",
               "currentVersion": "18.3.1",
               "currentValue": "^18.2.0",
               "newValue": "^19.0.0",
               "newVersion": "19.0.0",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "react-test-renderer"
             }
           ]
         },
         {
           "branchName": "renovate/webpack-cli-6.x",
           "prNo": null,
           "prTitle": "Update dependency webpack-cli to v6",
           "result": "branch-limit-reached",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "webpack-cli",
               "displayPending": "",
               "fixedVersion": "5.1.4",
               "currentVersion": "5.1.4",
               "currentValue": "^5.0.1",
               "newValue": "^6.0.0",
               "newVersion": "6.0.1",
               "packageFile": "package.json",
               "updateType": "major",
               "packageName": "webpack-cli"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "stats": {"total": 30, "open": 9, "closed": 3, "merged": 18}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
DEBUG: repository problems (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "repoProblems": [
         "WARN: Invalid registry response",
         "WARN: No github.com token has been configured. Skipping release notes retrieval",
         "WARN: Package lookup failures"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "splits": {"init": 2961, "extract": 355, "lookup": 3303, "onboarding": 1, "update": 58591},
       "total": 65266
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "get": {"count": 83, "avgMs": 9, "medianMs": 1, "maxMs": 221, "totalMs": 745},
       "set": {"count": 65, "avgMs": 23, "medianMs": 13, "maxMs": 131, "totalMs": 1482}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "hosts": {
         "registry.npmjs.org": {
           "count": 61,
           "reqAvgMs": 124,
           "reqMedianMs": 98,
           "reqMaxMs": 690,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 45,
           "reqMedianMs": 29,
           "reqMaxMs": 137,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 99,
           "reqAvgMs": 240,
           "reqMedianMs": 202,
           "reqMaxMs": 1534,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 167
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "https://registry.npmjs.org": {
         "/@babel%2Fcore": {"hit": 0, "miss": 1},
         "/@babel%2Feslint-parser": {"hit": 0, "miss": 1},
         "/@babel%2Fplugin-proposal-private-property-in-object": {"hit": 0, "miss": 1},
         "/@babel%2Fplugin-transform-modules-commonjs": {"hit": 0, "miss": 1},
         "/@babel%2Fplugin-transform-runtime": {"hit": 0, "miss": 1},
         "/@babel%2Fpreset-env": {"hit": 0, "miss": 1},
         "/@babel%2Fpreset-react": {"hit": 0, "miss": 1},
         "/@babel%2Fruntime": {"hit": 0, "miss": 1},
         "/@emotion%2Fcache": {"hit": 0, "miss": 1},
         "/@emotion%2Freact": {"hit": 0, "miss": 1},
         "/@emotion%2Fstyled": {"hit": 0, "miss": 1},
         "/@mui%2Ficons-material": {"hit": 0, "miss": 1},
         "/@mui%2Fmaterial": {"hit": 0, "miss": 1},
         "/@testing-library%2Fjest-dom": {"hit": 0, "miss": 1},
         "/@testing-library%2Freact": {"hit": 0, "miss": 1},
         "/@testing-library%2Fuser-event": {"hit": 0, "miss": 1},
         "/@types%2Fjest": {"hit": 0, "miss": 1},
         "/@types%2Fpapaparse": {"hit": 0, "miss": 1},
         "/@types%2Freact": {"hit": 0, "miss": 0, "localHit": 1},
         "/@types%2Freact-dom": {"hit": 0, "miss": 0, "localHit": 1},
         "/@types%2Fwebpack": {"hit": 0, "miss": 1},
         "/@typescript-eslint%2Feslint-plugin": {"hit": 0, "miss": 0, "localHit": 1},
         "/@typescript-eslint%2Fparser": {"hit": 0, "miss": 0, "localHit": 1},
         "/autosuggest-highlight": {"hit": 0, "miss": 1},
         "/axios": {"hit": 0, "miss": 0, "localHit": 1},
         "/babel-loader": {"hit": 0, "miss": 1},
         "/babel-polyfill": {"hit": 0, "miss": 1},
         "/concurrently": {"hit": 0, "miss": 0, "localHit": 1},
         "/cross-env": {"hit": 0, "miss": 1},
         "/cypress": {"hit": 0, "miss": 0, "localHit": 1},
         "/eslint": {"hit": 0, "miss": 0, "localHit": 1},
         "/eslint-config-airbnb": {"hit": 0, "miss": 1},
         "/eslint-config-prettier": {"hit": 0, "miss": 1},
         "/eslint-config-react-app": {"hit": 0, "miss": 1},
         "/eslint-plugin-etc": {"hit": 0, "miss": 1},
         "/eslint-plugin-flowtype": {"hit": 0, "miss": 1},
         "/eslint-plugin-import": {"hit": 0, "miss": 0, "localHit": 1},
         "/eslint-plugin-jest": {"hit": 0, "miss": 1},
         "/eslint-plugin-jest-dom": {"hit": 0, "miss": 1},
         "/eslint-plugin-jsx-a11y": {"hit": 0, "miss": 1},
         "/eslint-plugin-prettier": {"hit": 0, "miss": 1},
         "/eslint-plugin-react": {"hit": 0, "miss": 1},
         "/eslint-plugin-react-hooks": {"hit": 0, "miss": 1},
         "/eslint-plugin-testing-library": {"hit": 0, "miss": 1},
         "/fork-ts-checker-webpack-plugin": {"hit": 0, "miss": 1},
         "/history": {"hit": 0, "miss": 1},
         "/html-webpack-plugin": {"hit": 0, "miss": 1},
         "/husky": {"hit": 0, "miss": 0, "localHit": 1},
         "/import-sort-style-absolute": {"hit": 0, "miss": 1},
         "/jest": {"hit": 0, "miss": 1},
         "/jest-environment-jsdom": {"hit": 0, "miss": 1},
         "/local-storage": {"hit": 0, "miss": 1},
         "/loglevel": {"hit": 0, "miss": 1},
         "/miragejs": {"hit": 0, "miss": 1},
         "/mkdirp": {"hit": 0, "miss": 1},
         "/papaparse": {"hit": 0, "miss": 1},
         "/prettier": {"hit": 0, "miss": 0, "localHit": 1},
         "/raw-loader": {"hit": 0, "miss": 1},
         "/react": {"hit": 0, "miss": 0, "localHit": 1},
         "/react-dom": {"hit": 0, "miss": 0, "localHit": 1},
         "/react-error-boundary": {"hit": 0, "miss": 1},
         "/react-markdown": {"hit": 0, "miss": 1},
         "/react-query": {"hit": 0, "miss": 1},
         "/react-router-dom": {"hit": 0, "miss": 1},
         "/react-test-renderer": {"hit": 0, "miss": 1},
         "/recharts": {"hit": 0, "miss": 0, "localHit": 1},
         "/remark-gfm": {"hit": 0, "miss": 1},
         "/svg-url-loader": {"hit": 0, "miss": 1},
         "/tcp-port-used": {"hit": 0, "miss": 1},
         "/ts-jest": {"hit": 0, "miss": 1},
         "/ts-loader": {"hit": 0, "miss": 1},
         "/ts-node": {"hit": 0, "miss": 0, "localHit": 1},
         "/tsconfig-paths-webpack-plugin": {"hit": 0, "miss": 1},
         "/typescript": {"hit": 0, "miss": 0, "localHit": 1},
         "/webpack": {"hit": 0, "miss": 1},
         "/webpack-cli": {"hit": 0, "miss": 1},
         "/webpack-dev-server": {"hit": 0, "miss": 1}
       }
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "docker": {"count": 3, "avgMs": 213, "medianMs": 64, "maxMs": 527, "totalMs": 640},
       "npm": {"count": 77, "avgMs": 172, "medianMs": 130, "maxMs": 1064, "totalMs": 13228}
 INFO: Repository finished (repository=big-bang/apps/sandbox/holocron/holocron-dashboard)
       "cloned": true,
       "durationMs": 65266
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/tempo)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/tempo (repository=big-bang/product/packages/tempo)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/tempo)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/tempo)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/tempo)
DEBUG: big-bang/product/packages/tempo default branch = main (repository=big-bang/product/packages/tempo)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/tempo)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/tempo.git (repository=big-bang/product/packages/tempo)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/tempo)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/tempo)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/tempo)
DEBUG: isOnboarded() (repository=big-bang/product/packages/tempo)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/tempo)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/tempo)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/tempo)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/tempo (repository=big-bang/product/packages/tempo)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/tempo)
DEBUG: git clone completed (repository=big-bang/product/packages/tempo)
       "durationMs": 638
DEBUG: latest repository commit (repository=big-bang/product/packages/tempo)
       "latestCommit": {
         "hash": "75b8f5b7f31d31df082ffa6067db5ac3eb33d382",
         "date": "2025-01-23T19:36:45+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 1.18.1-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/packages/tempo!150",
         "author_name": "Blair Bowden",
         "author_email": "blair@radiusmethod.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/tempo)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/tempo)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/tempo)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/tempo)
DEBUG: Repository config (repository=big-bang/product/packages/tempo)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Tempo Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["tempo", "renovate"],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s*(?<depName>.+)\n.*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Tempo:\\s*(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/grafana/tempo",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Tempo Query:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/grafana/tempo-query",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- OpenTelemetry Collector:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/opentelemetry/opentelemetry-collector",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": "Update chart version",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "depNameTemplate": "tempo",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/tempo)
DEBUG: Config migration necessary (repository=big-bang/product/packages/tempo)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Tempo Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["tempo", "renovate"],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s*(?<depName>.+)\n.*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Tempo:\\s*(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/grafana/tempo",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Tempo Query:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/grafana/tempo-query",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- OpenTelemetry Collector:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/opentelemetry/opentelemetry-collector",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": "Update chart version",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "depNameTemplate": "tempo",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Tempo Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["tempo", "renovate"],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "description": "Update chart version",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "depNameTemplate": "tempo",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/tempo)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Tempo Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["tempo", "renovate"],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "description": ["Update chart version"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "depNameTemplate": "tempo",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/tempo)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/tempo)
DEBUG: findIssue(Renovate: Upgrade Tempo Package Dependencies) (repository=big-bang/product/packages/tempo)
DEBUG: baseBranches (repository=big-bang/product/packages/tempo)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/tempo, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T19:36:45+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/tempo, baseBranch=main)
       "managers": {"helm-values": 13, "regex": 18, "helmv3": 19}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/product/packages/tempo, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/tempo, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 1},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 1, "depCount": 1}
         },
         "total": {"fileCount": 3, "depCount": 3}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/tempo, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/tempo, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.18.1-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "tempo",
                 "currentValue": "1.18.1",
                 "datasource": "helm",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "replaceString": "version: 1.18.1-bb.0",
                 "updates": [],
                 "packageName": "tempo",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/helm-charts",
                 "registryUrl": "https://grafana.github.io/helm-charts",
                 "homepage": "https://grafana.net",
                 "currentVersion": "1.18.1",
                 "currentVersionTimestamp": "2025-01-18T15:22:59.819Z",
                 "currentVersionAgeInDays": 15,
                 "fixedVersion": "1.18.1"
               }
             ],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "depNameTemplate": "tempo",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://grafana.github.io/helm-charts",
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/tempo)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/tempo)
DEBUG: processRepo() (repository=big-bang/product/packages/tempo)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/tempo)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/tempo)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/tempo)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/tempo)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/tempo)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/tempo)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/tempo)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/tempo)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/tempo)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/tempo)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/tempo)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/tempo)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/tempo)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/tempo)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/tempo)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/tempo)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/tempo)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/tempo)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/tempo)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/tempo)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/tempo)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/tempo)
DEBUG: ensureIssue() (repository=big-bang/product/packages/tempo)
DEBUG: Updating issue (repository=big-bang/product/packages/tempo)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/tempo)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/tempo)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/tempo)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/tempo)
DEBUG: No renovate branches found (repository=big-bang/product/packages/tempo)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/tempo)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/tempo)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/tempo)
DEBUG: Repo is activated (repository=big-bang/product/packages/tempo)
DEBUG: Branch summary (repository=big-bang/product/packages/tempo)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "75b8f5b7f31d31df082ffa6067db5ac3eb33d382"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/tempo)
       "stats": {"total": 6, "open": 0, "closed": 0, "merged": 6}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/tempo)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/tempo)
       "splits": {"init": 1791, "extract": 200, "lookup": 68, "onboarding": 0, "update": 1},
       "total": 2560
DEBUG: Package cache statistics (repository=big-bang/product/packages/tempo)
       "get": {"count": 5, "avgMs": 12, "medianMs": 5, "maxMs": 41, "totalMs": 60},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/packages/tempo)
       "hosts": {
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 205,
           "reqMedianMs": 113,
           "reqMaxMs": 523,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 7
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/tempo)
DEBUG: Lookup statistics (repository=big-bang/product/packages/tempo)
       "docker": {"count": 2, "avgMs": 25, "medianMs": 33, "maxMs": 33, "totalMs": 49},
       "helm": {"count": 1, "avgMs": 46, "medianMs": 46, "maxMs": 46, "totalMs": 46}
 INFO: Repository finished (repository=big-bang/product/packages/tempo)
       "cloned": true,
       "durationMs": 2560
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/loki)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/loki (repository=big-bang/product/packages/loki)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/loki)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/loki)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/loki)
DEBUG: big-bang/product/packages/loki default branch = main (repository=big-bang/product/packages/loki)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/loki)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/loki.git (repository=big-bang/product/packages/loki)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/loki)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/loki)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/loki)
DEBUG: isOnboarded() (repository=big-bang/product/packages/loki)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/loki)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/loki)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/loki)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/loki (repository=big-bang/product/packages/loki)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/loki)
DEBUG: git clone completed (repository=big-bang/product/packages/loki)
       "durationMs": 651
DEBUG: latest repository commit (repository=big-bang/product/packages/loki)
       "latestCommit": {
         "hash": "ea1a804109004a890b7cc459a1cf83e17e209f74",
         "date": "2025-01-31T17:44:28+00:00",
         "message": "Merge branch 'int/loki-mino-update' into 'main'",
         "refs": "HEAD -> main, tag: 6.24.0-bb.3, origin/main, origin/HEAD",
         "body": "update minio labels\n\nSee merge request big-bang/product/packages/loki!302",
         "author_name": "Blair Bowden",
         "author_email": "blair@radiusmethod.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/loki)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/loki)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/loki)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/loki)
DEBUG: Repository config (repository=big-bang/product/packages/loki)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Loki Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["loki", "renovate", "kind::maintenance", "team::Observability"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "ignoreDeps": ["prom/memcached-exporter"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Loki:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/grafana/loki",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/loki)
DEBUG: No config migration necessary (repository=big-bang/product/packages/loki)
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/loki)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/loki)
DEBUG: findIssue(Renovate: Upgrade Loki Package Dependencies) (repository=big-bang/product/packages/loki)
DEBUG: baseBranches (repository=big-bang/product/packages/loki)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/loki, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T17:44:28+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/loki, baseBranch=main)
       "managers": {"regex": 6, "helmv3": 7, "helm-values": 72}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/packages/loki, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/loki, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 28},
           "helmv3": {"fileCount": 1, "depCount": 4},
           "regex": {"fileCount": 2, "depCount": 10}
         },
         "total": {"fileCount": 4, "depCount": 42}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency docker.io/grafana/enterprise-logs-provisioner has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping docker.io/grafana/enterprise-logs-provisioner because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency docker.io/grafana/loki-helm-test has unsupported/unversioned value ewelch-distributed-helm-chart-17db5ee (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping docker.io/grafana/loki-helm-test because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency docker.io/grafana/enterprise-logs-provisioner has unsupported/unversioned value latest (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping docker.io/grafana/enterprise-logs-provisioner because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency docker.io/grafana/loki-helm-test has unsupported/unversioned value latest (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping docker.io/grafana/loki-helm-test because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency docker.io/grafana/loki-canary has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping docker.io/grafana/loki-canary because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: hostRules: no authentication for hub.docker.com (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency: prom/memcached-exporter, is ignored (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/opensource/minio/minio has unsupported/unversioned value RELEASE.2024-06-04T19-20-08Z (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/opensource/minio/minio because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Dependency null has unsupported/unversioned value undefined (versioning=docker) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Skipping null because no currentDigest or pinDigests (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/grafana/grafana-enterprise-logs, latest) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/grafana/grafana-enterprise-logs, latest, get) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/grafana/loki, latest) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/grafana/loki, latest, get) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/grafana/grafana-enterprise-logs, sha256:28fc3bd94a69db1a0d09242ef33844f2acb24bccc456cb4b5f0e14bb62de35f2, get) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/grafana/loki, sha256:a05d4218871ba775b2575e663e31ee13b78a04cb90e888c71b24fb1ac6f2b827, get) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/loki, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917483",
         "mil.dso.ironbank.image.keywords": "logs,monitoring,observability,logging",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "loki",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:50:57+00:00",
         "org.opencontainers.image.description": "Like Prometheus, but for logs.",
         "org.opencontainers.image.licenses": "AGPL-3.0",
         "org.opencontainers.image.revision": "688fce785a13739f2de6dd4d1058d828e1298dd9",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/grafana/loki",
         "org.opencontainers.image.title": "loki",
         "org.opencontainers.image.url": "https://github.com/grafana/loki",
         "org.opencontainers.image.vendor": "Grafana",
         "org.opencontainers.image.version": "3.3.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/loki, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917785",
         "mil.dso.ironbank.image.keywords": "logs,monitoring,observability,logging",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "grafana-enterprise-logs",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 01:25:21+00:00",
         "org.opencontainers.image.description": "GEL is a commercial offering based on the open source project Loki.",
         "org.opencontainers.image.licenses": "Grafana Labs License",
         "org.opencontainers.image.revision": "18527bd04c183208f3819d04fcfa9a54c19d0534",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/grafana/grafana-enterprise-logs",
         "org.opencontainers.image.title": "grafana-enterprise-logs",
         "org.opencontainers.image.url": "https://grafana.com/docs/enterprise-logs/latest/",
         "org.opencontainers.image.vendor": "Grafana",
         "org.opencontainers.image.version": "v3.3.0",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: GET https://hub.docker.com/v2/repositories/grafana/loki-canary/tags?ordering=last_updated&page=216&page_size=100 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=429 retryCount=0, duration=70) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Retry-After: delay 1738566973 seconds exceeds maxRetryAfter 60 seconds for https://hub.docker.com/v2/repositories/grafana/loki-canary/tags?ordering=last_updated&page=216&page_size=100 (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Docker: error fetching data from DockerHub (repository=big-bang/product/packages/loki, baseBranch=main)
       "err": {
         "name": "HTTPError",
         "code": "ERR_NON_2XX_3XX_RESPONSE",
         "timings": {
           "start": 1738566913893,
           "socket": 1738566913893,
           "lookup": 1738566913893,
           "connect": 1738566913893,
           "secureConnect": 1738566913893,
           "upload": 1738566913893,
           "response": 1738566913962,
           "end": 1738566913963,
           "phases": {
             "wait": 0,
             "dns": 0,
             "tcp": 0,
             "tls": 0,
             "request": 0,
             "firstByte": 69,
             "download": 1,
             "total": 70
           }
         },
         "message": "Response code 429 (Too Many Requests)",
         "stack": "HTTPError: Response code 429 (Too Many Requests)\n    at Request.<anonymous> (/usr/local/renovate/node_modules/.pnpm/got@11.8.6/node_modules/got/dist/source/as-promise/index.js:118:42)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)",
         "options": {
           "headers": {
             "user-agent": "RenovateBot/39.88.0 (https://github.com/renovatebot/renovate)",
             "accept": "application/json",
             "accept-encoding": "gzip, deflate, br"
           },
           "url": "https://hub.docker.com/v2/repositories/grafana/loki-canary/tags?ordering=last_updated&page=216&page_size=100",
           "hostType": "docker",
           "username": "",
           "password": "",
           "method": "GET",
           "http2": false
         },
         "response": {
           "statusCode": 429,
           "statusMessage": "Too Many Requests",
           "body": {"detail": "Rate limit exceeded", "error": false},
           "headers": {
             "date": "Mon, 03 Feb 2025 07:15:13 GMT",
             "content-type": "application/json",
             "transfer-encoding": "chunked",
             "x-ratelimit-limit": "180",
             "x-ratelimit-reset": "1738566973",
             "x-ratelimit-remaining": "0",
             "x-ratelimit-ip": "52.61.65.120",
             "retry-after": "1738566973",
             "x-frame-options": "deny",
             "x-content-type-options": "nosniff",
             "x-xss-protection": "1; mode=block",
             "strict-transport-security": "max-age=31536000"
           },
           "httpVersion": "1.1",
           "retryCount": 0
         }
       }
DEBUG: Using queue: host=index.docker.io, concurrency=16 (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Using queue: host=auth.docker.io, concurrency=16 (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, grafana/loki-canary, latest) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, grafana/loki-canary, latest, get) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, grafana/loki-canary, sha256:a3e59ec71d48b299792d93bb7b5552d5ebb7045f21ab51288e31c3b3a5df898c, get) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/loki, baseBranch=main)
       "labels": {
         "org.opencontainers.image.created": "2024-10-18T15:52:01Z",
         "org.opencontainers.image.revision": "41a2ee77e8a48639ee0e59bd636d547ff829898b",
         "org.opencontainers.image.source": "https://github.com/grafana/loki.git",
         "org.opencontainers.image.url": "https://github.com/grafana/loki"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: 7 flattened updates found: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/memcached/memcached, registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar, grafana-agent-operator, gluon, rollout-operator, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: Returning 3 branch(es) (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/loki, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/loki, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/loki",
                 "currentValue": "3.3.2",
                 "datasource": "docker",
                 "replaceString": "3.3.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/loki",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/loki",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/loki",
                 "lookupName": "ironbank/opensource/grafana/loki",
                 "currentVersion": "3.3.2",
                 "fixedVersion": "3.3.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/grafana/grafana-enterprise-logs",
                 "currentValue": "v3.3.0",
                 "datasource": "docker",
                 "replaceString": "v3.3.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/grafana/grafana-enterprise-logs",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/grafana-enterprise-logs",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://grafana.com/docs/enterprise-logs/latest/",
                 "lookupName": "ironbank/grafana/grafana-enterprise-logs",
                 "currentVersion": "v3.3.0",
                 "fixedVersion": "v3.3.0"
               },
               {
                 "depName": "docker.io/grafana/enterprise-logs-provisioner",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "docker.io/grafana/enterprise-logs-provisioner",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.8",
                 "datasource": "docker",
                 "replaceString": "v1.30.8",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.8",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.8"
               },
               {
                 "depName": "docker.io/grafana/loki-helm-test",
                 "currentValue": "ewelch-distributed-helm-chart-17db5ee",
                 "datasource": "docker",
                 "replaceString": "ewelch-distributed-helm-chart-17db5ee",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "docker.io/grafana/loki-helm-test",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "docker.io/grafana/loki-canary",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "docker.io/grafana/loki-canary",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "currentValue": "1.27.3",
                 "datasource": "docker",
                 "replaceString": "1.27.3",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nginx/nginx",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nginx.org/en/",
                 "lookupName": "ironbank/opensource/nginx/nginx",
                 "currentVersion": "1.27.3",
                 "fixedVersion": "1.27.3"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached",
                 "currentValue": "1.6.33",
                 "datasource": "docker",
                 "replaceString": "1.6.33",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.6.34",
                     "newValue": "1.6.34",
                     "newMajor": 1,
                     "newMinor": 6,
                     "newPatch": 34,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/memcached/memcached",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/memcached/memcached",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://memcached.org/",
                 "lookupName": "ironbank/opensource/memcached/memcached",
                 "currentVersion": "1.6.33",
                 "isSingleVersion": true,
                 "fixedVersion": "1.6.33"
               },
               {
                 "depName": "prom/memcached-exporter",
                 "currentValue": "v0.15.0",
                 "datasource": "docker",
                 "replaceString": "v0.15.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "prom/memcached-exporter",
                 "skipReason": "ignored"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
                 "currentValue": "1.28.4",
                 "datasource": "docker",
                 "replaceString": "1.28.4",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.29.1",
                     "newValue": "1.29.1",
                     "newMajor": 1,
                     "newMinor": 29,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kiwigrid/k8s-sidecar",
                 "lookupName": "ironbank/kiwigrid/k8s-sidecar",
                 "currentVersion": "1.28.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.28.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "null",
                 "currentValue": "undefined",
                 "datasource": "docker",
                 "replaceString": "undefined",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "null",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "minio-instance",
                 "currentValue": "6.0.4-bb.2",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/minio-instance",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/minio/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://min.io",
                 "lookupName": "bigbang/minio-instance",
                 "currentVersion": "6.0.4",
                 "fixedVersion": "6.0.4-bb.2"
               },
               {
                 "depName": "grafana-agent-operator",
                 "currentValue": "0.5.0",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.1",
                     "newValue": "0.5.1",
                     "newDigest": "3b07e0f0b9697a9d868a5defaf178258a388356e6eaa62e2e358d1b8b8cd3e48",
                     "releaseTimestamp": "2025-01-30T13:23:05.473Z",
                     "newVersionAgeInDays": 3,
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 1,
                     "updateType": "patch",
                     "branchName": "renovate/grafana-agent-operator-0.x"
                   }
                 ],
                 "packageName": "grafana-agent-operator",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/helm-charts",
                 "registryUrl": "https://grafana.github.io/helm-charts",
                 "homepage": "https://grafana.com/docs/agent/v0.44/",
                 "currentVersion": "0.5.0",
                 "currentVersionTimestamp": "2024-11-03T03:27:47.627Z",
                 "currentVersionAgeInDays": 92,
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.0"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.12",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.12",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.12"
               },
               {
                 "depName": "rollout-operator",
                 "currentValue": "0.21.0",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.23.0",
                     "newValue": "0.23.0",
                     "newDigest": "be48e917494c999cd9d28cb337c356280f7b541062086e07621d51205938ef6f",
                     "releaseTimestamp": "2025-01-06T22:08:44.871Z",
                     "newVersionAgeInDays": 27,
                     "newMajor": 0,
                     "newMinor": 23,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/rollout-operator-0.x"
                   }
                 ],
                 "packageName": "rollout-operator",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/helm-charts",
                 "registryUrl": "https://grafana.github.io/helm-charts",
                 "homepage": "https://github.com/grafana/rollout-operator",
                 "currentVersion": "0.21.0",
                 "currentVersionTimestamp": "2024-12-01T19:09:15.334Z",
                 "currentVersionAgeInDays": 63,
                 "isSingleVersion": true,
                 "fixedVersion": "0.21.0"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "6.24.0-bb.3",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/grafana/loki",
                 "currentValue": "3.3.2",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Loki: 3.3.2",
                 "updates": [],
                 "packageName": "ironbank/opensource/grafana/loki",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/loki",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/loki",
                 "currentVersion": "3.3.2",
                 "fixedVersion": "3.3.2"
               },
               {
                 "depName": "ironbank/opensource/grafana/loki",
                 "currentValue": "3.3.2",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 3.3.2",
                 "updates": [],
                 "packageName": "ironbank/opensource/grafana/loki",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/loki",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/loki",
                 "currentVersion": "3.3.2",
                 "fixedVersion": "3.3.2"
               }
             ],
             "matchStrings": [
               "- Loki:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/grafana/loki",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/grafana/loki",
                 "currentValue": "3.3.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/grafana/loki:3.3.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/grafana/loki",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/loki",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/loki",
                 "lookupName": "ironbank/opensource/grafana/loki",
                 "currentVersion": "3.3.2",
                 "fixedVersion": "3.3.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.8",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.8",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.8",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.8"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/grafana/grafana-enterprise-logs",
                 "currentValue": "v3.3.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/grafana/grafana-enterprise-logs:v3.3.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/grafana/grafana-enterprise-logs",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/grafana/grafana-enterprise-logs",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://grafana.com/docs/enterprise-logs/latest/",
                 "lookupName": "ironbank/grafana/grafana-enterprise-logs",
                 "currentVersion": "v3.3.0",
                 "fixedVersion": "v3.3.0"
               },
               {
                 "depName": "docker.io/grafana/enterprise-logs-provisioner",
                 "currentValue": "latest",
                 "datasource": "docker",
                 "replaceString": "image: docker.io/grafana/enterprise-logs-provisioner:latest",
                 "updates": [],
                 "packageName": "docker.io/grafana/enterprise-logs-provisioner",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "docker.io/grafana/loki-helm-test",
                 "currentValue": "latest",
                 "datasource": "docker",
                 "replaceString": "image: docker.io/grafana/loki-helm-test:latest",
                 "updates": [],
                 "packageName": "docker.io/grafana/loki-helm-test",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "docker.io/grafana/loki-canary",
                 "currentValue": "3.3.2",
                 "datasource": "docker",
                 "replaceString": "image: docker.io/grafana/loki-canary:3.3.2",
                 "updates": [],
                 "packageName": "docker.io/grafana/loki-canary",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/loki",
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "grafana/loki-canary",
                 "currentVersion": "3.3.2",
                 "fixedVersion": "3.3.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "currentValue": "1.27.3",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/nginx/nginx:1.27.3",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nginx/nginx",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nginx.org/en/",
                 "lookupName": "ironbank/opensource/nginx/nginx",
                 "currentVersion": "1.27.3",
                 "fixedVersion": "1.27.3"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/minio",
                 "currentValue": "RELEASE.2024-06-04T19-20-08Z",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2024-06-04T19-20-08Z",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/minio",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/loki)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/loki)
DEBUG: processRepo() (repository=big-bang/product/packages/loki)
DEBUG: Processing 3 branches: renovate/grafana-agent-operator-0.x, renovate/ironbank, renovate/rollout-operator-0.x (repository=big-bang/product/packages/loki)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/loki)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/loki)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/loki)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/loki)
DEBUG: getBranchPr(renovate/grafana-agent-operator-0.x) (repository=big-bang/product/packages/loki)
DEBUG: findPr(renovate/grafana-agent-operator-0.x, undefined, open) (repository=big-bang/product/packages/loki)
DEBUG: getPr(301) (repository=big-bang/product/packages/loki)
DEBUG: getMR(301) (repository=big-bang/product/packages/loki)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/loki)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/loki)
DEBUG: getPr(296) (repository=big-bang/product/packages/loki)
DEBUG: getMR(296) (repository=big-bang/product/packages/loki)
DEBUG: getBranchPr(renovate/rollout-operator-0.x) (repository=big-bang/product/packages/loki)
DEBUG: findPr(renovate/rollout-operator-0.x, undefined, open) (repository=big-bang/product/packages/loki)
DEBUG: getPr(266) (repository=big-bang/product/packages/loki)
DEBUG: getMR(266) (repository=big-bang/product/packages/loki)
DEBUG: 3 PRs are currently open (repository=big-bang/product/packages/loki)
DEBUG: PR concurrent limit remaining: 7 (repository=big-bang/product/packages/loki)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/loki)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/loki)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/loki)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/loki)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/loki)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/loki)
DEBUG: 3 already existing branches found: renovate/grafana-agent-operator-0.x,renovate/ironbank,renovate/rollout-operator-0.x (repository=big-bang/product/packages/loki)
DEBUG: Branch concurrent limit remaining: 7 (repository=big-bang/product/packages/loki)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/loki)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/loki)
DEBUG: syncBranchState() (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: getBranchPr(renovate/grafana-agent-operator-0.x) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: findPr(renovate/grafana-agent-operator-0.x, undefined, open) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: getPr(301) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: getMR(301) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: branchExists=true (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:15:19.546Z) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: No schedule defined (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Branch already exists (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: isBranchConflicted(main, renovate/grafana-agent-operator-0.x) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: latest commit (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T17:44:28+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Branch dep grafana-agent-operator in chart/Chart.yaml is already updated (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: No content changed (repository=big-bang/product/packages/loki, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/grafana-agent-operator-0.x)
       "depName": "grafana-agent-operator"
DEBUG: No package files need updating (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: No files to commit (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: latest commit (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T17:44:28+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Ensuring PR (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: getBranchPr(renovate/grafana-agent-operator-0.x) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: findPr(renovate/grafana-agent-operator-0.x, undefined, open) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: getPr(301) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: getMR(301) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Found existing PR (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: Fetching changelog: https://github.com/grafana/helm-charts (0.5.0 -> 0.5.1) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
       "manager": "helmv3",
       "packageName": "grafana-agent-operator",
       "sourceUrl": "https://github.com/grafana/helm-charts"
DEBUG: Processing existing PR (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: PR body changed (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
       "prTitle": "Update Helm release grafana-agent-operator to v0.5.1"
 INFO: PR updated (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
       "pr": 301,
       "prTitle": "Update Helm release grafana-agent-operator to v0.5.1"
DEBUG: setPrCache() (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/grafana-agent-operator-0.x)
DEBUG: syncBranchState() (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(296) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(296) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:15:20.803Z) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T17:44:28+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep gluon in chart/Chart.yaml is already updated (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/loki, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "gluon"
DEBUG: Branch dep registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar in chart/values.yaml is already updated (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/loki, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/Chart.yaml is already updated (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/loki, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/loki, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/memcached/memcached in chart/values.yaml is already updated (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/loki, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached"
DEBUG: No package files need updating (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T17:44:28+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(296) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(296) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar (1.28.4 -> 1.29.1) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.8 -> v1.30.9) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.8 -> v1.30.9) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/memcached/memcached (1.6.33 -> 1.6.34) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/memcached/memcached (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
       "pr": 296,
       "prTitle": "Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState() (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: getBranchPr(renovate/rollout-operator-0.x) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: findPr(renovate/rollout-operator-0.x, undefined, open) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: getPr(266) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: getMR(266) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: branchExists=true (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:15:22.619Z) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: No schedule defined (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Branch already exists (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: isBranchConflicted(main, renovate/rollout-operator-0.x) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: latest commit (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T17:44:28+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Branch dep rollout-operator in chart/Chart.yaml is already updated (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: No content changed (repository=big-bang/product/packages/loki, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/rollout-operator-0.x)
       "depName": "rollout-operator"
DEBUG: No package files need updating (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: No files to commit (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: latest commit (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-31T17:44:28+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Ensuring PR (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: getBranchPr(renovate/rollout-operator-0.x) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: findPr(renovate/rollout-operator-0.x, undefined, open) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: getPr(266) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: getMR(266) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Found existing PR (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: Fetching changelog: https://github.com/grafana/helm-charts (0.21.0 -> 0.23.0) (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
       "manager": "helmv3",
       "packageName": "rollout-operator",
       "sourceUrl": "https://github.com/grafana/helm-charts"
DEBUG: Processing existing PR (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: PR body changed (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
       "prTitle": "Update Helm release rollout-operator to v0.23.0"
 INFO: PR updated (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
       "pr": 266,
       "prTitle": "Update Helm release rollout-operator to v0.23.0"
DEBUG: setPrCache() (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/loki, baseBranch=main, branch=renovate/rollout-operator-0.x)
DEBUG: getBranchPr(renovate/grafana-agent-operator-0.x) (repository=big-bang/product/packages/loki)
DEBUG: findPr(renovate/grafana-agent-operator-0.x, undefined, open) (repository=big-bang/product/packages/loki)
DEBUG: getPr(301) (repository=big-bang/product/packages/loki)
DEBUG: getMR(301) (repository=big-bang/product/packages/loki)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/loki)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/loki)
DEBUG: getPr(296) (repository=big-bang/product/packages/loki)
DEBUG: getMR(296) (repository=big-bang/product/packages/loki)
DEBUG: getBranchPr(renovate/rollout-operator-0.x) (repository=big-bang/product/packages/loki)
DEBUG: findPr(renovate/rollout-operator-0.x, undefined, open) (repository=big-bang/product/packages/loki)
DEBUG: getPr(266) (repository=big-bang/product/packages/loki)
DEBUG: getMR(266) (repository=big-bang/product/packages/loki)
DEBUG: Config does not need migration (repository=big-bang/product/packages/loki)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/loki)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/loki)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/loki)
DEBUG: ensureIssue() (repository=big-bang/product/packages/loki)
DEBUG: Updating issue (repository=big-bang/product/packages/loki)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/loki)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/loki)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/loki)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/loki)
DEBUG: Branch lists (repository=big-bang/product/packages/loki)
       "branchList": [
         "renovate/grafana-agent-operator-0.x",
         "renovate/ironbank",
         "renovate/rollout-operator-0.x"
       ],
       "renovateBranches": [
         "renovate/grafana-agent-operator-0.x",
         "renovate/ironbank",
         "renovate/rollout-operator-0.x"
       ]
DEBUG: remainingBranches= (repository=big-bang/product/packages/loki)
DEBUG: No branches to clean up (repository=big-bang/product/packages/loki)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/loki)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/loki)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/loki)
DEBUG: Repo is activated (repository=big-bang/product/packages/loki)
DEBUG: Branch summary (repository=big-bang/product/packages/loki)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "ea1a804109004a890b7cc459a1cf83e17e209f74"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "ea1a804109004a890b7cc459a1cf83e17e209f74",
           "branchName": "renovate/grafana-agent-operator-0.x",
           "branchSha": "b3f42e75531acc322b487af246ea2441fb28b5ce",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "ea1a804109004a890b7cc459a1cf83e17e209f74",
           "branchName": "renovate/ironbank",
           "branchSha": "2670ef91378d7d5ac6c6975ebc6669f862d0f03a",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "ea1a804109004a890b7cc459a1cf83e17e209f74",
           "branchName": "renovate/rollout-operator-0.x",
           "branchSha": "a290f844c481419001d957e04930ae96b5298224",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/loki)
       "branchesInformation": [
         {
           "branchName": "renovate/grafana-agent-operator-0.x",
           "prNo": 301,
           "prTitle": "Update Helm release grafana-agent-operator to v0.5.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "grafana-agent-operator",
               "displayPending": "",
               "fixedVersion": "0.5.0",
               "currentVersion": "0.5.0",
               "currentValue": "0.5.0",
               "newValue": "0.5.1",
               "newVersion": "0.5.1",
               "newDigest": "3b07e0f0b9697a9d868a5defaf178258a388356e6eaa62e2e358d1b8b8cd3e48",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "grafana-agent-operator"
             }
           ]
         },
         {
           "branchName": "renovate/ironbank",
           "prNo": 296,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.12",
               "currentVersion": "0.5.12",
               "currentValue": "0.5.12",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
               "displayPending": "",
               "fixedVersion": "1.28.4",
               "currentVersion": "1.28.4",
               "currentValue": "1.28.4",
               "newValue": "1.29.1",
               "newVersion": "1.29.1",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.8",
               "currentVersion": "v1.30.8",
               "currentValue": "v1.30.8",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.8",
               "currentVersion": "v1.30.8",
               "currentValue": "v1.30.8",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/memcached/memcached",
               "displayPending": "",
               "fixedVersion": "1.6.33",
               "currentVersion": "1.6.33",
               "currentValue": "1.6.33",
               "newValue": "1.6.34",
               "newVersion": "1.6.34",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/memcached/memcached"
             }
           ]
         },
         {
           "branchName": "renovate/rollout-operator-0.x",
           "prNo": 266,
           "prTitle": "Update Helm release rollout-operator to v0.23.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "rollout-operator",
               "displayPending": "",
               "fixedVersion": "0.21.0",
               "currentVersion": "0.21.0",
               "currentValue": "0.21.0",
               "newValue": "0.23.0",
               "newVersion": "0.23.0",
               "newDigest": "be48e917494c999cd9d28cb337c356280f7b541062086e07621d51205938ef6f",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "rollout-operator"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/loki)
       "stats": {"total": 15, "open": 3, "closed": 2, "merged": 10}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/loki)
DEBUG: repository problems (repository=big-bang/product/packages/loki)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/loki)
       "splits": {"init": 1937, "extract": 367, "lookup": 45892, "onboarding": 0, "update": 4641},
       "total": 53322
DEBUG: Package cache statistics (repository=big-bang/product/packages/loki)
       "get": {"count": 36, "avgMs": 32, "medianMs": 6, "maxMs": 224, "totalMs": 1156},
       "set": {"count": 18, "avgMs": 26, "medianMs": 2, "maxMs": 185, "totalMs": 473}
DEBUG: HTTP statistics (repository=big-bang/product/packages/loki)
       "hosts": {
         "auth.docker.io": {
           "count": 1,
           "reqAvgMs": 207,
           "reqMedianMs": 207,
           "reqMaxMs": 207,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "hub.docker.com": {
           "count": 216,
           "reqAvgMs": 127,
           "reqMedianMs": 125,
           "reqMaxMs": 587,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "index.docker.io": {
           "count": 8,
           "reqAvgMs": 544,
           "reqMedianMs": 205,
           "reqMaxMs": 1417,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 40,
           "reqMedianMs": 29,
           "reqMaxMs": 115,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 20,
           "reqAvgMs": 197,
           "reqMedianMs": 116,
           "reqMaxMs": 674,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 258
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/loki)
DEBUG: Lookup statistics (repository=big-bang/product/packages/loki)
       "docker": {"count": 39, "avgMs": 1312, "medianMs": 1, "maxMs": 45778, "totalMs": 51187},
       "helm": {"count": 2, "avgMs": 192, "medianMs": 192, "maxMs": 192, "totalMs": 383}
 INFO: Repository finished (repository=big-bang/product/packages/loki)
       "cloned": true,
       "durationMs": 53322
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/renovate-runner)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/renovate-runner (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: big-bang/pipeline-templates/renovate-runner default branch = main (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/renovate-runner.git (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Frenovate-runner/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=69) (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: GitLab API 404 (repository=big-bang/pipeline-templates/renovate-runner)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Frenovate-runner/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/renovate-runner (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/renovate-runner)
       "durationMs": 538
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/renovate-runner)
       "latestCommit": {
         "hash": "66322968176a945146282219f3de647671667b4d",
         "date": "2025-01-13T14:36:05+00:00",
         "message": "Merge branch 'add-sandbox-to-dev' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Add Sandbox package option to dev script\n\nSee merge request big-bang/pipeline-templates/renovate-runner!55",
         "author_name": "Peter Sigur",
         "author_email": "sigur_peter@bah.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: findFile(.renovaterc) (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: config file not found (repository=big-bang/pipeline-templates/renovate-runner)
 INFO: Repository is disabled - skipping (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/renovate-runner)
       "splits": {},
       "total": 1194
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/renovate-runner)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/renovate-runner)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 115,
           "reqMedianMs": 103,
           "reqMaxMs": 174,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/renovate-runner)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/renovate-runner)
 INFO: Repository finished (repository=big-bang/pipeline-templates/renovate-runner)
       "cloned": true,
       "durationMs": 1194
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/sigstore)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/sigstore (repository=big-bang/apps/sandbox/sigstore)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/sigstore)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/sigstore)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/sigstore)
DEBUG: big-bang/apps/sandbox/sigstore default branch = main (repository=big-bang/apps/sandbox/sigstore)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/sigstore)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/sigstore.git (repository=big-bang/apps/sandbox/sigstore)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fsigstore/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=62) (repository=big-bang/apps/sandbox/sigstore)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/sigstore)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fsigstore/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/sigstore)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/sigstore)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/sigstore)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/sigstore)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/sigstore)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/sigstore)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/sigstore)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/sigstore (repository=big-bang/apps/sandbox/sigstore)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/sigstore)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/sigstore)
       "durationMs": 499
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/sigstore)
       "latestCommit": {
         "hash": "8c055b36dd0ed3afb8c31352c6ab408730b3cb09",
         "date": "2022-03-25T16:16:40+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, origin/master, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/sigstore)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/sigstore)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/sigstore)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/sigstore)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/sigstore)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/sigstore)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/sigstore)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/sigstore)
DEBUG: config file not found (repository=big-bang/apps/sandbox/sigstore)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/sigstore)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/sigstore)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/sigstore)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/sigstore)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/sigstore)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/sigstore)
       "splits": {},
       "total": 1030
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/sigstore)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/sigstore)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 74,
           "reqMedianMs": 63,
           "reqMaxMs": 96,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/sigstore)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/sigstore)
 INFO: Repository finished (repository=big-bang/apps/sandbox/sigstore)
       "cloned": true,
       "durationMs": 1030
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/vault)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/vault (repository=big-bang/product/packages/vault)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/vault)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/vault)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/vault)
DEBUG: big-bang/product/packages/vault default branch = main (repository=big-bang/product/packages/vault)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/vault)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/vault.git (repository=big-bang/product/packages/vault)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/vault)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/vault)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/vault)
DEBUG: isOnboarded() (repository=big-bang/product/packages/vault)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/vault)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/vault)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/vault)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/vault (repository=big-bang/product/packages/vault)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/vault)
DEBUG: git clone completed (repository=big-bang/product/packages/vault)
       "durationMs": 620
DEBUG: latest repository commit (repository=big-bang/product/packages/vault)
       "latestCommit": {
         "hash": "1f4bbfd67620c94c9d010e1317ba6ea9e75c5fbc",
         "date": "2025-01-23T15:14:02+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 0.29.1-bb.4, origin/main, origin/HEAD",
         "body": "chore(deps): update gluon docker tag to v0.5.14\n\nSee merge request big-bang/product/packages/vault!220",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/vault)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/vault)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/vault)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/vault)
DEBUG: Repository config (repository=big-bang/product/packages/vault)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Vault Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "labels": ["vault", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/hashicorp/vault",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Vault:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/hashicorp/vault",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/deps/minio/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/vault)
DEBUG: Config migration necessary (repository=big-bang/product/packages/vault)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Vault Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "labels": ["vault", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/hashicorp/vault",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Vault:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/hashicorp/vault",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/deps/minio/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Vault Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "labels": ["vault", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/hashicorp/vault",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Vault:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/hashicorp/vault",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/deps/minio/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/vault)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Vault Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "labels": ["vault", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/hashicorp/vault",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Vault:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/hashicorp/vault",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/deps/minio/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/vault)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/vault)
DEBUG: findIssue(Renovate: Upgrade Vault Package Dependencies) (repository=big-bang/product/packages/vault)
DEBUG: baseBranches (repository=big-bang/product/packages/vault)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/vault, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T15:14:02+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Using file match: ^chart/deps/minio/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Failed to parse helm-values YAML (repository=big-bang/product/packages/vault, baseBranch=main, packageFile=chart/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/vault, baseBranch=main)
       "managers": {"helm-values": 17, "regex": 23, "helmv3": 23}
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Manager explicitly enabled in "enabledManagers" config, but found no results. Possible config error? (repository=big-bang/product/packages/vault, baseBranch=main)
       "manager": "helm-values"
 INFO: Dependency extraction complete (repository=big-bang/product/packages/vault, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 1, "depCount": 2},
           "regex": {"fileCount": 3, "depCount": 12}
         },
         "total": {"fileCount": 4, "depCount": 14}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Dependency ironbank/hashicorp/vault has unsupported/unversioned value "v1.6.1" (versioning=docker) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Skipping ironbank/hashicorp/vault because no currentDigest or pinDigests (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Dependency ironbank/hashicorp/vault has unsupported/unversioned value "1.18.3" (versioning=docker) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Skipping ironbank/hashicorp/vault because no currentDigest or pinDigests (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Dependency ironbank/hashicorp/vault has unsupported/unversioned value "1.18.3" (versioning=docker) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Skipping ironbank/hashicorp/vault because no currentDigest or pinDigests (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Dependency ironbank/hashicorp/vault has unsupported/unversioned value "v1.6.0" (versioning=docker) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Skipping ironbank/hashicorp/vault because no currentDigest or pinDigests (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Dependency ironbank/hashicorp/vault has unsupported/unversioned value "1.18.3" (versioning=docker) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Skipping ironbank/hashicorp/vault because no currentDigest or pinDigests (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/hashicorp/vault-csi-provider, latest) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/hashicorp/vault-csi-provider, latest, get) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/hashicorp/vault/vault-k8s, latest) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/hashicorp/vault/vault-k8s, latest, get) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/hashicorp/vault, 1.18) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/hashicorp/vault, 1.18, get) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/hashicorp/vault/vault-k8s, sha256:a6f7abc5b12ee5575c0f7ba260b59c53c23dca3173a346c69140ab34b7bba12d, get) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/hashicorp/vault-csi-provider, sha256:fdec77debf78dcecd6153b2b0004c05d7dd7503b69bd35c14db63e300fae712f, get) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/hashicorp/vault, sha256:de3ef02a17dd30527f0f75c1419994cd90fbf0410b728ac57f296de8fc57f784, get) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/vault, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916964",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "hashicorp vault-k8s",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:54:19+00:00",
         "org.opencontainers.image.description": "Vault+Kubernetes(vault-k8s) is an integration between Vault Agent Sidecar Injector and Kubernetes",
         "org.opencontainers.image.licenses": "MPL-2.0",
         "org.opencontainers.image.revision": "8181a931cf13cd77f97c06aeceb18ac5cc4a0fb7",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/hashicorp/vault-k8s",
         "org.opencontainers.image.title": "vault-k8s",
         "org.opencontainers.image.url": "https://github.com/hashicorp/vault-k8s",
         "org.opencontainers.image.vendor": "Hashicorp",
         "org.opencontainers.image.version": "v1.6.1",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/vault, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7ff9c4df742e5c8825287e552971da830a3d58720e4afd80d87c27e5a7d5d3e1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917093",
         "mil.dso.ironbank.image.keywords": "csi,secrets,vault",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:83d1329a07d0e0e8d47fec6c2f94e9499f07819fed0096b1303a778b94728805",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "vault-csi-provider",
         "org.opencontainers.image.created": "2025-02-03 00:06:12+00:00",
         "org.opencontainers.image.description": "vault-csi-provider allows you to get secrets stored in Vault and mount them into Kubernetes pods.",
         "org.opencontainers.image.licenses": "MPL-2.0",
         "org.opencontainers.image.revision": "fc082c5cce9c63eb4ee5e8a755cb5924107dc82a",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/hashicorp/vault-csi-provider",
         "org.opencontainers.image.title": "vault-csi-provider",
         "org.opencontainers.image.url": "https://github.com/hashicorp/vault-csi-provider",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v1.5.0"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/vault, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:fe7818fd9a0528a4acb3f9b9ce901cf3ce6ba4d76b26a9977a907bff89c06fb1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.4",
         "architecture": "x86_64",
         "build-date": "2024-10-24T12:46:07",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916643",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.4@sha256:bce804c3334f1400505cb63819409337f4a8661348338053a60495ae7f96fc5d",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "hashicorp/vault",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-02 23:23:35+00:00",
         "org.opencontainers.image.description": "Vault is a tool for securely accessing secrets.",
         "org.opencontainers.image.licenses": "BUSL-1.1",
         "org.opencontainers.image.revision": "427522b4e0e4d6957b9a274aa508fb5b5dd49a41",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/hashicorp/vault/1.18",
         "org.opencontainers.image.title": "vault",
         "org.opencontainers.image.url": "https://www.vaultproject.io/",
         "org.opencontainers.image.vendor": "Hashicorp",
         "org.opencontainers.image.version": "1.18.4",
         "release": "1214.1729773476",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/images/9.4-1214.1729773476",
         "vcs-ref": "e309397d02fc53f7fa99db1371b8700eb49f268f",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: Found no satisfying versions with 'docker' versioning (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: 3 flattened updates found: ironbank/hashicorp/vault, ironbank/hashicorp/vault, registry1.dso.mil/ironbank/hashicorp/vault (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/vault, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/vault, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "minio-instance",
                 "currentValue": "6.0.4-bb.3",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/minio-instance",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/minio/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://min.io",
                 "lookupName": "bigbang/minio-instance",
                 "currentVersion": "6.0.4",
                 "fixedVersion": "6.0.4-bb.3"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "0.29.1-bb.4",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "\"v1.6.1\"",
                 "datasource": "docker",
                 "replaceString": "repository: \"registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s\"\n    tag: \"v1.6.1\"",
                 "updates": [],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "\"1.18.3\"",
                 "datasource": "docker",
                 "replaceString": "repository: \"registry1.dso.mil/ironbank/hashicorp/vault\"\n    tag: \"1.18.3\"",
                 "updates": [],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "\"1.18.3\"",
                 "datasource": "docker",
                 "replaceString": "repository: \"registry1.dso.mil/ironbank/hashicorp/vault\"\n    tag: \"1.18.3\"",
                 "updates": [],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "\"v1.6.0\"",
                 "datasource": "docker",
                 "replaceString": "repository: \"registry1.dso.mil/ironbank/hashicorp/vault-csi-provider\"\n    tag: \"v1.6.0\"",
                 "updates": [],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "\"1.18.3\"",
                 "datasource": "docker",
                 "replaceString": "repository: \"registry1.dso.mil/ironbank/hashicorp/vault\"\n      tag: \"1.18.3\"",
                 "updates": [],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "repository: registry1.dso.mil/ironbank/big-bang/base\n    tag: 2.1.0",
                 "updates": [],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/hashicorp/vault/1.18",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.vaultproject.io/",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "matchStrings": [
               "repository\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/hashicorp/vault",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "1.18.3",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Vault: 1.18.3",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.18.4",
                     "newValue": "1.18.4",
                     "newMajor": 1,
                     "newMinor": 18,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/hashicorp/vault/1.18",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.vaultproject.io/",
                 "currentVersion": "1.18.3",
                 "isSingleVersion": true,
                 "fixedVersion": "1.18.3"
               },
               {
                 "depName": "ironbank/hashicorp/vault",
                 "currentValue": "1.18.3",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 1.18.3",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.18.4",
                     "newValue": "1.18.4",
                     "newMajor": 1,
                     "newMinor": 18,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/hashicorp/vault/1.18",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.vaultproject.io/",
                 "currentVersion": "1.18.3",
                 "isSingleVersion": true,
                 "fixedVersion": "1.18.3"
               }
             ],
             "matchStrings": [
               "- Vault:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/hashicorp/vault",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/hashicorp/vault",
                 "currentValue": "1.18.3",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/hashicorp/vault:1.18.3",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.18.4",
                     "newValue": "1.18.4",
                     "newMajor": 1,
                     "newMinor": 18,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/hashicorp/vault",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/hashicorp/vault/1.18",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.vaultproject.io/",
                 "lookupName": "ironbank/hashicorp/vault",
                 "currentVersion": "1.18.3",
                 "isSingleVersion": true,
                 "fixedVersion": "1.18.3"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s",
                 "currentValue": "v1.6.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s:v1.6.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/hashicorp/vault/vault-k8s",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/hashicorp/vault-k8s",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/hashicorp/vault-k8s",
                 "lookupName": "ironbank/hashicorp/vault/vault-k8s",
                 "currentVersion": "v1.6.1",
                 "fixedVersion": "v1.6.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/hashicorp/vault-csi-provider",
                 "currentValue": "v1.5.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/hashicorp/vault-csi-provider:v1.5.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/hashicorp/vault-csi-provider",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/hashicorp/vault-csi-provider",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/hashicorp/vault-csi-provider",
                 "lookupName": "ironbank/hashicorp/vault-csi-provider",
                 "currentVersion": "v1.5.0",
                 "fixedVersion": "v1.5.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/vault)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/product/packages/vault)
DEBUG: processRepo() (repository=big-bang/product/packages/vault)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/vault)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/vault)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/vault)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/vault)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/vault)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/vault)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/vault)
DEBUG: getPr(221) (repository=big-bang/product/packages/vault)
DEBUG: getMR(221) (repository=big-bang/product/packages/vault)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/vault)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/vault)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/vault)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/vault)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/vault)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/vault)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/vault)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/vault)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/vault)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/vault)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/vault)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/vault)
DEBUG: syncBranchState() (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(221) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(221) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:15:29.591Z) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T15:14:02+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep ironbank/hashicorp/vault in chart/Chart.yaml is already updated (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/vault, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "ironbank/hashicorp/vault"
DEBUG: Branch dep ironbank/hashicorp/vault in chart/Chart.yaml is already updated (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/vault, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "ironbank/hashicorp/vault"
DEBUG: Branch dep registry1.dso.mil/ironbank/hashicorp/vault in chart/Chart.yaml is already updated (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/vault, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/hashicorp/vault"
DEBUG: No package files need updating (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T15:14:02+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(221) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(221) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/hashicorp/vault/1.18 (1.18.3 -> 1.18.4) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/hashicorp/vault/1.18 (1.18.3 -> 1.18.4) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/hashicorp/vault/1.18 (1.18.3 -> 1.18.4) (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/hashicorp/vault/1.18 (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/hashicorp/vault/1.18 (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/hashicorp/vault/1.18 (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "chore(deps): update ironbank to v1.18.4"
 INFO: PR updated (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
       "pr": 221,
       "prTitle": "chore(deps): update ironbank to v1.18.4"
DEBUG: setPrCache() (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/vault, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/vault)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/vault)
DEBUG: getPr(221) (repository=big-bang/product/packages/vault)
DEBUG: getMR(221) (repository=big-bang/product/packages/vault)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/vault)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/vault)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/vault)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/vault)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/vault)
DEBUG: ensureIssue() (repository=big-bang/product/packages/vault)
DEBUG: Updating issue (repository=big-bang/product/packages/vault)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/vault)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/vault)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/vault)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/vault)
DEBUG: Branch lists (repository=big-bang/product/packages/vault)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/vault)
DEBUG: No branches to clean up (repository=big-bang/product/packages/vault)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/vault)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/vault)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/vault)
DEBUG: Repo is activated (repository=big-bang/product/packages/vault)
DEBUG: Branch summary (repository=big-bang/product/packages/vault)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "1f4bbfd67620c94c9d010e1317ba6ea9e75c5fbc"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "1f4bbfd67620c94c9d010e1317ba6ea9e75c5fbc",
           "branchName": "renovate/ironbank",
           "branchSha": "32b9b3a89843b8b6d0fc014e1f5958860cf254fd",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/vault)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 221,
           "prTitle": "chore(deps): update ironbank to v1.18.4",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ironbank/hashicorp/vault",
               "displayPending": "",
               "fixedVersion": "1.18.3",
               "currentVersion": "1.18.3",
               "currentValue": "1.18.3",
               "newValue": "1.18.4",
               "newVersion": "1.18.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "ironbank/hashicorp/vault"
             },
             {
               "datasource": "docker",
               "depName": "ironbank/hashicorp/vault",
               "displayPending": "",
               "fixedVersion": "1.18.3",
               "currentVersion": "1.18.3",
               "currentValue": "1.18.3",
               "newValue": "1.18.4",
               "newVersion": "1.18.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "ironbank/hashicorp/vault"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/hashicorp/vault",
               "displayPending": "",
               "fixedVersion": "1.18.3",
               "currentVersion": "1.18.3",
               "currentValue": "1.18.3",
               "newValue": "1.18.4",
               "newVersion": "1.18.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/hashicorp/vault"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/vault)
       "stats": {"total": 16, "open": 1, "closed": 1, "merged": 14}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/vault)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/vault)
       "splits": {"init": 2199, "extract": 308, "lookup": 554, "onboarding": 0, "update": 1455},
       "total": 5145
DEBUG: Package cache statistics (repository=big-bang/product/packages/vault)
       "get": {"count": 19, "avgMs": 7, "medianMs": 1, "maxMs": 36, "totalMs": 127},
       "set": {"count": 16, "avgMs": 5, "medianMs": 2, "maxMs": 19, "totalMs": 87}
DEBUG: HTTP statistics (repository=big-bang/product/packages/vault)
       "hosts": {
         "registry1.dso.mil": {
           "count": 19,
           "reqAvgMs": 35,
           "reqMedianMs": 29,
           "reqMaxMs": 65,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 233,
           "reqMedianMs": 142,
           "reqMaxMs": 965,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 31
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/vault)
DEBUG: Lookup statistics (repository=big-bang/product/packages/vault)
       "docker": {"count": 14, "avgMs": 203, "medianMs": 67, "maxMs": 490, "totalMs": 2845}
 INFO: Repository finished (repository=big-bang/product/packages/vault)
       "cloned": true,
       "durationMs": 5145
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/customers/template)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customers/template (repository=big-bang/customers/template)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/customers/template)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/customers/template)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/customers/template)
DEBUG: big-bang/customers/template default branch = main (repository=big-bang/customers/template)
DEBUG: Enabling Git FS (repository=big-bang/customers/template)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/customers/template.git (repository=big-bang/customers/template)
DEBUG: Resetting npmrc (repository=big-bang/customers/template)
DEBUG: Resetting npmrc (repository=big-bang/customers/template)
DEBUG: checkOnboarding() (repository=big-bang/customers/template)
DEBUG: isOnboarded() (repository=big-bang/customers/template)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/customers/template)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/customers/template)
DEBUG: findFile(renovate.json) (repository=big-bang/customers/template)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customers/template (repository=big-bang/customers/template)
DEBUG: Performing blobless clone (repository=big-bang/customers/template)
DEBUG: git clone completed (repository=big-bang/customers/template)
       "durationMs": 552
DEBUG: latest repository commit (repository=big-bang/customers/template)
       "latestCommit": {
         "hash": "2b62f79efa22ca0e656d23f21d6a5486b9f3ac9a",
         "date": "2025-01-30T19:15:37+00:00",
         "message": "Merge branch 'renovate/big-bang' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Update dependency https://repo1.dso.mil/big-bang/bigbang.git to v2.45.1\n\nSee merge request big-bang/customers/template!117",
         "author_name": "Matt Vasquez",
         "author_email": "evasquez@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/customers/template)
DEBUG: ensureIssueClosing() (repository=big-bang/customers/template)
DEBUG: Repo is onboarded (repository=big-bang/customers/template)
DEBUG: Found renovate.json config file (repository=big-bang/customers/template)
DEBUG: Repository config (repository=big-bang/customers/template)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream versions with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Package Dependencies",
         "draftPR": false,
         "enabledManagers": ["regex"],
         "labels": ["renovate"],
         "commitMessagePrefix": "",
         "packageRules": [{"groupName": "Big Bang", "matchDatasources": ["git-tags"]}],
         "regexManagers": [
           {
             "fileMatch": ["^base/kustomization\\.yaml$"],
             "matchStrings": [".+?ref=+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
           },
           {
             "fileMatch": ["^*/kustomization\\.yaml$"],
             "matchStrings": ["tag:\\s+\"(?<currentValue>.+)\""],
             "depNameTemplate": "https://repo1.dso.mil/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
           },
           {
             "fileMatch": ["^*/configmap\\.yaml$"],
             "matchStrings": [
               "git:\\s+repo:\\s+(?<depName>.+)\\s+tag:\\s+\"(?<currentValue>.+)\""
             ],
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/customers/template)
DEBUG: Config migration necessary (repository=big-bang/customers/template)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream versions with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Package Dependencies",
         "draftPR": false,
         "enabledManagers": ["regex"],
         "labels": ["renovate"],
         "commitMessagePrefix": "",
         "packageRules": [{"groupName": "Big Bang", "matchDatasources": ["git-tags"]}],
         "regexManagers": [
           {
             "fileMatch": ["^base/kustomization\\.yaml$"],
             "matchStrings": [".+?ref=+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
           },
           {
             "fileMatch": ["^*/kustomization\\.yaml$"],
             "matchStrings": ["tag:\\s+\"(?<currentValue>.+)\""],
             "depNameTemplate": "https://repo1.dso.mil/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
           },
           {
             "fileMatch": ["^*/configmap\\.yaml$"],
             "matchStrings": [
               "git:\\s+repo:\\s+(?<depName>.+)\\s+tag:\\s+\"(?<currentValue>.+)\""
             ],
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream versions with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Package Dependencies",
         "draftPR": false,
         "enabledManagers": ["custom.regex"],
         "labels": ["renovate"],
         "commitMessagePrefix": "",
         "packageRules": [{"groupName": "Big Bang", "matchDatasources": ["git-tags"]}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^base/kustomization\\.yaml$"],
             "matchStrings": [".+?ref=+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^*/kustomization\\.yaml$"],
             "matchStrings": ["tag:\\s+\"(?<currentValue>.+)\""],
             "depNameTemplate": "https://repo1.dso.mil/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^*/configmap\\.yaml$"],
             "matchStrings": [
               "git:\\s+repo:\\s+(?<depName>.+)\\s+tag:\\s+\"(?<currentValue>.+)\""
             ],
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/customers/template)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream versions with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Package Dependencies",
         "draftPR": false,
         "enabledManagers": ["custom.regex"],
         "labels": ["renovate"],
         "commitMessagePrefix": "",
         "packageRules": [{"groupName": "Big Bang", "matchDatasources": ["git-tags"]}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^base/kustomization\\.yaml$"],
             "matchStrings": [".+?ref=+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^*/kustomization\\.yaml$"],
             "matchStrings": ["tag:\\s+\"(?<currentValue>.+)\""],
             "depNameTemplate": "https://repo1.dso.mil/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^*/configmap\\.yaml$"],
             "matchStrings": [
               "git:\\s+repo:\\s+(?<depName>.+)\\s+tag:\\s+\"(?<currentValue>.+)\""
             ],
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/customers/template)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/customers/template)
DEBUG: findIssue(Renovate: Upgrade Package Dependencies) (repository=big-bang/customers/template)
DEBUG: baseBranches (repository=big-bang/customers/template)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/customers/template, baseBranch=main)
DEBUG: extract() (repository=big-bang/customers/template, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/customers/template, baseBranch=main)
DEBUG: latest commit (repository=big-bang/customers/template, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T19:15:37+00:00"
DEBUG: Using file match: ^base/kustomization\.yaml$ for manager regex (repository=big-bang/customers/template, baseBranch=main)
DEBUG: Using file match: ^*/kustomization\.yaml$ for manager regex (repository=big-bang/customers/template, baseBranch=main)
DEBUG: Using file match: ^*/configmap\.yaml$ for manager regex (repository=big-bang/customers/template, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: base/kustomization.yaml (repository=big-bang/customers/template, baseBranch=main)
DEBUG: Matched 3 file(s) for manager regex: base/kustomization.yaml, package-strategy/kustomization.yaml, umbrella-strategy/kustomization.yaml (repository=big-bang/customers/template, baseBranch=main)
DEBUG: Matched 3 file(s) for manager regex: base/configmap.yaml, package-strategy/configmap.yaml, umbrella-strategy/configmap.yaml (repository=big-bang/customers/template, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/customers/template, baseBranch=main)
       "managers": {"regex": 3}
DEBUG: Found regex package files (repository=big-bang/customers/template, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/customers/template, baseBranch=main)
DEBUG: Found 2 package file(s) (repository=big-bang/customers/template, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/customers/template, baseBranch=main)
       "stats": {
         "managers": {"regex": {"fileCount": 2, "depCount": 2}},
         "total": {"fileCount": 2, "depCount": 2}
       }
DEBUG: baseBranch: main (repository=big-bang/customers/template, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/customers/template, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/customers/template, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/customers/template, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/customers/template, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/customers/template, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/customers/template, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/customers/template, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/customers/template, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/customers/template, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/customers/template, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/customers/template, baseBranch=main)
       "config": {
         "regex": [
           {
             "deps": [
               {
                 "depName": "https://repo1.dso.mil/big-bang/bigbang.git",
                 "currentValue": "2.45.1",
                 "datasource": "git-tags",
                 "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
                 "replaceString": "- https://repo1.dso.mil/platform-one/big-bang/bigbang.git/base?ref=2.45.1",
                 "updates": [],
                 "packageName": "https://repo1.dso.mil/big-bang/bigbang.git",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/big-bang/bigbang",
                 "currentVersion": "2.45.1",
                 "fixedVersion": "2.45.1"
               }
             ],
             "matchStrings": [".+?ref=+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
             "packageFile": "base/kustomization.yaml"
           },
           {
             "deps": [
               {
                 "depName": "https://repo1.dso.mil/big-bang/bigbang.git",
                 "currentValue": "2.45.1",
                 "datasource": "git-tags",
                 "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
                 "replaceString": "tag: \"2.45.1\"",
                 "updates": [],
                 "packageName": "https://repo1.dso.mil/big-bang/bigbang.git",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/big-bang/bigbang",
                 "currentVersion": "2.45.1",
                 "fixedVersion": "2.45.1"
               }
             ],
             "matchStrings": ["tag:\\s+\"(?<currentValue>.+)\""],
             "depNameTemplate": "https://repo1.dso.mil/big-bang/bigbang.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
             "packageFile": "package-strategy/kustomization.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/customers/template)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/customers/template)
DEBUG: processRepo() (repository=big-bang/customers/template)
DEBUG: Processing 0 branches:  (repository=big-bang/customers/template)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/customers/template)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/customers/template)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/customers/template)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/customers/template)
DEBUG: 0 PRs are currently open (repository=big-bang/customers/template)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/customers/template)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/customers/template)
DEBUG: PullRequests limit = 2 (repository=big-bang/customers/template)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/customers/template)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/customers/template)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/customers/template)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/customers/template)
DEBUG: 0 already existing branches found:  (repository=big-bang/customers/template)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/customers/template)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/customers/template)
DEBUG: Branches limit = 2 (repository=big-bang/customers/template)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/customers/template)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/customers/template)
DEBUG: ensureDependencyDashboard() (repository=big-bang/customers/template)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/customers/template)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/customers/template)
DEBUG: ensureIssue() (repository=big-bang/customers/template)
DEBUG: Updating issue (repository=big-bang/customers/template)
DEBUG: validateReconfigureBranch() (repository=big-bang/customers/template)
DEBUG: No reconfigure branch found (repository=big-bang/customers/template)
DEBUG: Removing any stale branches (repository=big-bang/customers/template)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/customers/template)
DEBUG: Branch lists (repository=big-bang/customers/template)
       "branchList": [],
       "renovateBranches": ["renovate/big-bang"]
DEBUG: remainingBranches=renovate/big-bang (repository=big-bang/customers/template)
DEBUG: findPr(renovate/big-bang, undefined, open) (repository=big-bang/customers/template)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/customers/template)
DEBUG: branch.isModified() = false (repository=big-bang/customers/template)
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/customers/template)
 INFO: Deleting orphan branch (repository=big-bang/customers/template, branch=renovate/big-bang)
DEBUG: Git function thrown (repository=big-bang/customers/template)
       "err": {
         "task": {
           "commands": [
             "push",
             "--delete",
             "origin",
             "renovate/big-bang",
             "--no-verify"
           ],
           "format": "utf-8",
           "parser": "[function]"
         },
         "message": "remote: GitLab: You are not allowed to delete protected branches from this project. Only a project maintainer or owner can delete a protected branch.\nTo https://repo1.dso.mil/big-bang/customers/template.git\n ! [remote rejected] renovate/big-bang (pre-receive hook declined)\nerror: failed to push some refs to 'https://repo1.dso.mil/big-bang/customers/template.git'\n",
         "stack": "Error: remote: GitLab: You are not allowed to delete protected branches from this project. Only a project maintainer or owner can delete a protected branch.\nTo https://**redacted**@3.27.0/node_modules/simple-git/src/lib/plugins/error-detection.plugin.ts:42:29)\n    at PluginStore.exec (/usr/local/renovate/node_modules/.pnpm/simple-git@3.27.0/node_modules/simple-git/src/lib/plugins/plugin-store.ts:54:29)\n    at /usr/local/renovate/node_modules/.pnpm/simple-git@3.27.0/node_modules/simple-git/src/lib/runners/git-executor-chain.ts:124:42\n    at new Promise (<anonymous>)\n    at GitExecutorChain.handleTaskData (/usr/local/renovate/node_modules/.pnpm/simple-git@3.27.0/node_modules/simple-git/src/lib/runners/git-executor-chain.ts:121:14)\n    at GitExecutorChain.<anonymous> (/usr/local/renovate/node_modules/.pnpm/simple-git@3.27.0/node_modules/simple-git/src/lib/runners/git-executor-chain.ts:97:40)\n    at Generator.next (<anonymous>)\n    at fulfilled (/usr/local/renovate/node_modules/.pnpm/simple-git@3.27.0/node_modules/simple-git/dist/cjs/index.js:52:24)\n    at processTicksAndRejections (node:internal/process/task_queues:105:5)"
       }
DEBUG: No remote branch to delete with name: renovate/big-bang (repository=big-bang/customers/template)
DEBUG: No local branch to delete with name: renovate/big-bang (repository=big-bang/customers/template)
DEBUG: ensureIssueClosing() (repository=big-bang/customers/template)
DEBUG: ensureIssueClosing() (repository=big-bang/customers/template)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/customers/template)
DEBUG: Repo is activated (repository=big-bang/customers/template)
DEBUG: Branch summary (repository=big-bang/customers/template)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "2b62f79efa22ca0e656d23f21d6a5486b9f3ac9a"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/customers/template)
       "stats": {"total": 12, "open": 0, "closed": 0, "merged": 12}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/customers/template)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/customers/template)
       "splits": {"init": 2076, "extract": 193, "lookup": 430, "onboarding": 0, "update": 1},
       "total": 3679
DEBUG: Package cache statistics (repository=big-bang/customers/template)
       "get": {"count": 2, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 2, "avgMs": 31, "medianMs": 53, "maxMs": 53, "totalMs": 61}
DEBUG: HTTP statistics (repository=big-bang/customers/template)
       "hosts": {
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 252,
           "reqMedianMs": 149,
           "reqMaxMs": 848,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 7
DEBUG: HTTP cache statistics (repository=big-bang/customers/template)
DEBUG: Lookup statistics (repository=big-bang/customers/template)
       "git-tags": {"count": 2, "avgMs": 407, "medianMs": 407, "maxMs": 407, "totalMs": 814}
 INFO: Repository finished (repository=big-bang/customers/template)
       "cloned": true,
       "durationMs": 3679
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/kubeflow-pipelines)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/kubeflow-pipelines (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: big-bang/apps/sandbox/kubeflow-pipelines default branch = main (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/kubeflow-pipelines.git (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fkubeflow-pipelines/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=74) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/kubeflow-pipelines)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fkubeflow-pipelines/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/kubeflow-pipelines (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/kubeflow-pipelines)
       "durationMs": 469
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/kubeflow-pipelines)
       "latestCommit": {
         "hash": "e3a881f13272ce7debf9169145c04666217cde4c",
         "date": "2022-03-25T16:09:50+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, tag: 0.1.0, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: config file not found (repository=big-bang/apps/sandbox/kubeflow-pipelines)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/kubeflow-pipelines)
       "splits": {},
       "total": 1021
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/kubeflow-pipelines)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/kubeflow-pipelines)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 78,
           "reqMedianMs": 74,
           "reqMaxMs": 97,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/kubeflow-pipelines)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/kubeflow-pipelines)
 INFO: Repository finished (repository=big-bang/apps/sandbox/kubeflow-pipelines)
       "cloned": true,
       "durationMs": 1021
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/gluon)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/gluon (repository=big-bang/product/packages/gluon)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/gluon)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/gluon)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/gluon)
DEBUG: big-bang/product/packages/gluon default branch = master (repository=big-bang/product/packages/gluon)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/gluon)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/gluon.git (repository=big-bang/product/packages/gluon)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fpackages%2Fgluon/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=69) (repository=big-bang/product/packages/gluon)
DEBUG: GitLab API 404 (repository=big-bang/product/packages/gluon)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fpackages%2Fgluon/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/product/packages/gluon)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/gluon)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/gluon)
DEBUG: isOnboarded() (repository=big-bang/product/packages/gluon)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/gluon)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/gluon)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/gluon)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/gluon (repository=big-bang/product/packages/gluon)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/gluon)
DEBUG: git clone completed (repository=big-bang/product/packages/gluon)
       "durationMs": 525
DEBUG: latest repository commit (repository=big-bang/product/packages/gluon)
       "latestCommit": {
         "hash": "edbeb4b7015b761d5abe3c3c31e3d844ee3e9f6c",
         "date": "2025-01-20T17:46:12+00:00",
         "message": "Merge branch '61-replace-asterisk-with-dash-to-appease-markdownlint' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "SKIP UPDATE CHECK Resolve \"Replace asterisk with dash to appease markdownlint\"\n\nCloses #61\n\nSee merge request big-bang/product/packages/gluon!103",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/product/packages/gluon)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/product/packages/gluon)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/product/packages/gluon)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/product/packages/gluon)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/product/packages/gluon)
DEBUG: findFile(.renovaterc) (repository=big-bang/product/packages/gluon)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/product/packages/gluon)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/product/packages/gluon)
DEBUG: config file not found (repository=big-bang/product/packages/gluon)
 INFO: Repository is disabled - skipping (repository=big-bang/product/packages/gluon)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/gluon)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/product/packages/gluon)
DEBUG: No renovate branches found (repository=big-bang/product/packages/gluon)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/product/packages/gluon)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/gluon)
       "splits": {},
       "total": 1211
DEBUG: Package cache statistics (repository=big-bang/product/packages/gluon)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/packages/gluon)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 123,
           "reqMedianMs": 128,
           "reqMaxMs": 171,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/gluon)
DEBUG: Lookup statistics (repository=big-bang/product/packages/gluon)
 INFO: Repository finished (repository=big-bang/product/packages/gluon)
       "cloned": true,
       "durationMs": 1211
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/filebeats)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/filebeats (repository=big-bang/apps/sandbox/filebeats)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/filebeats)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/filebeats)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/filebeats)
DEBUG: big-bang/apps/sandbox/filebeats default branch = main (repository=big-bang/apps/sandbox/filebeats)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/filebeats)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/filebeats.git (repository=big-bang/apps/sandbox/filebeats)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Ffilebeats/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=71) (repository=big-bang/apps/sandbox/filebeats)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/filebeats)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Ffilebeats/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/filebeats)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/filebeats)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/filebeats)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/filebeats)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/filebeats)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/filebeats)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/filebeats)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/filebeats (repository=big-bang/apps/sandbox/filebeats)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/filebeats)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/filebeats)
       "durationMs": 459
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/filebeats)
       "latestCommit": {
         "hash": "0e5aea98adc0909a7a4a2722d08cb294cf486f30",
         "date": "2022-03-25T16:12:18+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, tag: 7.10.0, origin/master, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/filebeats)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/filebeats)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/filebeats)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/filebeats)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/filebeats)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/filebeats)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/filebeats)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/filebeats)
DEBUG: config file not found (repository=big-bang/apps/sandbox/filebeats)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/filebeats)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/filebeats)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/filebeats)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/filebeats)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/filebeats)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/filebeats)
       "splits": {},
       "total": 1084
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/filebeats)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/filebeats)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 97,
           "reqMedianMs": 71,
           "reqMaxMs": 152,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/filebeats)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/filebeats)
 INFO: Repository finished (repository=big-bang/apps/sandbox/filebeats)
       "cloned": true,
       "durationMs": 1084
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/envoy-proxy)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/envoy-proxy (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: big-bang/apps/sandbox/envoy-proxy default branch = main (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/envoy-proxy.git (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fenvoy-proxy/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=84) (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/envoy-proxy)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fenvoy-proxy/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/envoy-proxy (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/envoy-proxy)
       "durationMs": 449
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/envoy-proxy)
       "latestCommit": {
         "hash": "721bf0796b5cc947874abf7542d6910262c3d785",
         "date": "2021-06-04T14:57:25+00:00",
         "message": "Merge branch 'gitlab-ci' into 'master'",
         "refs": "HEAD -> main, tag: 0.0.3, origin/master, origin/main, origin/HEAD",
         "body": "first try at CI\n\nSee merge request platform-one/big-bang/apps/sandbox/envoy-proxy!2",
         "author_name": "Curtis John",
         "author_email": "cjohn@oteemo.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: config file not found (repository=big-bang/apps/sandbox/envoy-proxy)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/envoy-proxy)
       "splits": {},
       "total": 1065
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/envoy-proxy)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/envoy-proxy)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 98,
           "reqMedianMs": 84,
           "reqMaxMs": 135,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/envoy-proxy)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/envoy-proxy)
 INFO: Repository finished (repository=big-bang/apps/sandbox/envoy-proxy)
       "cloned": true,
       "durationMs": 1065
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/renovate)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/renovate (repository=big-bang/product/packages/renovate)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/renovate)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/renovate)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/renovate)
DEBUG: big-bang/product/packages/renovate default branch = main (repository=big-bang/product/packages/renovate)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/renovate)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/renovate.git (repository=big-bang/product/packages/renovate)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/renovate)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/renovate)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/renovate)
DEBUG: isOnboarded() (repository=big-bang/product/packages/renovate)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/renovate)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/renovate)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/renovate)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/renovate (repository=big-bang/product/packages/renovate)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/renovate)
DEBUG: git clone completed (repository=big-bang/product/packages/renovate)
       "durationMs": 497
DEBUG: latest repository commit (repository=big-bang/product/packages/renovate)
       "latestCommit": {
         "hash": "561f31b376b19fccd02be60ceec51dbacbacf150",
         "date": "2025-01-27T14:42:44+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 39.122.0-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nCloses #60\n\nSee merge request big-bang/product/packages/renovate!67",
         "author_name": "Ryan Lesher",
         "author_email": "rlesher@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/renovate)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/renovate)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/renovate)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/renovate)
DEBUG: Repository config (repository=big-bang/product/packages/renovate)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Renovate Images",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["renovate", "team::Tools & Automation"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:\\s+'(?<currentValue>.+)'",
               "- Renovate:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "(image: renovate/renovate:)|(image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+))"
             ],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/renovate)
DEBUG: Config migration necessary (repository=big-bang/product/packages/renovate)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Renovate Images",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["renovate", "team::Tools & Automation"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:\\s+'(?<currentValue>.+)'",
               "- Renovate:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "(image: renovate/renovate:)|(image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+))"
             ],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Renovate Images",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["renovate", "team::Tools & Automation"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:\\s+'(?<currentValue>.+)'",
               "- Renovate:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "(image: renovate/renovate:)|(image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+))"
             ],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/renovate)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Renovate Images",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["renovate", "team::Tools & Automation"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:\\s+'(?<currentValue>.+)'",
               "- Renovate:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "(image: renovate/renovate:)|(image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+))"
             ],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/renovate)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/renovate)
DEBUG: findIssue(Renovate: Upgrade Renovate Images) (repository=big-bang/product/packages/renovate)
DEBUG: baseBranches (repository=big-bang/product/packages/renovate)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/renovate, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-27T14:42:44+00:00"
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/renovate, baseBranch=main)
       "managers": {"regex": 6, "helmv3": 6}
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/product/packages/renovate, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/renovate, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 1, "depCount": 2},
           "regex": {"fileCount": 2, "depCount": 6}
         },
         "total": {"fileCount": 3, "depCount": 8}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Using queue: host=ghcr.io, concurrency=16 (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, bigbang/redis, 20.6.2-bb.0) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, bigbang/redis, 20.6.2-bb.0, get) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/bitnami/analytics/redis-exporter, latest) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/bitnami/analytics/redis-exporter, latest, get) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/container-hardening-tools/renovate/renovate, latest) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/container-hardening-tools/renovate/renovate, latest, get) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/bitnami/analytics/redis-exporter, sha256:ac499150d9d84be57ec8a7ecbc342d47119fa89faf944d7530769b13ae8ee85d, get) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/container-hardening-tools/renovate/renovate, sha256:0cad34d29532728844f4aed9d4c6fc7cf2a1b066c00cd642c52c7fe02f6e249e, get) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/renovate, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917067",
         "mil.dso.ironbank.image.keywords": "exporter,prometheus,redis",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "redis-exporter",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:03:37+00:00",
         "org.opencontainers.image.description": "Prometheus exporter for Redis metrics.",
         "org.opencontainers.image.licenses": "MIT",
         "org.opencontainers.image.revision": "df796d3799259ccc0d4e549a83db031348bc1f23",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/bitnami/analytics/redis-exporter",
         "org.opencontainers.image.title": "redis-exporter",
         "org.opencontainers.image.url": "https://github.com/oliver006/redis_exporter",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v1.67.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/renovate, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:44733436438f8be009a07d7ca6872dde1d8c9332bda3e5ed40995d2c1f4a2f52",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs18:18.20",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917875",
         "mil.dso.ironbank.image.keywords": "automation,dependency,updates",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs18:18.20@sha256:44733436438f8be009a07d7ca6872dde1d8c9332bda3e5ed40995d2c1f4a2f52",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "renovate",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 01:39:10+00:00",
         "org.opencontainers.image.description": "Automated dependency updates. Multi-platform and multi-language.",
         "org.opencontainers.image.licenses": "AGPL-3.0-only",
         "org.opencontainers.image.revision": "ff1f7e88e8623400ac2b3cc70802d336493aaa83",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/renovate/renovate",
         "org.opencontainers.image.title": "renovate",
         "org.opencontainers.image.url": "https://github.com/renovatebot/renovate",
         "org.opencontainers.image.vendor": "WhiteSource",
         "org.opencontainers.image.version": "39.122.0",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: getLabels(https://ghcr.io, renovatebot/renovate, latest) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: getManifestResponse(https://ghcr.io, renovatebot/renovate, latest, get) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: getManifestResponse(https://ghcr.io, renovatebot/renovate, sha256:96dc3b385bd7e4935a14dea97da5269f8741429c64dad6903d2f04e5c5f425e4, get) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/renovate, baseBranch=main)
       "labels": {
         "maintainer": "Rhys Arkins <rhys@arkins.net>",
         "name": "renovate",
         "org.label-schema.version": "39.156.1",
         "org.opencontainers.image.licenses": "AGPL-3.0-only",
         "org.opencontainers.image.ref.name": "ubuntu",
         "org.opencontainers.image.source": "https://github.com/renovatebot/renovate",
         "org.opencontainers.image.url": "https://renovatebot.com",
         "org.opencontainers.image.version": "39.156.1"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: 2 flattened updates found: redis, ghcr.io/renovatebot/renovate (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/renovate, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/renovate, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "redis",
                 "currentValue": "20.2.1-bb.1",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/redis",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "20.6.2",
                     "newValue": "20.6.2-bb.1",
                     "newMajor": 20,
                     "newMinor": 6,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/charts",
                 "registryUrl": "https://registry1.dso.mil",
                 "sourceDirectory": "bitnami/redis",
                 "homepage": "https://bitnami.com",
                 "lookupName": "bigbang/redis",
                 "currentVersion": "20.2.1",
                 "isSingleVersion": true,
                 "fixedVersion": "20.2.1-bb.1"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "39.122.0-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
                 "currentValue": "39.122.0",
                 "datasource": "docker",
                 "replaceString": "appVersion: '39.122.0'",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/renovate/renovate",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/renovatebot/renovate",
                 "lookupName": "ironbank/container-hardening-tools/renovate/renovate",
                 "currentVersion": "39.122.0",
                 "fixedVersion": "39.122.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
                 "currentValue": "39.122.0",
                 "datasource": "docker",
                 "replaceString": "- Renovate: 39.122.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/renovate/renovate",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/renovatebot/renovate",
                 "lookupName": "ironbank/container-hardening-tools/renovate/renovate",
                 "currentVersion": "39.122.0",
                 "fixedVersion": "39.122.0"
               }
             ],
             "matchStrings": [
               "appVersion:\\s+'(?<currentValue>.+)'",
               "- Renovate:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
                 "currentValue": "39.122.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:39.122.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/renovate/renovate",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/renovatebot/renovate",
                 "lookupName": "ironbank/container-hardening-tools/renovate/renovate",
                 "currentVersion": "39.122.0",
                 "fixedVersion": "39.122.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.4.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/redis:7.4.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.4.2",
                 "fixedVersion": "7.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
                 "currentValue": "v1.67.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.67.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/analytics/redis-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/oliver006/redis_exporter",
                 "lookupName": "ironbank/bitnami/analytics/redis-exporter",
                 "currentVersion": "v1.67.0",
                 "fixedVersion": "v1.67.0"
               },
               {
                 "depName": "ghcr.io/renovatebot/renovate",
                 "currentValue": "39.126.1",
                 "datasource": "docker",
                 "replaceString": "image: ghcr.io/renovatebot/renovate:39.126.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "39.156.1",
                     "newValue": "39.156.1",
                     "newMajor": 39,
                     "newMinor": 156,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ghcr.io/renovatebot/renovate",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/renovatebot/renovate",
                 "registryUrl": "https://ghcr.io",
                 "homepage": "https://renovatebot.com",
                 "lookupName": "renovatebot/renovate",
                 "currentVersion": "39.126.1",
                 "isSingleVersion": true,
                 "fixedVersion": "39.126.1"
               }
             ],
             "matchStrings": [
               "(image: renovate/renovate:)|(image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+))"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/renovate)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/renovate)
DEBUG: processRepo() (repository=big-bang/product/packages/renovate)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/renovate)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/renovate)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/renovate)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/renovate)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/renovate)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/renovate)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/renovate)
DEBUG: getPr(68) (repository=big-bang/product/packages/renovate)
DEBUG: getMR(68) (repository=big-bang/product/packages/renovate)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/renovate)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/renovate)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/renovate)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/renovate)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/renovate)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/renovate)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/renovate)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/renovate)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/renovate)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/renovate)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/renovate)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/renovate)
DEBUG: syncBranchState() (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(68) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(68) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:15:47.760Z) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-27T14:42:44+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Value is not updated (repository=big-bang/product/packages/renovate, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "ghcr.io/renovatebot/renovate",
       "manager": "regex",
       "expectedValue": "39.156.1",
       "foundValue": "39.156.0"
DEBUG: Rebasing after outdated branch dep found (repository=big-bang/product/packages/renovate, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "ghcr.io/renovatebot/renovate"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=false (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Starting search at index 1200 (repository=big-bang/product/packages/renovate, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "ghcr.io/renovatebot/renovate"
DEBUG: Found match at index 1200 (repository=big-bang/product/packages/renovate, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "ghcr.io/renovatebot/renovate"
DEBUG: Contents updated (repository=big-bang/product/packages/renovate, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "ghcr.io/renovatebot/renovate"
DEBUG: Value is not updated (repository=big-bang/product/packages/renovate, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "redis",
       "manager": "helmv3",
       "expectedValue": "20.6.2-bb.1",
       "foundValue": "20.2.1-bb.1"
DEBUG: Starting search at index 1480 (repository=big-bang/product/packages/renovate, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "redis"
DEBUG: Found match at index 1480 (repository=big-bang/product/packages/renovate, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "redis"
DEBUG: Contents updated (repository=big-bang/product/packages/renovate, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "redis"
DEBUG: updateArtifacts for updatedPackageFiles (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: helmv3.updateArtifacts(chart/Chart.yaml) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updating Helm artifacts (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Executing command (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "command": "helm registry login --username [MASKED] --password **redacted** registry1.dso.mil/bigbang"
DEBUG: exec completed (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 264,
       "stdout": "",
       "stderr": "WARNING: Using --password via the CLI is insecure. Use --password-stdin.\nLogin Succeeded\n"
DEBUG: Executing command (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "command": "helm dependency update chart"
DEBUG: exec completed (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "durationMs": 605,
       "stdout": "Saving 2 charts\nDownloading redis from repo oci://registry1.dso.mil/bigbang\nDownloading gluon from repo oci://registry1.dso.mil/bigbang\nDeleting outdated charts\n",
       "stderr": "Pulled: registry1.dso.mil/bigbang/redis:20.6.2-bb.1\nDigest: sha256:47daf58a9e81ea0c38b419d5f3cd1f47212e6849e67fcdccdc4e073a1cc96a69\nPulled: registry1.dso.mil/bigbang/gluon:0.5.14\nDigest: sha256:b6532e1c9f5c27bec907731accb587972cb48cdf2db7e27e3e91a1d5f2fd33ef\n"
DEBUG: Returning updated Helm artifacts (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updated 1 package files (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Updated 3 lock files (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "updatedArtifacts": [
         "chart/Chart.lock",
         "chart/charts/redis-20.6.2-bb.1.tgz",
         "chart/charts/redis-20.2.1-bb.1.tgz (delete)"
       ]
DEBUG: Setting CONTAINERBASE_CACHE_DIR to /builds/big-bang/pipeline-templates/renovate-runner/renovate/cache/containerbase (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate redis"
DEBUG: Falling back to binarySource=global (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate redis"
DEBUG: Executing command (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate redis",
       "command": "map-chart-yaml-appversion"
DEBUG: exec completed (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate redis",
       "durationMs": 16,
       "stdout": "Working with Chart.yaml at: ./chart/Chart.yaml\nNo appVersion change detected. Skipping chart version update.\nChart update complete\n",
       "stderr": ""
DEBUG: Executed post-upgrade task (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate redis",
       "cmd": "map-chart-yaml-appversion",
       "stderr": "",
       "stdout": "Working with Chart.yaml at: ./chart/Chart.yaml\nNo appVersion change detected. Skipping chart version update.\nChart update complete\n"
DEBUG: git status counts after post-upgrade tasks (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate redis",
       "addedCount": 1,
       "modifiedCount": 2,
       "deletedCount": 1
DEBUG: Checking 3 added or modified files for post-upgrade changes (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate redis"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate redis",
       "file": "chart/charts/redis-20.6.2-bb.1.tgz",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate redis",
       "file": "chart/Chart.lock",
       "pattern": "chart/**"
DEBUG: Post-upgrade file saved (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate redis",
       "file": "chart/Chart.yaml",
       "pattern": "chart/**"
DEBUG: Post-upgrade file removed (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "dep": "ghcr.io/renovatebot/renovate redis",
       "file": "chart/charts/redis-20.2.1-bb.1.tgz",
       "pattern": "chart/**"
DEBUG: Ensuring comment "⚠️ Artifact update problem" in #68 is removed (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #68 (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 14 comments (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "ℹ Artifact update notice" in #68 is removed (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #68 (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 14 comments (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: 4 file(s) to commit (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Preparing files for committing to branch renovate/ironbank (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: git commit (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "deletedFiles": ["chart/charts/redis-20.2.1-bb.1.tgz"],
       "ignoredFiles": ["chart/charts/redis-20.2.1-bb.1.tgz"],
       "result": {
         "author": null,
         "branch": "renovate/ironbank",
         "commit": "cc689304001a8c622f191f23bb089956990b90e7",
         "root": false,
         "summary": {"changes": 4, "insertions": 5, "deletions": 0}
       }
DEBUG: Pushing refSpec renovate/ironbank:renovate/ironbank (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: git push (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "result": {
         "pushed": [],
         "ref": {"local": "refs/remotes/origin/renovate/ironbank"},
         "remoteMessages": {
           "all": [
             "========================================================================",
             "Currently supported Big Bang Version is 2.45.1",
             "========================================================================",
             "View merge request for renovate/ironbank:",
             "https://repo1.dso.mil/big-bang/product/packages/renovate/-/merge_requests/68"
           ]
         }
       }
DEBUG: Setting current branch to main (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-27T14:42:44+00:00"
 INFO: Branch updated (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "commitSha": "cc689304001a8c622f191f23bb089956990b90e7"
DEBUG: Ensuring PR (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(68) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(68) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://github.com/renovatebot/renovate (39.126.1 -> 39.156.1) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "manager": "regex",
       "packageName": "ghcr.io/renovatebot/renovate",
       "sourceUrl": "https://github.com/renovatebot/renovate"
DEBUG: Fetching changelog: https://github.com/bitnami/charts (20.2.1 -> 20.6.2) (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "manager": "helmv3",
       "packageName": "registry1.dso.mil/bigbang/redis",
       "sourceUrl": "https://github.com/bitnami/charts"
DEBUG: Processing existing PR (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
       "pr": 68,
       "prTitle": "SKIP UPDATE CHECK Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: setBranchCommit() (repository=big-bang/product/packages/renovate, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/renovate)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/renovate)
DEBUG: getPr(68) (repository=big-bang/product/packages/renovate)
DEBUG: getMR(68) (repository=big-bang/product/packages/renovate)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/renovate)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/renovate)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/renovate)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/renovate)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/renovate)
DEBUG: ensureIssue() (repository=big-bang/product/packages/renovate)
DEBUG: Updating issue (repository=big-bang/product/packages/renovate)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/renovate)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/renovate)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/renovate)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/renovate)
DEBUG: Branch lists (repository=big-bang/product/packages/renovate)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/renovate)
DEBUG: No branches to clean up (repository=big-bang/product/packages/renovate)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/renovate)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/renovate)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/renovate)
DEBUG: Repo is activated (repository=big-bang/product/packages/renovate)
DEBUG: Branch summary (repository=big-bang/product/packages/renovate)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "561f31b376b19fccd02be60ceec51dbacbacf150"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "561f31b376b19fccd02be60ceec51dbacbacf150",
           "branchName": "renovate/ironbank",
           "branchSha": "cc689304001a8c622f191f23bb089956990b90e7",
           "isModified": false,
           "isPristine": true
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/renovate)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 68,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ghcr.io/renovatebot/renovate",
               "displayPending": "",
               "fixedVersion": "39.126.1",
               "currentVersion": "39.126.1",
               "currentValue": "39.126.1",
               "newValue": "39.156.1",
               "newVersion": "39.156.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "ghcr.io/renovatebot/renovate"
             },
             {
               "datasource": "docker",
               "depName": "redis",
               "displayPending": "",
               "fixedVersion": "20.2.1-bb.1",
               "currentVersion": "20.2.1",
               "currentValue": "20.2.1-bb.1",
               "newValue": "20.6.2-bb.1",
               "newVersion": "20.6.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/bigbang/redis"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/renovate)
       "stats": {"total": 20, "open": 1, "closed": 1, "merged": 18}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/renovate)
DEBUG: repository problems (repository=big-bang/product/packages/renovate)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/renovate)
       "splits": {"init": 2488, "extract": 203, "lookup": 5266, "onboarding": 0, "update": 3973},
       "total": 12473
DEBUG: Package cache statistics (repository=big-bang/product/packages/renovate)
       "get": {"count": 15, "avgMs": 5, "medianMs": 2, "maxMs": 17, "totalMs": 68},
       "set": {"count": 11, "avgMs": 11, "medianMs": 4, "maxMs": 52, "totalMs": 122}
DEBUG: HTTP statistics (repository=big-bang/product/packages/renovate)
       "hosts": {
         "ghcr.io": {
           "count": 19,
           "reqAvgMs": 162,
           "reqMedianMs": 153,
           "reqMaxMs": 351,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 17,
           "reqAvgMs": 30,
           "reqMedianMs": 20,
           "reqMaxMs": 112,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 10,
           "reqAvgMs": 309,
           "reqMedianMs": 238,
           "reqMaxMs": 1358,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 46
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/renovate)
DEBUG: Lookup statistics (repository=big-bang/product/packages/renovate)
       "docker": {"count": 8, "avgMs": 938, "medianMs": 557, "maxMs": 5212, "totalMs": 7501}
 INFO: Repository finished (repository=big-bang/product/packages/renovate)
       "cloned": true,
       "durationMs": 12473
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/saga)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/saga (repository=big-bang/apps/sandbox/saga)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/saga)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/saga)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/saga)
DEBUG: big-bang/apps/sandbox/saga default branch = main (repository=big-bang/apps/sandbox/saga)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/saga)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/saga.git (repository=big-bang/apps/sandbox/saga)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fsaga/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=74) (repository=big-bang/apps/sandbox/saga)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/saga)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fsaga/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/saga)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/saga)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/saga)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/saga)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/saga)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/saga)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/saga)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/saga (repository=big-bang/apps/sandbox/saga)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/saga)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/saga)
       "durationMs": 463
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/saga)
       "latestCommit": {
         "hash": "a1c4fb626d83e79bcca4decc4e8e8c98ebfd76a5",
         "date": "2022-03-25T16:06:34+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, origin/master, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/saga)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/saga)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/saga)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/saga)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/saga)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/saga)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/saga)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/saga)
DEBUG: config file not found (repository=big-bang/apps/sandbox/saga)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/saga)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/saga)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/saga)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/saga)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/saga)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/saga)
       "splits": {},
       "total": 1018
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/saga)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/saga)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 83,
           "reqMedianMs": 74,
           "reqMaxMs": 112,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/saga)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/saga)
 INFO: Repository finished (repository=big-bang/apps/sandbox/saga)
       "cloned": true,
       "durationMs": 1018
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/customers/edge-template)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customers/edge-template (repository=big-bang/customers/edge-template)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/customers/edge-template)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/customers/edge-template)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/customers/edge-template)
DEBUG: big-bang/customers/edge-template default branch = master (repository=big-bang/customers/edge-template)
DEBUG: Enabling Git FS (repository=big-bang/customers/edge-template)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/customers/edge-template.git (repository=big-bang/customers/edge-template)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fcustomers%2Fedge-template/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=65) (repository=big-bang/customers/edge-template)
DEBUG: GitLab API 404 (repository=big-bang/customers/edge-template)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fcustomers%2Fedge-template/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/customers/edge-template)
DEBUG: Resetting npmrc (repository=big-bang/customers/edge-template)
DEBUG: checkOnboarding() (repository=big-bang/customers/edge-template)
DEBUG: isOnboarded() (repository=big-bang/customers/edge-template)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/customers/edge-template)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/customers/edge-template)
DEBUG: findFile(renovate.json) (repository=big-bang/customers/edge-template)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/customers/edge-template (repository=big-bang/customers/edge-template)
DEBUG: Performing blobless clone (repository=big-bang/customers/edge-template)
DEBUG: git clone completed (repository=big-bang/customers/edge-template)
       "durationMs": 454
DEBUG: latest repository commit (repository=big-bang/customers/edge-template)
       "latestCommit": {
         "hash": "61b1a52d3f5bfca3e59fad0475fe5ccc4988043d",
         "date": "2021-04-07T17:05:02+00:00",
         "message": "Initial commit",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "",
         "author_name": "tsiddique",
         "author_email": "tsiddique@oteemo.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/customers/edge-template)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/customers/edge-template)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/customers/edge-template)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/customers/edge-template)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/customers/edge-template)
DEBUG: findFile(.renovaterc) (repository=big-bang/customers/edge-template)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/customers/edge-template)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/customers/edge-template)
DEBUG: config file not found (repository=big-bang/customers/edge-template)
 INFO: Repository is disabled - skipping (repository=big-bang/customers/edge-template)
DEBUG: Removing any stale branches (repository=big-bang/customers/edge-template)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/customers/edge-template)
DEBUG: No renovate branches found (repository=big-bang/customers/edge-template)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/customers/edge-template)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/customers/edge-template)
       "splits": {},
       "total": 1020
DEBUG: Package cache statistics (repository=big-bang/customers/edge-template)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/customers/edge-template)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 79,
           "reqMedianMs": 70,
           "reqMaxMs": 103,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/customers/edge-template)
DEBUG: Lookup statistics (repository=big-bang/customers/edge-template)
 INFO: Repository finished (repository=big-bang/customers/edge-template)
       "cloned": true,
       "durationMs": 1020
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/infrastructure/k3d)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/k3d (repository=big-bang/infrastructure/k3d)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/infrastructure/k3d)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/infrastructure/k3d)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/infrastructure/k3d)
DEBUG: big-bang/infrastructure/k3d default branch = master (repository=big-bang/infrastructure/k3d)
DEBUG: Enabling Git FS (repository=big-bang/infrastructure/k3d)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/infrastructure/k3d.git (repository=big-bang/infrastructure/k3d)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fk3d/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=64) (repository=big-bang/infrastructure/k3d)
DEBUG: GitLab API 404 (repository=big-bang/infrastructure/k3d)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fk3d/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/k3d)
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/k3d)
DEBUG: checkOnboarding() (repository=big-bang/infrastructure/k3d)
DEBUG: isOnboarded() (repository=big-bang/infrastructure/k3d)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/infrastructure/k3d)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/infrastructure/k3d)
DEBUG: findFile(renovate.json) (repository=big-bang/infrastructure/k3d)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/k3d (repository=big-bang/infrastructure/k3d)
DEBUG: Performing blobless clone (repository=big-bang/infrastructure/k3d)
DEBUG: git clone completed (repository=big-bang/infrastructure/k3d)
       "durationMs": 456
DEBUG: latest repository commit (repository=big-bang/infrastructure/k3d)
       "latestCommit": {
         "hash": "8b1f2c9a96f16d738510678cb0d6c1ba42960907",
         "date": "2021-04-02T00:32:22-05:00",
         "message": "initial commit",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "",
         "author_name": "Jeff McCoy",
         "author_email": "jeffrey.mccoy.10@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/infrastructure/k3d)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/infrastructure/k3d)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/infrastructure/k3d)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/infrastructure/k3d)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/infrastructure/k3d)
DEBUG: findFile(.renovaterc) (repository=big-bang/infrastructure/k3d)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/infrastructure/k3d)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/infrastructure/k3d)
DEBUG: config file not found (repository=big-bang/infrastructure/k3d)
 INFO: Repository is disabled - skipping (repository=big-bang/infrastructure/k3d)
DEBUG: Removing any stale branches (repository=big-bang/infrastructure/k3d)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/infrastructure/k3d)
DEBUG: No renovate branches found (repository=big-bang/infrastructure/k3d)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/infrastructure/k3d)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/infrastructure/k3d)
       "splits": {},
       "total": 1035
DEBUG: Package cache statistics (repository=big-bang/infrastructure/k3d)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/infrastructure/k3d)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 92,
           "reqMedianMs": 75,
           "reqMaxMs": 137,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/infrastructure/k3d)
DEBUG: Lookup statistics (repository=big-bang/infrastructure/k3d)
 INFO: Repository finished (repository=big-bang/infrastructure/k3d)
       "cloned": true,
       "durationMs": 1035
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/infrastructure/big-bang-terraform-launcher)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/big-bang-terraform-launcher (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: big-bang/infrastructure/big-bang-terraform-launcher default branch = master (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: Enabling Git FS (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/infrastructure/big-bang-terraform-launcher.git (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fbig-bang-terraform-launcher/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=66) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: GitLab API 404 (repository=big-bang/infrastructure/big-bang-terraform-launcher)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fbig-bang-terraform-launcher/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: checkOnboarding() (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: isOnboarded() (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: findFile(renovate.json) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/big-bang-terraform-launcher (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: Performing blobless clone (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: git clone completed (repository=big-bang/infrastructure/big-bang-terraform-launcher)
       "durationMs": 567
DEBUG: latest repository commit (repository=big-bang/infrastructure/big-bang-terraform-launcher)
       "latestCommit": {
         "hash": "bf5bc535e629b36873ab81e9448c072925a46712",
         "date": "2025-01-30T21:58:00+00:00",
         "message": "Merge branch 'BB-codeowners' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #16\n\nSee merge request big-bang/infrastructure/big-bang-terraform-launcher!17",
         "author_name": "Andrew Shoell",
         "author_email": "andrew.shoell.ctr@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: findFile(.renovaterc) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: config file not found (repository=big-bang/infrastructure/big-bang-terraform-launcher)
 INFO: Repository is disabled - skipping (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: Removing any stale branches (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: No renovate branches found (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/infrastructure/big-bang-terraform-launcher)
       "splits": {},
       "total": 1300
DEBUG: Package cache statistics (repository=big-bang/infrastructure/big-bang-terraform-launcher)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/infrastructure/big-bang-terraform-launcher)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 137,
           "reqMedianMs": 131,
           "reqMaxMs": 215,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/infrastructure/big-bang-terraform-launcher)
DEBUG: Lookup statistics (repository=big-bang/infrastructure/big-bang-terraform-launcher)
 INFO: Repository finished (repository=big-bang/infrastructure/big-bang-terraform-launcher)
       "cloned": true,
       "durationMs": 1300
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/git-server)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/git-server (repository=big-bang/apps/sandbox/git-server)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/git-server)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/git-server)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/git-server)
DEBUG: big-bang/apps/sandbox/git-server default branch = main (repository=big-bang/apps/sandbox/git-server)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/git-server)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/git-server.git (repository=big-bang/apps/sandbox/git-server)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fgit-server/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=76) (repository=big-bang/apps/sandbox/git-server)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/git-server)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fgit-server/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/git-server)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/git-server)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/git-server)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/git-server)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/git-server)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/git-server)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/git-server)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/git-server (repository=big-bang/apps/sandbox/git-server)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/git-server)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/git-server)
       "durationMs": 427
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/git-server)
       "latestCommit": {
         "hash": "b483ae73a64b61afbe68b957a9476121771f9dda",
         "date": "2022-03-25T15:54:25+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, tag: 0.0.1, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/git-server)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/git-server)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/git-server)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/git-server)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/git-server)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/git-server)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/git-server)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/git-server)
DEBUG: config file not found (repository=big-bang/apps/sandbox/git-server)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/git-server)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/git-server)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/git-server)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/git-server)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/git-server)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/git-server)
       "splits": {},
       "total": 1007
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/git-server)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/git-server)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 92,
           "reqMedianMs": 76,
           "reqMaxMs": 134,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/git-server)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/git-server)
 INFO: Repository finished (repository=big-bang/apps/sandbox/git-server)
       "cloned": true,
       "durationMs": 1007
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/nexus-iq)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/nexus-iq (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: big-bang/apps/third-party/nexus-iq default branch = main (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/nexus-iq.git (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fnexus-iq/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=75) (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/nexus-iq)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fnexus-iq/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/nexus-iq (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: git clone completed (repository=big-bang/apps/third-party/nexus-iq)
       "durationMs": 531
DEBUG: latest repository commit (repository=big-bang/apps/third-party/nexus-iq)
       "latestCommit": {
         "hash": "9fdcb426ed57396127504e17909b88d2e99853b3",
         "date": "2025-01-15T19:31:53+00:00",
         "message": "Merge branch '186-0-0-upgrade' into 'main'",
         "refs": "HEAD -> main, tag: 186.0.0-bb.0, origin/main, origin/HEAD",
         "body": "feat: update nexus-iq chart to 186\n\nSee merge request big-bang/apps/third-party/nexus-iq!13",
         "author_name": "Logan Bailey",
         "author_email": "logan.bailey@braingu.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: config file not found (repository=big-bang/apps/third-party/nexus-iq)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/nexus-iq)
       "splits": {},
       "total": 1129
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/nexus-iq)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/nexus-iq)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 80,
           "reqMedianMs": 75,
           "reqMaxMs": 106,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/nexus-iq)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/nexus-iq)
 INFO: Repository finished (repository=big-bang/apps/third-party/nexus-iq)
       "cloned": true,
       "durationMs": 1129
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/application-utilities/minio-console)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/application-utilities/minio-console (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: big-bang/apps/application-utilities/minio-console default branch = main (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: Enabling Git FS (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/application-utilities/minio-console.git (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fapplication-utilities%2Fminio-console/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=74) (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: GitLab API 404 (repository=big-bang/apps/application-utilities/minio-console)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fapplication-utilities%2Fminio-console/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: Resetting npmrc (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: checkOnboarding() (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: isOnboarded() (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/application-utilities/minio-console (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: Performing blobless clone (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: git clone completed (repository=big-bang/apps/application-utilities/minio-console)
       "durationMs": 475
DEBUG: latest repository commit (repository=big-bang/apps/application-utilities/minio-console)
       "latestCommit": {
         "hash": "1baa6cd76369b5731ac6f63eb514bd9bc58570fa",
         "date": "2022-03-04T16:50:09+00:00",
         "message": "Delete .gitlab-ci.yml",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Branden Cobb",
         "author_email": "cobb_branden@bah.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: config file not found (repository=big-bang/apps/application-utilities/minio-console)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: Removing any stale branches (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: No renovate branches found (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/application-utilities/minio-console)
       "splits": {},
       "total": 1034
DEBUG: Package cache statistics (repository=big-bang/apps/application-utilities/minio-console)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/application-utilities/minio-console)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 81,
           "reqMedianMs": 74,
           "reqMaxMs": 98,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/application-utilities/minio-console)
DEBUG: Lookup statistics (repository=big-bang/apps/application-utilities/minio-console)
 INFO: Repository finished (repository=big-bang/apps/application-utilities/minio-console)
       "cloned": true,
       "durationMs": 1034
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/community/jupyterhub)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/jupyterhub (repository=big-bang/product/community/jupyterhub)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/community/jupyterhub)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/community/jupyterhub)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/community/jupyterhub)
DEBUG: big-bang/product/community/jupyterhub default branch = main (repository=big-bang/product/community/jupyterhub)
DEBUG: Enabling Git FS (repository=big-bang/product/community/jupyterhub)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/community/jupyterhub.git (repository=big-bang/product/community/jupyterhub)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fcommunity%2Fjupyterhub/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=71) (repository=big-bang/product/community/jupyterhub)
DEBUG: GitLab API 404 (repository=big-bang/product/community/jupyterhub)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fcommunity%2Fjupyterhub/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/product/community/jupyterhub)
DEBUG: Resetting npmrc (repository=big-bang/product/community/jupyterhub)
DEBUG: checkOnboarding() (repository=big-bang/product/community/jupyterhub)
DEBUG: isOnboarded() (repository=big-bang/product/community/jupyterhub)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/community/jupyterhub)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/community/jupyterhub)
DEBUG: findFile(renovate.json) (repository=big-bang/product/community/jupyterhub)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/community/jupyterhub (repository=big-bang/product/community/jupyterhub)
DEBUG: Performing blobless clone (repository=big-bang/product/community/jupyterhub)
DEBUG: git clone completed (repository=big-bang/product/community/jupyterhub)
       "durationMs": 444
DEBUG: latest repository commit (repository=big-bang/product/community/jupyterhub)
       "latestCommit": {
         "hash": "9f0994eb8fa97228d36464061c7bfc7a9fb9f5a4",
         "date": "2022-06-03T20:14:23+00:00",
         "message": "Merge branch 'jcf-2233-svs' into 'main'",
         "refs": "HEAD -> main, origin/sidt-testben-bm, origin/main, origin/HEAD",
         "body": "add CHANGELOG.md\n\nSee merge request platform-one/big-bang/apps/third-party/jupyterhub!7",
         "author_name": "Samuel Sarnowski",
         "author_email": "samsarnowski@seed-innovations.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/product/community/jupyterhub)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/product/community/jupyterhub)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/product/community/jupyterhub)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/product/community/jupyterhub)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/product/community/jupyterhub)
DEBUG: findFile(.renovaterc) (repository=big-bang/product/community/jupyterhub)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/product/community/jupyterhub)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/product/community/jupyterhub)
DEBUG: config file not found (repository=big-bang/product/community/jupyterhub)
 INFO: Repository is disabled - skipping (repository=big-bang/product/community/jupyterhub)
DEBUG: Removing any stale branches (repository=big-bang/product/community/jupyterhub)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/product/community/jupyterhub)
DEBUG: No renovate branches found (repository=big-bang/product/community/jupyterhub)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/product/community/jupyterhub)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/community/jupyterhub)
       "splits": {},
       "total": 1033
DEBUG: Package cache statistics (repository=big-bang/product/community/jupyterhub)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/community/jupyterhub)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 87,
           "reqMedianMs": 89,
           "reqMaxMs": 100,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/product/community/jupyterhub)
DEBUG: Lookup statistics (repository=big-bang/product/community/jupyterhub)
 INFO: Repository finished (repository=big-bang/product/community/jupyterhub)
       "cloned": true,
       "durationMs": 1033
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/application-utilities/mysql-operator)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/application-utilities/mysql-operator (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: big-bang/apps/application-utilities/mysql-operator default branch = main (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: Enabling Git FS (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/application-utilities/mysql-operator.git (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fapplication-utilities%2Fmysql-operator/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=55) (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: GitLab API 404 (repository=big-bang/apps/application-utilities/mysql-operator)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fapplication-utilities%2Fmysql-operator/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: Resetting npmrc (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: checkOnboarding() (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: isOnboarded() (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/application-utilities/mysql-operator (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: Performing blobless clone (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: git clone completed (repository=big-bang/apps/application-utilities/mysql-operator)
       "durationMs": 481
DEBUG: latest repository commit (repository=big-bang/apps/application-utilities/mysql-operator)
       "latestCommit": {
         "hash": "a24639831021692c6288a686abf647d867a37fe7",
         "date": "2021-03-02T17:58:31+00:00",
         "message": "Initial commit",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Lynn Still",
         "author_email": "lynn.still@parsons.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: config file not found (repository=big-bang/apps/application-utilities/mysql-operator)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: Removing any stale branches (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: No renovate branches found (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/application-utilities/mysql-operator)
       "splits": {},
       "total": 1021
DEBUG: Package cache statistics (repository=big-bang/apps/application-utilities/mysql-operator)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/application-utilities/mysql-operator)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 78,
           "reqMedianMs": 76,
           "reqMaxMs": 102,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/application-utilities/mysql-operator)
DEBUG: Lookup statistics (repository=big-bang/apps/application-utilities/mysql-operator)
 INFO: Repository finished (repository=big-bang/apps/application-utilities/mysql-operator)
       "cloned": true,
       "durationMs": 1021
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/mongodb-operator)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/mongodb-operator (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: big-bang/apps/sandbox/mongodb-operator default branch = main (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/mongodb-operator.git (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fmongodb-operator/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=68) (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/mongodb-operator)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fmongodb-operator/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/mongodb-operator (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/mongodb-operator)
       "durationMs": 478
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/mongodb-operator)
       "latestCommit": {
         "hash": "b7381e9dc4e2971b8a888227a2f80f343c2a956a",
         "date": "2021-06-29T17:23:10+00:00",
         "message": "Update values.yaml",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Branden Cobb",
         "author_email": "cobb_branden@bah.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: config file not found (repository=big-bang/apps/sandbox/mongodb-operator)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/mongodb-operator)
       "splits": {},
       "total": 1032
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/mongodb-operator)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/mongodb-operator)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 87,
           "reqMedianMs": 68,
           "reqMaxMs": 133,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/mongodb-operator)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/mongodb-operator)
 INFO: Repository finished (repository=big-bang/apps/sandbox/mongodb-operator)
       "cloned": true,
       "durationMs": 1032
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/mongodb)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/mongodb (repository=big-bang/apps/sandbox/mongodb)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/mongodb)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/mongodb)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/mongodb)
DEBUG: big-bang/apps/sandbox/mongodb default branch = main (repository=big-bang/apps/sandbox/mongodb)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/mongodb)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/mongodb.git (repository=big-bang/apps/sandbox/mongodb)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fmongodb/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=64) (repository=big-bang/apps/sandbox/mongodb)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/mongodb)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fmongodb/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/mongodb)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/mongodb)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/mongodb)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/mongodb)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/mongodb)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/mongodb)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/mongodb)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/mongodb (repository=big-bang/apps/sandbox/mongodb)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/mongodb)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/mongodb)
       "durationMs": 476
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/mongodb)
       "latestCommit": {
         "hash": "af3e15b0ba97394857b42174e81cb69257f6b30b",
         "date": "2021-04-02T20:50:05+00:00",
         "message": "Merge branch 'modifications' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Update README.md\n\nSee merge request platform-one/big-bang/apps/sandbox/mongodb!7",
         "author_name": "branden.cobb",
         "author_email": "cobb_branden@bah.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/mongodb)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/mongodb)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/mongodb)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/mongodb)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/mongodb)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/mongodb)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/mongodb)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/mongodb)
DEBUG: config file not found (repository=big-bang/apps/sandbox/mongodb)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/mongodb)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/mongodb)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/mongodb)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/mongodb)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/mongodb)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/mongodb)
       "splits": {},
       "total": 1003
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/mongodb)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/mongodb)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 76,
           "reqMedianMs": 64,
           "reqMaxMs": 102,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/mongodb)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/mongodb)
 INFO: Repository finished (repository=big-bang/apps/sandbox/mongodb)
       "cloned": true,
       "durationMs": 1003
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/maintained/redis)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/maintained/redis (repository=big-bang/product/maintained/redis)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/maintained/redis)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/maintained/redis)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/maintained/redis)
DEBUG: big-bang/product/maintained/redis default branch = main (repository=big-bang/product/maintained/redis)
DEBUG: Enabling Git FS (repository=big-bang/product/maintained/redis)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/maintained/redis.git (repository=big-bang/product/maintained/redis)
DEBUG: Resetting npmrc (repository=big-bang/product/maintained/redis)
DEBUG: Resetting npmrc (repository=big-bang/product/maintained/redis)
DEBUG: checkOnboarding() (repository=big-bang/product/maintained/redis)
DEBUG: isOnboarded() (repository=big-bang/product/maintained/redis)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/maintained/redis)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/maintained/redis)
DEBUG: findFile(renovate.json) (repository=big-bang/product/maintained/redis)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/maintained/redis (repository=big-bang/product/maintained/redis)
DEBUG: Performing blobless clone (repository=big-bang/product/maintained/redis)
DEBUG: git clone completed (repository=big-bang/product/maintained/redis)
       "durationMs": 545
DEBUG: latest repository commit (repository=big-bang/product/maintained/redis)
       "latestCommit": {
         "hash": "0d450ae38adc4e5669e2a461a70a12a0f29954b2",
         "date": "2025-01-29T16:12:26+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 20.6.2-bb.1, origin/main, origin/HEAD",
         "body": "Update docker.io/bitnami/kubectl Docker tag to v1.32.1\n\nSee merge request big-bang/product/maintained/redis!157",
         "author_name": "Jacob Kershaw",
         "author_email": "jacob.kershaw@sigmadefense.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/maintained/redis)
DEBUG: ensureIssueClosing() (repository=big-bang/product/maintained/redis)
DEBUG: Repo is onboarded (repository=big-bang/product/maintained/redis)
DEBUG: Found renovate.json config file (repository=big-bang/product/maintained/redis)
DEBUG: Repository config (repository=big-bang/product/maintained/redis)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Redis Package Dependencies",
         "draftPR": "true",
         "labels": ["redis", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "ignoreDeps": ["docker.io/bitnami/redis-sentinel"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Redis:[^\\S\\r\\n]+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/bitnami/redis",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image: \"(?<depName>\\S+):(?<currentValue>.+)\""],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/maintained/redis)
DEBUG: Config migration necessary (repository=big-bang/product/maintained/redis)
       "oldConfig": {
         "baseBranches": ["main"],
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Redis Package Dependencies",
         "draftPR": "true",
         "labels": ["redis", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "ignoreDeps": ["docker.io/bitnami/redis-sentinel"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Redis:[^\\S\\r\\n]+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/bitnami/redis",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image: \"(?<depName>\\S+):(?<currentValue>.+)\""],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Redis Package Dependencies",
         "draftPR": true,
         "labels": ["redis", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "ignoreDeps": ["docker.io/bitnami/redis-sentinel"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Redis:[^\\S\\r\\n]+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/bitnami/redis",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image: \"(?<depName>\\S+):(?<currentValue>.+)\""],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/maintained/redis)
       "config": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Redis Package Dependencies",
         "draftPR": true,
         "labels": ["redis", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "ignoreDeps": ["docker.io/bitnami/redis-sentinel"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Redis:[^\\S\\r\\n]+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/bitnami/redis",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image: \"(?<depName>\\S+):(?<currentValue>.+)\""],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/maintained/redis)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/maintained/redis)
DEBUG: findIssue(Renovate: Upgrade Redis Package Dependencies) (repository=big-bang/product/maintained/redis)
DEBUG: baseBranches (repository=big-bang/product/maintained/redis)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/maintained/redis, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T16:12:26+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/maintained/redis, baseBranch=main)
       "managers": {"regex": 30, "helm-values": 30, "helmv3": 30}
DEBUG: Found helm-values package files (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/product/maintained/redis, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/maintained/redis, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 7},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 3, "depCount": 5}
         },
         "total": {"fileCount": 5, "depCount": 13}
       }
DEBUG: baseBranch: main (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Dependency: docker.io/bitnami/redis-sentinel, is ignored (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Dependency registry-1.docker.io/bitnamicharts/common has unsupported/unversioned value 2.x.x (versioning=docker) (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Skipping registry-1.docker.io/bitnamicharts/common because no currentDigest or pinDigests (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: hostRules: no authentication for hub.docker.com (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, bitnami/os-shell, latest) (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, bitnami/os-shell, latest, get) (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using queue: host=index.docker.io, concurrency=16 (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Using queue: host=auth.docker.io, concurrency=16 (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, bitnami/os-shell, sha256:bcb8624733d5d32a56f85ed68e49d49cf2f33f349c3616dd3f269ee3c64f3307, get) (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/maintained/redis, baseBranch=main)
       "labels": {
         "com.vmware.cp.artifact.flavor": "sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83",
         "org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bookworm",
         "org.opencontainers.image.created": "2025-01-30T16:24:06Z",
         "org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
         "org.opencontainers.image.documentation": "https://github.com/bitnami/containers/tree/main/bitnami/os-shell/README.md",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.ref.name": "12-debian-12-r36",
         "org.opencontainers.image.source": "https://github.com/bitnami/containers/tree/main/bitnami/os-shell",
         "org.opencontainers.image.title": "os-shell",
         "org.opencontainers.image.vendor": "Broadcom, Inc.",
         "org.opencontainers.image.version": "12"
       }
DEBUG: getLabels(https://index.docker.io, bitnami/kubectl, latest) (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, bitnami/kubectl, latest, get) (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, bitnami/kubectl, sha256:b0c5ababcb7e96e7128669fd069ceda8c27e9e237c554e6abcd99c70599b76d0, get) (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/maintained/redis, baseBranch=main)
       "labels": {
         "com.vmware.cp.artifact.flavor": "sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83",
         "org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bookworm",
         "org.opencontainers.image.created": "2025-01-30T19:21:45Z",
         "org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
         "org.opencontainers.image.documentation": "https://github.com/bitnami/containers/tree/main/bitnami/kubectl/README.md",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.ref.name": "1.32.1-debian-12-r4",
         "org.opencontainers.image.source": "https://github.com/bitnami/containers/tree/main/bitnami/kubectl",
         "org.opencontainers.image.title": "kubectl",
         "org.opencontainers.image.vendor": "Broadcom, Inc.",
         "org.opencontainers.image.version": "1.32.1"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/maintained/redis, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/maintained/redis, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.4.2",
                 "datasource": "docker",
                 "replaceString": "7.4.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.4.2",
                 "fixedVersion": "7.4.2"
               },
               {
                 "depName": "docker.io/bitnami/redis-sentinel",
                 "currentValue": "7.4.2-debian-12-r0",
                 "datasource": "docker",
                 "replaceString": "7.4.2-debian-12-r0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "docker.io/bitnami/redis-sentinel",
                 "skipReason": "ignored"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
                 "currentValue": "v1.67.0",
                 "datasource": "docker",
                 "replaceString": "v1.67.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/analytics/redis-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/oliver006/redis_exporter",
                 "lookupName": "ironbank/bitnami/analytics/redis-exporter",
                 "currentVersion": "v1.67.0",
                 "fixedVersion": "v1.67.0"
               },
               {
                 "depName": "docker.io/bitnami/os-shell",
                 "currentValue": "12-debian-12-r34",
                 "datasource": "docker",
                 "replaceString": "12-debian-12-r34",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "docker.io/bitnami/os-shell",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/containers",
                 "registryUrl": "https://index.docker.io",
                 "sourceDirectory": "bitnami/os-shell",
                 "lookupName": "bitnami/os-shell",
                 "currentVersion": "12",
                 "currentVersionTimestamp": "2024-12-09T23:20:19.829Z",
                 "currentVersionAgeInDays": 55,
                 "fixedVersion": "12-debian-12-r34"
               },
               {
                 "depName": "docker.io/bitnami/kubectl",
                 "currentValue": "1.32.1-debian-12-r3",
                 "datasource": "docker",
                 "replaceString": "1.32.1-debian-12-r3",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "docker.io/bitnami/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/containers",
                 "registryUrl": "https://index.docker.io",
                 "sourceDirectory": "bitnami/kubectl",
                 "lookupName": "bitnami/kubectl",
                 "currentVersion": "1.32.1",
                 "currentVersionTimestamp": "2025-01-27T00:40:58.370Z",
                 "currentVersionAgeInDays": 7,
                 "fixedVersion": "1.32.1-debian-12-r3"
               },
               {
                 "depName": "docker.io/bitnami/os-shell",
                 "currentValue": "12-debian-12-r34",
                 "datasource": "docker",
                 "replaceString": "12-debian-12-r34",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "docker.io/bitnami/os-shell",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/containers",
                 "registryUrl": "https://index.docker.io",
                 "sourceDirectory": "bitnami/os-shell",
                 "lookupName": "bitnami/os-shell",
                 "currentVersion": "12",
                 "currentVersionTimestamp": "2024-12-09T23:20:19.829Z",
                 "currentVersionAgeInDays": 55,
                 "fixedVersion": "12-debian-12-r34"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "common",
                 "currentValue": "2.x.x",
                 "datasource": "docker",
                 "packageName": "registry-1.docker.io/bitnamicharts/common",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "20.6.2-bb.1",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.4.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: 7.4.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.4.2",
                 "fixedVersion": "7.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.4.2",
                 "datasource": "docker",
                 "replaceString": "- Redis: 7.4.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.4.2",
                 "fixedVersion": "7.4.2"
               }
             ],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Redis:[^\\S\\r\\n]+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/bitnami/redis",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: \"registry1.dso.mil/ironbank/big-bang/base:2.1.0\"",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "matchStrings": ["image: \"(?<depName>\\S+):(?<currentValue>.+)\""],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.4.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/redis:7.4.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.4.2",
                 "fixedVersion": "7.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
                 "currentValue": "v1.67.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.67.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/analytics/redis-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/oliver006/redis_exporter",
                 "lookupName": "ironbank/bitnami/analytics/redis-exporter",
                 "currentVersion": "v1.67.0",
                 "fixedVersion": "v1.67.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/maintained/redis)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/maintained/redis)
DEBUG: processRepo() (repository=big-bang/product/maintained/redis)
DEBUG: Processing 0 branches:  (repository=big-bang/product/maintained/redis)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/maintained/redis)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/maintained/redis)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/maintained/redis)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/maintained/redis)
DEBUG: 0 PRs are currently open (repository=big-bang/product/maintained/redis)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/maintained/redis)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/maintained/redis)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/maintained/redis)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/maintained/redis)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/maintained/redis)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/maintained/redis)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/maintained/redis)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/maintained/redis)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/maintained/redis)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/maintained/redis)
DEBUG: Branches limit = 2 (repository=big-bang/product/maintained/redis)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/maintained/redis)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/maintained/redis)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/maintained/redis)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/maintained/redis)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/maintained/redis)
DEBUG: ensureIssue() (repository=big-bang/product/maintained/redis)
DEBUG: Updating issue (repository=big-bang/product/maintained/redis)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/maintained/redis)
DEBUG: No reconfigure branch found (repository=big-bang/product/maintained/redis)
DEBUG: Removing any stale branches (repository=big-bang/product/maintained/redis)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/maintained/redis)
DEBUG: No renovate branches found (repository=big-bang/product/maintained/redis)
DEBUG: ensureIssueClosing() (repository=big-bang/product/maintained/redis)
DEBUG: ensureIssueClosing() (repository=big-bang/product/maintained/redis)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/maintained/redis)
DEBUG: Repo is activated (repository=big-bang/product/maintained/redis)
DEBUG: Branch summary (repository=big-bang/product/maintained/redis)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "0d450ae38adc4e5669e2a461a70a12a0f29954b2"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/maintained/redis)
       "stats": {"total": 11, "open": 0, "closed": 0, "merged": 11}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/maintained/redis)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/maintained/redis)
       "splits": {"init": 2040, "extract": 370, "lookup": 17177, "onboarding": 0, "update": 1},
       "total": 20036
DEBUG: Package cache statistics (repository=big-bang/product/maintained/redis)
       "get": {"count": 16, "avgMs": 13, "medianMs": 2, "maxMs": 124, "totalMs": 201},
       "set": {"count": 10, "avgMs": 27, "medianMs": 6, "maxMs": 127, "totalMs": 268}
DEBUG: HTTP statistics (repository=big-bang/product/maintained/redis)
       "hosts": {
         "auth.docker.io": {
           "count": 2,
           "reqAvgMs": 211,
           "reqMedianMs": 215,
           "reqMaxMs": 215,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 98,
           "reqAvgMs": 108,
           "reqMedianMs": 103,
           "reqMaxMs": 410,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "index.docker.io": {
           "count": 7,
           "reqAvgMs": 130,
           "reqMedianMs": 104,
           "reqMaxMs": 252,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 250,
           "reqMedianMs": 128,
           "reqMaxMs": 847,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 114
DEBUG: HTTP cache statistics (repository=big-bang/product/maintained/redis)
DEBUG: Lookup statistics (repository=big-bang/product/maintained/redis)
       "docker": {"count": 12, "avgMs": 1727, "medianMs": 129, "maxMs": 17136, "totalMs": 20721}
 INFO: Repository finished (repository=big-bang/product/maintained/redis)
       "cloned": true,
       "durationMs": 20036
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/jaeger)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/jaeger (repository=big-bang/product/packages/jaeger)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/jaeger)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/jaeger)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/jaeger)
DEBUG: big-bang/product/packages/jaeger default branch = main (repository=big-bang/product/packages/jaeger)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/jaeger)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/jaeger.git (repository=big-bang/product/packages/jaeger)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/jaeger)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/jaeger)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/jaeger)
DEBUG: isOnboarded() (repository=big-bang/product/packages/jaeger)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/jaeger)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/jaeger)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/jaeger)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/jaeger (repository=big-bang/product/packages/jaeger)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/jaeger)
DEBUG: git clone completed (repository=big-bang/product/packages/jaeger)
       "durationMs": 544
DEBUG: latest repository commit (repository=big-bang/product/packages/jaeger)
       "latestCommit": {
         "hash": "a7f8520a320798c033caff5e6722e9c15c767fa4",
         "date": "2025-01-27T20:14:45+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 2.57.0-bb.1, origin/main, origin/HEAD",
         "body": "SKIP UPGRADE Update Ironbank\n\nSee merge request big-bang/product/packages/jaeger!189",
         "author_name": "Piotr Machaj",
         "author_email": "piotr.machaj@aquia.io"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/jaeger)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/jaeger)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/jaeger)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/jaeger)
DEBUG: Repository config (repository=big-bang/product/packages/jaeger)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Jaeger Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["jaeger", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:\\s*(?<depName>.+):(?<currentValue>[\\d\\.]+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Jaeger:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/jaegertracing/jaeger-operator",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/jaeger)
DEBUG: Config migration necessary (repository=big-bang/product/packages/jaeger)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Jaeger Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["jaeger", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:\\s*(?<depName>.+):(?<currentValue>[\\d\\.]+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Jaeger:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/jaegertracing/jaeger-operator",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Jaeger Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["jaeger", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:\\s*(?<depName>.+):(?<currentValue>[\\d\\.]+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Jaeger:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/jaegertracing/jaeger-operator",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/jaeger)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Jaeger Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["jaeger", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:\\s*(?<depName>.+):(?<currentValue>[\\d\\.]+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Jaeger:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/jaegertracing/jaeger-operator",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/jaeger)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/jaeger)
DEBUG: findIssue(Renovate: Upgrade Jaeger Package Dependencies) (repository=big-bang/product/packages/jaeger)
DEBUG: baseBranches (repository=big-bang/product/packages/jaeger)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/jaeger, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-27T20:14:45+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Using file match: ^tests/images\.txt$ for manager regex (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/images.txt (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/jaeger, baseBranch=main)
       "managers": {"regex": 16, "helm-values": 12, "helmv3": 16}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Found 6 package file(s) (repository=big-bang/product/packages/jaeger, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/jaeger, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 12},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 4, "depCount": 19}
         },
         "total": {"fileCount": 6, "depCount": 32}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/ingress-nginx/kube-webhook-certgen, v20230626) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/ingress-nginx/kube-webhook-certgen, v20230626, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-es-index-cleaner, latest) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-es-index-cleaner, latest, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-ingester, latest) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-ingester, latest, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/jaegertracing/all-in-one, latest) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/all-in-one, latest, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-query, latest) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-query, latest, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-agent, latest) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-agent, latest, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-operator, latest) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-operator, latest, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-ingester, sha256:2e9ec23e216fe590e0576cc5f60b17c1e725ac1904d2f3a4b85b1d85a85c80c3, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-es-index-cleaner, sha256:7d3fda00b885188af6495ce96e69c0e4f414a1f64af3cd15545c873c6cad5e7a, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-agent, sha256:da98b4d0617a44ff267c62bcbdfa4578d1e2c134e26e84cc2d75371a2f89a2b9, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-operator, sha256:bd04a518db004460ec929aae80291740f4c3b78239917a2e0d35bdeff90d383d, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-query, sha256:6e3484401e979cfcd1c572d2c2a43272de20b205657109cc7b9277985dfef6a4, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/jaeger, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7c4ff733d3f1d966348226bd9c59541b2eda30bcb91dc1cc5fa64b9a4cc8df44",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.33.7",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3448586",
         "mil.dso.ironbank.image.keywords": "certificate,certgen,kubernetes,admission,webhook",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:7c4ff733d3f1d966348226bd9c59541b2eda30bcb91dc1cc5fa64b9a4cc8df44",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "kube-webhook-certgen",
         "org.opencontainers.image.created": "2024-07-05 00:37:03+00:00",
         "org.opencontainers.image.description": "Generates a CA and leaf certificate with a long(100y) expiration",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "49a5e1ba480b151a088bc035329763257a25acbd",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kubernetes/ingress-nginx/kube-webhook-certgen",
         "org.opencontainers.image.title": "kube-webhook-certgen",
         "org.opencontainers.image.url": "https://github.com/kubernetes/ingress-nginx/",
         "org.opencontainers.image.vendor": "ingress-nginx",
         "org.opencontainers.image.version": "v20230626"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/jaeger, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916931",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "jaegertrace/jaeger-ingester",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:51:10+00:00",
         "org.opencontainers.image.description": "jaeger-ingester is a service which reads span data from Kafka topic and writes it to another storage backend",
         "org.opencontainers.image.licenses": "APL-2.0",
         "org.opencontainers.image.revision": "a6638d0c2b30a116496e62a0b5e9083f8d9b26fc",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-ingester",
         "org.opencontainers.image.title": "jaegertracing/jaeger-ingester",
         "org.opencontainers.image.url": "https://github.com/jaegertracing/jaeger",
         "org.opencontainers.image.vendor": "jaeger",
         "org.opencontainers.image.version": "1.65.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/jaeger, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917179",
         "mil.dso.ironbank.image.keywords": "opensource,jaeger,jaeger-query",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "jaegertracing/jaeger-query",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:15:07+00:00",
         "org.opencontainers.image.description": "Jaeger query service provides a Web UI and an API for accessing trace data.",
         "org.opencontainers.image.licenses": "APL-2.0",
         "org.opencontainers.image.revision": "256b650b2c34df62bf08468f6d998d4f53169fac",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-query",
         "org.opencontainers.image.title": "jaeger-query",
         "org.opencontainers.image.url": "https://github.com/jaegertracing/jaeger",
         "org.opencontainers.image.vendor": "Jaeger",
         "org.opencontainers.image.version": "1.65.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/jaeger, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:1d1cfc5ff2123f2f70d9eb7cf48cb2189241af2afbf018f350d60225f1ff41c1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.11",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917350",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/golang/ubi9/golang-1.22:1.22.11@sha256:e363290048433eae02d25269517b3820209722dae817cf44ebd279c2e9f849d4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "jaegertracing/jaeger-es-index-cleaner",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:35:42+00:00",
         "org.opencontainers.image.description": "ElasticSearch also has no support for TTL, so this exists to delete older indices automatically.",
         "org.opencontainers.image.licenses": "APL-2.0",
         "org.opencontainers.image.revision": "3ad71ac5219d6946125b7e410e51b6eec14e1531",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-es-index-cleaner",
         "org.opencontainers.image.title": "jaegertracing/jaeger-es-index-cleaner",
         "org.opencontainers.image.url": "https://github.com/jaegertracing/jaeger/tree/master/cmd/es-index-cleaner",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "1.65.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/jaeger, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917084",
         "mil.dso.ironbank.image.keywords": "testing,test suite",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "jaeger",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:05:16+00:00",
         "org.opencontainers.image.description": "All-in-one is an executable designed for quick local testing, launches the Jaeger UI, collector, query, and agent, with an in memory storage component.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "49b43a4d4ed2130746a5f8bff08840068ec5ecdc",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/jaegertracing/all-in-one",
         "org.opencontainers.image.title": "all-in-one",
         "org.opencontainers.image.url": "https://www.jaegertracing.io/docs/1.21/getting-started/",
         "org.opencontainers.image.vendor": "none",
         "org.opencontainers.image.version": "1.65.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/jaeger, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916983",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "jaegertracing/jaeger-agent",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:56:12+00:00",
         "org.opencontainers.image.description": "Jaeger-agent is a daemon program that runs on every host and receives tracing information submitted by applications via Jaeger client libraries.",
         "org.opencontainers.image.licenses": "APL-2.0",
         "org.opencontainers.image.revision": "15dbb32d927044d4f5fc4de53a990161228130b0",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-agent",
         "org.opencontainers.image.title": "jaegertracing/jaeger-agent",
         "org.opencontainers.image.url": "https://github.com/jaegertracing/jaeger",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "1.62.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/jaeger, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916818",
         "mil.dso.ironbank.image.keywords": "jaeger",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "opensource",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:39:23+00:00",
         "org.opencontainers.image.description": "The jaeger-operator provides an out-of-the-box solution for deploying jaeger tracing components.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "2c75498e794b3ee4517bae00f210dc5146a225a4",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-operator",
         "org.opencontainers.image.title": "jaeger-operator",
         "org.opencontainers.image.url": "https://github.com/jaegertracing/jaeger-operator",
         "org.opencontainers.image.vendor": "none",
         "org.opencontainers.image.version": "1.62.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-collector, latest) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-collector, latest, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/jaegertracing/jaeger-collector, sha256:fb945114fbccc2f34bb4009ed3c53472aa698e76399d40c0a34af1c51084b771, get) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/jaeger, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916883",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "jaegertracing/jaeger-collector",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:45:54+00:00",
         "org.opencontainers.image.description": "The Jaeger collector processes and stores traces obtained from the Jaeger agents.",
         "org.opencontainers.image.licenses": "APL-2.0",
         "org.opencontainers.image.revision": "53cd629eafdfd47f24a54b01054f0b3c3da5afb4",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-collector",
         "org.opencontainers.image.title": "jaegertracing/jaeger-collector",
         "org.opencontainers.image.url": "https://github.com/jaegertracing/jaeger",
         "org.opencontainers.image.vendor": "Jaeger",
         "org.opencontainers.image.version": "1.65.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: 3 flattened updates found: registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one, registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one, registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/jaeger, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/jaeger, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen",
                 "currentValue": "v1.5.1",
                 "datasource": "docker",
                 "replaceString": "v1.5.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/ingress-nginx/kube-webhook-certgen",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes/ingress-nginx/",
                 "lookupName": "ironbank/opensource/ingress-nginx/kube-webhook-certgen",
                 "currentVersion": "v1.5.1",
                 "fixedVersion": "v1.5.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "currentValue": "1.65.0",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner:1.65.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger/tree/master/cmd/es-index-cleaner",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "currentVersion": "1.65.0",
                 "fixedVersion": "1.65.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-operator",
                 "currentValue": "1.62.0",
                 "datasource": "docker",
                 "replaceString": "1.62.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-operator",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger-operator",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-operator",
                 "currentVersion": "1.62.0",
                 "fixedVersion": "1.62.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one",
                 "currentValue": "1.64.0",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one:1.64.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.65.0",
                     "newValue": "1.65.0",
                     "newMajor": 1,
                     "newMinor": 65,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/all-in-one",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.jaegertracing.io/docs/1.21/getting-started/",
                 "lookupName": "ironbank/opensource/jaegertracing/all-in-one",
                 "currentVersion": "1.64.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.64.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-agent",
                 "currentValue": "1.62.0",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-agent:1.62.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-agent",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-agent",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-agent",
                 "currentVersion": "1.62.0",
                 "fixedVersion": "1.62.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester",
                 "currentValue": "1.65.0",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester:1.65.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-ingester",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-ingester",
                 "currentVersion": "1.65.0",
                 "fixedVersion": "1.65.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query",
                 "currentValue": "1.65.0",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query:1.65.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-query",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-query",
                 "currentVersion": "1.65.0",
                 "fixedVersion": "1.65.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector",
                 "currentValue": "1.65.0",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector:1.65.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-collector",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-collector",
                 "currentVersion": "1.65.0",
                 "fixedVersion": "1.65.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "2.57.0-bb.1",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "currentValue": "1.65.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner:1.65.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger/tree/master/cmd/es-index-cleaner",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "currentVersion": "1.65.0",
                 "fixedVersion": "1.65.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one",
                 "currentValue": "1.64.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one:1.64.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.65.0",
                     "newValue": "1.65.0",
                     "newMajor": 1,
                     "newMinor": 65,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/all-in-one",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.jaegertracing.io/docs/1.21/getting-started/",
                 "lookupName": "ironbank/opensource/jaegertracing/all-in-one",
                 "currentVersion": "1.64.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.64.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-agent",
                 "currentValue": "1.62.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-agent:1.62.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-agent",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-agent",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-agent",
                 "currentVersion": "1.62.0",
                 "fixedVersion": "1.62.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester",
                 "currentValue": "1.65.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester:1.65.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-ingester",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-ingester",
                 "currentVersion": "1.65.0",
                 "fixedVersion": "1.65.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query",
                 "currentValue": "1.65.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query:1.65.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-query",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-query",
                 "currentVersion": "1.65.0",
                 "fixedVersion": "1.65.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector",
                 "currentValue": "1.65.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector:1.65.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-collector",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-collector",
                 "currentVersion": "1.65.0",
                 "fixedVersion": "1.65.0"
               }
             ],
             "matchStrings": ["image:\\s*(?<depName>.+):(?<currentValue>[\\d\\.]+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/jaegertracing/jaeger-operator",
                 "currentValue": "1.62.0",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Jaeger: 1.62.0",
                 "updates": [],
                 "packageName": "ironbank/opensource/jaegertracing/jaeger-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger-operator",
                 "currentVersion": "1.62.0",
                 "fixedVersion": "1.62.0"
               },
               {
                 "depName": "ironbank/opensource/jaegertracing/jaeger-operator",
                 "currentValue": "1.62.0",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 1.62.0",
                 "updates": [],
                 "packageName": "ironbank/opensource/jaegertracing/jaeger-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger-operator",
                 "currentVersion": "1.62.0",
                 "fixedVersion": "1.62.0"
               }
             ],
             "matchStrings": [
               "- Jaeger:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/jaegertracing/jaeger-operator",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen",
                 "currentValue": "v1.5.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen:v1.5.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/ingress-nginx/kube-webhook-certgen",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes/ingress-nginx/",
                 "lookupName": "ironbank/opensource/ingress-nginx/kube-webhook-certgen",
                 "currentVersion": "v1.5.1",
                 "fixedVersion": "v1.5.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one",
                 "currentValue": "1.64.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one:1.64.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.65.0",
                     "newValue": "1.65.0",
                     "newMajor": 1,
                     "newMinor": 65,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/all-in-one",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.jaegertracing.io/docs/1.21/getting-started/",
                 "lookupName": "ironbank/opensource/jaegertracing/all-in-one",
                 "currentVersion": "1.64.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.64.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-operator",
                 "currentValue": "1.62.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-operator:1.62.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger-operator",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-operator",
                 "currentVersion": "1.62.0",
                 "fixedVersion": "1.62.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "currentValue": "1.65.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner:1.65.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger/tree/master/cmd/es-index-cleaner",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-es-index-cleaner",
                 "currentVersion": "1.65.0",
                 "fixedVersion": "1.65.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-agent",
                 "currentValue": "1.62.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-agent:1.62.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-agent",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-agent",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-agent",
                 "currentVersion": "1.62.0",
                 "fixedVersion": "1.62.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester",
                 "currentValue": "1.65.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester:1.65.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-ingester",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-ingester",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-ingester",
                 "currentVersion": "1.65.0",
                 "fixedVersion": "1.65.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query",
                 "currentValue": "1.65.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query:1.65.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-query",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-query",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-query",
                 "currentVersion": "1.65.0",
                 "fixedVersion": "1.65.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector",
                 "currentValue": "1.65.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector:1.65.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/jaeger-collector",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jaegertracing/jaeger-collector",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jaegertracing/jaeger",
                 "lookupName": "ironbank/opensource/jaegertracing/jaeger-collector",
                 "currentVersion": "1.65.0",
                 "fixedVersion": "1.65.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/jaeger)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/jaeger)
DEBUG: processRepo() (repository=big-bang/product/packages/jaeger)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/jaeger)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/jaeger)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/jaeger)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/jaeger)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/jaeger)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/jaeger)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/jaeger)
DEBUG: getPr(197) (repository=big-bang/product/packages/jaeger)
DEBUG: getMR(197) (repository=big-bang/product/packages/jaeger)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/jaeger)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/jaeger)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/jaeger)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/jaeger)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/jaeger)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/jaeger)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/jaeger)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/jaeger)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/jaeger)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/jaeger)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/jaeger)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/jaeger)
DEBUG: syncBranchState() (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(197) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(197) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:16:27.106Z) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-27T20:14:45+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one in chart/Chart.yaml is already updated (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/jaeger, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one in chart/values.yaml is already updated (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/jaeger, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one in chart/values.yaml is already updated (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/jaeger, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one"
DEBUG: No package files need updating (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-27T20:14:45+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(197) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(197) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/jaegertracing/all-in-one (1.64.0 -> 1.65.0) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/jaegertracing/all-in-one (1.64.0 -> 1.65.0) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/jaegertracing/all-in-one (1.64.0 -> 1.65.0) (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/jaegertracing/all-in-one (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/jaegertracing/all-in-one (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/jaegertracing/all-in-one (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one Docker tag to v1.65.0"
 INFO: PR updated (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
       "pr": 197,
       "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one Docker tag to v1.65.0"
DEBUG: setPrCache() (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/jaeger, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/jaeger)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/jaeger)
DEBUG: getPr(197) (repository=big-bang/product/packages/jaeger)
DEBUG: getMR(197) (repository=big-bang/product/packages/jaeger)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/jaeger)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/jaeger)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/jaeger)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/jaeger)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/jaeger)
DEBUG: ensureIssue() (repository=big-bang/product/packages/jaeger)
DEBUG: Updating issue (repository=big-bang/product/packages/jaeger)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/jaeger)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/jaeger)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/jaeger)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/jaeger)
DEBUG: Branch lists (repository=big-bang/product/packages/jaeger)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/jaeger)
DEBUG: No branches to clean up (repository=big-bang/product/packages/jaeger)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/jaeger)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/jaeger)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/jaeger)
DEBUG: Repo is activated (repository=big-bang/product/packages/jaeger)
DEBUG: Branch summary (repository=big-bang/product/packages/jaeger)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "a7f8520a320798c033caff5e6722e9c15c767fa4"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "a7f8520a320798c033caff5e6722e9c15c767fa4",
           "branchName": "renovate/ironbank",
           "branchSha": "08f13ac19c0e0d8392a5610d1b37c93bb2584627",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/jaeger)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 197,
           "prTitle": "SKIP UPDATE CHECK Update registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one Docker tag to v1.65.0",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one",
               "displayPending": "",
               "fixedVersion": "1.64.0",
               "currentVersion": "1.64.0",
               "currentValue": "1.64.0",
               "newValue": "1.65.0",
               "newVersion": "1.65.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one",
               "displayPending": "",
               "fixedVersion": "1.64.0",
               "currentVersion": "1.64.0",
               "currentValue": "1.64.0",
               "newValue": "1.65.0",
               "newVersion": "1.65.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one",
               "displayPending": "",
               "fixedVersion": "1.64.0",
               "currentVersion": "1.64.0",
               "currentValue": "1.64.0",
               "newValue": "1.65.0",
               "newVersion": "1.65.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/jaegertracing/all-in-one"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/jaeger)
       "stats": {"total": 6, "open": 1, "closed": 0, "merged": 5}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/jaeger)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/jaeger)
       "splits": {"init": 1562, "extract": 299, "lookup": 1292, "onboarding": 1, "update": 1502},
       "total": 5225
DEBUG: Package cache statistics (repository=big-bang/product/packages/jaeger)
       "get": {"count": 33, "avgMs": 14, "medianMs": 1, "maxMs": 186, "totalMs": 467},
       "set": {"count": 31, "avgMs": 46, "medianMs": 6, "maxMs": 379, "totalMs": 1422}
DEBUG: HTTP statistics (repository=big-bang/product/packages/jaeger)
       "hosts": {
         "registry1.dso.mil": {
           "count": 47,
           "reqAvgMs": 54,
           "reqMedianMs": 39,
           "reqMaxMs": 141,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 187,
           "reqMedianMs": 142,
           "reqMaxMs": 436,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 59
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/jaeger)
DEBUG: Lookup statistics (repository=big-bang/product/packages/jaeger)
       "docker": {"count": 32, "avgMs": 472, "medianMs": 601, "maxMs": 937, "totalMs": 15117}
 INFO: Repository finished (repository=big-bang/product/packages/jaeger)
       "cloned": true,
       "durationMs": 5225
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/kiali)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/kiali (repository=big-bang/product/packages/kiali)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/kiali)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/kiali)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/kiali)
DEBUG: big-bang/product/packages/kiali default branch = main (repository=big-bang/product/packages/kiali)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/kiali)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/kiali.git (repository=big-bang/product/packages/kiali)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/kiali)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/kiali)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/kiali)
DEBUG: isOnboarded() (repository=big-bang/product/packages/kiali)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/kiali)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/kiali)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/kiali)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/kiali (repository=big-bang/product/packages/kiali)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/kiali)
DEBUG: git clone completed (repository=big-bang/product/packages/kiali)
       "durationMs": 525
DEBUG: latest repository commit (repository=big-bang/product/packages/kiali)
       "latestCommit": {
         "hash": "64087207d03c8d1a26dca97032cea96e77f542ef",
         "date": "2025-01-29T16:17:42+00:00",
         "message": "Merge branch 'kiali-istio3-netpol' into 'main'",
         "refs": "HEAD -> main, tag: 2.4.0-bb.1, origin/main, origin/HEAD",
         "body": "Kiali - Support Istio Operatorless Network Policies\n\nSee merge request big-bang/product/packages/kiali!281",
         "author_name": "Greg M",
         "author_email": "26463-kipten@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/kiali)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/kiali)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/kiali)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/kiali)
DEBUG: Repository config (repository=big-bang/product/packages/kiali)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kiali Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kiali", "renovate"],
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "(repo|image_name|repository)\\S*:\\s*(?<depName>\\S+).*\n\\s+(tag|image_version):\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Kiali:\\s*(?<currentValue>.+)",
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/kiali)
DEBUG: Config migration necessary (repository=big-bang/product/packages/kiali)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kiali Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kiali", "renovate"],
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "(repo|image_name|repository)\\S*:\\s*(?<depName>\\S+).*\n\\s+(tag|image_version):\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Kiali:\\s*(?<currentValue>.+)",
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kiali Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kiali", "renovate"],
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "(repo|image_name|repository)\\S*:\\s*(?<depName>\\S+).*\n\\s+(tag|image_version):\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Kiali:\\s*(?<currentValue>.+)",
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/kiali)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Kiali Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["kiali", "renovate"],
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "(repo|image_name|repository)\\S*:\\s*(?<depName>\\S+).*\n\\s+(tag|image_version):\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Kiali:\\s*(?<currentValue>.+)",
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/kiali)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/kiali)
DEBUG: findIssue(Renovate: Upgrade Kiali Package Dependencies) (repository=big-bang/product/packages/kiali)
DEBUG: baseBranches (repository=big-bang/product/packages/kiali)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/kiali, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T16:17:42+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/kiali, baseBranch=main)
       "managers": {"regex": 16, "helm-values": 15, "helmv3": 17}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/product/packages/kiali, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/kiali, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 2},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 3, "depCount": 8}
         },
         "total": {"fileCount": 5, "depCount": 11}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kiali/kiali-operator, latest) (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kiali/kiali-operator, latest, get) (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kiali/kiali, latest) (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kiali/kiali, latest, get) (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kiali/kiali-operator, sha256:348a8216d5ac69c1a10386ddc80584171ddc8af244cda415e357c4cabdc5181a, get) (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kiali/kiali, sha256:49acdd1a61935ec234858718f60754a7124a0706b9ebf6a3396ddf83d1f70c7b, get) (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/kiali, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916951",
         "mil.dso.ironbank.image.keywords": "istio,visualization",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Kiali",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:51:56+00:00",
         "org.opencontainers.image.description": "Kiali is a management console for Istio-based service mesh.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "ffbdce8adf0c612c44a9d13ca98b51dec855726c",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kiali/kiali",
         "org.opencontainers.image.title": "kiali",
         "org.opencontainers.image.url": "https://kiali.io",
         "org.opencontainers.image.vendor": "Kiali",
         "org.opencontainers.image.version": "v2.4.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/kiali, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:ff456c5f7a83dde33d7f8092851932f3c1b7fa4bc44cd8893f73389e77fb4c07",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/python:v3.11",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917326",
         "mil.dso.ironbank.image.keywords": "istio, servicemesh",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/python:v3.11@sha256:4e7d51841a814938cfb163f013a9e9bd88c5f1098fb41715bfdd0e178f3a3e1b",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "kiali",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:35:45+00:00",
         "org.opencontainers.image.description": "Kiali operator that is used to install, manage, and update Kiali deployments.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "3d039c098a4e60bcea2bdb9cbb2d55263bd96408",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kiali/kiali-operator",
         "org.opencontainers.image.title": "kiali-operator",
         "org.opencontainers.image.url": "https://github.com/kiali/kiali-operator",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v2.4.1",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: Found no satisfying versions with 'docker' versioning (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Found no satisfying versions with 'docker' versioning (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: 2 flattened updates found: registry1.dso.mil/ironbank/opensource/kiali/kiali-operator, registry1.dso.mil/ironbank/opensource/kiali/kiali-operator (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/kiali, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/kiali, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "2.4.0-bb.1",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
                 "currentValue": "v2.4.1",
                 "datasource": "docker",
                 "replaceString": "repo: registry1.dso.mil/ironbank/opensource/kiali/kiali-operator\n  tag: v2.4.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kiali/kiali-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kiali/kiali-operator",
                 "lookupName": "ironbank/opensource/kiali/kiali-operator",
                 "currentVersion": "v2.4.1",
                 "fixedVersion": "v2.4.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali",
                 "currentValue": "v2.4.0",
                 "datasource": "docker",
                 "replaceString": "image_name: registry1.dso.mil/ironbank/opensource/kiali/kiali\n      image_version: v2.4.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kiali/kiali",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kiali/kiali",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kiali.io",
                 "lookupName": "ironbank/opensource/kiali/kiali",
                 "currentVersion": "v2.4.0",
                 "fixedVersion": "v2.4.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "repository: registry1.dso.mil/ironbank/big-bang/base\n    tag: 2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "matchStrings": [
               "(repo|image_name|repository)\\S*:\\s*(?<depName>\\S+).*\n\\s+(tag|image_version):\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
                 "currentValue": "2.4.0",
                 "datasource": "docker",
                 "extractVersion": "^v(?<version>.*)$",
                 "replaceString": "- Kiali: 2.4.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "2.4.1",
                     "newValue": "2.4.1",
                     "newMajor": 2,
                     "newMinor": 4,
                     "newPatch": 1,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kiali/kiali-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kiali/kiali-operator",
                 "lookupName": "ironbank/opensource/kiali/kiali-operator",
                 "currentVersion": "2.4.0",
                 "isSingleVersion": true,
                 "fixedVersion": "2.4.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
                 "currentValue": "2.4.0",
                 "datasource": "docker",
                 "extractVersion": "^v(?<version>.*)$",
                 "replaceString": "appVersion: 2.4.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "2.4.1",
                     "newValue": "2.4.1",
                     "newMajor": 2,
                     "newMinor": 4,
                     "newPatch": 1,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kiali/kiali-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kiali/kiali-operator",
                 "lookupName": "ironbank/opensource/kiali/kiali-operator",
                 "currentVersion": "2.4.0",
                 "isSingleVersion": true,
                 "fixedVersion": "2.4.0"
               }
             ],
             "matchStrings": [
               "- Kiali:\\s*(?<currentValue>.+)",
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
             "datasourceTemplate": "docker",
             "extractVersionTemplate": "^v(?<version>.*)$",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali",
                 "currentValue": "v2.4.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kiali/kiali:v2.4.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kiali/kiali",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kiali/kiali",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kiali.io",
                 "lookupName": "ironbank/opensource/kiali/kiali",
                 "currentVersion": "v2.4.0",
                 "fixedVersion": "v2.4.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
                 "currentValue": "v2.4.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kiali/kiali-operator:v2.4.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kiali/kiali-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kiali/kiali-operator",
                 "lookupName": "ironbank/opensource/kiali/kiali-operator",
                 "currentVersion": "v2.4.1",
                 "fixedVersion": "v2.4.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/kiali)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/product/packages/kiali)
DEBUG: processRepo() (repository=big-bang/product/packages/kiali)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/kiali)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/kiali)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/kiali)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/kiali)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/kiali)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kiali)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kiali)
DEBUG: getPr(280) (repository=big-bang/product/packages/kiali)
DEBUG: getMR(280) (repository=big-bang/product/packages/kiali)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/kiali)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/kiali)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/kiali)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/kiali)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/kiali)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/kiali)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/kiali)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/kiali)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/kiali)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/kiali)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/kiali)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/kiali)
DEBUG: syncBranchState() (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(280) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(280) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:16:31.934Z) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T16:17:42+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kiali/kiali-operator in chart/Chart.yaml is already updated (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kiali/kiali-operator in chart/Chart.yaml is already updated (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/kiali, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator"
DEBUG: No package files need updating (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T16:17:42+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(280) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(280) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kiali/kiali-operator (2.4.0 -> 2.4.1) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kiali/kiali-operator (2.4.0 -> 2.4.1) (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kiali/kiali-operator (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/kiali/kiali-operator (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/opensource/kiali/kiali-operator docker tag to v2.4.1"
 INFO: PR updated (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
       "pr": 280,
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/opensource/kiali/kiali-operator docker tag to v2.4.1"
DEBUG: setPrCache() (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/kiali, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/kiali)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/kiali)
DEBUG: getPr(280) (repository=big-bang/product/packages/kiali)
DEBUG: getMR(280) (repository=big-bang/product/packages/kiali)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/kiali)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/kiali)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/kiali)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/kiali)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/kiali)
DEBUG: ensureIssue() (repository=big-bang/product/packages/kiali)
DEBUG: Updating issue (repository=big-bang/product/packages/kiali)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/kiali)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/kiali)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/kiali)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/kiali)
DEBUG: Branch lists (repository=big-bang/product/packages/kiali)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/kiali)
DEBUG: No branches to clean up (repository=big-bang/product/packages/kiali)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/kiali)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/kiali)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/kiali)
DEBUG: Repo is activated (repository=big-bang/product/packages/kiali)
DEBUG: Branch summary (repository=big-bang/product/packages/kiali)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "64087207d03c8d1a26dca97032cea96e77f542ef"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "64087207d03c8d1a26dca97032cea96e77f542ef",
           "branchName": "renovate/ironbank",
           "branchSha": "ed212f3ca938f21f2d8645ed7da8de53a3d14ec8",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/kiali)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 280,
           "prTitle": "chore(deps): update registry1.dso.mil/ironbank/opensource/kiali/kiali-operator docker tag to v2.4.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
               "displayPending": "",
               "fixedVersion": "2.4.0",
               "currentVersion": "2.4.0",
               "currentValue": "2.4.0",
               "newValue": "2.4.1",
               "newVersion": "2.4.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator",
               "displayPending": "",
               "fixedVersion": "2.4.0",
               "currentVersion": "2.4.0",
               "currentValue": "2.4.0",
               "newValue": "2.4.1",
               "newVersion": "2.4.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kiali/kiali-operator"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/kiali)
       "stats": {"total": 10, "open": 1, "closed": 1, "merged": 8}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/kiali)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/kiali)
       "splits": {"init": 1756, "extract": 243, "lookup": 764, "onboarding": 0, "update": 1495},
       "total": 4707
DEBUG: Package cache statistics (repository=big-bang/product/packages/kiali)
       "get": {"count": 15, "avgMs": 5, "medianMs": 1, "maxMs": 51, "totalMs": 81},
       "set": {"count": 11, "avgMs": 5, "medianMs": 2, "maxMs": 19, "totalMs": 54}
DEBUG: HTTP statistics (repository=big-bang/product/packages/kiali)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 58,
           "reqMedianMs": 46,
           "reqMaxMs": 135,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 193,
           "reqMedianMs": 115,
           "reqMaxMs": 546,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 25
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/kiali)
DEBUG: Lookup statistics (repository=big-bang/product/packages/kiali)
       "docker": {"count": 11, "avgMs": 394, "medianMs": 543, "maxMs": 705, "totalMs": 4337}
 INFO: Repository finished (repository=big-bang/product/packages/kiali)
       "cloned": true,
       "durationMs": 4707
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/shiny-server)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/shiny-server (repository=big-bang/apps/third-party/shiny-server)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/shiny-server)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/shiny-server)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/shiny-server)
DEBUG: big-bang/apps/third-party/shiny-server default branch = main (repository=big-bang/apps/third-party/shiny-server)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/shiny-server)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/shiny-server.git (repository=big-bang/apps/third-party/shiny-server)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fshiny-server/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=60) (repository=big-bang/apps/third-party/shiny-server)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/shiny-server)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fshiny-server/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/shiny-server)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/shiny-server)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/shiny-server)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/shiny-server)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/shiny-server)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/shiny-server)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/shiny-server)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/shiny-server (repository=big-bang/apps/third-party/shiny-server)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/shiny-server)
DEBUG: git clone completed (repository=big-bang/apps/third-party/shiny-server)
       "durationMs": 465
DEBUG: latest repository commit (repository=big-bang/apps/third-party/shiny-server)
       "latestCommit": {
         "hash": "4aeb978120709ef9a2e029a7e67c660b0f212f1e",
         "date": "2022-03-18T15:53:08+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, origin/master, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/shiny-server)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/shiny-server)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/shiny-server)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/shiny-server)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/shiny-server)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/shiny-server)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/shiny-server)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/shiny-server)
DEBUG: config file not found (repository=big-bang/apps/third-party/shiny-server)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/shiny-server)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/shiny-server)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/shiny-server)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/shiny-server)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/shiny-server)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/shiny-server)
       "splits": {},
       "total": 1028
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/shiny-server)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/shiny-server)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 83,
           "reqMedianMs": 75,
           "reqMaxMs": 113,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/shiny-server)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/shiny-server)
 INFO: Repository finished (repository=big-bang/apps/third-party/shiny-server)
       "cloned": true,
       "durationMs": 1028
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/rstudio-server)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/rstudio-server (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: big-bang/apps/third-party/rstudio-server default branch = main (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/rstudio-server.git (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Frstudio-server/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=68) (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/rstudio-server)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Frstudio-server/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/rstudio-server (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: git clone completed (repository=big-bang/apps/third-party/rstudio-server)
       "durationMs": 504
DEBUG: latest repository commit (repository=big-bang/apps/third-party/rstudio-server)
       "latestCommit": {
         "hash": "8c730c03818316e024d0b0f8c8385e3c0e4c5473",
         "date": "2022-03-18T15:54:35+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, origin/master, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: config file not found (repository=big-bang/apps/third-party/rstudio-server)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/rstudio-server)
       "splits": {},
       "total": 1104
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/rstudio-server)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/rstudio-server)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 94,
           "reqMedianMs": 70,
           "reqMaxMs": 143,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/rstudio-server)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/rstudio-server)
 INFO: Repository finished (repository=big-bang/apps/third-party/rstudio-server)
       "cloned": true,
       "durationMs": 1104
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/nexus)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/nexus (repository=big-bang/product/packages/nexus)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/nexus)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/nexus)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/nexus)
DEBUG: big-bang/product/packages/nexus default branch = main (repository=big-bang/product/packages/nexus)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/nexus)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/nexus.git (repository=big-bang/product/packages/nexus)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/nexus)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/nexus)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/nexus)
DEBUG: isOnboarded() (repository=big-bang/product/packages/nexus)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/nexus)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/nexus)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/nexus)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/nexus (repository=big-bang/product/packages/nexus)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/nexus)
DEBUG: git clone completed (repository=big-bang/product/packages/nexus)
       "durationMs": 510
DEBUG: latest repository commit (repository=big-bang/product/packages/nexus)
       "latestCommit": {
         "hash": "54ae2442375c79b27ff5376e49f537d0381cdf35",
         "date": "2025-01-28T17:16:19+00:00",
         "message": "Merge branch 'update-image-tag' into 'main'",
         "refs": "HEAD -> main, tag: 75.0.0-bb.2, origin/main, origin/HEAD",
         "body": "SKIP UPDATE CHECK SKIP UPGRADE use non-amd64 image tag\n\nSee merge request big-bang/product/packages/nexus!210",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/nexus)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/nexus)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/nexus)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/nexus)
DEBUG: Repository config (repository=big-bang/product/packages/nexus)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Nexus Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex", "helmv3"],
         "ignorePaths": ["chart/charts/**", "chart/examples/**", "chart/scripts/**"],
         "labels": ["nexus", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "versioning": "loose"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)\\s+tag:[^\\S\\r\\n]+(?<currentValue>[\\d\\.]+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Nexus:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/sonatype/nexus/nexus",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/sonatype/nexus/nexus",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/nexus)
DEBUG: Config migration necessary (repository=big-bang/product/packages/nexus)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Nexus Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex", "helmv3"],
         "ignorePaths": ["chart/charts/**", "chart/examples/**", "chart/scripts/**"],
         "labels": ["nexus", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "versioning": "loose"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)\\s+tag:[^\\S\\r\\n]+(?<currentValue>[\\d\\.]+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Nexus:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/sonatype/nexus/nexus",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/sonatype/nexus/nexus",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Nexus Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**", "chart/examples/**", "chart/scripts/**"],
         "labels": ["nexus", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "versioning": "loose"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)\\s+tag:[^\\S\\r\\n]+(?<currentValue>[\\d\\.]+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Nexus:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/sonatype/nexus/nexus",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/sonatype/nexus/nexus",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/nexus)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Nexus Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**", "chart/examples/**", "chart/scripts/**"],
         "labels": ["nexus", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "versioning": "loose"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)\\s+tag:[^\\S\\r\\n]+(?<currentValue>[\\d\\.]+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Nexus:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/sonatype/nexus/nexus",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/sonatype/nexus/nexus",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/nexus)
       "ignorePaths": ["chart/charts/**", "chart/examples/**", "chart/scripts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/nexus)
DEBUG: findIssue(Renovate: Upgrade Nexus Dependencies) (repository=big-bang/product/packages/nexus)
DEBUG: baseBranches (repository=big-bang/product/packages/nexus)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/nexus, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-28T17:16:19+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/nexus, baseBranch=main)
       "managers": {"helm-values": 8, "regex": 13, "helmv3": 14}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/product/packages/nexus, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/nexus, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 3},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 3, "depCount": 4}
         },
         "total": {"fileCount": 5, "depCount": 8}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, bigbang-ci/devops-tester, 1.1.2) (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, bigbang-ci/devops-tester, 1.1.2, get) (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/sonatype/nexus/nexus, latest) (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/sonatype/nexus/nexus, latest, get) (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/sonatype/nexus/nexus, sha256:c81c2d2c2c3322e464bd229c4bcd25f2a3581174444f0783a27ecbc19a844524, get) (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/nexus, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:ab1af95e57276e6950872c7bfd285900a475ad125ef23fcd0f96d4bc31594f54",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk17-runtime-ubi9-slim:1.17",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917414",
         "mil.dso.ironbank.image.keywords": "sonatype,Nexus,NexusRM",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk17-runtime-ubi9-slim:1.17@sha256:baab21367236071d56d23a4100dbf9a75feb24ca65eb52a375ba465135570177",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Nexus Repository Manager",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:42:56+00:00",
         "org.opencontainers.image.description": "Sonatype Nexus Repository Manager (Base: openjdk17)",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "c6cdca81cc41f96990726abfafa9164b93d490d1",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/sonatype/nexus/nexus",
         "org.opencontainers.image.title": "nexus",
         "org.opencontainers.image.url": "https://download.sonatype.com/nexus/3/nexus-3.75.0-06-unix.tar.gz",
         "org.opencontainers.image.vendor": "Sonatype",
         "org.opencontainers.image.version": "3.75.0-06",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/nexus, baseBranch=main)
       "labels": {
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3870590",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "UBI9-minimal",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-01-14 23:06:30+00:00",
         "org.opencontainers.image.description": "Red Hat Universal Base Images (UBI) are OCI-compliant container base operating system images with complementary runtime languages and packages that are freely redistributable.",
         "org.opencontainers.image.licenses": "Red Hat Universal Base Image EULA",
         "org.opencontainers.image.revision": "f6e7c36be972ae5fb0bbbf832a6c1e75c3cd1e31",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
         "org.opencontainers.image.title": "ubi9-minimal",
         "org.opencontainers.image.url": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
         "org.opencontainers.image.vendor": "Redhat",
         "org.opencontainers.image.version": "9.5",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: 4 flattened updates found: registry1.dso.mil/ironbank/sonatype/nexus/nexus, ironbank/sonatype/nexus/nexus, ironbank/sonatype/nexus/nexus, registry1.dso.mil/ironbank/sonatype/nexus/nexus (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/nexus, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/nexus, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.5",
                 "datasource": "docker",
                 "replaceString": "9.5",
                 "versioning": "loose",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               },
               {
                 "depName": "registry1.dso.mil/bigbang-ci/devops-tester",
                 "currentValue": "1.1.2",
                 "replaceString": "registry1.dso.mil/bigbang-ci/devops-tester:1.1.2",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/bigbang-ci/devops-tester",
                 "versioning": "loose",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "bigbang-ci/devops-tester",
                 "currentVersion": "1.1.2",
                 "fixedVersion": "1.1.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/sonatype/nexus/nexus",
                 "currentValue": "3.75.0-06",
                 "datasource": "docker",
                 "replaceString": "3.75.0-06",
                 "versioning": "loose",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.75.0-06-amd64",
                     "newValue": "3.75.0-06-amd64",
                     "newMajor": 3,
                     "newMinor": 75,
                     "newPatch": 0,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/sonatype/nexus/nexus",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/sonatype/nexus/nexus",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://download.sonatype.com/nexus/3/nexus-3.75.0-06-unix.tar.gz",
                 "lookupName": "ironbank/sonatype/nexus/nexus",
                 "currentVersion": "3.75.0-06",
                 "isSingleVersion": true,
                 "fixedVersion": "3.75.0-06"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "loose",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "75.0.0-bb.2",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/sonatype/nexus/nexus",
                 "currentValue": "3.75.0-06",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Nexus: 3.75.0-06",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.75.0-06-amd64",
                     "newValue": "3.75.0-06-amd64",
                     "newMajor": 3,
                     "newMinor": 75,
                     "newPatch": 0,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ironbank/sonatype/nexus/nexus",
                 "versioning": "loose",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/sonatype/nexus/nexus",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://download.sonatype.com/nexus/3/nexus-3.75.0-06-unix.tar.gz",
                 "currentVersion": "3.75.0-06",
                 "isSingleVersion": true,
                 "fixedVersion": "3.75.0-06"
               }
             ],
             "matchStrings": ["- Nexus:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/sonatype/nexus/nexus",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/sonatype/nexus/nexus",
                 "currentValue": "3.75.0-06",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 3.75.0-06",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.75.0-06-amd64",
                     "newValue": "3.75.0-06-amd64",
                     "newMajor": 3,
                     "newMinor": 75,
                     "newPatch": 0,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ironbank/sonatype/nexus/nexus",
                 "versioning": "loose",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/sonatype/nexus/nexus",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://download.sonatype.com/nexus/3/nexus-3.75.0-06-unix.tar.gz",
                 "currentVersion": "3.75.0-06",
                 "isSingleVersion": true,
                 "fixedVersion": "3.75.0-06"
               }
             ],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/sonatype/nexus/nexus",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/sonatype/nexus/nexus",
                 "currentValue": "3.75.0-06",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/sonatype/nexus/nexus:3.75.0-06",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.75.0-06-amd64",
                     "newValue": "3.75.0-06-amd64",
                     "newMajor": 3,
                     "newMinor": 75,
                     "newPatch": 0,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/sonatype/nexus/nexus",
                 "versioning": "loose",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/sonatype/nexus/nexus",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://download.sonatype.com/nexus/3/nexus-3.75.0-06-unix.tar.gz",
                 "lookupName": "ironbank/sonatype/nexus/nexus",
                 "currentVersion": "3.75.0-06",
                 "isSingleVersion": true,
                 "fixedVersion": "3.75.0-06"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.5",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "versioning": "loose",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/nexus)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/nexus)
DEBUG: processRepo() (repository=big-bang/product/packages/nexus)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/nexus)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/nexus)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/nexus)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/nexus)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/nexus)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/nexus)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/nexus)
DEBUG: getPr(211) (repository=big-bang/product/packages/nexus)
DEBUG: getMR(211) (repository=big-bang/product/packages/nexus)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/nexus)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/nexus)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/nexus)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/nexus)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/nexus)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/nexus)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/nexus)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/nexus)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/nexus)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/nexus)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/nexus)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/nexus)
DEBUG: syncBranchState() (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(211) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(211) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:16:38.432Z) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-28T17:16:19+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep ironbank/sonatype/nexus/nexus in chart/Chart.yaml is already updated (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/nexus, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "ironbank/sonatype/nexus/nexus"
DEBUG: Branch dep ironbank/sonatype/nexus/nexus in chart/Chart.yaml is already updated (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/nexus, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "ironbank/sonatype/nexus/nexus"
DEBUG: Branch dep registry1.dso.mil/ironbank/sonatype/nexus/nexus in chart/Chart.yaml is already updated (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/nexus, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/sonatype/nexus/nexus"
DEBUG: Branch dep registry1.dso.mil/ironbank/sonatype/nexus/nexus in chart/values.yaml is already updated (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/nexus, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/sonatype/nexus/nexus"
DEBUG: No package files need updating (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-28T17:16:19+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(211) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(211) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/sonatype/nexus/nexus (3.75.0-06 -> 3.75.0-06-amd64) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/sonatype/nexus/nexus (3.75.0-06 -> 3.75.0-06-amd64) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/sonatype/nexus/nexus (3.75.0-06 -> 3.75.0-06-amd64) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/sonatype/nexus/nexus (3.75.0-06 -> 3.75.0-06-amd64) (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/sonatype/nexus/nexus (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/sonatype/nexus/nexus (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/sonatype/nexus/nexus (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/sonatype/nexus/nexus (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update Ironbank to v3.75.0-06-amd64"
 INFO: PR updated (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
       "pr": 211,
       "prTitle": "SKIP UPDATE CHECK Update Ironbank to v3.75.0-06-amd64"
DEBUG: setPrCache() (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/nexus, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/nexus)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/nexus)
DEBUG: getPr(211) (repository=big-bang/product/packages/nexus)
DEBUG: getMR(211) (repository=big-bang/product/packages/nexus)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/nexus)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/nexus)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/nexus)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/nexus)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/nexus)
DEBUG: ensureIssue() (repository=big-bang/product/packages/nexus)
DEBUG: Updating issue (repository=big-bang/product/packages/nexus)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/nexus)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/nexus)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/nexus)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/nexus)
DEBUG: Branch lists (repository=big-bang/product/packages/nexus)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/nexus)
DEBUG: No branches to clean up (repository=big-bang/product/packages/nexus)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/nexus)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/nexus)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/nexus)
DEBUG: Repo is activated (repository=big-bang/product/packages/nexus)
DEBUG: Branch summary (repository=big-bang/product/packages/nexus)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "54ae2442375c79b27ff5376e49f537d0381cdf35"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "54ae2442375c79b27ff5376e49f537d0381cdf35",
           "branchName": "renovate/ironbank",
           "branchSha": "8ee1e2cc11ca480e50ffdd5bbd700f67d8f32e85",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/nexus)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 211,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank to v3.75.0-06-amd64",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ironbank/sonatype/nexus/nexus",
               "displayPending": "",
               "fixedVersion": "3.75.0-06",
               "currentVersion": "3.75.0-06",
               "currentValue": "3.75.0-06",
               "newValue": "3.75.0-06-amd64",
               "newVersion": "3.75.0-06-amd64",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "ironbank/sonatype/nexus/nexus"
             },
             {
               "datasource": "docker",
               "depName": "ironbank/sonatype/nexus/nexus",
               "displayPending": "",
               "fixedVersion": "3.75.0-06",
               "currentVersion": "3.75.0-06",
               "currentValue": "3.75.0-06",
               "newValue": "3.75.0-06-amd64",
               "newVersion": "3.75.0-06-amd64",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "ironbank/sonatype/nexus/nexus"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/sonatype/nexus/nexus",
               "displayPending": "",
               "fixedVersion": "3.75.0-06",
               "currentVersion": "3.75.0-06",
               "currentValue": "3.75.0-06",
               "newValue": "3.75.0-06-amd64",
               "newVersion": "3.75.0-06-amd64",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/sonatype/nexus/nexus"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/sonatype/nexus/nexus",
               "displayPending": "",
               "fixedVersion": "3.75.0-06",
               "currentVersion": "3.75.0-06",
               "currentValue": "3.75.0-06",
               "newValue": "3.75.0-06-amd64",
               "newVersion": "3.75.0-06-amd64",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/sonatype/nexus/nexus"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/nexus)
       "stats": {"total": 9, "open": 1, "closed": 0, "merged": 8}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/nexus)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/nexus)
       "splits": {"init": 1747, "extract": 252, "lookup": 446, "onboarding": 0, "update": 1467},
       "total": 4443
DEBUG: Package cache statistics (repository=big-bang/product/packages/nexus)
       "get": {"count": 14, "avgMs": 2, "medianMs": 1, "maxMs": 15, "totalMs": 29},
       "set": {"count": 15, "avgMs": 3, "medianMs": 2, "maxMs": 13, "totalMs": 46}
DEBUG: HTTP statistics (repository=big-bang/product/packages/nexus)
       "hosts": {
         "registry1.dso.mil": {
           "count": 12,
           "reqAvgMs": 37,
           "reqMedianMs": 25,
           "reqMaxMs": 159,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 202,
           "reqMedianMs": 120,
           "reqMaxMs": 678,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 24
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/nexus)
DEBUG: Lookup statistics (repository=big-bang/product/packages/nexus)
       "docker": {"count": 8, "avgMs": 226, "medianMs": 335, "maxMs": 384, "totalMs": 1811}
 INFO: Repository finished (repository=big-bang/product/packages/nexus)
       "cloned": true,
       "durationMs": 4443
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/podinfo)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/podinfo (repository=big-bang/apps/sandbox/podinfo)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/podinfo)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/podinfo)
DEBUG: big-bang/apps/sandbox/podinfo default branch = main (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/podinfo.git (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/podinfo)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/podinfo)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/podinfo)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/podinfo (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/podinfo)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/podinfo)
       "durationMs": 530
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/podinfo)
       "latestCommit": {
         "hash": "d6b253ace42706e5e2a0d97167ed785986740503",
         "date": "2025-01-10T14:29:08+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 6.6.2-bb.1, origin/main, origin/HEAD",
         "body": "Update gluon Docker tag to v0.5.12\n\nCloses #24\n\nSee merge request big-bang/apps/sandbox/podinfo!60",
         "author_name": "Daniel Pritchett",
         "author_email": "dpritchett@radiusmethod.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/sandbox/podinfo)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Repo is onboarded (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Found renovate.json config file (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Repository config (repository=big-bang/apps/sandbox/podinfo)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Podinfo Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "labels": ["kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "scripts:\\s+image:\\s+(?<depName>.+):(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)"
             ],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Minio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/minio",
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Config migration necessary (repository=big-bang/apps/sandbox/podinfo)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Podinfo Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "labels": ["kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "scripts:\\s+image:\\s+(?<depName>.+):(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)"
             ],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Minio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/minio",
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Podinfo Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "labels": ["kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "scripts:\\s+image:\\s+(?<depName>.+):(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)"
             ],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Minio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/minio",
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/apps/sandbox/podinfo)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Podinfo Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "labels": ["kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "scripts:\\s+image:\\s+(?<depName>.+):(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)"
             ],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Minio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/minio",
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/sandbox/podinfo)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/sandbox/podinfo)
DEBUG: findIssue(Renovate: Upgrade Podinfo Dependencies) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: baseBranches (repository=big-bang/apps/sandbox/podinfo)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-10T14:29:08+00:00"
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: bigbang/Chart.yaml, chart/Chart.yaml (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Chart has no dependencies in bigbang/Chart.yaml (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
       "managers": {"regex": 10, "helmv3": 11}
DEBUG: Found helmv3 package files (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Found 2 package file(s) (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 1, "depCount": 1}
         },
         "total": {"fileCount": 2, "depCount": 2}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Dependency ironbank/opensource/minio/minio has unsupported/unversioned value 6.6.2 (versioning=regex:^RELEASE\.(?<major>\d+)-(?<minor>\d+)-(?<patch>\d+)T.*Z$) (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Skipping ironbank/opensource/minio/minio because no currentDigest or pinDigests (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: 1 flattened updates found: gluon (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/sandbox/podinfo, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.12",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.12",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.12"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "6.6.2-bb.1",
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/minio/minio",
                 "currentValue": "6.6.2",
                 "datasource": "docker",
                 "versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
                 "replaceString": "appVersion: 6.6.2",
                 "updates": [],
                 "packageName": "ironbank/opensource/minio/minio",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": [
               "- Minio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/minio",
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/sandbox/podinfo)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/sandbox/podinfo)
DEBUG: processRepo() (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/podinfo)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/podinfo)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: getPr(74) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: getMR(74) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/sandbox/podinfo)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/sandbox/podinfo)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/sandbox/podinfo)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/sandbox/podinfo)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Branches limit = 2 (repository=big-bang/apps/sandbox/podinfo)
DEBUG: syncBranchState() (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(74) (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(74) (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = true (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["rdaily@bridgephase.com"]
DEBUG: Found existing branch PR (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:74 (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #74 (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 30 comments (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #74 (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: Comment is already update-to-date (repository=big-bang/apps/sandbox/podinfo, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: getPr(74) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: getMR(74) (repository=big-bang/apps/sandbox/podinfo)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/sandbox/podinfo)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/apps/sandbox/podinfo)
DEBUG: ensureIssue() (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Updating issue (repository=big-bang/apps/sandbox/podinfo)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/sandbox/podinfo)
DEBUG: No reconfigure branch found (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/podinfo)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Branch lists (repository=big-bang/apps/sandbox/podinfo)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/apps/sandbox/podinfo)
DEBUG: No branches to clean up (repository=big-bang/apps/sandbox/podinfo)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/podinfo)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/sandbox/podinfo)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Repo is activated (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Branch summary (repository=big-bang/apps/sandbox/podinfo)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "d6b253ace42706e5e2a0d97167ed785986740503"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "d6b253ace42706e5e2a0d97167ed785986740503",
           "branchName": "renovate/ironbank",
           "branchSha": "f81802ea9b52f6b7d19c23076cf498bba2d54b44",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/sandbox/podinfo)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 74,
           "prTitle": "SKIP UPDATE CHECK Update gluon Docker tag to v0.5.14",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.12",
               "currentVersion": "0.5.12",
               "currentValue": "0.5.12",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/sandbox/podinfo)
       "stats": {"total": 2, "open": 1, "closed": 0, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/podinfo)
       "splits": {"init": 1420, "extract": 216, "lookup": 47, "onboarding": 0, "update": 589},
       "total": 2894
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/podinfo)
       "get": {"count": 2, "avgMs": 1, "medianMs": 1, "maxMs": 1, "totalMs": 1},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/podinfo)
       "hosts": {
         "repo1.dso.mil": {
           "count": 10,
           "reqAvgMs": 191,
           "reqMedianMs": 178,
           "reqMaxMs": 425,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 10
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/podinfo)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/podinfo)
       "docker": {"count": 2, "avgMs": 7, "medianMs": 14, "maxMs": 14, "totalMs": 14}
 INFO: Repository finished (repository=big-bang/apps/sandbox/podinfo)
       "cloned": true,
       "durationMs": 2894
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/jfrog-platform)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/jfrog-platform (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: big-bang/apps/third-party/jfrog-platform default branch = main (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/jfrog-platform.git (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fjfrog-platform/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=73) (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/jfrog-platform)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fjfrog-platform/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/jfrog-platform (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: git clone completed (repository=big-bang/apps/third-party/jfrog-platform)
       "durationMs": 629
DEBUG: latest repository commit (repository=big-bang/apps/third-party/jfrog-platform)
       "latestCommit": {
         "hash": "7f5cb164b98bc838fc862590950a9b9a9ca5dfd3",
         "date": "2024-12-19T02:53:33+00:00",
         "message": "Merge branch 'jp-10.20.3' into 'main'",
         "refs": "HEAD -> main, tag: 10.20.3, origin/main, origin/HEAD",
         "body": "JFrog Platform 10.20.3 release\n\nSee merge request big-bang/apps/third-party/jfrog-platform!22",
         "author_name": "Muhammed Shahin",
         "author_email": "muhammeds@jfrog.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: config file not found (repository=big-bang/apps/third-party/jfrog-platform)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/jfrog-platform)
       "splits": {},
       "total": 1231
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/jfrog-platform)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/jfrog-platform)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 93,
           "reqMedianMs": 73,
           "reqMaxMs": 140,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/jfrog-platform)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/jfrog-platform)
 INFO: Repository finished (repository=big-bang/apps/third-party/jfrog-platform)
       "cloned": true,
       "durationMs": 1231
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/infrastructure/air-gap-deployment)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/air-gap-deployment (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: big-bang/infrastructure/air-gap-deployment default branch = master (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: Enabling Git FS (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/infrastructure/air-gap-deployment.git (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fair-gap-deployment/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=80) (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: GitLab API 404 (repository=big-bang/infrastructure/air-gap-deployment)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fair-gap-deployment/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: checkOnboarding() (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: isOnboarded() (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: findFile(renovate.json) (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/air-gap-deployment (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: Performing blobless clone (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: git clone completed (repository=big-bang/infrastructure/air-gap-deployment)
       "durationMs": 743
DEBUG: latest repository commit (repository=big-bang/infrastructure/air-gap-deployment)
       "latestCommit": {
         "hash": "3f7aac96f017b159ebfbac61c9bdd0cac9715db7",
         "date": "2021-04-08T15:47:21+00:00",
         "message": "updated to align with BB 1.4.0 release",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "",
         "author_name": "evan.rush",
         "author_email": "rush_evan@bah.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: findFile(.renovaterc) (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: config file not found (repository=big-bang/infrastructure/air-gap-deployment)
 INFO: Repository is disabled - skipping (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: Removing any stale branches (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: No renovate branches found (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/infrastructure/air-gap-deployment)
       "splits": {},
       "total": 1479
DEBUG: Package cache statistics (repository=big-bang/infrastructure/air-gap-deployment)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/infrastructure/air-gap-deployment)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 99,
           "reqMedianMs": 93,
           "reqMaxMs": 124,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/infrastructure/air-gap-deployment)
DEBUG: Lookup statistics (repository=big-bang/infrastructure/air-gap-deployment)
 INFO: Repository finished (repository=big-bang/infrastructure/air-gap-deployment)
       "cloned": true,
       "durationMs": 1479
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/karate)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/karate (repository=big-bang/apps/third-party/karate)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/karate)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/karate)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/karate)
DEBUG: big-bang/apps/third-party/karate default branch = main (repository=big-bang/apps/third-party/karate)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/karate)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/karate.git (repository=big-bang/apps/third-party/karate)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fkarate/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=70) (repository=big-bang/apps/third-party/karate)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/karate)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fkarate/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/karate)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/karate)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/karate)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/karate)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/karate)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/karate)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/karate)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/karate (repository=big-bang/apps/third-party/karate)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/karate)
DEBUG: git clone completed (repository=big-bang/apps/third-party/karate)
       "durationMs": 439
DEBUG: latest repository commit (repository=big-bang/apps/third-party/karate)
       "latestCommit": {
         "hash": "a70f73046f96a2acf2e0ad8329b5237ed32a6acf",
         "date": "2022-03-25T12:31:17+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, origin/master, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/karate)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/karate)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/karate)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/karate)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/karate)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/karate)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/karate)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/karate)
DEBUG: config file not found (repository=big-bang/apps/third-party/karate)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/karate)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/karate)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/karate)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/karate)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/karate)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/karate)
       "splits": {},
       "total": 1004
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/karate)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/karate)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 83,
           "reqMedianMs": 78,
           "reqMaxMs": 100,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/karate)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/karate)
 INFO: Repository finished (repository=big-bang/apps/third-party/karate)
       "cloned": true,
       "durationMs": 1004
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/postgresql)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/postgresql (repository=big-bang/apps/sandbox/postgresql)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/postgresql)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/postgresql)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/postgresql)
DEBUG: big-bang/apps/sandbox/postgresql default branch = main (repository=big-bang/apps/sandbox/postgresql)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/postgresql)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/postgresql.git (repository=big-bang/apps/sandbox/postgresql)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fpostgresql/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=66) (repository=big-bang/apps/sandbox/postgresql)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/postgresql)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fpostgresql/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/postgresql)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/postgresql)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/postgresql)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/postgresql)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/postgresql)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/postgresql)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/postgresql)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/postgresql (repository=big-bang/apps/sandbox/postgresql)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/postgresql)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/postgresql)
       "durationMs": 495
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/postgresql)
       "latestCommit": {
         "hash": "17c4f6f6049de7882fd9dc88dba2f69dee9a9d81",
         "date": "2021-03-10T21:39:11+00:00",
         "message": "Merge branch 'bb-17/bigbang-addon' into 'main'",
         "refs": "HEAD -> main, tag: 1.6.1-bb.0, origin/main, origin/HEAD",
         "body": "Big Bang Add-on\n\nSee merge request platform-one/big-bang/apps/sandbox/postgresql!1",
         "author_name": "michaelmcleroy",
         "author_email": "michaelmcleroy@cloudfitsoftware.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/postgresql)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/postgresql)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/postgresql)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/postgresql)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/postgresql)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/postgresql)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/postgresql)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/postgresql)
DEBUG: config file not found (repository=big-bang/apps/sandbox/postgresql)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/postgresql)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/postgresql)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/postgresql)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/postgresql)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/postgresql)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/postgresql)
       "splits": {},
       "total": 1121
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/postgresql)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/postgresql)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 101,
           "reqMedianMs": 86,
           "reqMaxMs": 152,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/postgresql)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/postgresql)
 INFO: Repository finished (repository=big-bang/apps/sandbox/postgresql)
       "cloned": true,
       "durationMs": 1121
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/fluentd)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/fluentd (repository=big-bang/apps/sandbox/fluentd)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/fluentd)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/fluentd)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/fluentd)
DEBUG: big-bang/apps/sandbox/fluentd default branch = main (repository=big-bang/apps/sandbox/fluentd)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/fluentd)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/fluentd.git (repository=big-bang/apps/sandbox/fluentd)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Ffluentd/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=70) (repository=big-bang/apps/sandbox/fluentd)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/fluentd)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Ffluentd/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/fluentd)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/fluentd)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/fluentd)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/fluentd)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/fluentd)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/fluentd)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/fluentd)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/fluentd (repository=big-bang/apps/sandbox/fluentd)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/fluentd)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/fluentd)
       "durationMs": 491
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/fluentd)
       "latestCommit": {
         "hash": "584548dcebc9500f606b668e9d609d1a5c1a3651",
         "date": "2024-12-05T14:15:46+00:00",
         "message": "Merge branch 'fluentd-aggregator-1.14.2' into 'main'",
         "refs": "HEAD -> main, tag: 0.3.8-bb.0, origin/main, origin/HEAD",
         "body": "Update to latest hardened manifest 1.14.2 for fluentd-aggregator\n\nSee merge request big-bang/apps/sandbox/fluentd!11",
         "author_name": "Christopher O'Connell",
         "author_email": "coconnell@bridgephase.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/fluentd)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/fluentd)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/fluentd)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/fluentd)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/fluentd)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/fluentd)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/fluentd)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/fluentd)
DEBUG: config file not found (repository=big-bang/apps/sandbox/fluentd)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/fluentd)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/fluentd)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/fluentd)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/fluentd)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/fluentd)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/fluentd)
       "splits": {},
       "total": 1069
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/fluentd)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/fluentd)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 88,
           "reqMedianMs": 84,
           "reqMaxMs": 109,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/fluentd)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/fluentd)
 INFO: Repository finished (repository=big-bang/apps/sandbox/fluentd)
       "cloned": true,
       "durationMs": 1069
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/ckan)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/ckan (repository=big-bang/apps/third-party/ckan)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/ckan)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/ckan)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/ckan)
DEBUG: big-bang/apps/third-party/ckan default branch = main (repository=big-bang/apps/third-party/ckan)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/ckan)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/ckan.git (repository=big-bang/apps/third-party/ckan)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fckan/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=79) (repository=big-bang/apps/third-party/ckan)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/ckan)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fckan/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/ckan)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/ckan)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/ckan)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/ckan)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/ckan)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/ckan)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/ckan)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/ckan (repository=big-bang/apps/third-party/ckan)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/ckan)
DEBUG: git clone completed (repository=big-bang/apps/third-party/ckan)
       "durationMs": 519
DEBUG: latest repository commit (repository=big-bang/apps/third-party/ckan)
       "latestCommit": {
         "hash": "b8906deb9b351d7c6ff43d57116c7084b0e6f629",
         "date": "2022-03-23T14:31:55+00:00",
         "message": "Update CODEOWNERS",
         "refs": "HEAD -> main, origin/master, origin/main, origin/HEAD",
         "body": "",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/ckan)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/ckan)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/ckan)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/ckan)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/ckan)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/ckan)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/ckan)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/ckan)
DEBUG: config file not found (repository=big-bang/apps/third-party/ckan)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/ckan)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/ckan)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/ckan)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/ckan)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/ckan)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/ckan)
       "splits": {},
       "total": 1131
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/ckan)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/ckan)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 98,
           "reqMedianMs": 81,
           "reqMaxMs": 135,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/ckan)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/ckan)
 INFO: Repository finished (repository=big-bang/apps/third-party/ckan)
       "cloned": true,
       "durationMs": 1131
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/application-utilities/mysql)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/application-utilities/mysql (repository=big-bang/apps/application-utilities/mysql)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/application-utilities/mysql)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/application-utilities/mysql)
DEBUG: big-bang/apps/application-utilities/mysql default branch = main (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Enabling Git FS (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/application-utilities/mysql.git (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Resetting npmrc (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Resetting npmrc (repository=big-bang/apps/application-utilities/mysql)
DEBUG: checkOnboarding() (repository=big-bang/apps/application-utilities/mysql)
DEBUG: isOnboarded() (repository=big-bang/apps/application-utilities/mysql)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/application-utilities/mysql (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Performing blobless clone (repository=big-bang/apps/application-utilities/mysql)
DEBUG: git clone completed (repository=big-bang/apps/application-utilities/mysql)
       "durationMs": 504
DEBUG: latest repository commit (repository=big-bang/apps/application-utilities/mysql)
       "latestCommit": {
         "hash": "31a36643768e4d20cd0489e0b9c8f56efeb66fcc",
         "date": "2022-06-17T20:22:53+00:00",
         "message": "Merge branch 'chart-cleaning-and-update' into 'main'",
         "refs": "HEAD -> main, tag: 9.1.7-bb.0, origin/main, origin/HEAD",
         "body": "Update mysql and fix some outstanding bb specific issues\n\nSee merge request platform-one/big-bang/apps/application-utilities/mysql!7",
         "author_name": "Jordan McClintock",
         "author_email": "jordan@defenseunicorns.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/apps/application-utilities/mysql)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Repo is onboarded (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Found renovate.json config file (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Repository config (repository=big-bang/apps/application-utilities/mysql)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "dependencyDashboard": "true",
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade MySQL Package Dependencies",
         "draftPR": "true",
         "labels": [
           "mysql",
           "Big Bang Third-Party",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "MySQL"}],
         "separateMajorMinor": "false"
       }
DEBUG: migrateAndValidate() (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Config migration necessary (repository=big-bang/apps/application-utilities/mysql)
       "oldConfig": {
         "baseBranches": ["main"],
         "dependencyDashboard": "true",
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade MySQL Package Dependencies",
         "draftPR": "true",
         "labels": [
           "mysql",
           "Big Bang Third-Party",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "MySQL"}],
         "separateMajorMinor": "false"
       },
       "newConfig": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade MySQL Package Dependencies",
         "draftPR": true,
         "labels": [
           "mysql",
           "Big Bang Third-Party",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "MySQL"}],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/apps/application-utilities/mysql)
       "config": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade MySQL Package Dependencies",
         "draftPR": true,
         "labels": [
           "mysql",
           "Big Bang Third-Party",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "MySQL"}],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/apps/application-utilities/mysql)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/apps/application-utilities/mysql)
DEBUG: findIssue(Renovate: Upgrade MySQL Package Dependencies) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: baseBranches (repository=big-bang/apps/application-utilities/mysql)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: extract() (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: latest commit (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2022-06-17T20:22:53+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
       "managers": {"helm-values": 11, "helmv3": 10}
DEBUG: Found helm-values package files (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Found 2 package file(s) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 3},
           "helmv3": {"fileCount": 1, "depCount": 1}
         },
         "total": {"fileCount": 2, "depCount": 4}
       }
DEBUG: baseBranch: main (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: hostRules: no authentication for hub.docker.com (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, bitnami/bitnami-shell, latest) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, bitnami/bitnami-shell, latest, get) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using queue: host=index.docker.io, concurrency=16 (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Using queue: host=auth.docker.io, concurrency=16 (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, bitnami/bitnami-shell, sha256:0aa4e2314721a29fa2a8ea0ed901e2db2842c4217fc60ed5700ee62dbcd0fcbc, get) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bullseye",
         "org.opencontainers.image.created": "2023-07-15T05:24:47Z",
         "org.opencontainers.image.description": "Application packaged by VMware, Inc",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.ref.name": "11-debian-11-r136",
         "org.opencontainers.image.title": "bitnami-shell",
         "org.opencontainers.image.vendor": "VMware, Inc.",
         "org.opencontainers.image.version": "11"
       }
DEBUG: getLabels(https://index.docker.io, bitnami/mysqld-exporter, latest) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, bitnami/mysqld-exporter, latest, get) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, bitnami/mysqld-exporter, sha256:2eab703260777e582162b05c60f53995725b65f8d80414ce829c0f6391133616, get) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
       "labels": {
         "com.vmware.cp.artifact.flavor": "sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83",
         "org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bookworm",
         "org.opencontainers.image.created": "2025-01-24T14:36:12Z",
         "org.opencontainers.image.description": "Application packaged by Broadcom, Inc.",
         "org.opencontainers.image.documentation": "https://github.com/bitnami/containers/tree/main/bitnami/mysqld-exporter/README.md",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.ref.name": "0.16.0-debian-12-r6",
         "org.opencontainers.image.source": "https://github.com/bitnami/containers/tree/main/bitnami/mysqld-exporter",
         "org.opencontainers.image.title": "mysqld-exporter",
         "org.opencontainers.image.vendor": "Broadcom, Inc.",
         "org.opencontainers.image.version": "0.16.0"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: 2 flattened updates found: docker.io/bitnami/mysqld-exporter, common (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: Returning 2 branch(es) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/apps/application-utilities/mysql, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/mysql8",
                 "currentValue": "8.0.29-debian-10-r37",
                 "datasource": "docker",
                 "replaceString": "8.0.29-debian-10-r37",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/mysql8",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/mysql8",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-mysql",
                 "lookupName": "ironbank/bitnami/mysql8",
                 "currentVersion": "8.0.29",
                 "fixedVersion": "8.0.29-debian-10-r37"
               },
               {
                 "depName": "docker.io/bitnami/bitnami-shell",
                 "currentValue": "11-debian-11-r3",
                 "datasource": "docker",
                 "replaceString": "11-debian-11-r3",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "docker.io/bitnami/bitnami-shell",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "lookupName": "bitnami/bitnami-shell",
                 "currentVersion": "11",
                 "currentVersionTimestamp": "2024-02-13T09:32:39.095Z",
                 "currentVersionAgeInDays": 355,
                 "fixedVersion": "11-debian-11-r3"
               },
               {
                 "depName": "docker.io/bitnami/mysqld-exporter",
                 "currentValue": "0.14.0-debian-11-r3",
                 "datasource": "docker",
                 "replaceString": "0.14.0-debian-11-r3",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.15.1",
                     "newValue": "0.15.1-debian-11-r3",
                     "releaseTimestamp": "2024-01-20T00:58:42.840Z",
                     "newVersionAgeInDays": 380,
                     "newMajor": 0,
                     "newMinor": 15,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/mysql"
                   }
                 ],
                 "packageName": "docker.io/bitnami/mysqld-exporter",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/containers",
                 "registryUrl": "https://index.docker.io",
                 "sourceDirectory": "bitnami/mysqld-exporter",
                 "lookupName": "bitnami/mysqld-exporter",
                 "currentVersion": "0.14.0",
                 "currentVersionTimestamp": "2022-06-09T16:55:35.511Z",
                 "currentVersionAgeInDays": 969,
                 "isSingleVersion": true,
                 "fixedVersion": "0.14.0-debian-11-r3"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "common",
                 "currentValue": "1.x.x",
                 "registryUrls": ["https://charts.bitnami.com/bitnami"],
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "2.27.0",
                     "newValue": "2.x",
                     "newDigest": "15e56d4ed76919d5bf7067ebe8e7e2f26e39532706a256b37e765143d9ab2e92",
                     "releaseTimestamp": "2024-11-07T08:52:18.054Z",
                     "newVersionAgeInDays": 87,
                     "newMajor": 2,
                     "newMinor": 27,
                     "newPatch": 0,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/common-2.x"
                   }
                 ],
                 "packageName": "common",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/charts",
                 "registryUrl": "https://charts.bitnami.com/bitnami",
                 "sourceDirectory": "bitnami/common",
                 "homepage": "https://bitnami.com",
                 "currentVersion": "1.17.1",
                 "currentVersionTimestamp": "2022-08-18T10:36:43.123Z",
                 "currentVersionAgeInDays": 899,
                 "isSingleVersion": false
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "9.1.7-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/apps/application-utilities/mysql)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/apps/application-utilities/mysql)
DEBUG: processRepo() (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Processing 2 branches: renovate/common-2.x, renovate/mysql (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/application-utilities/mysql)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/application-utilities/mysql)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: getBranchPr(renovate/mysql) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: findPr(renovate/mysql, undefined, open) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: getPr(12) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: getMR(12) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: getBranchPr(renovate/common-2.x) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: findPr(renovate/common-2.x, undefined, open) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: 1 PRs are currently open (repository=big-bang/apps/application-utilities/mysql)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/apps/application-utilities/mysql)
DEBUG: PullRequests limit = 2 (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/apps/application-utilities/mysql)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/apps/application-utilities/mysql)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: 2 already existing branches found: renovate/mysql,renovate/common-2.x (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Branch concurrent limit remaining: 8 (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Branches limit = 2 (repository=big-bang/apps/application-utilities/mysql)
DEBUG: syncBranchState() (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: getBranchPr(renovate/mysql) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: findPr(renovate/mysql, undefined, open) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: getPr(12) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: getMR(12) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: branchExists=true (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: PR rebase requested=false (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: branch.isModified() = false (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Found existing branch PR (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:16:54.994Z) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: No schedule defined (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Branch already exists (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: isBranchConflicted(main, renovate/mysql) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: branch.isConflicted(): false (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Branch does not need rebasing (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Setting current branch to main (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: latest commit (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
       "branchName": "main",
       "latestCommitDate": "2022-06-17T20:22:53+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Branch dep docker.io/bitnami/mysqld-exporter in chart/values.yaml is already updated (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: No content changed (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/mysql)
       "depName": "docker.io/bitnami/mysqld-exporter"
DEBUG: No package files need updating (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: No updated lock files in branch (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: No files to commit (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Setting current branch to main (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: latest commit (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
       "branchName": "main",
       "latestCommitDate": "2022-06-17T20:22:53+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: mergeStatus=no automerge (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Ensuring PR (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: getBranchPr(renovate/mysql) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: findPr(renovate/mysql, undefined, open) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: getPr(12) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: getMR(12) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Found existing PR (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: Fetching changelog: https://github.com/bitnami/containers (0.14.0 -> 0.15.1) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
       "manager": "helm-values",
       "packageName": "docker.io/bitnami/mysqld-exporter",
       "sourceUrl": "https://github.com/bitnami/containers"
DEBUG: Processing existing PR (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: PR body changed (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
       "prTitle": "Update docker.io/bitnami/mysqld-exporter Docker tag to v0.15.1"
 INFO: PR updated (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
       "pr": 12,
       "prTitle": "Update docker.io/bitnami/mysqld-exporter Docker tag to v0.15.1"
DEBUG: setPrCache() (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: PR is not configured for automerge (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/mysql)
DEBUG: syncBranchState() (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: getBranchPr(renovate/common-2.x) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: findPr(renovate/common-2.x, undefined, open) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: branchExists=true (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: findPr(renovate/common-2.x, Update Helm release common to v2, !open) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: prAlreadyExisted=false (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: Checking if PR has been edited (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: branch.isModified() = true (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
       "branchName": "renovate/common-2.x",
       "unrecognizedAuthors": ["enoch.ofori@analygence.com"]
DEBUG: findPr(renovate/common-2.x, undefined, !open) (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: Branch has been edited but found no PR - skipping (repository=big-bang/apps/application-utilities/mysql, baseBranch=main, branch=renovate/common-2.x)
DEBUG: getBranchPr(renovate/mysql) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: findPr(renovate/mysql, undefined, open) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: getPr(12) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: getMR(12) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: getBranchPr(renovate/common-2.x) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: findPr(renovate/common-2.x, undefined, open) (repository=big-bang/apps/application-utilities/mysql)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/apps/application-utilities/mysql)
DEBUG: ensureDependencyDashboard() (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/apps/application-utilities/mysql)
DEBUG: ensureIssue() (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Updating issue (repository=big-bang/apps/application-utilities/mysql)
DEBUG: validateReconfigureBranch() (repository=big-bang/apps/application-utilities/mysql)
DEBUG: No reconfigure branch found (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Removing any stale branches (repository=big-bang/apps/application-utilities/mysql)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Branch lists (repository=big-bang/apps/application-utilities/mysql)
       "branchList": ["renovate/common-2.x", "renovate/mysql"],
       "renovateBranches": ["renovate/common-2.x", "renovate/mysql"]
DEBUG: remainingBranches= (repository=big-bang/apps/application-utilities/mysql)
DEBUG: No branches to clean up (repository=big-bang/apps/application-utilities/mysql)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/application-utilities/mysql)
DEBUG: ensureIssueClosing() (repository=big-bang/apps/application-utilities/mysql)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Branch summary (repository=big-bang/apps/application-utilities/mysql)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "31a36643768e4d20cd0489e0b9c8f56efeb66fcc"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "31a36643768e4d20cd0489e0b9c8f56efeb66fcc",
           "branchName": "renovate/mysql",
           "branchSha": "cc47687cf6818714145c9d4e0ecaa0b1b37533e4",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "31a36643768e4d20cd0489e0b9c8f56efeb66fcc",
           "branchName": "renovate/common-2.x",
           "branchSha": "d589979b5aa306781000866cf2a38142d8d4b73f",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/apps/application-utilities/mysql)
       "branchesInformation": [
         {
           "branchName": "renovate/mysql",
           "prNo": 12,
           "prTitle": "Update docker.io/bitnami/mysqld-exporter Docker tag to v0.15.1",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "docker.io/bitnami/mysqld-exporter",
               "displayPending": "",
               "fixedVersion": "0.14.0-debian-11-r3",
               "currentVersion": "0.14.0",
               "currentValue": "0.14.0-debian-11-r3",
               "newValue": "0.15.1-debian-11-r3",
               "newVersion": "0.15.1",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "docker.io/bitnami/mysqld-exporter"
             }
           ]
         },
         {
           "branchName": "renovate/common-2.x",
           "prNo": null,
           "prTitle": "Update Helm release common to v2",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "common",
               "displayPending": "",
               "currentVersion": "1.17.1",
               "currentValue": "1.x.x",
               "newValue": "2.x",
               "newVersion": "2.27.0",
               "newDigest": "15e56d4ed76919d5bf7067ebe8e7e2f26e39532706a256b37e765143d9ab2e92",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "common"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/apps/application-utilities/mysql)
       "stats": {"total": 1, "open": 1, "closed": 0, "merged": 0}
DEBUG: Repository result: done, status: onboarded, enabled: true, onboarded: true (repository=big-bang/apps/application-utilities/mysql)
DEBUG: repository problems (repository=big-bang/apps/application-utilities/mysql)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/application-utilities/mysql)
       "splits": {"init": 1316, "extract": 350, "lookup": 2883, "onboarding": 0, "update": 1498},
       "total": 6483
DEBUG: Package cache statistics (repository=big-bang/apps/application-utilities/mysql)
       "get": {"count": 13, "avgMs": 5, "medianMs": 0, "maxMs": 45, "totalMs": 61},
       "set": {"count": 10, "avgMs": 9, "medianMs": 10, "maxMs": 20, "totalMs": 86}
DEBUG: HTTP statistics (repository=big-bang/apps/application-utilities/mysql)
       "hosts": {
         "auth.docker.io": {
           "count": 2,
           "reqAvgMs": 137,
           "reqMedianMs": 207,
           "reqMaxMs": 207,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "hub.docker.com": {
           "count": 22,
           "reqAvgMs": 119,
           "reqMedianMs": 98,
           "reqMaxMs": 305,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "index.docker.io": {
           "count": 7,
           "reqAvgMs": 102,
           "reqMedianMs": 106,
           "reqMaxMs": 204,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 227,
           "reqMedianMs": 157,
           "reqMaxMs": 675,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 40
DEBUG: HTTP cache statistics (repository=big-bang/apps/application-utilities/mysql)
DEBUG: Lookup statistics (repository=big-bang/apps/application-utilities/mysql)
       "docker": {"count": 3, "avgMs": 1519, "medianMs": 1702, "maxMs": 2827, "totalMs": 4558},
       "helm": {"count": 1, "avgMs": 50, "medianMs": 50, "maxMs": 50, "totalMs": 50}
 INFO: Repository finished (repository=big-bang/apps/application-utilities/mysql)
       "cloned": true,
       "durationMs": 6483
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/tkg-pipeline)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/tkg-pipeline (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: big-bang/pipeline-templates/tkg-pipeline default branch = master (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/tkg-pipeline.git (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Ftkg-pipeline/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=61) (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: GitLab API 404 (repository=big-bang/pipeline-templates/tkg-pipeline)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Ftkg-pipeline/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/tkg-pipeline (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/tkg-pipeline)
       "durationMs": 1858
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/tkg-pipeline)
       "latestCommit": {
         "hash": "979852e975135ac09691f5ae5380294f8ac2066b",
         "date": "2021-02-10T15:03:56-05:00",
         "message": "Removing broken CI code for now",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "",
         "author_name": "Brandon Shouse",
         "author_email": "brandon.shouse@SpaceCAMP174.local"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: findFile(.renovaterc) (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: config file not found (repository=big-bang/pipeline-templates/tkg-pipeline)
 INFO: Repository is disabled - skipping (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/tkg-pipeline)
       "splits": {},
       "total": 2582
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/tkg-pipeline)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/tkg-pipeline)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 84,
           "reqMedianMs": 80,
           "reqMaxMs": 112,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/tkg-pipeline)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/tkg-pipeline)
 INFO: Repository finished (repository=big-bang/pipeline-templates/tkg-pipeline)
       "cloned": true,
       "durationMs": 2582
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/mattermost-operator)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/mattermost-operator (repository=big-bang/product/packages/mattermost-operator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/mattermost-operator)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/mattermost-operator)
DEBUG: big-bang/product/packages/mattermost-operator default branch = main (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/mattermost-operator.git (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/mattermost-operator)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/mattermost-operator)
DEBUG: isOnboarded() (repository=big-bang/product/packages/mattermost-operator)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/mattermost-operator)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/mattermost-operator)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/mattermost-operator (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/mattermost-operator)
DEBUG: git clone completed (repository=big-bang/product/packages/mattermost-operator)
       "durationMs": 529
DEBUG: latest repository commit (repository=big-bang/product/packages/mattermost-operator)
       "latestCommit": {
         "hash": "3bb1607eb6733a0060cbc955498273bf288a4595",
         "date": "2025-01-15T14:35:53+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #80\n\nSee merge request big-bang/product/packages/mattermost-operator!112",
         "author_name": "Jacob Kershaw",
         "author_email": "jacob.kershaw@sigmadefense.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/mattermost-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Repository config (repository=big-bang/product/packages/mattermost-operator)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Mattermost-Operator Package Dependencies",
         "draftPR": true,
         "labels": ["mattermostoperator", "Package Sustainment", "kind::maintenance"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Mattermost Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Config migration necessary (repository=big-bang/product/packages/mattermost-operator)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Mattermost-Operator Package Dependencies",
         "draftPR": true,
         "labels": ["mattermostoperator", "Package Sustainment", "kind::maintenance"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Mattermost Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Mattermost-Operator Package Dependencies",
         "draftPR": true,
         "labels": ["mattermostoperator", "Package Sustainment", "kind::maintenance"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Mattermost Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/mattermost-operator)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Mattermost-Operator Package Dependencies",
         "draftPR": true,
         "labels": ["mattermostoperator", "Package Sustainment", "kind::maintenance"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Mattermost Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/mattermost-operator)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/mattermost-operator)
DEBUG: findIssue(Renovate: Upgrade Mattermost-Operator Package Dependencies) (repository=big-bang/product/packages/mattermost-operator)
DEBUG: baseBranches (repository=big-bang/product/packages/mattermost-operator)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-15T14:35:53+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: chart/Chart.yaml, chart/mattermost-operator-crds/Chart.yaml (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Chart has no dependencies in chart/mattermost-operator-crds/Chart.yaml (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
       "managers": {"helm-values": 3, "regex": 5, "helmv3": 6}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 1},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 2, "depCount": 3}
         },
         "total": {"fileCount": 4, "depCount": 5}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/mattermost/mattermost-operator, latest) (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/mattermost/mattermost-operator, latest, get) (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/mattermost/mattermost-operator, sha256:deeecef3a98b3c6611e82466dce50e77d03b926d86dec388a309ca1b840c334d, get) (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7ff9c4df742e5c8825287e552971da830a3d58720e4afd80d87c27e5a7d5d3e1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917198",
         "mil.dso.ironbank.image.keywords": "chat,golang,react,mattermost",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:83d1329a07d0e0e8d47fec6c2f94e9499f07819fed0096b1303a778b94728805",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "mattermost",
         "org.opencontainers.image.created": "2025-02-03 00:17:12+00:00",
         "org.opencontainers.image.description": "This project offers a Kubernetes Operator for Mattermost to simplify deploying and managing your Mattermost instance.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "0e13f43daef9819c3948be490a7bd10426977fcc",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/mattermost/mattermost-operator",
         "org.opencontainers.image.title": "mattermost-operator",
         "org.opencontainers.image.url": "https://github.com/mattermost/mattermost-operator",
         "org.opencontainers.image.vendor": "Mattermost",
         "org.opencontainers.image.version": "v1.22.1"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/mattermost-operator, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
                 "currentValue": "v1.22.1",
                 "datasource": "docker",
                 "replaceString": "v1.22.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/mattermost/mattermost-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/mattermost/mattermost-operator",
                 "lookupName": "ironbank/opensource/mattermost/mattermost-operator",
                 "currentVersion": "v1.22.1",
                 "fixedVersion": "v1.22.1"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "mattermost-operator-crds",
                 "currentValue": "1.22.0",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "mattermost-operator-crds"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.22.1-bb.1",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
                 "currentValue": "1.22.1",
                 "datasource": "docker",
                 "extractVersion": "^v(?<version>.*)$",
                 "replaceString": "- Mattermost Operator: 1.22.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/mattermost/mattermost-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/mattermost/mattermost-operator",
                 "lookupName": "ironbank/opensource/mattermost/mattermost-operator",
                 "currentVersion": "1.22.1",
                 "fixedVersion": "1.22.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
                 "currentValue": "1.22.1",
                 "datasource": "docker",
                 "extractVersion": "^v(?<version>.*)$",
                 "replaceString": "appVersion: 1.22.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/mattermost/mattermost-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/mattermost/mattermost-operator",
                 "lookupName": "ironbank/opensource/mattermost/mattermost-operator",
                 "currentVersion": "1.22.1",
                 "fixedVersion": "1.22.1"
               }
             ],
             "matchStrings": [
               "- Mattermost Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
             "datasourceTemplate": "docker",
             "extractVersionTemplate": "^v(?<version>.*)$",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
                 "currentValue": "v1.22.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator:v1.22.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/mattermost/mattermost-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/mattermost/mattermost-operator",
                 "lookupName": "ironbank/opensource/mattermost/mattermost-operator",
                 "currentVersion": "v1.22.1",
                 "fixedVersion": "v1.22.1"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/mattermost-operator)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/mattermost-operator)
DEBUG: processRepo() (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/mattermost-operator)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/mattermost-operator)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/mattermost-operator)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/mattermost-operator)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/mattermost-operator)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/mattermost-operator)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/mattermost-operator)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/mattermost-operator)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/mattermost-operator)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/mattermost-operator)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/mattermost-operator)
DEBUG: ensureIssue() (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Updating issue (repository=big-bang/product/packages/mattermost-operator)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/mattermost-operator)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/mattermost-operator)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/mattermost-operator)
DEBUG: No renovate branches found (repository=big-bang/product/packages/mattermost-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/mattermost-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/mattermost-operator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Repo is activated (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Branch summary (repository=big-bang/product/packages/mattermost-operator)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "3bb1607eb6733a0060cbc955498273bf288a4595"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/mattermost-operator)
       "stats": {"total": 2, "open": 0, "closed": 0, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/mattermost-operator)
       "splits": {"init": 1421, "extract": 346, "lookup": 412, "onboarding": 0, "update": 1},
       "total": 2755
DEBUG: Package cache statistics (repository=big-bang/product/packages/mattermost-operator)
       "get": {"count": 3, "avgMs": 1, "medianMs": 1, "maxMs": 1, "totalMs": 2},
       "set": {"count": 3, "avgMs": 6, "medianMs": 3, "maxMs": 13, "totalMs": 18}
DEBUG: HTTP statistics (repository=big-bang/product/packages/mattermost-operator)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 32,
           "reqMedianMs": 30,
           "reqMaxMs": 53,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 184,
           "reqMedianMs": 138,
           "reqMaxMs": 403,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 14
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/mattermost-operator)
DEBUG: Lookup statistics (repository=big-bang/product/packages/mattermost-operator)
       "docker": {"count": 4, "avgMs": 385, "medianMs": 385, "maxMs": 386, "totalMs": 1541}
 INFO: Repository finished (repository=big-bang/product/packages/mattermost-operator)
       "cloned": true,
       "durationMs": 2755
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/kafka)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/kafka (repository=big-bang/apps/third-party/kafka)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/kafka)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/kafka)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/kafka)
DEBUG: big-bang/apps/third-party/kafka default branch = main (repository=big-bang/apps/third-party/kafka)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/kafka)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/kafka.git (repository=big-bang/apps/third-party/kafka)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fkafka/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=65) (repository=big-bang/apps/third-party/kafka)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/kafka)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fkafka/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/kafka)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/kafka)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/kafka)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/kafka)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/kafka)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/kafka)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/kafka)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/kafka (repository=big-bang/apps/third-party/kafka)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/kafka)
DEBUG: git clone completed (repository=big-bang/apps/third-party/kafka)
       "durationMs": 499
DEBUG: latest repository commit (repository=big-bang/apps/third-party/kafka)
       "latestCommit": {
         "hash": "48f63c761e5a63cbc30f4c96a3de495d6cc519fe",
         "date": "2022-06-03T20:11:58+00:00",
         "message": "Merge branch 'jcf-2233-svs' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "add CHANGELOG.md\n\nSee merge request platform-one/big-bang/apps/third-party/kafka!11",
         "author_name": "Samuel Sarnowski",
         "author_email": "samsarnowski@seed-innovations.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/kafka)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/kafka)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/kafka)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/kafka)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/kafka)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/kafka)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/kafka)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/kafka)
DEBUG: config file not found (repository=big-bang/apps/third-party/kafka)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/kafka)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/kafka)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/kafka)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/kafka)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/kafka)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/kafka)
       "splits": {},
       "total": 1065
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/kafka)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/kafka)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 81,
           "reqMedianMs": 70,
           "reqMaxMs": 107,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/kafka)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/kafka)
 INFO: Repository finished (repository=big-bang/apps/third-party/kafka)
       "cloned": true,
       "durationMs": 1065
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/tensorflow-notebook)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/tensorflow-notebook (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: big-bang/apps/third-party/tensorflow-notebook default branch = main (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/tensorflow-notebook.git (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Ftensorflow-notebook/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=73) (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/tensorflow-notebook)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Ftensorflow-notebook/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/tensorflow-notebook (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: git clone completed (repository=big-bang/apps/third-party/tensorflow-notebook)
       "durationMs": 430
DEBUG: latest repository commit (repository=big-bang/apps/third-party/tensorflow-notebook)
       "latestCommit": {
         "hash": "781df261901dc285f72b1676b550d5b89dd42c26",
         "date": "2022-06-03T20:09:51+00:00",
         "message": "Merge branch 'jcf-2233-svs' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "add CHANGELOG.md\n\nSee merge request platform-one/big-bang/apps/third-party/tensorflow-notebook!8",
         "author_name": "Samuel Sarnowski",
         "author_email": "samsarnowski@seed-innovations.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: config file not found (repository=big-bang/apps/third-party/tensorflow-notebook)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/tensorflow-notebook)
       "splits": {},
       "total": 982
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/tensorflow-notebook)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/tensorflow-notebook)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 80,
           "reqMedianMs": 73,
           "reqMaxMs": 107,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/tensorflow-notebook)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/tensorflow-notebook)
 INFO: Repository finished (repository=big-bang/apps/third-party/tensorflow-notebook)
       "cloned": true,
       "durationMs": 982
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/nifi)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/nifi (repository=big-bang/apps/third-party/nifi)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/nifi)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/nifi)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/nifi)
DEBUG: big-bang/apps/third-party/nifi default branch = main (repository=big-bang/apps/third-party/nifi)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/nifi)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/nifi.git (repository=big-bang/apps/third-party/nifi)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fnifi/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=76) (repository=big-bang/apps/third-party/nifi)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/nifi)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fnifi/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/nifi)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/nifi)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/nifi)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/nifi)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/nifi)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/nifi)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/nifi)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/nifi (repository=big-bang/apps/third-party/nifi)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/nifi)
DEBUG: git clone completed (repository=big-bang/apps/third-party/nifi)
       "durationMs": 449
DEBUG: latest repository commit (repository=big-bang/apps/third-party/nifi)
       "latestCommit": {
         "hash": "5b0b4bea6ca5c6d49491eaa21f94a11838453281",
         "date": "2022-06-03T20:06:15+00:00",
         "message": "Merge branch 'jcf-2233-svs' into 'main'",
         "refs": "HEAD -> main, origin/sidt-testben-bm, origin/sidt-2751-sm, origin/main, origin/HEAD",
         "body": "standardize CHANGELOG.md\n\nSee merge request platform-one/big-bang/apps/third-party/nifi!17",
         "author_name": "Samuel Sarnowski",
         "author_email": "samsarnowski@seed-innovations.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/nifi)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/nifi)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/nifi)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/nifi)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/nifi)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/nifi)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/nifi)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/nifi)
DEBUG: config file not found (repository=big-bang/apps/third-party/nifi)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/nifi)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/nifi)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/nifi)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/nifi)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/nifi)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/nifi)
       "splits": {},
       "total": 998
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/nifi)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/nifi)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 80,
           "reqMedianMs": 76,
           "reqMaxMs": 92,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/nifi)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/nifi)
 INFO: Repository finished (repository=big-bang/apps/third-party/nifi)
       "cloned": true,
       "durationMs": 998
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/airflow)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/airflow (repository=big-bang/apps/third-party/airflow)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/airflow)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/airflow)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/airflow)
DEBUG: big-bang/apps/third-party/airflow default branch = main (repository=big-bang/apps/third-party/airflow)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/airflow)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/airflow.git (repository=big-bang/apps/third-party/airflow)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fairflow/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=56) (repository=big-bang/apps/third-party/airflow)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/airflow)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fairflow/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/airflow)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/airflow)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/airflow)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/airflow)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/airflow)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/airflow)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/airflow)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/airflow (repository=big-bang/apps/third-party/airflow)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/airflow)
DEBUG: git clone completed (repository=big-bang/apps/third-party/airflow)
       "durationMs": 512
DEBUG: latest repository commit (repository=big-bang/apps/third-party/airflow)
       "latestCommit": {
         "hash": "8393496231cf6cb0cabd58c22be80754da033806",
         "date": "2022-06-13T17:21:52+00:00",
         "message": "Merge branch 'sidt-releasenotes-bm' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Update README.md\n\nSee merge request platform-one/big-bang/apps/third-party/airflow!35",
         "author_name": "Ben Mountjoy",
         "author_email": "benmountjoy@seed-innovations.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/airflow)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/airflow)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/airflow)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/airflow)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/airflow)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/airflow)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/airflow)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/airflow)
DEBUG: config file not found (repository=big-bang/apps/third-party/airflow)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/airflow)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/airflow)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/airflow)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/airflow)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/airflow)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/airflow)
       "splits": {},
       "total": 1062
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/airflow)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/airflow)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 80,
           "reqMedianMs": 81,
           "reqMaxMs": 103,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/airflow)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/airflow)
 INFO: Repository finished (repository=big-bang/apps/third-party/airflow)
       "cloned": true,
       "durationMs": 1062
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/minio-operator)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/minio-operator (repository=big-bang/product/packages/minio-operator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/minio-operator)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/minio-operator)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/minio-operator)
DEBUG: big-bang/product/packages/minio-operator default branch = main (repository=big-bang/product/packages/minio-operator)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/minio-operator)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/minio-operator.git (repository=big-bang/product/packages/minio-operator)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/minio-operator)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/minio-operator)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/minio-operator)
DEBUG: isOnboarded() (repository=big-bang/product/packages/minio-operator)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/minio-operator)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/minio-operator)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/minio-operator)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/minio-operator (repository=big-bang/product/packages/minio-operator)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/minio-operator)
DEBUG: git clone completed (repository=big-bang/product/packages/minio-operator)
       "durationMs": 568
DEBUG: latest repository commit (repository=big-bang/product/packages/minio-operator)
       "latestCommit": {
         "hash": "9f798c17ab0d239ecc2944a19359ae496a3300c0",
         "date": "2025-01-29T21:16:50+00:00",
         "message": "Merge branch 'renovate/major-ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 7.0.0-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank to v7 (major)\n\nSee merge request big-bang/product/packages/minio-operator!158",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/minio-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/minio-operator)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/minio-operator)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/minio-operator)
DEBUG: Repository config (repository=big-bang/product/packages/minio-operator)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade MinIO-Operator Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex"],
         "labels": ["minioOperator", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Minio Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/minio-operator)
DEBUG: Config migration necessary (repository=big-bang/product/packages/minio-operator)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade MinIO-Operator Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex"],
         "labels": ["minioOperator", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Minio Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade MinIO-Operator Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "labels": ["minioOperator", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Minio Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/minio-operator)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade MinIO-Operator Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "labels": ["minioOperator", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Minio Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/minio-operator)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/minio-operator)
DEBUG: findIssue(Renovate: Upgrade MinIO-Operator Package Dependencies) (repository=big-bang/product/packages/minio-operator)
DEBUG: baseBranches (repository=big-bang/product/packages/minio-operator)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/minio-operator, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T21:16:50+00:00"
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Using file match: ^tests/images\.txt$ for manager regex (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/images.txt (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: tests/images.txt has no content (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/minio-operator, baseBranch=main)
       "managers": {"regex": 8}
DEBUG: Found regex package files (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/product/packages/minio-operator, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/minio-operator, baseBranch=main)
       "stats": {
         "managers": {"regex": {"fileCount": 3, "depCount": 5}},
         "total": {"fileCount": 3, "depCount": 5}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/minio/operator, latest) (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/minio/operator, latest, get) (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/minio/operator, sha256:20a8ad2e381bbdab6fdee4f3f6e49ed3dc10fbd08fb8da301748e91cd0b4ef8a, get) (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/minio-operator, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916949",
         "mil.dso.ironbank.image.keywords": "minio/operator, minio, operator, s3",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "minio/operator",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:51:43+00:00",
         "org.opencontainers.image.description": "MinIO is a Kubernetes-native high performance object store with an S3-compatible API. ",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "fec3dfbd8dd7a771f1b760b801f765d628693425",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/minio/operator",
         "org.opencontainers.image.title": "minio/operator",
         "org.opencontainers.image.url": "https://github.com/minio/operator",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v7.0.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/minio-operator, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/minio-operator, baseBranch=main)
       "config": {
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/minio/operator",
                 "currentValue": "v7.0.0",
                 "datasource": "docker",
                 "replaceString": "image:\n    repository: registry1.dso.mil/ironbank/opensource/minio/operator\n    tag: v7.0.0",
                 "updates": [],
                 "packageName": "ironbank/opensource/minio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/minio/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/minio/operator",
                 "currentVersion": "v7.0.0",
                 "fixedVersion": "v7.0.0"
               },
               {
                 "depName": "ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image:\n    repository: registry1.dso.mil/ironbank/big-bang/base\n    tag: 2.1.0",
                 "updates": [],
                 "packageName": "ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/minio/operator",
                 "currentValue": "v7.0.0",
                 "datasource": "docker",
                 "replaceString": "- Minio Operator: v7.0.0",
                 "updates": [],
                 "packageName": "ironbank/opensource/minio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/minio/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/minio/operator",
                 "currentVersion": "v7.0.0",
                 "fixedVersion": "v7.0.0"
               },
               {
                 "depName": "ironbank/opensource/minio/operator",
                 "currentValue": "v7.0.0",
                 "datasource": "docker",
                 "replaceString": "appVersion: v7.0.0",
                 "updates": [],
                 "packageName": "ironbank/opensource/minio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/minio/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/minio/operator",
                 "currentVersion": "v7.0.0",
                 "fixedVersion": "v7.0.0"
               }
             ],
             "matchStrings": [
               "- Minio Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/operator",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/operator",
                 "currentValue": "v7.0.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/operator:v7.0.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/minio/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/minio/operator",
                 "lookupName": "ironbank/opensource/minio/operator",
                 "currentVersion": "v7.0.0",
                 "fixedVersion": "v7.0.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/minio-operator)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/minio-operator)
DEBUG: processRepo() (repository=big-bang/product/packages/minio-operator)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/minio-operator)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/minio-operator)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/minio-operator)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/minio-operator)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/minio-operator)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/minio-operator)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/minio-operator)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/minio-operator)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/minio-operator)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/minio-operator)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/minio-operator)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/minio-operator)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/minio-operator)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/minio-operator)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/minio-operator)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/minio-operator)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/minio-operator)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/minio-operator)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/minio-operator)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/minio-operator)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/minio-operator)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/minio-operator)
DEBUG: ensureIssue() (repository=big-bang/product/packages/minio-operator)
DEBUG: Updating issue (repository=big-bang/product/packages/minio-operator)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/minio-operator)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/minio-operator)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/minio-operator)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/minio-operator)
DEBUG: Branch lists (repository=big-bang/product/packages/minio-operator)
       "branchList": [],
       "renovateBranches": ["renovate/test", "renovate/test2"]
DEBUG: remainingBranches=renovate/test,renovate/test2 (repository=big-bang/product/packages/minio-operator)
DEBUG: findPr(renovate/test, undefined, open) (repository=big-bang/product/packages/minio-operator)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/minio-operator)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/minio-operator)
       "branchName": "renovate/test",
       "unrecognizedAuthors": ["daniel.chen@us.isobar.com"]
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/product/packages/minio-operator)
DEBUG: Orphan Branch is modified - skipping branch deletion (repository=big-bang/product/packages/minio-operator)
DEBUG: findPr(renovate/test2, undefined, open) (repository=big-bang/product/packages/minio-operator)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/minio-operator)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/minio-operator)
       "branchName": "renovate/test2",
       "unrecognizedAuthors": ["daniel.chen@us.isobar.com"]
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/product/packages/minio-operator)
DEBUG: Orphan Branch is modified - skipping branch deletion (repository=big-bang/product/packages/minio-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/minio-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/minio-operator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/minio-operator)
DEBUG: Repo is activated (repository=big-bang/product/packages/minio-operator)
DEBUG: Branch summary (repository=big-bang/product/packages/minio-operator)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "9f798c17ab0d239ecc2944a19359ae496a3300c0"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/minio-operator)
       "stats": {"total": 4, "open": 0, "closed": 0, "merged": 4}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/minio-operator)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/minio-operator)
       "splits": {"init": 1570, "extract": 244, "lookup": 432, "onboarding": 0, "update": 1},
       "total": 2758
DEBUG: Package cache statistics (repository=big-bang/product/packages/minio-operator)
       "get": {"count": 5, "avgMs": 2, "medianMs": 1, "maxMs": 5, "totalMs": 8},
       "set": {"count": 3, "avgMs": 7, "medianMs": 4, "maxMs": 15, "totalMs": 22}
DEBUG: HTTP statistics (repository=big-bang/product/packages/minio-operator)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 26,
           "reqMedianMs": 29,
           "reqMaxMs": 35,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 191,
           "reqMedianMs": 133,
           "reqMaxMs": 413,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 14
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/minio-operator)
DEBUG: Lookup statistics (repository=big-bang/product/packages/minio-operator)
       "docker": {"count": 5, "avgMs": 331, "medianMs": 408, "maxMs": 409, "totalMs": 1653}
 INFO: Repository finished (repository=big-bang/product/packages/minio-operator)
       "cloned": true,
       "durationMs": 2758
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/bbtoc)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/bbtoc (repository=big-bang/product/bbtoc)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/bbtoc)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/bbtoc)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/bbtoc)
DEBUG: big-bang/product/bbtoc default branch = master (repository=big-bang/product/bbtoc)
DEBUG: Enabling Git FS (repository=big-bang/product/bbtoc)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/bbtoc.git (repository=big-bang/product/bbtoc)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fbbtoc/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=69) (repository=big-bang/product/bbtoc)
DEBUG: GitLab API 404 (repository=big-bang/product/bbtoc)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fproduct%2Fbbtoc/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/product/bbtoc)
DEBUG: Resetting npmrc (repository=big-bang/product/bbtoc)
DEBUG: checkOnboarding() (repository=big-bang/product/bbtoc)
DEBUG: isOnboarded() (repository=big-bang/product/bbtoc)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/bbtoc)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/bbtoc)
DEBUG: findFile(renovate.json) (repository=big-bang/product/bbtoc)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/bbtoc (repository=big-bang/product/bbtoc)
DEBUG: Performing blobless clone (repository=big-bang/product/bbtoc)
DEBUG: git clone completed (repository=big-bang/product/bbtoc)
       "durationMs": 608
DEBUG: latest repository commit (repository=big-bang/product/bbtoc)
       "latestCommit": {
         "hash": "47bca5d11a2f49e5d362e71b5e3348cca2a52c57",
         "date": "2024-12-03T23:03:43+00:00",
         "message": "Merge branch 'rapidfort' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "adding the rapidfort proposal yaml file\n\nSee merge request big-bang/product/bbtoc!160",
         "author_name": "Jeff McLamb",
         "author_email": "mclamb@ll.mit.edu"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/product/bbtoc)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/product/bbtoc)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/product/bbtoc)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/product/bbtoc)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/product/bbtoc)
DEBUG: findFile(.renovaterc) (repository=big-bang/product/bbtoc)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/product/bbtoc)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/product/bbtoc)
DEBUG: config file not found (repository=big-bang/product/bbtoc)
 INFO: Repository is disabled - skipping (repository=big-bang/product/bbtoc)
DEBUG: Removing any stale branches (repository=big-bang/product/bbtoc)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/product/bbtoc)
DEBUG: No renovate branches found (repository=big-bang/product/bbtoc)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/product/bbtoc)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/bbtoc)
       "splits": {},
       "total": 1201
DEBUG: Package cache statistics (repository=big-bang/product/bbtoc)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/product/bbtoc)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 90,
           "reqMedianMs": 69,
           "reqMaxMs": 135,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/product/bbtoc)
DEBUG: Lookup statistics (repository=big-bang/product/bbtoc)
 INFO: Repository finished (repository=big-bang/product/bbtoc)
       "cloned": true,
       "durationMs": 1201
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/harbor)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/harbor (repository=big-bang/product/packages/harbor)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/harbor)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/harbor)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/harbor)
DEBUG: big-bang/product/packages/harbor default branch = main (repository=big-bang/product/packages/harbor)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/harbor)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/harbor.git (repository=big-bang/product/packages/harbor)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/harbor)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/harbor)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/harbor)
DEBUG: isOnboarded() (repository=big-bang/product/packages/harbor)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/harbor)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/harbor)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/harbor)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/harbor (repository=big-bang/product/packages/harbor)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/harbor)
DEBUG: git clone completed (repository=big-bang/product/packages/harbor)
       "durationMs": 677
DEBUG: latest repository commit (repository=big-bang/product/packages/harbor)
       "latestCommit": {
         "hash": "ef4678fad5276400641d0ec7787049a668f4bf3b",
         "date": "2025-01-30T19:16:34+00:00",
         "message": "Merge branch 'renovate/migrate-config' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Migrate renovate config\n\nSee merge request big-bang/product/packages/harbor!162",
         "author_name": "Matt Vasquez",
         "author_email": "evasquez@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/harbor)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/harbor)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/harbor)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/harbor)
DEBUG: Repository config (repository=big-bang/product/packages/harbor)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Harbor Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["harbor", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)\\s+tag:[^\\S\\r\\n]+(?<currentValue>[\\d\\.]+)"
             ],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/harbor)
DEBUG: No config migration necessary (repository=big-bang/product/packages/harbor)
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/harbor)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/harbor)
DEBUG: findIssue(Renovate: Upgrade Harbor Package Dependencies) (repository=big-bang/product/packages/harbor)
DEBUG: baseBranches (repository=big-bang/product/packages/harbor)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/harbor, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T19:16:34+00:00"
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/harbor, baseBranch=main)
       "managers": {"regex": 6, "helmv3": 5}
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/product/packages/harbor, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/harbor, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 1, "depCount": 3},
           "regex": {"fileCount": 2, "depCount": 11}
         },
         "total": {"fileCount": 3, "depCount": 14}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-core, latest) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-core, latest, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-portal, latest) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-portal, latest, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/goharbor/registry, latest) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/registry, latest, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-jobservice, latest) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-jobservice, latest, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-core, sha256:d249d2b9a003919585d4a67a4b0b1944cc5d5b3c604c7378a13d05c1f221d74b, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-portal, sha256:b02f3c6396e39e9309343029233a34e4d0259343294a8f2f1f309b69d29420a4, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/registry, sha256:363767acde917fbe0f34e431e376a119d7ba669c661c88ed5654392275b7265f, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-registryctl, latest) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-registryctl, latest, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-jobservice, sha256:c9a04091cfe51ffee4a0a4c1fdae288769d66c8b04d4f6d027bdd832898ed48c, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-registryctl, sha256:502877c9b7ae8d0e813ee0e98d7d9be7a5b4da71f7f9a68dca71378196dd312f, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/harbor, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:93083f744252d191905fa100ecac2868e043d9d11109b0bc38759156a9162f03",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/nginx/nginx:1.27.3",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917708",
         "mil.dso.ironbank.image.keywords": "container,registry",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/nginx/nginx:1.27.3@sha256:d1282005e7f9922908906d92e99ffed989e7d0e64fc1fa1fceb65307fefe1c6a",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Harbor",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 01:15:15+00:00",
         "org.opencontainers.image.description": "Harbor is an open source cloud native registry that stores, signs, and scans content.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "f6e822814ce374ec3798040524315572b5c55a5f",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/goharbor/harbor-portal",
         "org.opencontainers.image.title": "harbor-portal",
         "org.opencontainers.image.url": "https://goharbor.io",
         "org.opencontainers.image.vendor": "goharbor",
         "org.opencontainers.image.version": "v2.12.2",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/harbor, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917206",
         "mil.dso.ironbank.image.keywords": "container,registry",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Harbor",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:17:39+00:00",
         "org.opencontainers.image.description": "Harbor is an open source cloud native registry that stores, signs, and scans content.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "b6590823f186bea84cdb61462a62d9a4271f3f30",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/goharbor/harbor-core",
         "org.opencontainers.image.title": "harbor-core",
         "org.opencontainers.image.url": "https://goharbor.io",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v2.12.2",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/harbor, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917130",
         "mil.dso.ironbank.image.keywords": "container,registry",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Harbor",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:09:37+00:00",
         "org.opencontainers.image.description": "Harbor is an open source cloud native registry that stores, signs, and scans content.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "cea272293d621c53eac0db7803b4e7475d2ecfd2",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/goharbor/registry",
         "org.opencontainers.image.title": "registry",
         "org.opencontainers.image.url": "https://goharbor.io",
         "org.opencontainers.image.vendor": "goharbor",
         "org.opencontainers.image.version": "v2.12.2",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/harbor, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917392",
         "mil.dso.ironbank.image.keywords": "container,registry",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Harbor",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:40:06+00:00",
         "org.opencontainers.image.description": "Harbor is an open source cloud native registry that stores, signs, and scans content.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "86987f0428e5caa91ca8eeb4a9c94d3be87e9df5",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/goharbor/harbor-jobservice",
         "org.opencontainers.image.title": "harbor-jobservice",
         "org.opencontainers.image.url": "https://goharbor.io",
         "org.opencontainers.image.vendor": "goharbor",
         "org.opencontainers.image.version": "v2.12.2",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/harbor, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917498",
         "mil.dso.ironbank.image.keywords": "container,registry",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Harbor",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:52:51+00:00",
         "org.opencontainers.image.description": "Harbor is an open source cloud native registry that stores, signs, and scans content.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "188982e32b0c1ca0365c026f5e9d6e4653e6a56f",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/goharbor/harbor-registryctl",
         "org.opencontainers.image.title": "harbor-registryctl",
         "org.opencontainers.image.url": "https://goharbor.io",
         "org.opencontainers.image.vendor": "goharbor",
         "org.opencontainers.image.version": "v2.12.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-exporter, latest) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-exporter, latest, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/goharbor/trivy-adapter, latest) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/trivy-adapter, latest, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/harbor-exporter, sha256:e6a2f430102486525345bbce798dc4adef29e37742500446b8edfd03fc6c7970, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/goharbor/trivy-adapter, sha256:9f5981d3d7b67591bde1d469453648a5600e17e333caacdc5b01df6e6a2b05a4, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql, latest) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql, latest, get) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/harbor, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917863",
         "mil.dso.ironbank.image.keywords": "container,registry,trivy",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Harbor",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 01:36:28+00:00",
         "org.opencontainers.image.description": "The Harbor Scanner Adapter for Trivy.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "052e47fdf8d779689e4b728d4689a95a2fcff075",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/goharbor/trivy-adapter",
         "org.opencontainers.image.title": "trivy-adapter",
         "org.opencontainers.image.url": "https://github.com/aquasecurity/harbor-scanner-trivy",
         "org.opencontainers.image.vendor": "goharbor",
         "org.opencontainers.image.version": "v2.12.2",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/harbor, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917109",
         "mil.dso.ironbank.image.keywords": "postgres, sql, database",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "postgres",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:07:52+00:00",
         "org.opencontainers.image.description": "PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard",
         "org.opencontainers.image.licenses": "PostgreSQL License",
         "org.opencontainers.image.revision": "f3411e95905a7e1c2b0efeedc6b8d495cf0b594d",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17",
         "org.opencontainers.image.title": "postgresql",
         "org.opencontainers.image.url": "https://www.postgresql.org/docs/17/index.html",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "17.2",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/harbor, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917205",
         "mil.dso.ironbank.image.keywords": "container,registry",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Harbor",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:17:18+00:00",
         "org.opencontainers.image.description": "Harbor is an open source cloud native registry that stores, signs, and scans content.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "d42cba5e12de9a352b88e2d840b2f90218551cf7",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/goharbor/harbor-exporter",
         "org.opencontainers.image.title": "harbor-exporter",
         "org.opencontainers.image.url": "https://goharbor.io",
         "org.opencontainers.image.vendor": "goharbor",
         "org.opencontainers.image.version": "v2.12.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: 12 flattened updates found: postgresql, redis, gluon, registry1.dso.mil/ironbank/opensource/goharbor/harbor-core, registry1.dso.mil/ironbank/opensource/goharbor/harbor-portal, registry1.dso.mil/ironbank/opensource/goharbor/harbor-core, registry1.dso.mil/ironbank/opensource/goharbor/harbor-jobservice, registry1.dso.mil/ironbank/opensource/goharbor/registry, registry1.dso.mil/ironbank/opensource/goharbor/harbor-registryctl, registry1.dso.mil/ironbank/opensource/goharbor/harbor-exporter, registry1.dso.mil/ironbank/opensource/goharbor/trivy-adapter, registry1.dso.mil/ironbank/opensource/postgres/postgresql (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/harbor, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/harbor, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "postgresql",
                 "currentValue": "15.2.10",
                 "datasource": "docker",
                 "packageName": "registry-1.docker.io/bitnamicharts/postgresql",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "16.4.5",
                     "newValue": "16.4.5",
                     "releaseTimestamp": "2025-01-21T01:33:10.622Z",
                     "newVersionAgeInDays": 13,
                     "newMajor": 16,
                     "newMinor": 4,
                     "newPatch": 5,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/charts",
                 "registryUrl": "https://index.docker.io",
                 "sourceDirectory": "bitnami/postgresql",
                 "lookupName": "bitnamicharts/postgresql",
                 "currentVersion": "15.2.10",
                 "currentVersionTimestamp": "2024-05-10T10:27:01.012Z",
                 "currentVersionAgeInDays": 268,
                 "isSingleVersion": true,
                 "fixedVersion": "15.2.10"
               },
               {
                 "depName": "redis",
                 "currentValue": "20.6.0-bb.0",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/redis",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "20.6.2",
                     "newValue": "20.6.2-bb.0",
                     "newMajor": 20,
                     "newMinor": 6,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/charts",
                 "registryUrl": "https://registry1.dso.mil",
                 "sourceDirectory": "bitnami/redis",
                 "homepage": "https://bitnami.com",
                 "lookupName": "bigbang/redis",
                 "currentVersion": "20.6.0",
                 "isSingleVersion": true,
                 "fixedVersion": "20.6.0-bb.0"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.12",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.12",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.12"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.16.1-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core",
                 "currentValue": "2.12.1",
                 "datasource": "docker",
                 "replaceString": "appVersion: 2.12.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.12.2",
                     "newValue": "2.12.2",
                     "newMajor": 2,
                     "newMinor": 12,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/goharbor/harbor-core",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://goharbor.io",
                 "lookupName": "ironbank/opensource/goharbor/harbor-core",
                 "currentVersion": "v2.12.1",
                 "isSingleVersion": true,
                 "fixedVersion": "2.12.1"
               }
             ],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "currentValue": "1.27.3",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/nginx/nginx:1.27.3",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nginx/nginx",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nginx/nginx",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nginx.org/en/",
                 "lookupName": "ironbank/opensource/nginx/nginx",
                 "currentVersion": "1.27.3",
                 "fixedVersion": "1.27.3"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-portal",
                 "currentValue": "v2.12.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/harbor-portal:v2.12.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.12.2",
                     "newValue": "v2.12.2",
                     "newMajor": 2,
                     "newMinor": 12,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-portal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/goharbor/harbor-portal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://goharbor.io",
                 "lookupName": "ironbank/opensource/goharbor/harbor-portal",
                 "currentVersion": "v2.12.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.12.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core",
                 "currentValue": "v2.12.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/harbor-core:v2.12.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.12.2",
                     "newValue": "v2.12.2",
                     "newMajor": 2,
                     "newMinor": 12,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/goharbor/harbor-core",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://goharbor.io",
                 "lookupName": "ironbank/opensource/goharbor/harbor-core",
                 "currentVersion": "v2.12.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.12.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-jobservice",
                 "currentValue": "v2.12.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/harbor-jobservice:v2.12.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.12.2",
                     "newValue": "v2.12.2",
                     "newMajor": 2,
                     "newMinor": 12,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-jobservice",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/goharbor/harbor-jobservice",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://goharbor.io",
                 "lookupName": "ironbank/opensource/goharbor/harbor-jobservice",
                 "currentVersion": "v2.12.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.12.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/registry",
                 "currentValue": "v2.12.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/registry:v2.12.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.12.2",
                     "newValue": "v2.12.2",
                     "newMajor": 2,
                     "newMinor": 12,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/registry",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/goharbor/registry",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://goharbor.io",
                 "lookupName": "ironbank/opensource/goharbor/registry",
                 "currentVersion": "v2.12.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.12.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-registryctl",
                 "currentValue": "v2.12.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/harbor-registryctl:v2.12.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.12.2",
                     "newValue": "v2.12.2",
                     "newMajor": 2,
                     "newMinor": 12,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-registryctl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/goharbor/harbor-registryctl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://goharbor.io",
                 "lookupName": "ironbank/opensource/goharbor/harbor-registryctl",
                 "currentVersion": "v2.12.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.12.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-exporter",
                 "currentValue": "v2.12.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/harbor-exporter:v2.12.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.12.2",
                     "newValue": "v2.12.2",
                     "newMajor": 2,
                     "newMinor": 12,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/goharbor/harbor-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://goharbor.io",
                 "lookupName": "ironbank/opensource/goharbor/harbor-exporter",
                 "currentVersion": "v2.12.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.12.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/goharbor/trivy-adapter",
                 "currentValue": "v2.12.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/goharbor/trivy-adapter:v2.12.1",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.12.2",
                     "newValue": "v2.12.2",
                     "newMajor": 2,
                     "newMinor": 12,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/trivy-adapter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/goharbor/trivy-adapter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/aquasecurity/harbor-scanner-trivy",
                 "lookupName": "ironbank/opensource/goharbor/trivy-adapter",
                 "currentVersion": "v2.12.1",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.12.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "16.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:16.2",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "17.2",
                     "newValue": "17.2",
                     "newMajor": 17,
                     "newMinor": 2,
                     "newPatch": null,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.postgresql.org/docs/17/index.html",
                 "lookupName": "ironbank/opensource/postgres/postgresql",
                 "currentVersion": "16.2",
                 "isSingleVersion": true,
                 "fixedVersion": "16.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.0.0-debian-10-r3",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/redis:7.0.0-debian-10-r3",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.0.0",
                 "fixedVersion": "7.0.0-debian-10-r3"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/harbor)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/harbor)
DEBUG: processRepo() (repository=big-bang/product/packages/harbor)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/harbor)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/harbor)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/harbor)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/harbor)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/harbor)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/harbor)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/harbor)
DEBUG: getPr(161) (repository=big-bang/product/packages/harbor)
DEBUG: getMR(161) (repository=big-bang/product/packages/harbor)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/harbor)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/harbor)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/harbor)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/harbor)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/harbor)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/harbor)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/harbor)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/harbor)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/harbor)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/harbor)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/harbor)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/harbor)
DEBUG: syncBranchState() (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(161) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(161) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:17:13.335Z) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T19:16:34+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep gluon in chart/Chart.yaml is already updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "gluon"
DEBUG: Branch dep postgresql in chart/Chart.yaml is already updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "postgresql"
DEBUG: Branch dep redis in chart/Chart.yaml is already updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "redis"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/goharbor/harbor-core in chart/Chart.yaml is already updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/goharbor/harbor-core in chart/Chart.yaml is already updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/goharbor/harbor-exporter in chart/Chart.yaml is already updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-exporter"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/goharbor/harbor-jobservice in chart/Chart.yaml is already updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-jobservice"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/goharbor/harbor-portal in chart/Chart.yaml is already updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-portal"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/goharbor/harbor-registryctl in chart/Chart.yaml is already updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-registryctl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/goharbor/registry in chart/Chart.yaml is already updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/goharbor/registry"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/goharbor/trivy-adapter in chart/Chart.yaml is already updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/goharbor/trivy-adapter"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/postgres/postgresql in chart/Chart.yaml is already updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/harbor, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: No package files need updating (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T19:16:34+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(161) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(161) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://github.com/bitnami/charts (15.2.10 -> 16.4.5) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "manager": "helmv3",
       "packageName": "registry-1.docker.io/bitnamicharts/postgresql",
       "sourceUrl": "https://github.com/bitnami/charts"
DEBUG: Fetching changelog: https://github.com/bitnami/charts (20.6.0 -> 20.6.2) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "manager": "helmv3",
       "packageName": "registry1.dso.mil/bigbang/redis",
       "sourceUrl": "https://github.com/bitnami/charts"
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/goharbor/harbor-core (v2.12.1 -> v2.12.2) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/goharbor/harbor-core (v2.12.1 -> v2.12.2) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/goharbor/harbor-exporter (v2.12.1 -> v2.12.2) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/goharbor/harbor-jobservice (v2.12.1 -> v2.12.2) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/goharbor/harbor-portal (v2.12.1 -> v2.12.2) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/goharbor/harbor-registryctl (v2.12.1 -> v2.12.2) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/goharbor/registry (v2.12.1 -> v2.12.2) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/goharbor/trivy-adapter (v2.12.1 -> v2.12.2) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17 (16.2 -> 17.2) (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/goharbor/harbor-core (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/goharbor/harbor-core (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/goharbor/harbor-portal (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/goharbor/harbor-registryctl (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/goharbor/registry (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/goharbor/harbor-exporter (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/goharbor/harbor-jobservice (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/goharbor/trivy-adapter (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/postgres/postgresql-17/postgresql17 (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
       "pr": 161,
       "prTitle": "Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/harbor, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/harbor)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/harbor)
DEBUG: getPr(161) (repository=big-bang/product/packages/harbor)
DEBUG: getMR(161) (repository=big-bang/product/packages/harbor)
DEBUG: Config does not need migration (repository=big-bang/product/packages/harbor)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/harbor)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/harbor)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/harbor)
DEBUG: ensureIssue() (repository=big-bang/product/packages/harbor)
DEBUG: Updating issue (repository=big-bang/product/packages/harbor)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/harbor)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/harbor)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/harbor)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/harbor)
DEBUG: Branch lists (repository=big-bang/product/packages/harbor)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/harbor)
DEBUG: No branches to clean up (repository=big-bang/product/packages/harbor)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/harbor)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/harbor)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/harbor)
DEBUG: Repo is activated (repository=big-bang/product/packages/harbor)
DEBUG: Branch summary (repository=big-bang/product/packages/harbor)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "ef4678fad5276400641d0ec7787049a668f4bf3b"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "ef4678fad5276400641d0ec7787049a668f4bf3b",
           "branchName": "renovate/ironbank",
           "branchSha": "c9ee5d9ae5b73726e9cb4804ba8d4fd348ae13b8",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/harbor)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 161,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.12",
               "currentVersion": "0.5.12",
               "currentValue": "0.5.12",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "docker",
               "depName": "postgresql",
               "displayPending": "",
               "fixedVersion": "15.2.10",
               "currentVersion": "15.2.10",
               "currentValue": "15.2.10",
               "newValue": "16.4.5",
               "newVersion": "16.4.5",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry-1.docker.io/bitnamicharts/postgresql"
             },
             {
               "datasource": "docker",
               "depName": "redis",
               "displayPending": "",
               "fixedVersion": "20.6.0-bb.0",
               "currentVersion": "20.6.0",
               "currentValue": "20.6.0-bb.0",
               "newValue": "20.6.2-bb.0",
               "newVersion": "20.6.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/redis"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core",
               "displayPending": "",
               "fixedVersion": "v2.12.1",
               "currentVersion": "v2.12.1",
               "currentValue": "v2.12.1",
               "newValue": "v2.12.2",
               "newVersion": "v2.12.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core",
               "displayPending": "",
               "fixedVersion": "2.12.1",
               "currentVersion": "v2.12.1",
               "currentValue": "2.12.1",
               "newValue": "2.12.2",
               "newVersion": "v2.12.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-core"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-exporter",
               "displayPending": "",
               "fixedVersion": "v2.12.1",
               "currentVersion": "v2.12.1",
               "currentValue": "v2.12.1",
               "newValue": "v2.12.2",
               "newVersion": "v2.12.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-exporter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-jobservice",
               "displayPending": "",
               "fixedVersion": "v2.12.1",
               "currentVersion": "v2.12.1",
               "currentValue": "v2.12.1",
               "newValue": "v2.12.2",
               "newVersion": "v2.12.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-jobservice"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-portal",
               "displayPending": "",
               "fixedVersion": "v2.12.1",
               "currentVersion": "v2.12.1",
               "currentValue": "v2.12.1",
               "newValue": "v2.12.2",
               "newVersion": "v2.12.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-portal"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-registryctl",
               "displayPending": "",
               "fixedVersion": "v2.12.1",
               "currentVersion": "v2.12.1",
               "currentValue": "v2.12.1",
               "newValue": "v2.12.2",
               "newVersion": "v2.12.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/harbor-registryctl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/goharbor/registry",
               "displayPending": "",
               "fixedVersion": "v2.12.1",
               "currentVersion": "v2.12.1",
               "currentValue": "v2.12.1",
               "newValue": "v2.12.2",
               "newVersion": "v2.12.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/registry"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/goharbor/trivy-adapter",
               "displayPending": "",
               "fixedVersion": "v2.12.1",
               "currentVersion": "v2.12.1",
               "currentValue": "v2.12.1",
               "newValue": "v2.12.2",
               "newVersion": "v2.12.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/goharbor/trivy-adapter"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
               "displayPending": "",
               "fixedVersion": "16.2",
               "currentVersion": "16.2",
               "currentValue": "16.2",
               "newValue": "17.2",
               "newVersion": "17.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/harbor)
       "stats": {"total": 7, "open": 1, "closed": 0, "merged": 6}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/harbor)
DEBUG: repository problems (repository=big-bang/product/packages/harbor)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/harbor)
       "splits": {"init": 1910, "extract": 270, "lookup": 883, "onboarding": 1, "update": 1856},
       "total": 5417
DEBUG: Package cache statistics (repository=big-bang/product/packages/harbor)
       "get": {"count": 59, "avgMs": 8, "medianMs": 1, "maxMs": 105, "totalMs": 500},
       "set": {"count": 52, "avgMs": 10, "medianMs": 3, "maxMs": 64, "totalMs": 503}
DEBUG: HTTP statistics (repository=big-bang/product/packages/harbor)
       "hosts": {
         "registry1.dso.mil": {
           "count": 48,
           "reqAvgMs": 32,
           "reqMedianMs": 24,
           "reqMaxMs": 98,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 33,
           "reqAvgMs": 134,
           "reqMedianMs": 106,
           "reqMaxMs": 605,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 81
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/harbor)
DEBUG: Lookup statistics (repository=big-bang/product/packages/harbor)
       "docker": {"count": 14, "avgMs": 274, "medianMs": 354, "maxMs": 454, "totalMs": 3842}
 INFO: Repository finished (repository=big-bang/product/packages/harbor)
       "cloned": true,
       "durationMs": 5417
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/haproxy)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/haproxy (repository=big-bang/product/packages/haproxy)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/haproxy)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/haproxy)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/haproxy)
DEBUG: big-bang/product/packages/haproxy default branch = main (repository=big-bang/product/packages/haproxy)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/haproxy)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/haproxy.git (repository=big-bang/product/packages/haproxy)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/haproxy)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/haproxy)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/haproxy)
DEBUG: isOnboarded() (repository=big-bang/product/packages/haproxy)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/haproxy)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/haproxy)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/haproxy)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/haproxy (repository=big-bang/product/packages/haproxy)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/haproxy)
DEBUG: git clone completed (repository=big-bang/product/packages/haproxy)
       "durationMs": 464
DEBUG: latest repository commit (repository=big-bang/product/packages/haproxy)
       "latestCommit": {
         "hash": "6449402e593bf8755774c8a6131118e880463787",
         "date": "2025-01-08T12:12:22+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #45\n\nSee merge request big-bang/product/packages/haproxy!58",
         "author_name": "Luis Gomez",
         "author_email": "8248-lgomez2@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/haproxy)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/haproxy)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/haproxy)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/haproxy)
DEBUG: Repository config (repository=big-bang/product/packages/haproxy)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade HAProxy Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["haproxy", "renovate"],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- HAProxy:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/haproxy/haproxy22",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/haproxy)
DEBUG: Config migration necessary (repository=big-bang/product/packages/haproxy)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade HAProxy Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["haproxy", "renovate"],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- HAProxy:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/haproxy/haproxy22",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade HAProxy Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["haproxy", "renovate"],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- HAProxy:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/haproxy/haproxy22",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/haproxy)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade HAProxy Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["haproxy", "renovate"],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- HAProxy:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/haproxy/haproxy22",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/haproxy)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/haproxy)
DEBUG: findIssue(Renovate: Upgrade HAProxy Package Dependencies) (repository=big-bang/product/packages/haproxy)
DEBUG: baseBranches (repository=big-bang/product/packages/haproxy)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/haproxy, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T12:12:22+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/haproxy, baseBranch=main)
       "managers": {"regex": 3, "helm-values": 9}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/product/packages/haproxy, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/haproxy, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 2, "depCount": 3}
         },
         "total": {"fileCount": 3, "depCount": 4}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/opensource/haproxy/haproxy22 has unsupported/unversioned value "v2.2.33" (versioning=docker) (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/opensource/haproxy/haproxy22 because no currentDigest or pinDigests (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/haproxy/haproxy22, latest) (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/haproxy/haproxy22, latest, get) (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/haproxy, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917543",
         "mil.dso.ironbank.image.keywords": "network,load balancer,proxy",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "haproxy",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:59:09+00:00",
         "org.opencontainers.image.description": "HAProxy is a free, open source high availability solution, providing load balancing",
         "org.opencontainers.image.licenses": "GPL-2.0-only",
         "org.opencontainers.image.revision": "99351262a9a5a42a96cb5d05e7c2afa160486e3b",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/haproxy/haproxy22",
         "org.opencontainers.image.title": "haproxy22",
         "org.opencontainers.image.url": "www.haproxy.org",
         "org.opencontainers.image.vendor": "HAProxy Technologies, LLC",
         "org.opencontainers.image.version": "v2.2.33",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/haproxy, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/haproxy, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/haproxy/haproxy22",
                 "currentValue": "v2.2.33",
                 "datasource": "docker",
                 "replaceString": "v2.2.33",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/haproxy/haproxy22",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/haproxy/haproxy22",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/opensource/haproxy/haproxy22",
                 "currentVersion": "v2.2.33",
                 "fixedVersion": "v2.2.33"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/haproxy/haproxy22",
                 "currentValue": "\"v2.2.33\"",
                 "datasource": "docker",
                 "replaceString": "repository: registry1.dso.mil/ironbank/opensource/haproxy/haproxy22    # can be changed to use CE or EE images\n  tag: \"v2.2.33\"",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/haproxy/haproxy22",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": [
               "repository\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/haproxy/haproxy22",
                 "currentValue": "v2.2.33",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- HAProxy: v2.2.33",
                 "updates": [],
                 "packageName": "ironbank/opensource/haproxy/haproxy22",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/haproxy/haproxy22",
                 "registryUrl": "https://registry1.dso.mil",
                 "currentVersion": "v2.2.33",
                 "fixedVersion": "v2.2.33"
               },
               {
                 "depName": "ironbank/opensource/haproxy/haproxy22",
                 "currentValue": "2.2.33",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 2.2.33",
                 "updates": [],
                 "packageName": "ironbank/opensource/haproxy/haproxy22",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/haproxy/haproxy22",
                 "registryUrl": "https://registry1.dso.mil",
                 "currentVersion": "v2.2.33",
                 "fixedVersion": "2.2.33"
               }
             ],
             "matchStrings": [
               "- HAProxy:\\s*(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/haproxy/haproxy22",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/haproxy)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/haproxy)
DEBUG: processRepo() (repository=big-bang/product/packages/haproxy)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/haproxy)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/haproxy)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/haproxy)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/haproxy)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/haproxy)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/haproxy)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/haproxy)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/haproxy)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/haproxy)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/haproxy)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/haproxy)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/haproxy)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/haproxy)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/haproxy)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/haproxy)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/haproxy)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/haproxy)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/haproxy)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/haproxy)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/haproxy)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/haproxy)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/haproxy)
DEBUG: ensureIssue() (repository=big-bang/product/packages/haproxy)
DEBUG: Updating issue (repository=big-bang/product/packages/haproxy)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/haproxy)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/haproxy)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/haproxy)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/haproxy)
DEBUG: No renovate branches found (repository=big-bang/product/packages/haproxy)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/haproxy)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/haproxy)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/haproxy)
DEBUG: Repo is activated (repository=big-bang/product/packages/haproxy)
DEBUG: Branch summary (repository=big-bang/product/packages/haproxy)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "6449402e593bf8755774c8a6131118e880463787"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/haproxy)
       "stats": {"total": 1, "open": 0, "closed": 0, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/haproxy)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/haproxy)
       "splits": {"init": 1205, "extract": 243, "lookup": 298, "onboarding": 0, "update": 1},
       "total": 2290
DEBUG: Package cache statistics (repository=big-bang/product/packages/haproxy)
       "get": {"count": 3, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 3, "avgMs": 6, "medianMs": 4, "maxMs": 14, "totalMs": 19}
DEBUG: HTTP statistics (repository=big-bang/product/packages/haproxy)
       "hosts": {
         "registry1.dso.mil": {
           "count": 6,
           "reqAvgMs": 19,
           "reqMedianMs": 23,
           "reqMaxMs": 28,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 168,
           "reqMedianMs": 152,
           "reqMaxMs": 409,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 13
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/haproxy)
DEBUG: Lookup statistics (repository=big-bang/product/packages/haproxy)
       "docker": {"count": 4, "avgMs": 198, "medianMs": 263, "maxMs": 265, "totalMs": 791}
 INFO: Repository finished (repository=big-bang/product/packages/haproxy)
       "cloned": true,
       "durationMs": 2290
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/third-party/kiam)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/kiam (repository=big-bang/apps/third-party/kiam)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/third-party/kiam)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/third-party/kiam)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/third-party/kiam)
DEBUG: big-bang/apps/third-party/kiam default branch = main (repository=big-bang/apps/third-party/kiam)
DEBUG: Enabling Git FS (repository=big-bang/apps/third-party/kiam)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/third-party/kiam.git (repository=big-bang/apps/third-party/kiam)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fkiam/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=68) (repository=big-bang/apps/third-party/kiam)
DEBUG: GitLab API 404 (repository=big-bang/apps/third-party/kiam)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fthird-party%2Fkiam/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/kiam)
DEBUG: Resetting npmrc (repository=big-bang/apps/third-party/kiam)
DEBUG: checkOnboarding() (repository=big-bang/apps/third-party/kiam)
DEBUG: isOnboarded() (repository=big-bang/apps/third-party/kiam)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/third-party/kiam)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/third-party/kiam)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/third-party/kiam)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/third-party/kiam (repository=big-bang/apps/third-party/kiam)
DEBUG: Performing blobless clone (repository=big-bang/apps/third-party/kiam)
DEBUG: git clone completed (repository=big-bang/apps/third-party/kiam)
       "durationMs": 463
DEBUG: latest repository commit (repository=big-bang/apps/third-party/kiam)
       "latestCommit": {
         "hash": "47f0289a03b76edefef26dd9e4ce3ab13ab9722d",
         "date": "2022-03-25T12:35:20+00:00",
         "message": "Merge branch 'gabe-main-patch-25934' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Update CODEOWNERS\n\nSee merge request platform-one/big-bang/apps/third-party/kiam!6",
         "author_name": "Gabe Scarberry",
         "author_email": "gabriel.scarberry.2@us.af.mil"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/third-party/kiam)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/third-party/kiam)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/third-party/kiam)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/third-party/kiam)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/third-party/kiam)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/third-party/kiam)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/third-party/kiam)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/third-party/kiam)
DEBUG: config file not found (repository=big-bang/apps/third-party/kiam)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/third-party/kiam)
DEBUG: Removing any stale branches (repository=big-bang/apps/third-party/kiam)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/third-party/kiam)
DEBUG: No renovate branches found (repository=big-bang/apps/third-party/kiam)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/third-party/kiam)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/third-party/kiam)
       "splits": {},
       "total": 1048
DEBUG: Package cache statistics (repository=big-bang/apps/third-party/kiam)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/third-party/kiam)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 87,
           "reqMedianMs": 72,
           "reqMaxMs": 122,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/third-party/kiam)
DEBUG: Lookup statistics (repository=big-bang/apps/third-party/kiam)
 INFO: Repository finished (repository=big-bang/apps/third-party/kiam)
       "cloned": true,
       "durationMs": 1048
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/release-tester)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/release-tester (repository=big-bang/pipeline-templates/release-tester)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/release-tester)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/release-tester)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/release-tester)
DEBUG: big-bang/pipeline-templates/release-tester default branch = master (repository=big-bang/pipeline-templates/release-tester)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/release-tester)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/release-tester.git (repository=big-bang/pipeline-templates/release-tester)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Frelease-tester/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=58) (repository=big-bang/pipeline-templates/release-tester)
DEBUG: GitLab API 404 (repository=big-bang/pipeline-templates/release-tester)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Frelease-tester/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/release-tester)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/release-tester)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/release-tester)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/release-tester)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/release-tester)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/release-tester)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/release-tester)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/release-tester (repository=big-bang/pipeline-templates/release-tester)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/release-tester)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/release-tester)
       "durationMs": 771
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/release-tester)
       "latestCommit": {
         "hash": "6de7c80a897d8a38b4197ee870c14e9ed0056283",
         "date": "2021-02-08T20:35:01-07:00",
         "message": "sure",
         "refs": "HEAD -> master, origin/notmaster, origin/master, origin/HEAD",
         "body": "",
         "author_name": "Josh Wolf",
         "author_email": "josh@joshwolf.dev"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/pipeline-templates/release-tester)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/pipeline-templates/release-tester)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/pipeline-templates/release-tester)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/pipeline-templates/release-tester)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/pipeline-templates/release-tester)
DEBUG: findFile(.renovaterc) (repository=big-bang/pipeline-templates/release-tester)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/pipeline-templates/release-tester)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/pipeline-templates/release-tester)
DEBUG: config file not found (repository=big-bang/pipeline-templates/release-tester)
 INFO: Repository is disabled - skipping (repository=big-bang/pipeline-templates/release-tester)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/release-tester)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/pipeline-templates/release-tester)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/release-tester)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/pipeline-templates/release-tester)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/release-tester)
       "splits": {},
       "total": 1413
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/release-tester)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/release-tester)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 79,
           "reqMedianMs": 66,
           "reqMaxMs": 113,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/release-tester)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/release-tester)
 INFO: Repository finished (repository=big-bang/pipeline-templates/release-tester)
       "cloned": true,
       "durationMs": 1413
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/velero)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/velero (repository=big-bang/product/packages/velero)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/velero)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/velero)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/velero)
DEBUG: big-bang/product/packages/velero default branch = main (repository=big-bang/product/packages/velero)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/velero)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/velero.git (repository=big-bang/product/packages/velero)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/velero)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/velero)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/velero)
DEBUG: isOnboarded() (repository=big-bang/product/packages/velero)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/velero)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/velero)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/velero)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/velero (repository=big-bang/product/packages/velero)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/velero)
DEBUG: git clone completed (repository=big-bang/product/packages/velero)
       "durationMs": 560
DEBUG: latest repository commit (repository=big-bang/product/packages/velero)
       "latestCommit": {
         "hash": "0da7d3690f4f789b4223fab038d54e3df63f3a2d",
         "date": "2025-01-23T18:02:04+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 8.3.0-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/packages/velero!193",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/velero)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/velero)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/velero)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/velero)
DEBUG: Repository config (repository=big-bang/product/packages/velero)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Velero Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex"],
         "labels": ["velero", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "ignorePaths": [],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Velero:\\s+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/velero/velero",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/test-values\\.yml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/tests/scripts/backup-restore\\.sh$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/opensource/nginx/nginx:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/nginx/nginx",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/velero)
DEBUG: Config migration necessary (repository=big-bang/product/packages/velero)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Velero Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex"],
         "labels": ["velero", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "ignorePaths": [],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Velero:\\s+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/velero/velero",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/test-values\\.yml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/tests/scripts/backup-restore\\.sh$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/opensource/nginx/nginx:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/nginx/nginx",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Velero Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "labels": ["velero", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "ignorePaths": [],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Velero:\\s+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/velero/velero",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/test-values\\.yml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/tests/scripts/backup-restore\\.sh$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/opensource/nginx/nginx:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/nginx/nginx",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/velero)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Velero Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "labels": ["velero", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "ignorePaths": [],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Velero:\\s+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/velero/velero",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/test-values\\.yml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/tests/scripts/backup-restore\\.sh$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/opensource/nginx/nginx:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/nginx/nginx",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/velero)
DEBUG: findIssue(Renovate: Upgrade Velero Dependencies) (repository=big-bang/product/packages/velero)
DEBUG: baseBranches (repository=big-bang/product/packages/velero)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/velero, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T18:02:04+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Using file match: ^tests/test-values\.yml$ for manager regex (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Using file match: ^tests/images\.txt$ for manager regex (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Using file match: ^chart/tests/scripts/backup-restore\.sh$ for manager regex (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/test-values.yml (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/images.txt (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/tests/scripts/backup-restore.sh (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/velero, baseBranch=main)
       "managers": {"regex": 22, "helm-values": 14}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Found 6 package file(s) (repository=big-bang/product/packages/velero, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/velero, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 6},
           "regex": {"fileCount": 5, "depCount": 16}
         },
         "total": {"fileCount": 6, "depCount": 22}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: hostRules: no authentication for hub.docker.com (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Using queue: host=hub.docker.com, concurrency=16 (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, bigbang-ci/velero-tester, 1.1.0) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, bigbang-ci/velero-tester, 1.1.0, get) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/velero/velero-plugin-for-aws, latest) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/velero/velero-plugin-for-aws, latest, get) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/velero/velero-plugin-for-csi, latest) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/velero/velero-plugin-for-csi, latest, get) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/velero/velero-plugin-for-microsoft-azure, latest) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/velero/velero-plugin-for-microsoft-azure, latest, get) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/velero/velero, latest) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/velero/velero, latest, get) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, velero/velero-plugin-for-csi, latest) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, velero/velero-plugin-for-csi, latest, get) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Using queue: host=index.docker.io, concurrency=16 (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, velero/velero-plugin-for-aws, latest) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, velero/velero-plugin-for-aws, latest, get) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getLabels(https://index.docker.io, velero/velero-restore-helper, latest) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, velero/velero-restore-helper, latest, get) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/velero, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:44586784378a36dd15ec2d746d638db492b19d547096a5513724f1b84de4ad18",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917261",
         "mil.dso.ironbank.image.keywords": "configmap,velero,aws",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:587e84d24d5b806791a59b4eb8e485afff3a8fb9c4de9bc88995f99cb279c537",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "alpine321-container",
         "mil.dso.ironbank.product.name": "velero-plugin-for-aws",
         "org.opencontainers.image.created": "2025-02-03 00:24:51+00:00",
         "org.opencontainers.image.description": "velero-plugin-for-aws contains plugins to support running Velero on AWS.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "cbdea36ae5ddc1bc27002580c3a4b1ec66fd9b8f",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-aws",
         "org.opencontainers.image.title": "velero-plugin-for-aws",
         "org.opencontainers.image.url": "https://github.com/vmware-tanzu/velero-plugin-for-aws",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v1.11.1"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/velero, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:44586784378a36dd15ec2d746d638db492b19d547096a5513724f1b84de4ad18",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917800",
         "mil.dso.ironbank.image.keywords": "configmap,velero,azure",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:587e84d24d5b806791a59b4eb8e485afff3a8fb9c4de9bc88995f99cb279c537",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "alpine321-container",
         "mil.dso.ironbank.product.name": "velero-plugin-for-microsoft-azure",
         "org.opencontainers.image.created": "2025-02-03 01:26:28+00:00",
         "org.opencontainers.image.description": "velero-plugin-for-microsoft-azure contains plugins to support running Velero on MS Azure.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "b84acce5d35113b9227850507063c7ceb89df013",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-microsoft-azure",
         "org.opencontainers.image.title": "velero-plugin-for-microsoft-azure",
         "org.opencontainers.image.url": "https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v1.11.1"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/velero, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916749",
         "mil.dso.ironbank.image.keywords": "backup,kubernetes,migration,recovery",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "velero",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:32:43+00:00",
         "org.opencontainers.image.description": "Velero gives you tools to back up and restore your Kubernetes cluster resources and persistent volumes.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "f9b7f23374db59d994ade6f20f71285c02521518",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/velero/velero",
         "org.opencontainers.image.title": "velero",
         "org.opencontainers.image.url": "https://velero.io",
         "org.opencontainers.image.vendor": "vmware",
         "org.opencontainers.image.version": "v1.15.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/velero, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:44586784378a36dd15ec2d746d638db492b19d547096a5513724f1b84de4ad18",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917888",
         "mil.dso.ironbank.image.keywords": "configmap,velero,csi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:587e84d24d5b806791a59b4eb8e485afff3a8fb9c4de9bc88995f99cb279c537",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "alpine321-container",
         "mil.dso.ironbank.product.name": "velero-plugin-for-csi",
         "org.opencontainers.image.created": "2025-02-03 01:39:01+00:00",
         "org.opencontainers.image.description": "velero-plugin-for-csi contains Velero plugins for snapshotting CSI backed PVCs using the CSI beta snapshot APIs",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "59a9c44356f4d444de544efb02f1ba53baea88fc",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-csi",
         "org.opencontainers.image.title": "velero-plugin-for-csi",
         "org.opencontainers.image.url": "https://github.com/vmware-tanzu/velero-plugin-for-csi",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v0.7.1"
       }
DEBUG: Using queue: host=auth.docker.io, concurrency=16 (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/velero, baseBranch=main)
       "labels": {
         "architecture": "x86_64",
         "build-date": "2023-04-04T12:59:33",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.27.3",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "UBI9",
         "name": "ubi9",
         "org.opencontainers.image.created": "2023-05-09 23:09:00+00:00",
         "org.opencontainers.image.description": "Red Hat Universal Base Images (UBI) are OCI-compliant container base operating system images with complementary runtime languages and packages that are freely redistributable.",
         "org.opencontainers.image.licenses": "Red Hat Universal Base Image EULA",
         "org.opencontainers.image.revision": "98f73c22d1770cc3669543704caed4c1cdbef880",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9",
         "org.opencontainers.image.title": "ubi9",
         "org.opencontainers.image.url": "https://catalog.redhat.com/software/container-stacks/detail/609560d9e2b160d361d24f98",
         "org.opencontainers.image.vendor": "Red Hat",
         "org.opencontainers.image.version": "9.1.0",
         "release": "1817",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/images/9.1.0-1817",
         "vcs-ref": "cf87ad00feaef3d9d7a442dad55ab6a14f6a3f81",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.1.0"
       }
DEBUG: getManifestResponse(https://index.docker.io, velero/velero-restore-helper, sha256:d3b469012524f5025e4317263f1abb3d23fe1d34cfc3aa3395f4ca3f9ed9eb6e, get) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, velero/velero-plugin-for-aws, sha256:5cde64e38c8e6e1e362d6c94c7058ce3bab8dee4cae72604b06f26d0fd08a866, get) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getManifestResponse(https://index.docker.io, velero/velero-plugin-for-csi, sha256:b03833d5246dd4caccdecdee84e9fca166496bdd5416a6d5bf51f1e5ae580c00, get) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/velero, baseBranch=main)
       "labels": {
         "io.buildpacks.stack.description": "distroless-like jammy",
         "io.buildpacks.stack.distro.name": "ubuntu",
         "io.buildpacks.stack.distro.version": "22.04",
         "io.buildpacks.stack.homepage": "https://github.com/paketo-buildpacks/jammy-tiny-stack",
         "io.buildpacks.stack.id": "io.buildpacks.stacks.jammy.tiny",
         "io.buildpacks.stack.maintainer": "Paketo Buildpacks",
         "io.buildpacks.stack.metadata": "{}",
         "io.buildpacks.stack.released": "2024-12-10T17:13:21Z",
         "maintainer": "Xun Jiang <jxun@vmware.com>"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/velero, baseBranch=main)
       "labels": {
         "org.opencontainers.image.source": "https://github.com/vmware-tanzu/velero-plugin-for-aws"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/velero, baseBranch=main)
       "labels": {}
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/velero, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/velero, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero",
                 "currentValue": "v1.15.2",
                 "datasource": "docker",
                 "replaceString": "v1.15.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://velero.io",
                 "lookupName": "ironbank/opensource/velero/velero",
                 "currentVersion": "v1.15.2",
                 "fixedVersion": "v1.15.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi",
                 "currentValue": "v0.7.1",
                 "datasource": "docker",
                 "replaceString": "v0.7.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-csi",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/vmware-tanzu/velero-plugin-for-csi",
                 "lookupName": "ironbank/opensource/velero/velero-plugin-for-csi",
                 "currentVersion": "v0.7.1",
                 "fixedVersion": "v0.7.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws",
                 "currentValue": "v1.11.1",
                 "datasource": "docker",
                 "replaceString": "v1.11.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-aws",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/vmware-tanzu/velero-plugin-for-aws",
                 "lookupName": "ironbank/opensource/velero/velero-plugin-for-aws",
                 "currentVersion": "v1.11.1",
                 "fixedVersion": "v1.11.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure",
                 "currentValue": "v1.11.1",
                 "datasource": "docker",
                 "replaceString": "v1.11.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-microsoft-azure",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure",
                 "lookupName": "ironbank/opensource/velero/velero-plugin-for-microsoft-azure",
                 "currentVersion": "v1.11.1",
                 "fixedVersion": "v1.11.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "datasource": "docker",
                 "replaceString": "v1.30.9",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               },
               {
                 "depName": "registry1.dso.mil/bigbang-ci/velero-tester",
                 "currentValue": "1.1.0",
                 "replaceString": "registry1.dso.mil/bigbang-ci/velero-tester:1.1.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/bigbang-ci/velero-tester",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/609560d9e2b160d361d24f98",
                 "lookupName": "bigbang-ci/velero-tester",
                 "currentVersion": "1.1.0",
                 "fixedVersion": "1.1.0"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero",
                 "currentValue": "1.15.2",
                 "datasource": "docker",
                 "extractVersion": "^v(?<version>.*)$",
                 "replaceString": "appVersion: 1.15.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://velero.io",
                 "lookupName": "ironbank/opensource/velero/velero",
                 "currentVersion": "1.15.2",
                 "fixedVersion": "1.15.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero",
                 "currentValue": "1.15.2",
                 "datasource": "docker",
                 "extractVersion": "^v(?<version>.*)$",
                 "replaceString": "- Velero: 1.15.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://velero.io",
                 "lookupName": "ironbank/opensource/velero/velero",
                 "currentVersion": "1.15.2",
                 "fixedVersion": "1.15.2"
               }
             ],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Velero:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/velero/velero",
             "datasourceTemplate": "docker",
             "extractVersionTemplate": "^v(?<version>.*)$",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "velero/velero-plugin-for-csi",
                 "currentValue": "v0.7.1",
                 "datasource": "docker",
                 "replaceString": "image: velero/velero-plugin-for-csi:v0.7.1",
                 "updates": [],
                 "packageName": "velero/velero-plugin-for-csi",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "currentVersion": "v0.7.1",
                 "currentVersionTimestamp": "2024-04-17T02:36:21.247Z",
                 "currentVersionAgeInDays": 292,
                 "fixedVersion": "v0.7.1"
               },
               {
                 "depName": "velero/velero-plugin-for-aws",
                 "currentValue": "v1.11.1",
                 "datasource": "docker",
                 "replaceString": "image: velero/velero-plugin-for-aws:v1.11.1",
                 "updates": [],
                 "packageName": "velero/velero-plugin-for-aws",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/vmware-tanzu/velero-plugin-for-aws",
                 "registryUrl": "https://index.docker.io",
                 "currentVersion": "v1.11.1",
                 "currentVersionTimestamp": "2024-12-27T06:26:09.686Z",
                 "currentVersionAgeInDays": 38,
                 "fixedVersion": "v1.11.1"
               },
               {
                 "depName": "velero/velero-restore-helper",
                 "currentValue": "v1.15.2",
                 "datasource": "docker",
                 "replaceString": "image: velero/velero-restore-helper:v1.15.2",
                 "updates": [],
                 "packageName": "velero/velero-restore-helper",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://index.docker.io",
                 "currentVersion": "v1.15.2",
                 "currentVersionTimestamp": "2025-01-15T10:39:26.976Z",
                 "currentVersionAgeInDays": 18,
                 "fixedVersion": "v1.15.2"
               },
               {
                 "depName": "registry1.dso.mil/bigbang-ci/velero-tester",
                 "currentValue": "1.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/bigbang-ci/velero-tester:1.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/bigbang-ci/velero-tester",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/609560d9e2b160d361d24f98",
                 "lookupName": "bigbang-ci/velero-tester",
                 "currentVersion": "1.1.0",
                 "fixedVersion": "1.1.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi",
                 "currentValue": "v0.7.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-csi",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/vmware-tanzu/velero-plugin-for-csi",
                 "lookupName": "ironbank/opensource/velero/velero-plugin-for-csi",
                 "currentVersion": "v0.7.1",
                 "fixedVersion": "v0.7.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws",
                 "currentValue": "v1.11.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.11.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-aws",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/vmware-tanzu/velero-plugin-for-aws",
                 "lookupName": "ironbank/opensource/velero/velero-plugin-for-aws",
                 "currentVersion": "v1.11.1",
                 "fixedVersion": "v1.11.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure",
                 "currentValue": "v1.11.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.11.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-microsoft-azure",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure",
                 "lookupName": "ironbank/opensource/velero/velero-plugin-for-microsoft-azure",
                 "currentVersion": "v1.11.1",
                 "fixedVersion": "v1.11.1"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi",
                 "currentValue": "v0.7.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi:v0.7.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-csi",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-csi",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/vmware-tanzu/velero-plugin-for-csi",
                 "lookupName": "ironbank/opensource/velero/velero-plugin-for-csi",
                 "currentVersion": "v0.7.1",
                 "fixedVersion": "v0.7.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws",
                 "currentValue": "v1.11.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.11.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-aws",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/vmware-tanzu/velero-plugin-for-aws",
                 "lookupName": "ironbank/opensource/velero/velero-plugin-for-aws",
                 "currentVersion": "v1.11.1",
                 "fixedVersion": "v1.11.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure",
                 "currentValue": "v1.11.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.11.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero-plugin-for-microsoft-azure",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure",
                 "lookupName": "ironbank/opensource/velero/velero-plugin-for-microsoft-azure",
                 "currentVersion": "v1.11.1",
                 "fixedVersion": "v1.11.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/velero/velero",
                 "currentValue": "v1.15.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/velero/velero:v1.15.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/velero/velero",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/velero/velero",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://velero.io",
                 "lookupName": "ironbank/opensource/velero/velero",
                 "currentVersion": "v1.15.2",
                 "fixedVersion": "v1.15.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               },
               {
                 "depName": "registry1.dso.mil/bigbang-ci/velero-tester",
                 "currentValue": "1.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/bigbang-ci/velero-tester:1.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/bigbang-ci/velero-tester",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/609560d9e2b160d361d24f98",
                 "lookupName": "bigbang-ci/velero-tester",
                 "currentVersion": "1.1.0",
                 "fixedVersion": "1.1.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/nginx/nginx",
                 "currentValue": "1.27.3",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/nginx/nginx:1.27.3",
                 "updates": [],
                 "packageName": "ironbank/opensource/nginx/nginx",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nginx/nginx",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://nginx.org/en/",
                 "currentVersion": "1.27.3",
                 "fixedVersion": "1.27.3"
               }
             ],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/opensource/nginx/nginx:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/nginx/nginx",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/tests/scripts/backup-restore.sh"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/velero)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/velero)
DEBUG: processRepo() (repository=big-bang/product/packages/velero)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/velero)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/velero)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/velero)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/velero)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/velero)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/velero)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/velero)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/velero)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/velero)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/velero)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/velero)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/velero)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/velero)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/velero)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/velero)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/velero)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/velero)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/velero)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/velero)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/velero)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/velero)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/velero)
DEBUG: ensureIssue() (repository=big-bang/product/packages/velero)
DEBUG: Updating issue (repository=big-bang/product/packages/velero)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/velero)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/velero)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/velero)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/velero)
DEBUG: No renovate branches found (repository=big-bang/product/packages/velero)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/velero)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/velero)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/velero)
DEBUG: Repo is activated (repository=big-bang/product/packages/velero)
DEBUG: Branch summary (repository=big-bang/product/packages/velero)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "0da7d3690f4f789b4223fab038d54e3df63f3a2d"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/velero)
       "stats": {"total": 15, "open": 0, "closed": 0, "merged": 15}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/velero)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/velero)
       "splits": {"init": 2250, "extract": 281, "lookup": 1428, "onboarding": 0, "update": 1},
       "total": 4434
DEBUG: Package cache statistics (repository=big-bang/product/packages/velero)
       "get": {"count": 34, "avgMs": 5, "medianMs": 1, "maxMs": 46, "totalMs": 160},
       "set": {"count": 30, "avgMs": 11, "medianMs": 3, "maxMs": 108, "totalMs": 333}
DEBUG: HTTP statistics (repository=big-bang/product/packages/velero)
       "hosts": {
         "auth.docker.io": {
           "count": 3,
           "reqAvgMs": 249,
           "reqMedianMs": 250,
           "reqMaxMs": 252,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "hub.docker.com": {
           "count": 3,
           "reqAvgMs": 335,
           "reqMedianMs": 344,
           "reqMaxMs": 349,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "index.docker.io": {
           "count": 10,
           "reqAvgMs": 135,
           "reqMedianMs": 116,
           "reqMaxMs": 288,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 26,
           "reqAvgMs": 68,
           "reqMedianMs": 56,
           "reqMaxMs": 171,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 281,
           "reqMedianMs": 144,
           "reqMaxMs": 1069,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 49
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/velero)
DEBUG: Lookup statistics (repository=big-bang/product/packages/velero)
       "docker": {"count": 22, "avgMs": 600, "medianMs": 589, "maxMs": 1382, "totalMs": 13191}
 INFO: Repository finished (repository=big-bang/product/packages/velero)
       "cloned": true,
       "durationMs": 4434
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/team/deployments/bigbang)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/deployments/bigbang (repository=big-bang/team/deployments/bigbang)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/team/deployments/bigbang)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/team/deployments/bigbang)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/team/deployments/bigbang)
DEBUG: big-bang/team/deployments/bigbang default branch = master (repository=big-bang/team/deployments/bigbang)
DEBUG: Enabling Git FS (repository=big-bang/team/deployments/bigbang)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/team/deployments/bigbang.git (repository=big-bang/team/deployments/bigbang)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Fdeployments%2Fbigbang/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=62) (repository=big-bang/team/deployments/bigbang)
DEBUG: GitLab API 404 (repository=big-bang/team/deployments/bigbang)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fteam%2Fdeployments%2Fbigbang/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/team/deployments/bigbang)
DEBUG: Resetting npmrc (repository=big-bang/team/deployments/bigbang)
DEBUG: checkOnboarding() (repository=big-bang/team/deployments/bigbang)
DEBUG: isOnboarded() (repository=big-bang/team/deployments/bigbang)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/team/deployments/bigbang)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/team/deployments/bigbang)
DEBUG: findFile(renovate.json) (repository=big-bang/team/deployments/bigbang)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/team/deployments/bigbang (repository=big-bang/team/deployments/bigbang)
DEBUG: Performing blobless clone (repository=big-bang/team/deployments/bigbang)
DEBUG: git clone completed (repository=big-bang/team/deployments/bigbang)
       "durationMs": 1002
DEBUG: latest repository commit (repository=big-bang/team/deployments/bigbang)
       "latestCommit": {
         "hash": "7c4b5fbc7295731d14adde92496844777c6bb700",
         "date": "2025-01-28T13:27:50-07:00",
         "message": "update 2.45 release notes",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "",
         "author_name": "Joe Foster",
         "author_email": "joefoster@seed-innovations.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/team/deployments/bigbang)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/team/deployments/bigbang)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/team/deployments/bigbang)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/team/deployments/bigbang)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/team/deployments/bigbang)
DEBUG: findFile(.renovaterc) (repository=big-bang/team/deployments/bigbang)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/team/deployments/bigbang)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/team/deployments/bigbang)
DEBUG: config file not found (repository=big-bang/team/deployments/bigbang)
 INFO: Repository is disabled - skipping (repository=big-bang/team/deployments/bigbang)
DEBUG: Removing any stale branches (repository=big-bang/team/deployments/bigbang)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/team/deployments/bigbang)
DEBUG: No renovate branches found (repository=big-bang/team/deployments/bigbang)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/team/deployments/bigbang)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/team/deployments/bigbang)
       "splits": {},
       "total": 1701
DEBUG: Package cache statistics (repository=big-bang/team/deployments/bigbang)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/team/deployments/bigbang)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 81,
           "reqMedianMs": 72,
           "reqMaxMs": 109,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/team/deployments/bigbang)
DEBUG: Lookup statistics (repository=big-bang/team/deployments/bigbang)
 INFO: Repository finished (repository=big-bang/team/deployments/bigbang)
       "cloned": true,
       "durationMs": 1701
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/elasticsearch-kibana)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/elasticsearch-kibana (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: big-bang/product/packages/elasticsearch-kibana default branch = main (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/elasticsearch-kibana.git (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: isOnboarded() (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/elasticsearch-kibana (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: git clone completed (repository=big-bang/product/packages/elasticsearch-kibana)
       "durationMs": 617
DEBUG: latest repository commit (repository=big-bang/product/packages/elasticsearch-kibana)
       "latestCommit": {
         "hash": "2a011709fd7c3c247f255e0864592a7f76bbec86",
         "date": "2025-01-30T14:40:10+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 1.25.0-bb.0, origin/main, origin/HEAD",
         "body": "SKIP UPGRADE: Update Ironbank\n\nSee merge request big-bang/product/packages/elasticsearch-kibana!328",
         "author_name": "Kirby Liu",
         "author_email": "liu.kirby@gmail.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Repository config (repository=big-bang/product/packages/elasticsearch-kibana)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Elasticsearch/Kibana Package Dependencies",
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "elasticsearch",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance",
           "renovate",
           "team::Observability"
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "Elasticsearch version\\n\\s+version:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["Kibana version\\n\\s+version:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Elasticsearch:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Kibana:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["\\s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)elasticsearch-exporter:(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: No config migration necessary (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/elasticsearch-kibana)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: findIssue(Renovate: Upgrade Elasticsearch/Kibana Package Dependencies) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: baseBranches (repository=big-bang/product/packages/elasticsearch-kibana)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T14:40:10+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Using file match: ^tests/images\.txt$ for manager regex (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helm-values: chart/deps/prometheus-elasticsearch-exporter/values.yaml, chart/values.yaml (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: chart/Chart.yaml, chart/deps/prometheus-elasticsearch-exporter/Chart.yaml (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/images.txt (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Chart has no dependencies in chart/deps/prometheus-elasticsearch-exporter/Chart.yaml (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
       "managers": {"regex": 15, "helm-values": 26, "helmv3": 27}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Found 10 package file(s) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 2, "depCount": 7},
           "helmv3": {"fileCount": 1, "depCount": 2},
           "regex": {"fileCount": 7, "depCount": 14}
         },
         "total": {"fileCount": 10, "depCount": 23}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/bitnami/elasticsearch-exporter, latest) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/bitnami/elasticsearch-exporter, latest, get) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/stedolan/jq, latest) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/stedolan/jq, latest, get) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/elastic/elasticsearch/elasticsearch, latest) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/elastic/elasticsearch/elasticsearch, latest, get) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/elastic/kibana/kibana, latest) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/elastic/kibana/kibana, latest, get) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/stedolan/jq, sha256:0d63b9a14756764ae2fcc583c1c845bb9b82d415f34ed3e711f6bfc1b6aa32fe, get) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d7ecbe66a1125db20559d44c2aa177c6ef341d549b66a57cb2b885ad3c4b90b",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/debian/debian:12.9",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917734",
         "mil.dso.ironbank.image.keywords": "configmap,prometheus,elasticsearch,exporter",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/debian/debian:12.9@sha256:88c9e697b0492b7f414ca4b4fdceaafb23bd75d360bb5f16bbc84bd6905b2e23",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "debian12-container",
         "mil.dso.ironbank.product.name": "elasticsearch-exporter",
         "org.opencontainers.image.created": "2025-02-03 01:18:41+00:00",
         "org.opencontainers.image.description": "Prometheus exporter for various metrics about ElasticSearch, written in Go.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "957c393c4184164d153a05b8ad0ffa588fcadfd3",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/bitnami/elasticsearch-exporter",
         "org.opencontainers.image.title": "elasticsearch-exporter",
         "org.opencontainers.image.url": "https://github.com/bitnami/bitnami-docker-elasticsearch-exporter",
         "org.opencontainers.image.vendor": "bitnami",
         "org.opencontainers.image.version": "1.8.0"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917298",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Kibana",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:29:32+00:00",
         "org.opencontainers.image.description": "Your window into the Elastic Stack.",
         "org.opencontainers.image.licenses": "Elastic License",
         "org.opencontainers.image.revision": "510a4d8b3521a0ff386182a9f75d68c658028d4f",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/elastic/kibana/kibana",
         "org.opencontainers.image.title": "kibana",
         "org.opencontainers.image.url": "https://www.elastic.co/products/kibana",
         "org.opencontainers.image.vendor": "Elastic",
         "org.opencontainers.image.version": "8.17.1",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917436",
         "mil.dso.ironbank.image.keywords": "search,elastic,elasticsearch,java",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "elasticsearch",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:46:07+00:00",
         "org.opencontainers.image.description": "You know, for search.",
         "org.opencontainers.image.licenses": "Elastic License 2.0",
         "org.opencontainers.image.revision": "6a8a49d9c665f517676203aeb471746bfe54bdad",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch",
         "org.opencontainers.image.title": "elasticsearch",
         "org.opencontainers.image.url": "https://github.com/elastic/elasticsearch",
         "org.opencontainers.image.vendor": "Elastic",
         "org.opencontainers.image.version": "8.17.1",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916774",
         "mil.dso.ironbank.image.keywords": "json,processor",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "jq",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:35:44+00:00",
         "org.opencontainers.image.description": "jq is a lightweight and flexible command-line JSON processor.",
         "org.opencontainers.image.licenses": "CC-BY-3.0",
         "org.opencontainers.image.revision": "0a46d7fe2136a6080f5c88d7e511f26e1a69d3a9",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/stedolan/jq",
         "org.opencontainers.image.title": "jq",
         "org.opencontainers.image.url": "https://github.com/stedolan/jq",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "1.7.1",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/elasticsearch-kibana, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
                 "currentValue": "1.8.0",
                 "datasource": "docker",
                 "replaceString": "1.8.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/elasticsearch-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-elasticsearch-exporter",
                 "lookupName": "ironbank/opensource/bitnami/elasticsearch-exporter",
                 "currentVersion": "1.8.0",
                 "fixedVersion": "1.8.0"
               }
             ],
             "packageFile": "chart/deps/prometheus-elasticsearch-exporter/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
                 "currentValue": "8.17.1",
                 "datasource": "docker",
                 "replaceString": "8.17.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/kibana/kibana",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.elastic.co/products/kibana",
                 "lookupName": "ironbank/elastic/kibana/kibana",
                 "currentVersion": "8.17.1",
                 "fixedVersion": "8.17.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "currentValue": "8.17.1",
                 "datasource": "docker",
                 "replaceString": "8.17.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/elastic/elasticsearch",
                 "lookupName": "ironbank/elastic/elasticsearch/elasticsearch",
                 "currentVersion": "8.17.1",
                 "fixedVersion": "8.17.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
                 "currentValue": "1.8.0",
                 "datasource": "docker",
                 "replaceString": "1.8.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/elasticsearch-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-elasticsearch-exporter",
                 "lookupName": "ironbank/opensource/bitnami/elasticsearch-exporter",
                 "currentVersion": "1.8.0",
                 "fixedVersion": "1.8.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/stedolan/jq",
                 "currentValue": "1.7",
                 "replaceString": "registry1.dso.mil/ironbank/stedolan/jq:1.7",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/stedolan/jq",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/stedolan/jq",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/stedolan/jq",
                 "lookupName": "ironbank/stedolan/jq",
                 "currentVersion": "1.7",
                 "fixedVersion": "1.7"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               },
               {
                 "depName": "prometheus-elasticsearch-exporter",
                 "currentValue": "6.6.0",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "prometheus-elasticsearch-exporter"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.25.0-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "currentValue": "8.17.1",
                 "datasource": "docker",
                 "replaceString": "Elasticsearch version\n  version: 8.17.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/elastic/elasticsearch",
                 "lookupName": "ironbank/elastic/elasticsearch/elasticsearch",
                 "currentVersion": "8.17.1",
                 "fixedVersion": "8.17.1"
               }
             ],
             "matchStrings": [
               "Elasticsearch version\\n\\s+version:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
                 "currentValue": "8.17.1",
                 "datasource": "docker",
                 "replaceString": "Kibana version\n  version: 8.17.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/kibana/kibana",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.elastic.co/products/kibana",
                 "lookupName": "ironbank/elastic/kibana/kibana",
                 "currentVersion": "8.17.1",
                 "fixedVersion": "8.17.1"
               }
             ],
             "matchStrings": ["Kibana version\\n\\s+version:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "currentValue": "8.17.1",
                 "datasource": "docker",
                 "replaceString": "- Elasticsearch: 8.17.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/elastic/elasticsearch",
                 "lookupName": "ironbank/elastic/elasticsearch/elasticsearch",
                 "currentVersion": "8.17.1",
                 "fixedVersion": "8.17.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "currentValue": "8.17.1",
                 "datasource": "docker",
                 "replaceString": "appVersion: 8.17.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/elastic/elasticsearch",
                 "lookupName": "ironbank/elastic/elasticsearch/elasticsearch",
                 "currentVersion": "8.17.1",
                 "fixedVersion": "8.17.1"
               }
             ],
             "matchStrings": [
               "- Elasticsearch:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
                 "currentValue": "8.17.1",
                 "datasource": "docker",
                 "replaceString": "- Kibana: 8.17.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/kibana/kibana",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.elastic.co/products/kibana",
                 "lookupName": "ironbank/elastic/kibana/kibana",
                 "currentVersion": "8.17.1",
                 "fixedVersion": "8.17.1"
               }
             ],
             "matchStrings": ["- Kibana:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
                 "currentValue": "1.8.0",
                 "datasource": "docker",
                 "replaceString": "\nregistry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter:1.8.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/elasticsearch-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-elasticsearch-exporter",
                 "lookupName": "ironbank/opensource/bitnami/elasticsearch-exporter",
                 "currentVersion": "1.8.0",
                 "fixedVersion": "1.8.0"
               }
             ],
             "matchStrings": ["\\s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
                 "currentValue": "8.17.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/elastic/kibana/kibana:8.17.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/kibana/kibana",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/kibana/kibana",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.elastic.co/products/kibana",
                 "lookupName": "ironbank/elastic/kibana/kibana",
                 "currentVersion": "8.17.1",
                 "fixedVersion": "8.17.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "currentValue": "8.17.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch:8.17.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/elasticsearch/elasticsearch",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/elastic/elasticsearch",
                 "lookupName": "ironbank/elastic/elasticsearch/elasticsearch",
                 "currentVersion": "8.17.1",
                 "fixedVersion": "8.17.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/stedolan/jq",
                 "currentValue": "1.7",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/stedolan/jq:1.7",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/stedolan/jq",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/stedolan/jq",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/stedolan/jq",
                 "lookupName": "ironbank/stedolan/jq",
                 "currentVersion": "1.7",
                 "fixedVersion": "1.7"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
                 "currentValue": "1.8.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter:1.8.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/elasticsearch-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-elasticsearch-exporter",
                 "lookupName": "ironbank/opensource/bitnami/elasticsearch-exporter",
                 "currentVersion": "1.8.0",
                 "fixedVersion": "1.8.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
                 "currentValue": "1.8.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter:1.8.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/elasticsearch-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-elasticsearch-exporter",
                 "lookupName": "ironbank/opensource/bitnami/elasticsearch-exporter",
                 "currentVersion": "1.8.0",
                 "fixedVersion": "1.8.0"
               }
             ],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)elasticsearch-exporter:(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/bitnami/elasticsearch-exporter",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: processRepo() (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Config does not need migration (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: ensureIssue() (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Updating issue (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: No renovate branches found (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Repo is activated (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Branch summary (repository=big-bang/product/packages/elasticsearch-kibana)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "2a011709fd7c3c247f255e0864592a7f76bbec86"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/elasticsearch-kibana)
       "stats": {"total": 9, "open": 0, "closed": 1, "merged": 8}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/elasticsearch-kibana)
       "splits": {"init": 1989, "extract": 343, "lookup": 819, "onboarding": 0, "update": 1},
       "total": 3588
DEBUG: Package cache statistics (repository=big-bang/product/packages/elasticsearch-kibana)
       "get": {"count": 18, "avgMs": 4, "medianMs": 1, "maxMs": 20, "totalMs": 78},
       "set": {"count": 12, "avgMs": 33, "medianMs": 13, "maxMs": 161, "totalMs": 391}
DEBUG: HTTP statistics (repository=big-bang/product/packages/elasticsearch-kibana)
       "hosts": {
         "registry1.dso.mil": {
           "count": 22,
           "reqAvgMs": 55,
           "reqMedianMs": 47,
           "reqMaxMs": 153,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 230,
           "reqMedianMs": 132,
           "reqMaxMs": 702,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 29
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/elasticsearch-kibana)
DEBUG: Lookup statistics (repository=big-bang/product/packages/elasticsearch-kibana)
       "docker": {"count": 22, "avgMs": 353, "medianMs": 360, "maxMs": 775, "totalMs": 7755}
 INFO: Repository finished (repository=big-bang/product/packages/elasticsearch-kibana)
       "cloned": true,
       "durationMs": 3588
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/fluentbit)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/fluentbit (repository=big-bang/product/packages/fluentbit)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/fluentbit)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/fluentbit)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/fluentbit)
DEBUG: big-bang/product/packages/fluentbit default branch = main (repository=big-bang/product/packages/fluentbit)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/fluentbit)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/fluentbit.git (repository=big-bang/product/packages/fluentbit)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/fluentbit)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/fluentbit)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/fluentbit)
DEBUG: isOnboarded() (repository=big-bang/product/packages/fluentbit)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/fluentbit)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/fluentbit)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/fluentbit)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/fluentbit (repository=big-bang/product/packages/fluentbit)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/fluentbit)
DEBUG: git clone completed (repository=big-bang/product/packages/fluentbit)
       "durationMs": 507
DEBUG: latest repository commit (repository=big-bang/product/packages/fluentbit)
       "latestCommit": {
         "hash": "1994c0f6013a501986c01884ccf1ccb9e0ea5ac0",
         "date": "2025-01-23T16:48:15+00:00",
         "message": "Merge branch '159-update-renovate-config' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "SKIP UPDATE CHECK Resolve \"Update Renovate config\"\n\nCloses #159\n\nSee merge request big-bang/product/packages/fluentbit!224",
         "author_name": "Kevin Scheunemann",
         "author_email": "kscheunemann@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/fluentbit)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/fluentbit)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/fluentbit)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/fluentbit)
DEBUG: Repository config (repository=big-bang/product/packages/fluentbit)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Fluentbit Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "fluentbit",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["^\\s+image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Fluent Bit:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/fluentbit)
DEBUG: Config migration necessary (repository=big-bang/product/packages/fluentbit)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Fluentbit Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "fluentbit",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["^\\s+image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Fluent Bit:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Fluentbit Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "fluentbit",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["^\\s+image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Fluent Bit:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/fluentbit)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Fluentbit Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "fluentbit",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["^\\s+image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Fluent Bit:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/fluentbit)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/fluentbit)
DEBUG: findIssue(Renovate: Upgrade Fluentbit Package Dependencies) (repository=big-bang/product/packages/fluentbit)
DEBUG: baseBranches (repository=big-bang/product/packages/fluentbit)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/fluentbit, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T16:48:15+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/fluentbit, baseBranch=main)
       "managers": {"regex": 13, "helm-values": 13, "helmv3": 13}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/packages/fluentbit, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/fluentbit, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 4},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 2, "depCount": 4}
         },
         "total": {"fileCount": 4, "depCount": 9}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Dependency busybox has unsupported/unversioned value latest (versioning=docker) (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Skipping busybox because no currentDigest or pinDigests (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/fluent/fluent-bit, latest) (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/fluent/fluent-bit, latest, get) (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/fluent/fluent-bit, sha256:61838ee777167279209d886ee8edfe2966a1374436a07d07267b8e6d1953e251, get) (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/fluentbit, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917754",
         "mil.dso.ironbank.image.keywords": "log,stash,search,elk",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "opensource",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 01:21:52+00:00",
         "org.opencontainers.image.description": "Fluent Bit is a ast log processor and forwarder for Linux.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "1d6d42601de6ea27fa075df6e30e5ddbe985ba62",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/fluent/fluent-bit",
         "org.opencontainers.image.title": "fluent-bit",
         "org.opencontainers.image.url": "https://repo1.dso.mil/dsop/opensource/fluent/fluent-bit",
         "org.opencontainers.image.vendor": "Fluent",
         "org.opencontainers.image.version": "3.2.5",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: 5 flattened updates found: registry1.dso.mil/ironbank/opensource/fluent/fluent-bit, gluon, registry1.dso.mil/ironbank/opensource/fluent/fluent-bit, registry1.dso.mil/ironbank/opensource/fluent/fluent-bit, registry1.dso.mil/ironbank/opensource/fluent/fluent-bit (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/fluentbit, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/fluentbit, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
                 "currentValue": "3.2.4",
                 "datasource": "docker",
                 "replaceString": "3.2.4",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.2.5",
                     "newValue": "3.2.5",
                     "newMajor": 3,
                     "newMinor": 2,
                     "newPatch": 5,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/fluent/fluent-bit",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/opensource/fluent/fluent-bit",
                 "currentVersion": "3.2.4",
                 "isSingleVersion": true,
                 "fixedVersion": "3.2.4"
               },
               {
                 "depName": "busybox",
                 "currentValue": "latest",
                 "datasource": "docker",
                 "replaceString": "latest",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "busybox",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/stedolan/jq",
                 "currentValue": "1.7",
                 "replaceString": "registry1.dso.mil/ironbank/stedolan/jq:1.7",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/stedolan/jq",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/stedolan/jq",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/stedolan/jq",
                 "lookupName": "ironbank/stedolan/jq",
                 "currentVersion": "1.7",
                 "fixedVersion": "1.7"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload",
                 "currentValue": "v0.14.0",
                 "datasource": "docker",
                 "replaceString": "v0.14.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/jimmidyson/configmap-reload",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/jimmidyson/configmap-reload",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/jimmidyson/configmap-reload",
                 "lookupName": "ironbank/opensource/jimmidyson/configmap-reload",
                 "currentVersion": "v0.14.0",
                 "fixedVersion": "v0.14.0"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.12",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.12",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.12"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "0.48.4-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
                 "currentValue": "3.2.4",
                 "datasource": "docker",
                 "replaceString": "- Fluent Bit: 3.2.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.2.5",
                     "newValue": "3.2.5",
                     "newMajor": 3,
                     "newMinor": 2,
                     "newPatch": 5,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/fluent/fluent-bit",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/opensource/fluent/fluent-bit",
                 "currentVersion": "3.2.4",
                 "isSingleVersion": true,
                 "fixedVersion": "3.2.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
                 "currentValue": "3.2.4",
                 "datasource": "docker",
                 "replaceString": "appVersion: 3.2.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.2.5",
                     "newValue": "3.2.5",
                     "newMajor": 3,
                     "newMinor": 2,
                     "newPatch": 5,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/fluent/fluent-bit",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/opensource/fluent/fluent-bit",
                 "currentVersion": "3.2.4",
                 "isSingleVersion": true,
                 "fixedVersion": "3.2.4"
               }
             ],
             "matchStrings": [
               "- Fluent Bit:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
                 "currentValue": "3.2.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/fluent/fluent-bit:3.2.4",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "3.2.5",
                     "newValue": "3.2.5",
                     "newMajor": 3,
                     "newMinor": 2,
                     "newPatch": 5,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/fluent/fluent-bit",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/opensource/fluent/fluent-bit",
                 "currentVersion": "3.2.4",
                 "isSingleVersion": true,
                 "fixedVersion": "3.2.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/stedolan/jq",
                 "currentValue": "1.7",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/stedolan/jq:1.7",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/stedolan/jq",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/stedolan/jq",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/stedolan/jq",
                 "lookupName": "ironbank/stedolan/jq",
                 "currentVersion": "1.7",
                 "fixedVersion": "1.7"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/fluentbit)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/fluentbit)
DEBUG: processRepo() (repository=big-bang/product/packages/fluentbit)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/fluentbit)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/fluentbit)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/fluentbit)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/fluentbit)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/fluentbit)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/fluentbit)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/fluentbit)
DEBUG: getPr(223) (repository=big-bang/product/packages/fluentbit)
DEBUG: getMR(223) (repository=big-bang/product/packages/fluentbit)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/fluentbit)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/fluentbit)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/fluentbit)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/fluentbit)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/fluentbit)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/fluentbit)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/fluentbit)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/fluentbit)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/fluentbit)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/fluentbit)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/fluentbit)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/fluentbit)
DEBUG: syncBranchState() (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(223) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(223) (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["bjackson@fullvisibility.com"]
DEBUG: Found existing branch PR (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:223 (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #223 (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 27 comments (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #223 (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: Comment is already update-to-date (repository=big-bang/product/packages/fluentbit, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/fluentbit)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/fluentbit)
DEBUG: getPr(223) (repository=big-bang/product/packages/fluentbit)
DEBUG: getMR(223) (repository=big-bang/product/packages/fluentbit)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/fluentbit)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/fluentbit)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/fluentbit)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/fluentbit)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/fluentbit)
DEBUG: ensureIssue() (repository=big-bang/product/packages/fluentbit)
DEBUG: Updating issue (repository=big-bang/product/packages/fluentbit)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/fluentbit)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/fluentbit)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/fluentbit)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/fluentbit)
DEBUG: Branch lists (repository=big-bang/product/packages/fluentbit)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/fluentbit)
DEBUG: No branches to clean up (repository=big-bang/product/packages/fluentbit)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/fluentbit)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/fluentbit)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/fluentbit)
DEBUG: Repo is activated (repository=big-bang/product/packages/fluentbit)
DEBUG: Branch summary (repository=big-bang/product/packages/fluentbit)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "1994c0f6013a501986c01884ccf1ccb9e0ea5ac0"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "1994c0f6013a501986c01884ccf1ccb9e0ea5ac0",
           "branchName": "renovate/ironbank",
           "branchSha": "976952a0f7221d0ff08a9857f659db22f03edcfc",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/fluentbit)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 223,
           "prTitle": "Update Ironbank",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.12",
               "currentVersion": "0.5.12",
               "currentValue": "0.5.12",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
               "displayPending": "",
               "fixedVersion": "3.2.4",
               "currentVersion": "3.2.4",
               "currentValue": "3.2.4",
               "newValue": "3.2.5",
               "newVersion": "3.2.5",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
               "displayPending": "",
               "fixedVersion": "3.2.4",
               "currentVersion": "3.2.4",
               "currentValue": "3.2.4",
               "newValue": "3.2.5",
               "newVersion": "3.2.5",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
               "displayPending": "",
               "fixedVersion": "3.2.4",
               "currentVersion": "3.2.4",
               "currentValue": "3.2.4",
               "newValue": "3.2.5",
               "newVersion": "3.2.5",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit",
               "displayPending": "",
               "fixedVersion": "3.2.4",
               "currentVersion": "3.2.4",
               "currentValue": "3.2.4",
               "newValue": "3.2.5",
               "newVersion": "3.2.5",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/fluent/fluent-bit"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/fluentbit)
       "stats": {"total": 13, "open": 1, "closed": 0, "merged": 12}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/fluentbit)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/fluentbit)
       "splits": {"init": 1962, "extract": 245, "lookup": 625, "onboarding": 0, "update": 598},
       "total": 3941
DEBUG: Package cache statistics (repository=big-bang/product/packages/fluentbit)
       "get": {"count": 9, "avgMs": 6, "medianMs": 3, "maxMs": 26, "totalMs": 58},
       "set": {"count": 3, "avgMs": 9, "medianMs": 4, "maxMs": 20, "totalMs": 27}
DEBUG: HTTP statistics (repository=big-bang/product/packages/fluentbit)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 31,
           "reqMedianMs": 38,
           "reqMaxMs": 50,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 10,
           "reqAvgMs": 240,
           "reqMedianMs": 182,
           "reqMaxMs": 834,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 17
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/fluentbit)
DEBUG: Lookup statistics (repository=big-bang/product/packages/fluentbit)
       "docker": {"count": 9, "avgMs": 261, "medianMs": 55, "maxMs": 549, "totalMs": 2353}
 INFO: Repository finished (repository=big-bang/product/packages/fluentbit)
       "cloned": true,
       "durationMs": 3941
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/eck-operator)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/eck-operator (repository=big-bang/product/packages/eck-operator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/eck-operator)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/eck-operator)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/eck-operator)
DEBUG: big-bang/product/packages/eck-operator default branch = main (repository=big-bang/product/packages/eck-operator)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/eck-operator)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/eck-operator.git (repository=big-bang/product/packages/eck-operator)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/eck-operator)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/eck-operator)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/eck-operator)
DEBUG: isOnboarded() (repository=big-bang/product/packages/eck-operator)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/eck-operator)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/eck-operator)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/eck-operator)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/eck-operator (repository=big-bang/product/packages/eck-operator)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/eck-operator)
DEBUG: git clone completed (repository=big-bang/product/packages/eck-operator)
       "durationMs": 546
DEBUG: latest repository commit (repository=big-bang/product/packages/eck-operator)
       "latestCommit": {
         "hash": "5603a3748bbb137b6de6fd52f2b8dbec7a5961c5",
         "date": "2025-01-24T17:43:33+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 2.16.1-bb.0, origin/main, origin/HEAD",
         "body": "Update registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator Docker tag to v2.16.1\n\nSee merge request big-bang/product/packages/eck-operator!162",
         "author_name": "Kirby Liu",
         "author_email": "liu.kirby@gmail.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/eck-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/eck-operator)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/eck-operator)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/eck-operator)
DEBUG: Repository config (repository=big-bang/product/packages/eck-operator)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade ECK Operator Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "labels": [
           "eckoperator",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "separateMajorMinor": false,
         "packageRules": [
           {"matchDatasources": ["docker", "helm"], "groupName": "Ironbank"}
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": "Update app version chart annotations",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- ECK Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": "Update docker image references",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": "Update chart version",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "depNameTemplate": "eck-operator",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://helm.elastic.co"
           }
         ],
         "postUpgradeTasks": {
           "commands": [
             "regenerate-helm-docs",
             "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
           ],
           "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
         }
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/eck-operator)
DEBUG: No config migration necessary (repository=big-bang/product/packages/eck-operator)
DEBUG: Post-massage config (repository=big-bang/product/packages/eck-operator)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade ECK Operator Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "labels": [
           "eckoperator",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "separateMajorMinor": false,
         "packageRules": [
           {"matchDatasources": ["docker", "helm"], "groupName": "Ironbank"}
         ],
         "customManagers": [
           {
             "customType": "regex",
             "description": ["Update app version chart annotations"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- ECK Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": ["Update docker image references"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "description": ["Update chart version"],
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "depNameTemplate": "eck-operator",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://helm.elastic.co"
           }
         ],
         "postUpgradeTasks": {
           "commands": [
             "regenerate-helm-docs",
             "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
           ],
           "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
         }
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/eck-operator)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/eck-operator)
DEBUG: findIssue(Renovate: Upgrade ECK Operator Package Dependencies) (repository=big-bang/product/packages/eck-operator)
DEBUG: baseBranches (repository=big-bang/product/packages/eck-operator)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/eck-operator, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-24T17:43:33+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helm-values: chart/charts/eck-operator-crds/values.yaml, chart/values.yaml (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: chart/Chart.yaml, chart/charts/eck-operator-crds/Chart.yaml (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Chart has no dependencies in chart/charts/eck-operator-crds/Chart.yaml (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/eck-operator, baseBranch=main)
       "managers": {"regex": 8, "helm-values": 14, "helmv3": 14}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/product/packages/eck-operator, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/eck-operator, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 2},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 3, "depCount": 4}
         },
         "total": {"fileCount": 5, "depCount": 7}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: hostRules: no authentication for helm.elastic.co (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Using queue: host=helm.elastic.co, concurrency=16 (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/elastic/eck-operator/eck-operator, latest) (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/elastic/eck-operator/eck-operator, latest, get) (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/eck-operator, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:fe7818fd9a0528a4acb3f9b9ce901cf3ce6ba4d76b26a9977a907bff89c06fb1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.4",
         "architecture": "x86_64",
         "build-date": "2024-10-24T12:46:07",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917193",
         "mil.dso.ironbank.image.keywords": "search,elastic,elasticsearch,operator,golang",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.4@sha256:bce804c3334f1400505cb63819409337f4a8661348338053a60495ae7f96fc5d",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Elastic Cloud on Kubernetes",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:16:48+00:00",
         "org.opencontainers.image.description": "Elastic Cloud on Kubernetes automates the deployment, provisioning, management, and orchestration of Elasticsearch, Kibana, APM Server, Beats, Elastic Agent, Enterprise Search, Elastic Maps Server and Logstash on Kubernetes",
         "org.opencontainers.image.licenses": "Elastic License 2.0",
         "org.opencontainers.image.revision": "77530305fba78cd83b332c88eff3227c7847611d",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/elastic/eck-operator/eck-operator",
         "org.opencontainers.image.title": "eck-operator",
         "org.opencontainers.image.url": "https://www.elastic.co/guide/en/cloud-on-k8s/",
         "org.opencontainers.image.vendor": "Elastic",
         "org.opencontainers.image.version": "2.16.1",
         "release": "1214.1729773476",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/images/9.4-1214.1729773476",
         "vcs-ref": "e309397d02fc53f7fa99db1371b8700eb49f268f",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/eck-operator, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/eck-operator, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator",
                 "currentValue": "2.16.1",
                 "datasource": "docker",
                 "replaceString": "2.16.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/eck-operator/eck-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.elastic.co/guide/en/cloud-on-k8s/",
                 "lookupName": "ironbank/elastic/eck-operator/eck-operator",
                 "currentVersion": "2.16.1",
                 "fixedVersion": "2.16.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "eck-operator-crds",
                 "currentValue": "2.16.1",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "eck-operator-crds"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "2.16.1-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator",
                 "currentValue": "2.16.1",
                 "datasource": "docker",
                 "replaceString": "- ECK Operator: 2.16.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/eck-operator/eck-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.elastic.co/guide/en/cloud-on-k8s/",
                 "lookupName": "ironbank/elastic/eck-operator/eck-operator",
                 "currentVersion": "2.16.1",
                 "fixedVersion": "2.16.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator",
                 "currentValue": "2.16.1",
                 "datasource": "docker",
                 "replaceString": "appVersion: 2.16.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/eck-operator/eck-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.elastic.co/guide/en/cloud-on-k8s/",
                 "lookupName": "ironbank/elastic/eck-operator/eck-operator",
                 "currentVersion": "2.16.1",
                 "fixedVersion": "2.16.1"
               }
             ],
             "matchStrings": [
               "- ECK Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator",
                 "currentValue": "2.16.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator:2.16.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/elastic/eck-operator/eck-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/elastic/eck-operator/eck-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.elastic.co/guide/en/cloud-on-k8s/",
                 "lookupName": "ironbank/elastic/eck-operator/eck-operator",
                 "currentVersion": "2.16.1",
                 "fixedVersion": "2.16.1"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "eck-operator",
                 "currentValue": "2.16.1",
                 "datasource": "helm",
                 "registryUrls": ["https://helm.elastic.co/"],
                 "replaceString": "version: 2.16.1-bb.0",
                 "updates": [],
                 "packageName": "eck-operator",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/elastic/cloud-on-k8s",
                 "registryUrl": "https://helm.elastic.co",
                 "currentVersion": "2.16.1",
                 "currentVersionTimestamp": "2025-01-18T02:36:18.931Z",
                 "currentVersionAgeInDays": 16,
                 "fixedVersion": "2.16.1"
               }
             ],
             "matchStrings": ["version:\\s+(?<currentValue>.+)-bb\\.\\d+"],
             "depNameTemplate": "eck-operator",
             "datasourceTemplate": "helm",
             "registryUrlTemplate": "https://helm.elastic.co",
             "autoReplaceStringTemplate": "version: {{newValue}}-bb.0",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/eck-operator)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/eck-operator)
DEBUG: processRepo() (repository=big-bang/product/packages/eck-operator)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/eck-operator)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/eck-operator)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/eck-operator)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/eck-operator)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/eck-operator)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/eck-operator)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/eck-operator)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/eck-operator)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/eck-operator)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/eck-operator)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/eck-operator)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/eck-operator)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/eck-operator)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/eck-operator)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/eck-operator)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/eck-operator)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/eck-operator)
DEBUG: Config does not need migration (repository=big-bang/product/packages/eck-operator)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/eck-operator)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/eck-operator)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/eck-operator)
DEBUG: ensureIssue() (repository=big-bang/product/packages/eck-operator)
DEBUG: Updating issue (repository=big-bang/product/packages/eck-operator)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/eck-operator)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/eck-operator)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/eck-operator)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/eck-operator)
DEBUG: No renovate branches found (repository=big-bang/product/packages/eck-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/eck-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/eck-operator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/eck-operator)
DEBUG: Repo is activated (repository=big-bang/product/packages/eck-operator)
DEBUG: Branch summary (repository=big-bang/product/packages/eck-operator)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "5603a3748bbb137b6de6fd52f2b8dbec7a5961c5"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/eck-operator)
       "stats": {"total": 5, "open": 0, "closed": 0, "merged": 5}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/eck-operator)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/eck-operator)
       "splits": {"init": 1491, "extract": 211, "lookup": 608, "onboarding": 0, "update": 1},
       "total": 2807
DEBUG: Package cache statistics (repository=big-bang/product/packages/eck-operator)
       "get": {"count": 6, "avgMs": 2, "medianMs": 3, "maxMs": 6, "totalMs": 13},
       "set": {"count": 4, "avgMs": 9, "medianMs": 15, "maxMs": 15, "totalMs": 36}
DEBUG: HTTP statistics (repository=big-bang/product/packages/eck-operator)
       "hosts": {
         "helm.elastic.co": {
           "count": 1,
           "reqAvgMs": 79,
           "reqMedianMs": 79,
           "reqMaxMs": 79,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 6,
           "reqAvgMs": 62,
           "reqMedianMs": 50,
           "reqMaxMs": 183,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 180,
           "reqMedianMs": 108,
           "reqMaxMs": 383,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 14
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/eck-operator)
DEBUG: Lookup statistics (repository=big-bang/product/packages/eck-operator)
       "docker": {"count": 5, "avgMs": 463, "medianMs": 573, "maxMs": 574, "totalMs": 2316},
       "helm": {"count": 1, "avgMs": 276, "medianMs": 276, "maxMs": 276, "totalMs": 276}
 INFO: Repository finished (repository=big-bang/product/packages/eck-operator)
       "cloned": true,
       "durationMs": 2807
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/istio-controlplane)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/istio-controlplane (repository=big-bang/product/packages/istio-controlplane)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/istio-controlplane)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/istio-controlplane)
DEBUG: big-bang/product/packages/istio-controlplane default branch = main (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/istio-controlplane.git (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/istio-controlplane)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/istio-controlplane)
DEBUG: isOnboarded() (repository=big-bang/product/packages/istio-controlplane)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/istio-controlplane (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/istio-controlplane)
DEBUG: git clone completed (repository=big-bang/product/packages/istio-controlplane)
       "durationMs": 545
DEBUG: latest repository commit (repository=big-bang/product/packages/istio-controlplane)
       "latestCommit": {
         "hash": "c135b6cc59ecde6a24659134f3b565ffb5c2bb19",
         "date": "2025-01-14T12:33:56+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 1.23.4-bb.0, origin/main, origin/HEAD, origin/1559-classification-banner",
         "body": "Renovate Istio Update to 1.23.4\n\nSee merge request big-bang/product/packages/istio-controlplane!326",
         "author_name": "Luis Gomez",
         "author_email": "8248-lgomez2@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/istio-controlplane)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Repository config (repository=big-bang/product/packages/istio-controlplane)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Istio Control Plane Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex"],
         "labels": [
           "istio",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance",
           "renovate"
         ],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["all images\ntag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/proxyv2",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["install-cni\n\\s+tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Istio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/pilot",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tidTag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Tetrate Istio Distro:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Config migration necessary (repository=big-bang/product/packages/istio-controlplane)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Istio Control Plane Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex"],
         "labels": [
           "istio",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance",
           "renovate"
         ],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["all images\ntag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/proxyv2",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["install-cni\n\\s+tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Istio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/pilot",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tidTag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Tetrate Istio Distro:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Istio Control Plane Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "labels": [
           "istio",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance",
           "renovate"
         ],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["all images\ntag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/proxyv2",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["install-cni\n\\s+tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Istio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/pilot",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tidTag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Tetrate Istio Distro:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/istio-controlplane)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Istio Control Plane Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "labels": [
           "istio",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance",
           "renovate"
         ],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["all images\ntag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/proxyv2",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["install-cni\n\\s+tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Istio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/pilot",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tidTag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Tetrate Istio Distro:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/istio-controlplane)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/istio-controlplane)
DEBUG: findIssue(Renovate: Upgrade Istio Control Plane Package Dependencies) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: baseBranches (repository=big-bang/product/packages/istio-controlplane)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-14T12:33:56+00:00"
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Using file match: ^tests/images\.txt$ for manager regex (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/images.txt (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
       "managers": {"regex": 9}
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Found 8 package file(s) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
       "stats": {
         "managers": {"regex": {"fileCount": 8, "depCount": 21}},
         "total": {"fileCount": 8, "depCount": 21}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Dependency hub has unsupported/unversioned value  registry1.dso.mil/ironbank/opensource/istio (versioning=docker) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Skipping hub because no currentDigest or pinDigests (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/istio/install-cni, 1.24) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/istio/install-cni, 1.24, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/tetrate/istio/proxyv2, 1.24) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/proxyv2, 1.24, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/istio/pilot, latest) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/istio/pilot, latest, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/istio/proxyv2, latest) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/istio/proxyv2, latest, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/istio/install-cni, sha256:0f20f4410703eefa47959d9a577f15ebd847a546b91e9e9825d6e3a11ce85409, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/proxyv2, sha256:3eb5dd360a0a3a4388ad74a60750046021b88c4e33edaabeb3ed53d63033c0e3, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:c65aa85428d74ac83a4142ba68623bae1fa40b4a8fd1b93f6b6289bb81104f45",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.6",
         "architecture": "x86_64",
         "build-date": "2022-08-29T17:58:28.665326",
         "com.redhat.build-host": "cpt-1007.osbs.prod.upshift.rdu2.redhat.com",
         "com.redhat.component": "ubi8-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.26.2",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel8",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.image.keywords": "container,proxies,proxy,routing",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.6@sha256:c65aa85428d74ac83a4142ba68623bae1fa40b4a8fd1b93f6b6289bb81104f45",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "Istio",
         "name": "ubi8",
         "org.opencontainers.image.created": "2022-09-01 14:40:56+00:00",
         "org.opencontainers.image.description": "Pilot contains platform-specific code to populate the abstract service model, dynamically reconfigure the proxies when the application topology changes, as well as translate routing rules into proxy specific configuration.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "e8daabd236efc4145039b7a7c9054c55bbff9156",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/istio/1.12/pilot",
         "org.opencontainers.image.title": "pilot",
         "org.opencontainers.image.url": "https://istio.io",
         "org.opencontainers.image.vendor": "istio",
         "org.opencontainers.image.version": "1.12.9",
         "release": "903.1661794351",
         "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-903.1661794351",
         "vcs-ref": "f1ee6e37554363ec55e0035aba1a693d3627fdeb",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.6"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:5e3f210d845c92ef712637f302ed6c4068b97b54e1fbda17a9956e18534999c3",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/chainguard-dev/wolfi/static:stable",
         "dev.chainguard.package.main": "",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917806",
         "mil.dso.ironbank.image.keywords": "proxy,servicemesh",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/chainguard-dev/wolfi/static:stable@sha256:a7dd9b6043005b1a786f6cb44606c4a082c27183dad118d38a8d7bf00ec45db0",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "chainguard-container",
         "mil.dso.ironbank.product.name": "istio",
         "org.opencontainers.image.authors": "Chainguard Team https://www.chainguard.dev/",
         "org.opencontainers.image.created": "2025-02-03 01:27:34+00:00",
         "org.opencontainers.image.description": "Tetrate's distribution of the Istio proxyv2 container image.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "9af520643b48d7c3eb10cfcc7c21fd4311450d0c",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/tetrate/istio/1.24/proxyv2",
         "org.opencontainers.image.title": "proxyv2",
         "org.opencontainers.image.url": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/proxyv2",
         "org.opencontainers.image.vendor": "tetrate",
         "org.opencontainers.image.version": "1.24.2"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
       "labels": {
         "architecture": "x86_64",
         "build-date": "2020-10-31T05:24:31.805830",
         "com.redhat.build-host": "cpt-1006.osbs.prod.upshift.rdu2.redhat.com",
         "com.redhat.component": "ubi8-container",
         "com.redhat.license_terms": "https://www.redhat.com/licenses/eulas",
         "dcar_status": "approved",
         "dccscr.git.branch": "master",
         "dccscr.git.commit.id": "d6bcbe0daa29bc6526e35442613e95e8936050fd",
         "dccscr.git.commit.url": "https://repo1.dsop.io/dsop/opensource/istio-1.7/proxyv2-1.7/tree/d6bcbe0daa29bc6526e35442613e95e8936050fd",
         "dccscr.git.url": "https://repo1.dsop.io/dsop/opensource/istio-1.7/proxyv2-1.7.git",
         "dccscr.image.build.date": "Mon Dec  7 11:01:44 UTC 2020",
         "dccscr.image.build.id": "94732",
         "dccscr.image.name": "proxyv2-1.7",
         "dccscr.image.version": "1.7.5",
         "dccscr.ironbank.approval.status": "approved",
         "dccscr.ironbank.approval.url": "TBD",
         "dccscr.ironbank.url": "TBD",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel8",
         "maintainer": "cht@dsop.io",
         "name": "ubi8",
         "org.opencontainers.image.description": "The Istio Proxy is a microservice proxy that can be used on the client and server side.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.title": "proxyv2",
         "org.opencontainers.image.url": "https://istio.io",
         "org.opencontainers.image.version": "1.7.5",
         "release": "199",
         "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.3-199",
         "vcs-ref": "7dd0869dabeebe7119fc04b16767c5991bcaa865",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.3"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a39543e51562e61bc87e2991b018348977e6a1f94831217829cdc7af5444d889",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917600",
         "mil.dso.ironbank.image.keywords": "istio,servicemesh",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:84024e07dbfda3155c351805e06811f8446c91cbbef5fddad5ccd7f183fefc8c",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "istio",
         "org.opencontainers.image.created": "2025-02-03 01:05:35+00:00",
         "org.opencontainers.image.description": "The Istio CNI plugin performs the Istio mesh pod traffic redirection in the Kubernetes pod lifecycle network setup phase.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "9789d6273fef0e2e705070938bf0e55d884a40ca",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/istio/1.24/install-cni",
         "org.opencontainers.image.title": "install-cni",
         "org.opencontainers.image.url": "https://istio.io/",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "1.24.2"
       }
DEBUG: getLabels(https://registry1.dso.mil, ironbank/tetrate/istio/install-cni, 1.24) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/install-cni, 1.24, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/tetrate/istio/pilot, 1.24) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/pilot, 1.24, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/install-cni, sha256:3bfb70539783b908f50b42e9a0085c87d26f71a875a2df30a1175aefc0b17f9d, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/pilot, sha256:b48721139c2a77b91746831ddd0ba6c379d12d508448e05383a2b9b035efb60d, get) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a39543e51562e61bc87e2991b018348977e6a1f94831217829cdc7af5444d889",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917657",
         "mil.dso.ironbank.image.keywords": "istio,servicemesh",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:84024e07dbfda3155c351805e06811f8446c91cbbef5fddad5ccd7f183fefc8c",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "istio",
         "org.opencontainers.image.created": "2025-02-03 01:11:05+00:00",
         "org.opencontainers.image.description": "Tetrate's distribution of the Istio Container Network Interface (CNI) plugin.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "0d544c6a674f0586ac924ac24027b849e7375c1b",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/tetrate/istio/1.24/install-cni",
         "org.opencontainers.image.title": "install-cni",
         "org.opencontainers.image.url": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/install-cni",
         "org.opencontainers.image.vendor": "tetrate",
         "org.opencontainers.image.version": "1.24.2"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a39543e51562e61bc87e2991b018348977e6a1f94831217829cdc7af5444d889",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917612",
         "mil.dso.ironbank.image.keywords": "container, proxy, routing",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:84024e07dbfda3155c351805e06811f8446c91cbbef5fddad5ccd7f183fefc8c",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "Istio",
         "org.opencontainers.image.created": "2025-02-03 01:06:14+00:00",
         "org.opencontainers.image.description": "Tetrate's distribution of the Istio Control Plane, formerly named Pilot.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "b5f8c61b95a2083e521680abe650efa97eebc60b",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/tetrate/istio/1.24/pilot",
         "org.opencontainers.image.title": "pilot",
         "org.opencontainers.image.url": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/pilot",
         "org.opencontainers.image.vendor": "tetrate",
         "org.opencontainers.image.version": "1.24.2"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: 18 flattened updates found: registry1.dso.mil/ironbank/opensource/istio/proxyv2, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/istio/install-cni, registry1.dso.mil/ironbank/opensource/istio/pilot, registry1.dso.mil/ironbank/opensource/istio/pilot, registry1.dso.mil/ironbank/tetrate/istio/proxyv2, registry1.dso.mil/ironbank/tetrate/istio/proxyv2, registry1.dso.mil/ironbank/opensource/istio/install-cni, registry1.dso.mil/ironbank/tetrate/istio/install-cni, registry1.dso.mil/ironbank/tetrate/istio/proxyv2, registry1.dso.mil/ironbank/tetrate/istio/pilot, registry1.dso.mil/ironbank/opensource/istio/pilot, registry1.dso.mil/ironbank/opensource/istio/proxyv2, registry1.dso.mil/ironbank/opensource/istio/install-cni, registry1.dso.mil/ironbank/tetrate/istio/install-cni, registry1.dso.mil/ironbank/tetrate/istio/proxyv2, registry1.dso.mil/ironbank/tetrate/istio/pilot, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/istio-controlplane, baseBranch=main)
       "config": {
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/proxyv2",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "all images\ntag: 1.23.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.2",
                     "newValue": "1.24.2",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/istio/proxyv2",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io",
                 "lookupName": "ironbank/opensource/istio/proxyv2",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4"
               }
             ],
             "matchStrings": ["all images\ntag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/proxyv2",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "hub",
                 "currentValue": " registry1.dso.mil/ironbank/opensource/istio",
                 "datasource": "docker",
                 "replaceString": "image:\n    hub: registry1.dso.mil/ironbank/opensource/istio",
                 "updates": [],
                 "packageName": "hub",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.8",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.8",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.8",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.8"
               }
             ],
             "matchStrings": ["image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "install-cni\n    tag: 1.23.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.2",
                     "newValue": "1.24.2",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/istio/1.24/install-cni",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io/",
                 "lookupName": "ironbank/opensource/istio/install-cni",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4"
               }
             ],
             "matchStrings": ["install-cni\n\\s+tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/pilot",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "- Istio: 1.23.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.2",
                     "newValue": "1.24.2",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/istio/pilot",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/istio/1.12/pilot",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io",
                 "lookupName": "ironbank/opensource/istio/pilot",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/pilot",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "appVersion: 1.23.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.2",
                     "newValue": "1.24.2",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/istio/pilot",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/istio/1.12/pilot",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io",
                 "lookupName": "ironbank/opensource/istio/pilot",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4"
               }
             ],
             "matchStrings": [
               "- Istio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/istio/pilot",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
                 "currentValue": "1.23.4-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "tidTag: 1.23.4-tetratefips-v0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.1",
                     "newValue": "1.24.1-tetratefips-v0",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/istio/1.24/proxyv2",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/proxyv2",
                 "lookupName": "ironbank/tetrate/istio/proxyv2",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4-tetratefips-v0"
               }
             ],
             "matchStrings": ["tidTag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "- Tetrate Istio Distro: 1.23.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.2",
                     "newValue": "1.24.2",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/istio/1.24/proxyv2",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/proxyv2",
                 "lookupName": "ironbank/tetrate/istio/proxyv2",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4"
               }
             ],
             "matchStrings": ["- Tetrate Istio Distro:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/istio/install-cni:1.23.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.2",
                     "newValue": "1.24.2",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/istio/1.24/install-cni",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io/",
                 "lookupName": "ironbank/opensource/istio/install-cni",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/install-cni",
                 "currentValue": "1.23.4-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/tetrate/istio/install-cni:1.23.4-tetratefips-v0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.2",
                     "newValue": "1.24.2-tetratefips-v0",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/tetrate/istio/install-cni",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/istio/1.24/install-cni",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/install-cni",
                 "lookupName": "ironbank/tetrate/istio/install-cni",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4-tetratefips-v0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
                 "currentValue": "1.23.4-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.23.4-tetratefips-v0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.1",
                     "newValue": "1.24.1-tetratefips-v0",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/istio/1.24/proxyv2",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/proxyv2",
                 "lookupName": "ironbank/tetrate/istio/proxyv2",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4-tetratefips-v0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/pilot",
                 "currentValue": "1.23.4-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/tetrate/istio/pilot:1.23.4-tetratefips-v0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.1",
                     "newValue": "1.24.1-tetratefips-v0",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/tetrate/istio/pilot",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/istio/1.24/pilot",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/pilot",
                 "lookupName": "ironbank/tetrate/istio/pilot",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4-tetratefips-v0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/pilot",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/istio/pilot:1.23.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.2",
                     "newValue": "1.24.2",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/istio/pilot",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/istio/1.12/pilot",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io",
                 "lookupName": "ironbank/opensource/istio/pilot",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/proxyv2",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/istio/proxyv2:1.23.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.2",
                     "newValue": "1.24.2",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/istio/proxyv2",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io",
                 "lookupName": "ironbank/opensource/istio/proxyv2",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/istio/install-cni:1.23.4",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.2",
                     "newValue": "1.24.2",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/istio/1.24/install-cni",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io/",
                 "lookupName": "ironbank/opensource/istio/install-cni",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/install-cni",
                 "currentValue": "1.23.4-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/tetrate/istio/install-cni:1.23.4-tetratefips-v0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.2",
                     "newValue": "1.24.2-tetratefips-v0",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 2,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/tetrate/istio/install-cni",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/istio/1.24/install-cni",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/install-cni",
                 "lookupName": "ironbank/tetrate/istio/install-cni",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4-tetratefips-v0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
                 "currentValue": "1.23.4-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/tetrate/istio/proxyv2:1.23.4-tetratefips-v0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.1",
                     "newValue": "1.24.1-tetratefips-v0",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/istio/1.24/proxyv2",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/proxyv2",
                 "lookupName": "ironbank/tetrate/istio/proxyv2",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4-tetratefips-v0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/pilot",
                 "currentValue": "1.23.4-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/tetrate/istio/pilot:1.23.4-tetratefips-v0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.24.1",
                     "newValue": "1.24.1-tetratefips-v0",
                     "newMajor": 1,
                     "newMinor": 24,
                     "newPatch": 1,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/tetrate/istio/pilot",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/istio/1.24/pilot",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/pilot",
                 "lookupName": "ironbank/tetrate/istio/pilot",
                 "currentVersion": "1.23.4",
                 "isSingleVersion": true,
                 "fixedVersion": "1.23.4-tetratefips-v0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.8",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.8",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.8",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.8"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/istio-controlplane)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/product/packages/istio-controlplane)
DEBUG: processRepo() (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/istio-controlplane)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/istio-controlplane)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: getPr(334) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: getMR(334) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/istio-controlplane)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/istio-controlplane)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/istio-controlplane)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/istio-controlplane)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/istio-controlplane)
DEBUG: syncBranchState() (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(334) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(334) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:17:41.038Z) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-14T12:33:56+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/istio/install-cni in chart/Chart.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/istio/install-cni"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/istio/install-cni in tests/images.txt is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=tests/images.txt, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/istio/install-cni"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/istio/install-cni in chart/values.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/istio/install-cni"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/istio/pilot in chart/Chart.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/istio/pilot"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/istio/pilot in chart/Chart.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/istio/pilot"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/istio/pilot in chart/Chart.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/istio/pilot"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/istio/proxyv2 in chart/Chart.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/istio/proxyv2"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/istio/proxyv2 in chart/values.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/istio/proxyv2"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/Chart.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/tetrate/istio/install-cni in chart/Chart.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/tetrate/istio/install-cni"
DEBUG: Branch dep registry1.dso.mil/ironbank/tetrate/istio/install-cni in tests/images.txt is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=tests/images.txt, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/tetrate/istio/install-cni"
DEBUG: Branch dep registry1.dso.mil/ironbank/tetrate/istio/pilot in chart/Chart.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/tetrate/istio/pilot"
DEBUG: Branch dep registry1.dso.mil/ironbank/tetrate/istio/pilot in tests/images.txt is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=tests/images.txt, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/tetrate/istio/pilot"
DEBUG: Branch dep registry1.dso.mil/ironbank/tetrate/istio/proxyv2 in chart/Chart.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2"
DEBUG: Branch dep registry1.dso.mil/ironbank/tetrate/istio/proxyv2 in tests/images.txt is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=tests/images.txt, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2"
DEBUG: Branch dep registry1.dso.mil/ironbank/tetrate/istio/proxyv2 in chart/Chart.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2"
DEBUG: Branch dep registry1.dso.mil/ironbank/tetrate/istio/proxyv2 in chart/values.yaml is already updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2"
DEBUG: No package files need updating (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-14T12:33:56+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(334) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(334) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/istio/1.24/install-cni (1.23.4 -> 1.24.2) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/istio/1.24/install-cni (1.23.4 -> 1.24.2) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/istio/1.24/install-cni (1.23.4 -> 1.24.2) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/istio/1.12/pilot (1.23.4 -> 1.24.2) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/istio/1.12/pilot (1.23.4 -> 1.24.2) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/istio/1.12/pilot (1.23.4 -> 1.24.2) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.8 -> v1.30.9) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.8 -> v1.30.9) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/tetrate/istio/1.24/install-cni (1.23.4 -> 1.24.2) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/tetrate/istio/1.24/install-cni (1.23.4 -> 1.24.2) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/istio/1.24/install-cni (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/istio/1.24/install-cni (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/istio/1.24/install-cni (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/tetrate/istio/1.24/install-cni (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/tetrate/istio/1.24/install-cni (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/istio/1.12/pilot (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/istio/1.12/pilot (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/istio/1.12/pilot (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/tetrate/istio/1.24/pilot (1.23.4 -> 1.24.1) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/tetrate/istio/1.24/pilot (1.23.4 -> 1.24.1) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/tetrate/istio/1.24/pilot (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/tetrate/istio/1.24/pilot (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/tetrate/istio/1.24/proxyv2 (1.23.4 -> 1.24.1) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/tetrate/istio/1.24/proxyv2 (1.23.4 -> 1.24.1) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/tetrate/istio/1.24/proxyv2 (1.23.4 -> 1.24.2) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/tetrate/istio/1.24/proxyv2 (1.23.4 -> 1.24.1) (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/tetrate/istio/1.24/proxyv2 (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/tetrate/istio/1.24/proxyv2 (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/tetrate/istio/1.24/proxyv2 (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/tetrate/istio/1.24/proxyv2 (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "chore(deps): update ironbank"
 INFO: PR updated (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
       "pr": 334,
       "prTitle": "chore(deps): update ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/istio-controlplane, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: getPr(334) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: getMR(334) (repository=big-bang/product/packages/istio-controlplane)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/istio-controlplane)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/istio-controlplane)
DEBUG: ensureIssue() (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Updating issue (repository=big-bang/product/packages/istio-controlplane)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/istio-controlplane)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/istio-controlplane)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Branch lists (repository=big-bang/product/packages/istio-controlplane)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/istio-controlplane)
DEBUG: No branches to clean up (repository=big-bang/product/packages/istio-controlplane)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/istio-controlplane)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/istio-controlplane)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Repo is activated (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Branch summary (repository=big-bang/product/packages/istio-controlplane)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "c135b6cc59ecde6a24659134f3b565ffb5c2bb19"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "c135b6cc59ecde6a24659134f3b565ffb5c2bb19",
           "branchName": "renovate/ironbank",
           "branchSha": "1e4dabad280d3bc13f389875e8c28750761ee7da",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/istio-controlplane)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 334,
           "prTitle": "chore(deps): update ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
               "displayPending": "",
               "fixedVersion": "1.23.4",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4",
               "newValue": "1.24.2",
               "newVersion": "1.24.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/istio/install-cni"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
               "displayPending": "",
               "fixedVersion": "1.23.4",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4",
               "newValue": "1.24.2",
               "newVersion": "1.24.2",
               "packageFile": "tests/images.txt",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/istio/install-cni"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/istio/install-cni",
               "displayPending": "",
               "fixedVersion": "1.23.4",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4",
               "newValue": "1.24.2",
               "newVersion": "1.24.2",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/istio/install-cni"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/istio/pilot",
               "displayPending": "",
               "fixedVersion": "1.23.4",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4",
               "newValue": "1.24.2",
               "newVersion": "1.24.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/istio/pilot"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/istio/pilot",
               "displayPending": "",
               "fixedVersion": "1.23.4",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4",
               "newValue": "1.24.2",
               "newVersion": "1.24.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/istio/pilot"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/istio/pilot",
               "displayPending": "",
               "fixedVersion": "1.23.4",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4",
               "newValue": "1.24.2",
               "newVersion": "1.24.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/istio/pilot"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/istio/proxyv2",
               "displayPending": "",
               "fixedVersion": "1.23.4",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4",
               "newValue": "1.24.2",
               "newVersion": "1.24.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/istio/proxyv2"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/istio/proxyv2",
               "displayPending": "",
               "fixedVersion": "1.23.4",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4",
               "newValue": "1.24.2",
               "newVersion": "1.24.2",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/istio/proxyv2"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.8",
               "currentVersion": "v1.30.8",
               "currentValue": "v1.30.8",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.8",
               "currentVersion": "v1.30.8",
               "currentValue": "v1.30.8",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/tetrate/istio/install-cni",
               "displayPending": "",
               "fixedVersion": "1.23.4-tetratefips-v0",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4-tetratefips-v0",
               "newValue": "1.24.2-tetratefips-v0",
               "newVersion": "1.24.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/tetrate/istio/install-cni"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/tetrate/istio/install-cni",
               "displayPending": "",
               "fixedVersion": "1.23.4-tetratefips-v0",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4-tetratefips-v0",
               "newValue": "1.24.2-tetratefips-v0",
               "newVersion": "1.24.2",
               "packageFile": "tests/images.txt",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/tetrate/istio/install-cni"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/tetrate/istio/pilot",
               "displayPending": "",
               "fixedVersion": "1.23.4-tetratefips-v0",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4-tetratefips-v0",
               "newValue": "1.24.1-tetratefips-v0",
               "newVersion": "1.24.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/tetrate/istio/pilot"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/tetrate/istio/pilot",
               "displayPending": "",
               "fixedVersion": "1.23.4-tetratefips-v0",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4-tetratefips-v0",
               "newValue": "1.24.1-tetratefips-v0",
               "newVersion": "1.24.1",
               "packageFile": "tests/images.txt",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/tetrate/istio/pilot"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
               "displayPending": "",
               "fixedVersion": "1.23.4-tetratefips-v0",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4-tetratefips-v0",
               "newValue": "1.24.1-tetratefips-v0",
               "newVersion": "1.24.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
               "displayPending": "",
               "fixedVersion": "1.23.4-tetratefips-v0",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4-tetratefips-v0",
               "newValue": "1.24.1-tetratefips-v0",
               "newVersion": "1.24.1",
               "packageFile": "tests/images.txt",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
               "displayPending": "",
               "fixedVersion": "1.23.4",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4",
               "newValue": "1.24.2",
               "newVersion": "1.24.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2",
               "displayPending": "",
               "fixedVersion": "1.23.4-tetratefips-v0",
               "currentVersion": "1.23.4",
               "currentValue": "1.23.4-tetratefips-v0",
               "newValue": "1.24.1-tetratefips-v0",
               "newVersion": "1.24.1",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/tetrate/istio/proxyv2"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/istio-controlplane)
       "stats": {"total": 8, "open": 1, "closed": 0, "merged": 7}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/istio-controlplane)
       "splits": {"init": 1722, "extract": 240, "lookup": 2148, "onboarding": 0, "update": 2737},
       "total": 7406
DEBUG: Package cache statistics (repository=big-bang/product/packages/istio-controlplane)
       "get": {"count": 51, "avgMs": 3, "medianMs": 1, "maxMs": 29, "totalMs": 152},
       "set": {"count": 83, "avgMs": 38, "medianMs": 3, "maxMs": 640, "totalMs": 3182}
DEBUG: HTTP statistics (repository=big-bang/product/packages/istio-controlplane)
       "hosts": {
         "registry1.dso.mil": {
           "count": 35,
           "reqAvgMs": 92,
           "reqMedianMs": 35,
           "reqMaxMs": 439,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 8
         },
         "repo1.dso.mil": {
           "count": 26,
           "reqAvgMs": 150,
           "reqMedianMs": 127,
           "reqMaxMs": 456,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 61
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/istio-controlplane)
DEBUG: Lookup statistics (repository=big-bang/product/packages/istio-controlplane)
       "docker": {"count": 21, "avgMs": 589, "medianMs": 567, "maxMs": 1417, "totalMs": 12361}
 INFO: Repository finished (repository=big-bang/product/packages/istio-controlplane)
       "cloned": true,
       "durationMs": 7406
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/istio-operator)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/istio-operator (repository=big-bang/product/packages/istio-operator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/istio-operator)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/istio-operator)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/istio-operator)
DEBUG: big-bang/product/packages/istio-operator default branch = main (repository=big-bang/product/packages/istio-operator)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/istio-operator)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/istio-operator.git (repository=big-bang/product/packages/istio-operator)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/istio-operator)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/istio-operator)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/istio-operator)
DEBUG: isOnboarded() (repository=big-bang/product/packages/istio-operator)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/istio-operator)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/istio-operator)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/istio-operator)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/istio-operator (repository=big-bang/product/packages/istio-operator)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/istio-operator)
DEBUG: git clone completed (repository=big-bang/product/packages/istio-operator)
       "durationMs": 506
DEBUG: latest repository commit (repository=big-bang/product/packages/istio-operator)
       "latestCommit": {
         "hash": "fb1457090b0ed257552ddeb058815f668a399f7e",
         "date": "2025-01-14T12:32:59+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 1.23.4-bb.0, origin/main, origin/HEAD",
         "body": "Renovate Istio Operator 1.23.4\n\nSee merge request big-bang/product/packages/istio-operator!195",
         "author_name": "Luis Gomez",
         "author_email": "8248-lgomez2@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/istio-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/istio-operator)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/istio-operator)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/istio-operator)
DEBUG: Repository config (repository=big-bang/product/packages/istio-operator)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Istio Operator Package Dependencies",
         "draftPR": true,
         "labels": [
           "istio",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Istio Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tidTag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/tetrate/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Tetrate Istio Distro Operator:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/tetrate/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/istio-operator)
DEBUG: Config migration necessary (repository=big-bang/product/packages/istio-operator)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Istio Operator Package Dependencies",
         "draftPR": true,
         "labels": [
           "istio",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Istio Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tidTag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/tetrate/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Tetrate Istio Distro Operator:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/tetrate/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Istio Operator Package Dependencies",
         "draftPR": true,
         "labels": [
           "istio",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Istio Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tidTag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/tetrate/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Tetrate Istio Distro Operator:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/tetrate/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/istio-operator)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Istio Operator Package Dependencies",
         "draftPR": true,
         "labels": [
           "istio",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Istio Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tidTag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/tetrate/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Tetrate Istio Distro Operator:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/tetrate/istio/operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/istio-operator)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/istio-operator)
DEBUG: findIssue(Renovate: Upgrade Istio Operator Package Dependencies) (repository=big-bang/product/packages/istio-operator)
DEBUG: baseBranches (repository=big-bang/product/packages/istio-operator)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/istio-operator, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-14T12:32:59+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^tests/images\.txt$ for manager regex (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/images.txt (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Chart has no dependencies in chart/Chart.yaml (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/istio-operator, baseBranch=main)
       "managers": {"helm-values": 3, "regex": 7, "helmv3": 4}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Found 7 package file(s) (repository=big-bang/product/packages/istio-operator, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/istio-operator, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 6, "depCount": 8}
         },
         "total": {"fileCount": 7, "depCount": 9}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/tetrate/istio/operator, 1.23) (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/operator, 1.23, get) (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/istio/operator, latest) (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/istio/operator, latest, get) (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/tetrate/istio/operator, sha256:f41368b3858dd8e8289c5d8514b0cf3afe73544e9ff4aecc8a1a66b81bfac911, get) (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/istio-operator, baseBranch=main)
       "labels": {
         "architecture": "x86_64",
         "build-date": "2020-10-31T05:24:31.805830",
         "com.redhat.build-host": "cpt-1006.osbs.prod.upshift.rdu2.redhat.com",
         "com.redhat.component": "ubi8-container",
         "com.redhat.license_terms": "https://www.redhat.com/licenses/eulas",
         "dcar_status": "approved",
         "dccscr.git.branch": "master",
         "dccscr.git.commit.id": "d8817d6362b9d17db5e03944dc08c5246494ada0",
         "dccscr.git.commit.url": "https://repo1.dsop.io/dsop/opensource/istio-1.7/operator-1.7/tree/d8817d6362b9d17db5e03944dc08c5246494ada0",
         "dccscr.git.url": "https://repo1.dsop.io/dsop/opensource/istio-1.7/operator-1.7.git",
         "dccscr.image.build.date": "Mon Dec  7 00:08:00 UTC 2020",
         "dccscr.image.build.id": "94529",
         "dccscr.image.name": "operator-1.7",
         "dccscr.image.version": "1.7.5",
         "dccscr.ironbank.approval.status": "approved",
         "dccscr.ironbank.approval.url": "TBD",
         "dccscr.ironbank.url": "TBD",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel8",
         "maintainer": "cht@dsop.io",
         "name": "ubi8",
         "org.opencontainers.image.description": "The istio-operator allows you to package, deploy, and manage Istio in Kubernetes.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.title": "istio-operator",
         "org.opencontainers.image.url": "https://istio.io",
         "org.opencontainers.image.version": "1.7.5",
         "release": "199",
         "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.3-199",
         "vcs-ref": "7dd0869dabeebe7119fc04b16767c5991bcaa865",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.3"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/istio-operator, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a39543e51562e61bc87e2991b018348977e6a1f94831217829cdc7af5444d889",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917910",
         "mil.dso.ironbank.image.keywords": "istio,servicemesh,operator",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:84024e07dbfda3155c351805e06811f8446c91cbbef5fddad5ccd7f183fefc8c",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "istio",
         "org.opencontainers.image.created": "2025-02-03 01:42:36+00:00",
         "org.opencontainers.image.description": "Tetrate's distribution of the Istio operator.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "4f979c6b20b4336db1ae93e947a97da6f1b95e8b",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/tetrate/istio/1.23/operator",
         "org.opencontainers.image.title": "operator",
         "org.opencontainers.image.url": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/operator",
         "org.opencontainers.image.vendor": "tetrate",
         "org.opencontainers.image.version": "1.23.4"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/istio-operator, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/istio-operator, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "operator",
                 "replaceString": "operator",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "operator",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/istio/operator",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "tag: 1.23.4",
                 "updates": [],
                 "packageName": "ironbank/opensource/istio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io",
                 "currentVersion": "1.23.4",
                 "fixedVersion": "1.23.4"
               }
             ],
             "matchStrings": ["tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/istio/operator",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/istio/operator",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "- Istio Operator: 1.23.4",
                 "updates": [],
                 "packageName": "ironbank/opensource/istio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io",
                 "currentVersion": "1.23.4",
                 "fixedVersion": "1.23.4"
               },
               {
                 "depName": "ironbank/opensource/istio/operator",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "appVersion: 1.23.4",
                 "updates": [],
                 "packageName": "ironbank/opensource/istio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io",
                 "currentVersion": "1.23.4",
                 "fixedVersion": "1.23.4"
               }
             ],
             "matchStrings": [
               "- Istio Operator:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/istio/operator",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/tetrate/istio/operator",
                 "currentValue": "1.23.4-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "tidTag: 1.23.4-tetratefips-v0",
                 "updates": [],
                 "packageName": "ironbank/tetrate/istio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/istio/1.23/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/operator",
                 "currentVersion": "1.23.4",
                 "fixedVersion": "1.23.4-tetratefips-v0"
               }
             ],
             "matchStrings": ["tidTag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/tetrate/istio/operator",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/tetrate/istio/operator",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "- Tetrate Istio Distro Operator: 1.23.4",
                 "updates": [],
                 "packageName": "ironbank/tetrate/istio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/istio/1.23/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/operator",
                 "currentVersion": "1.23.4",
                 "fixedVersion": "1.23.4"
               }
             ],
             "matchStrings": [
               "- Tetrate Istio Distro Operator:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/tetrate/istio/operator",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/operator",
                 "currentValue": "1.23.4-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/tetrate/istio/operator:1.23.4-tetratefips-v0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/tetrate/istio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/istio/1.23/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/operator",
                 "lookupName": "ironbank/tetrate/istio/operator",
                 "currentVersion": "1.23.4",
                 "fixedVersion": "1.23.4-tetratefips-v0"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/istio/operator",
                 "currentValue": "1.23.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/istio/operator:1.23.4",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/istio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://istio.io",
                 "lookupName": "ironbank/opensource/istio/operator",
                 "currentVersion": "1.23.4",
                 "fixedVersion": "1.23.4"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/tetrate/istio/operator",
                 "currentValue": "1.23.4-tetratefips-v0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/tetrate/istio/operator:1.23.4-tetratefips-v0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/tetrate/istio/operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/tetrate/istio/1.23/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://cloudsmith.io/~tetrate/repos/getistio-containers/packages/detail/docker/operator",
                 "lookupName": "ironbank/tetrate/istio/operator",
                 "currentVersion": "1.23.4",
                 "fixedVersion": "1.23.4-tetratefips-v0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/istio-operator)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/product/packages/istio-operator)
DEBUG: processRepo() (repository=big-bang/product/packages/istio-operator)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/istio-operator)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/istio-operator)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/istio-operator)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/istio-operator)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/istio-operator)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/istio-operator)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/istio-operator)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/istio-operator)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/istio-operator)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/istio-operator)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/istio-operator)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/istio-operator)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/istio-operator)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/istio-operator)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/istio-operator)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/istio-operator)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/istio-operator)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/istio-operator)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/istio-operator)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/istio-operator)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/istio-operator)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/istio-operator)
DEBUG: ensureIssue() (repository=big-bang/product/packages/istio-operator)
DEBUG: Updating issue (repository=big-bang/product/packages/istio-operator)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/istio-operator)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/istio-operator)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/istio-operator)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/istio-operator)
DEBUG: No renovate branches found (repository=big-bang/product/packages/istio-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/istio-operator)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/istio-operator)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/istio-operator)
DEBUG: Repo is activated (repository=big-bang/product/packages/istio-operator)
DEBUG: Branch summary (repository=big-bang/product/packages/istio-operator)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "fb1457090b0ed257552ddeb058815f668a399f7e"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/istio-operator)
       "stats": {"total": 7, "open": 0, "closed": 1, "merged": 6}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/istio-operator)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/istio-operator)
       "splits": {"init": 1736, "extract": 330, "lookup": 1006, "onboarding": 0, "update": 1},
       "total": 3618
DEBUG: Package cache statistics (repository=big-bang/product/packages/istio-operator)
       "get": {"count": 6, "avgMs": 7, "medianMs": 0, "maxMs": 40, "totalMs": 43},
       "set": {"count": 6, "avgMs": 71, "medianMs": 35, "maxMs": 272, "totalMs": 426}
DEBUG: HTTP statistics (repository=big-bang/product/packages/istio-operator)
       "hosts": {
         "registry1.dso.mil": {
           "count": 12,
           "reqAvgMs": 33,
           "reqMedianMs": 32,
           "reqMaxMs": 53,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 230,
           "reqMedianMs": 138,
           "reqMaxMs": 579,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 19
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/istio-operator)
DEBUG: Lookup statistics (repository=big-bang/product/packages/istio-operator)
       "docker": {"count": 9, "avgMs": 576, "medianMs": 621, "maxMs": 969, "totalMs": 5181}
 INFO: Repository finished (repository=big-bang/product/packages/istio-operator)
       "cloned": true,
       "durationMs": 3618
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/umbrella-templates)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/umbrella-templates (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: big-bang/pipeline-templates/umbrella-templates default branch = master (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/umbrella-templates.git (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fumbrella-templates/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=71) (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: GitLab API 404 (repository=big-bang/pipeline-templates/umbrella-templates)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fumbrella-templates/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/umbrella-templates (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/umbrella-templates)
       "durationMs": 480
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/umbrella-templates)
       "latestCommit": {
         "hash": "c9a22fcaaf274bd85a306a96877853d08240da0e",
         "date": "2020-12-21T16:59:27+00:00",
         "message": "Merge branch 'test-specific-branch' into 'master'",
         "refs": "HEAD -> master, tag: 0.0.1, origin/master, origin/HEAD",
         "body": "Add ability to clone specific branch\n\nSee merge request platform-one/big-bang/pipeline-templates/umbrella-templates!20",
         "author_name": "Ismail Ahmad",
         "author_email": "iahmad@oteemo.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: findFile(.renovaterc) (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: config file not found (repository=big-bang/pipeline-templates/umbrella-templates)
 INFO: Repository is disabled - skipping (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/umbrella-templates)
       "splits": {},
       "total": 1055
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/umbrella-templates)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/umbrella-templates)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 88,
           "reqMedianMs": 79,
           "reqMaxMs": 115,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/umbrella-templates)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/umbrella-templates)
 INFO: Repository finished (repository=big-bang/pipeline-templates/umbrella-templates)
       "cloned": true,
       "durationMs": 1055
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/authservice)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/authservice (repository=big-bang/product/packages/authservice)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/authservice)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/authservice)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/authservice)
DEBUG: big-bang/product/packages/authservice default branch = main (repository=big-bang/product/packages/authservice)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/authservice)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/authservice.git (repository=big-bang/product/packages/authservice)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/authservice)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/authservice)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/authservice)
DEBUG: isOnboarded() (repository=big-bang/product/packages/authservice)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/authservice)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/authservice)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/authservice)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/authservice (repository=big-bang/product/packages/authservice)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/authservice)
DEBUG: git clone completed (repository=big-bang/product/packages/authservice)
       "durationMs": 500
DEBUG: latest repository commit (repository=big-bang/product/packages/authservice)
       "latestCommit": {
         "hash": "c730b38a8b363b30b4b0af91a18f0c690c844ede",
         "date": "2025-01-08T12:11:49+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #176\n\nSee merge request big-bang/product/packages/authservice!255",
         "author_name": "Luis Gomez",
         "author_email": "8248-lgomez2@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/authservice)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/authservice)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/authservice)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/authservice)
DEBUG: Repository config (repository=big-bang/product/packages/authservice)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade AuthService Package Dependencies",
         "draftPR": true,
         "labels": [
           "authservice",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "enabledManagers": ["regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Authservice:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/authservice)
DEBUG: Config migration necessary (repository=big-bang/product/packages/authservice)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade AuthService Package Dependencies",
         "draftPR": true,
         "labels": [
           "authservice",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "enabledManagers": ["regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Authservice:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade AuthService Package Dependencies",
         "draftPR": true,
         "labels": [
           "authservice",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Authservice:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/authservice)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade AuthService Package Dependencies",
         "draftPR": true,
         "labels": [
           "authservice",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Authservice:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/authservice)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/authservice)
DEBUG: findIssue(Renovate: Upgrade AuthService Package Dependencies) (repository=big-bang/product/packages/authservice)
DEBUG: baseBranches (repository=big-bang/product/packages/authservice)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/authservice, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T12:11:49+00:00"
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/authservice, baseBranch=main)
       "managers": {"regex": 10, "helmv3": 10}
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/product/packages/authservice, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/authservice, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 4, "depCount": 6}
         },
         "total": {"fileCount": 5, "depCount": 7}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/istio-ecosystem/authservice has unsupported/unversioned value "1.0.3-ubi9" (versioning=docker) (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/istio-ecosystem/authservice because no currentDigest or pinDigests (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/istio-ecosystem/authservice, latest) (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/istio-ecosystem/authservice, latest, get) (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/istio-ecosystem/authservice, sha256:bafe99e834ade29a94d5abdb843af93e4db8918a5a879bf1a55875881c4bb691, get) (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/authservice, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916859",
         "mil.dso.ironbank.image.keywords": "authentication,authorization,envoy,istio",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "istio",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:43:26+00:00",
         "org.opencontainers.image.description": "authservice helps delegate the OIDC Authorization Code Grant Flow to the Istio mesh.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "81f8a04a64ca209126a5fc4aea7084dbfcde6f4b",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/istio-ecosystem/authservice",
         "org.opencontainers.image.title": "authservice",
         "org.opencontainers.image.url": "https://github.com/istio-ecosystem/authservice",
         "org.opencontainers.image.vendor": "istio",
         "org.opencontainers.image.version": "1.0.4",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: Found no satisfying versions with 'docker' versioning (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: 4 flattened updates found: registry1.dso.mil/ironbank/istio-ecosystem/authservice, registry1.dso.mil/ironbank/istio-ecosystem/authservice, registry1.dso.mil/ironbank/istio-ecosystem/authservice, registry1.dso.mil/ironbank/bitnami/redis (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/authservice, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/authservice, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "redis",
                 "currentValue": "20.2.1-bb.4",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/redis",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/charts",
                 "registryUrl": "https://registry1.dso.mil",
                 "sourceDirectory": "bitnami/redis",
                 "homepage": "https://bitnami.com",
                 "lookupName": "bigbang/redis",
                 "currentVersion": "20.2.1",
                 "fixedVersion": "20.2.1-bb.4"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.0.3-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
                 "currentValue": "1.0.3",
                 "datasource": "docker",
                 "replaceString": "appVersion: 1.0.3",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.0.4",
                     "newValue": "1.0.4",
                     "newMajor": 1,
                     "newMinor": 0,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/istio-ecosystem/authservice",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/istio-ecosystem/authservice",
                 "lookupName": "ironbank/istio-ecosystem/authservice",
                 "currentVersion": "1.0.3",
                 "isSingleVersion": true,
                 "fixedVersion": "1.0.3"
               }
             ],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
                 "currentValue": "\"1.0.3-ubi9\"",
                 "datasource": "docker",
                 "replaceString": "tag: \"1.0.3-ubi9\"",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
                 "currentValue": "7.4.0",
                 "datasource": "docker",
                 "replaceString": "tag: 7.4.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/istio-ecosystem/authservice",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/istio-ecosystem/authservice",
                 "lookupName": "ironbank/istio-ecosystem/authservice",
                 "currentVersion": "7.4.0",
                 "fixedVersion": "7.4.0"
               }
             ],
             "matchStrings": ["tag:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
                 "currentValue": "1.0.3",
                 "datasource": "docker",
                 "replaceString": "- Authservice: 1.0.3",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.0.4",
                     "newValue": "1.0.4",
                     "newMajor": 1,
                     "newMinor": 0,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/istio-ecosystem/authservice",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/istio-ecosystem/authservice",
                 "lookupName": "ironbank/istio-ecosystem/authservice",
                 "currentVersion": "1.0.3",
                 "isSingleVersion": true,
                 "fixedVersion": "1.0.3"
               }
             ],
             "matchStrings": ["- Authservice:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
                 "currentValue": "1.0.3-ubi9",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/istio-ecosystem/authservice:1.0.3-ubi9",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "1.0.4",
                     "newValue": "1.0.4-ubi9",
                     "newMajor": 1,
                     "newMinor": 0,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/istio-ecosystem/authservice",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/istio-ecosystem/authservice",
                 "lookupName": "ironbank/istio-ecosystem/authservice",
                 "currentVersion": "1.0.3",
                 "isSingleVersion": true,
                 "fixedVersion": "1.0.3-ubi9"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.4.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/redis:7.4.1",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "7.4.2",
                     "newValue": "7.4.2",
                     "newMajor": 7,
                     "newMinor": 4,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.4.1",
                 "isSingleVersion": true,
                 "fixedVersion": "7.4.1"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/authservice)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/authservice)
DEBUG: processRepo() (repository=big-bang/product/packages/authservice)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/authservice)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/authservice)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/authservice)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/authservice)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/authservice)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/authservice)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/authservice)
DEBUG: getPr(256) (repository=big-bang/product/packages/authservice)
DEBUG: getMR(256) (repository=big-bang/product/packages/authservice)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/authservice)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/authservice)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/authservice)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/authservice)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/authservice)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/authservice)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/authservice)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/authservice)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/authservice)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/authservice)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/authservice)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/authservice)
DEBUG: syncBranchState() (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(256) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(256) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:17:51.231Z) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T12:11:49+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/bitnami/redis in chart/Chart.yaml is already updated (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/authservice, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/bitnami/redis"
DEBUG: Branch dep registry1.dso.mil/ironbank/istio-ecosystem/authservice in chart/Chart.yaml is already updated (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/authservice, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice"
DEBUG: Branch dep registry1.dso.mil/ironbank/istio-ecosystem/authservice in chart/Chart.yaml is already updated (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/authservice, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice"
DEBUG: Branch dep registry1.dso.mil/ironbank/istio-ecosystem/authservice in chart/Chart.yaml is already updated (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/authservice, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice"
DEBUG: No package files need updating (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-08T12:11:49+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(256) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(256) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/bitnami/redis (7.4.1 -> 7.4.2) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/istio-ecosystem/authservice (1.0.3 -> 1.0.4) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/istio-ecosystem/authservice (1.0.3 -> 1.0.4) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/istio-ecosystem/authservice (1.0.3 -> 1.0.4) (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/istio-ecosystem/authservice (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/istio-ecosystem/authservice (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/istio-ecosystem/authservice (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
       "pr": 256,
       "prTitle": "Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/authservice, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/authservice)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/authservice)
DEBUG: getPr(256) (repository=big-bang/product/packages/authservice)
DEBUG: getMR(256) (repository=big-bang/product/packages/authservice)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/authservice)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/authservice)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/authservice)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/authservice)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/authservice)
DEBUG: ensureIssue() (repository=big-bang/product/packages/authservice)
DEBUG: Updating issue (repository=big-bang/product/packages/authservice)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/authservice)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/authservice)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/authservice)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/authservice)
DEBUG: Branch lists (repository=big-bang/product/packages/authservice)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/authservice)
DEBUG: No branches to clean up (repository=big-bang/product/packages/authservice)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/authservice)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/authservice)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/authservice)
DEBUG: Repo is activated (repository=big-bang/product/packages/authservice)
DEBUG: Branch summary (repository=big-bang/product/packages/authservice)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "c730b38a8b363b30b4b0af91a18f0c690c844ede"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "c730b38a8b363b30b4b0af91a18f0c690c844ede",
           "branchName": "renovate/ironbank",
           "branchSha": "48e77c84ceb11aa88e9f3a5e2094d0757ab917ef",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/authservice)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 256,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/bitnami/redis",
               "displayPending": "",
               "fixedVersion": "7.4.1",
               "currentVersion": "7.4.1",
               "currentValue": "7.4.1",
               "newValue": "7.4.2",
               "newVersion": "7.4.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/bitnami/redis"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
               "displayPending": "",
               "fixedVersion": "1.0.3-ubi9",
               "currentVersion": "1.0.3",
               "currentValue": "1.0.3-ubi9",
               "newValue": "1.0.4-ubi9",
               "newVersion": "1.0.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
               "displayPending": "",
               "fixedVersion": "1.0.3",
               "currentVersion": "1.0.3",
               "currentValue": "1.0.3",
               "newValue": "1.0.4",
               "newVersion": "1.0.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice",
               "displayPending": "",
               "fixedVersion": "1.0.3",
               "currentVersion": "1.0.3",
               "currentValue": "1.0.3",
               "newValue": "1.0.4",
               "newVersion": "1.0.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/istio-ecosystem/authservice"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/authservice)
       "stats": {"total": 5, "open": 1, "closed": 1, "merged": 3}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/authservice)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/authservice)
       "splits": {"init": 1531, "extract": 279, "lookup": 386, "onboarding": 0, "update": 1487},
       "total": 4182
DEBUG: Package cache statistics (repository=big-bang/product/packages/authservice)
       "get": {"count": 12, "avgMs": 3, "medianMs": 1, "maxMs": 17, "totalMs": 37},
       "set": {"count": 11, "avgMs": 3, "medianMs": 2, "maxMs": 13, "totalMs": 30}
DEBUG: HTTP statistics (repository=big-bang/product/packages/authservice)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 20,
           "reqMedianMs": 20,
           "reqMaxMs": 29,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 14,
           "reqAvgMs": 172,
           "reqMedianMs": 124,
           "reqMaxMs": 445,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 21
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/authservice)
DEBUG: Lookup statistics (repository=big-bang/product/packages/authservice)
       "docker": {"count": 7, "avgMs": 195, "medianMs": 323, "maxMs": 325, "totalMs": 1362}
 INFO: Repository finished (repository=big-bang/product/packages/authservice)
       "cloned": true,
       "durationMs": 4182
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/cluster-api-aws-pipeline (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: big-bang/pipeline-templates/cluster-api-aws-pipeline default branch = master (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/cluster-api-aws-pipeline.git (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fcluster-api-aws-pipeline/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=76) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: GitLab API 404 (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fcluster-api-aws-pipeline/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/cluster-api-aws-pipeline (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
       "durationMs": 433
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
       "latestCommit": {
         "hash": "bde8a8ec2202c06a3dcce03217a78a93bb85174c",
         "date": "2022-02-02T21:08:45+00:00",
         "message": "Delete README.md",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "",
         "author_name": "evan.rush",
         "author_email": "rush_evan@bah.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: findFile(.renovaterc) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: config file not found (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
 INFO: Repository is disabled - skipping (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
       "splits": {},
       "total": 1606
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 93,
           "reqMedianMs": 92,
           "reqMaxMs": 112,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
 INFO: Repository finished (repository=big-bang/pipeline-templates/cluster-api-aws-pipeline)
       "cloned": true,
       "durationMs": 1606
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/konvoy-pipeline)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/konvoy-pipeline (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: big-bang/pipeline-templates/konvoy-pipeline default branch = master (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/konvoy-pipeline.git (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fkonvoy-pipeline/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=84) (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: GitLab API 404 (repository=big-bang/pipeline-templates/konvoy-pipeline)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fkonvoy-pipeline/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/konvoy-pipeline (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/konvoy-pipeline)
       "durationMs": 1585
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/konvoy-pipeline)
       "latestCommit": {
         "hash": "07d725a36c071cac40e3b67051958aeea0969cf6",
         "date": "2020-12-29T14:12:57-05:00",
         "message": "Updating Readme.md, correcting a couple typos/some grammar",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "",
         "author_name": "Brandon Shouse",
         "author_email": "shouse_brandon@ne.bah.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: findFile(.renovaterc) (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: config file not found (repository=big-bang/pipeline-templates/konvoy-pipeline)
 INFO: Repository is disabled - skipping (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/konvoy-pipeline)
       "splits": {},
       "total": 2343
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/konvoy-pipeline)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/konvoy-pipeline)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 106,
           "reqMedianMs": 91,
           "reqMaxMs": 143,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/konvoy-pipeline)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/konvoy-pipeline)
 INFO: Repository finished (repository=big-bang/pipeline-templates/konvoy-pipeline)
       "cloned": true,
       "durationMs": 2343
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/sandbox/cert-manager)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/cert-manager (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: big-bang/apps/sandbox/cert-manager default branch = main (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: Enabling Git FS (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/sandbox/cert-manager.git (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fcert-manager/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=63) (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: GitLab API 404 (repository=big-bang/apps/sandbox/cert-manager)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fsandbox%2Fcert-manager/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: Resetting npmrc (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: checkOnboarding() (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: isOnboarded() (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/sandbox/cert-manager (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: Performing blobless clone (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: git clone completed (repository=big-bang/apps/sandbox/cert-manager)
       "durationMs": 492
DEBUG: latest repository commit (repository=big-bang/apps/sandbox/cert-manager)
       "latestCommit": {
         "hash": "85e686c96a3ddc089c37b437d98de5aec820b4ff",
         "date": "2025-01-03T11:42:57+00:00",
         "message": "Merge branch 'try_test_following_gluon' into 'main'",
         "refs": "HEAD -> main, tag: v1.16.0-bb.4, origin/main, origin/HEAD",
         "body": "Fix issue with istio\n\nCloses #15\n\nSee merge request big-bang/apps/sandbox/cert-manager!18",
         "author_name": "Danilo Patrucco",
         "author_email": "danilo.patrucco@sev1tech.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: config file not found (repository=big-bang/apps/sandbox/cert-manager)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: Removing any stale branches (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: No renovate branches found (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/sandbox/cert-manager)
       "splits": {},
       "total": 1023
DEBUG: Package cache statistics (repository=big-bang/apps/sandbox/cert-manager)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/sandbox/cert-manager)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 75,
           "reqMedianMs": 64,
           "reqMaxMs": 98,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/sandbox/cert-manager)
DEBUG: Lookup statistics (repository=big-bang/apps/sandbox/cert-manager)
 INFO: Repository finished (repository=big-bang/apps/sandbox/cert-manager)
       "cloned": true,
       "durationMs": 1023
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/package-validation)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/package-validation (repository=big-bang/pipeline-templates/package-validation)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/package-validation)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/package-validation)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/package-validation)
DEBUG: big-bang/pipeline-templates/package-validation default branch = master (repository=big-bang/pipeline-templates/package-validation)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/package-validation)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/package-validation.git (repository=big-bang/pipeline-templates/package-validation)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fpackage-validation/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=69) (repository=big-bang/pipeline-templates/package-validation)
DEBUG: GitLab API 404 (repository=big-bang/pipeline-templates/package-validation)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fpackage-validation/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/package-validation)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/package-validation)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/package-validation)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/package-validation)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/package-validation)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/package-validation)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/package-validation)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/package-validation (repository=big-bang/pipeline-templates/package-validation)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/package-validation)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/package-validation)
       "durationMs": 2085
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/package-validation)
       "latestCommit": {
         "hash": "eff4abfc3c30d77bbeda9e414bab2edd995f08ec",
         "date": "2025-01-16T13:50:18+00:00",
         "message": "Merge branch 'dd/readme-updates' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "readme: fix indentation in example\n\nSee merge request big-bang/pipeline-templates/package-validation!497",
         "author_name": "Alozie Obuh",
         "author_email": "obuh.alozie@solute.us"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/pipeline-templates/package-validation)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/pipeline-templates/package-validation)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/pipeline-templates/package-validation)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/pipeline-templates/package-validation)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/pipeline-templates/package-validation)
DEBUG: findFile(.renovaterc) (repository=big-bang/pipeline-templates/package-validation)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/pipeline-templates/package-validation)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/pipeline-templates/package-validation)
DEBUG: config file not found (repository=big-bang/pipeline-templates/package-validation)
 INFO: Repository is disabled - skipping (repository=big-bang/pipeline-templates/package-validation)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/package-validation)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/pipeline-templates/package-validation)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/package-validation)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/pipeline-templates/package-validation)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/package-validation)
       "splits": {},
       "total": 2866
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/package-validation)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/package-validation)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 151,
           "reqMedianMs": 159,
           "reqMaxMs": 225,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/package-validation)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/package-validation)
 INFO: Repository finished (repository=big-bang/pipeline-templates/package-validation)
       "cloned": true,
       "durationMs": 2866
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/cluster-auditor)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/cluster-auditor (repository=big-bang/product/packages/cluster-auditor)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/cluster-auditor)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/cluster-auditor)
DEBUG: big-bang/product/packages/cluster-auditor default branch = main (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/cluster-auditor.git (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/cluster-auditor)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/cluster-auditor)
DEBUG: isOnboarded() (repository=big-bang/product/packages/cluster-auditor)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/cluster-auditor)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/cluster-auditor)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/cluster-auditor (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/cluster-auditor)
DEBUG: git clone completed (repository=big-bang/product/packages/cluster-auditor)
       "durationMs": 509
DEBUG: latest repository commit (repository=big-bang/product/packages/cluster-auditor)
       "latestCommit": {
         "hash": "eefe39fd2c68583a183a553c6181aa6be7e3443a",
         "date": "2024-12-13T19:59:49+00:00",
         "message": "Merge branch 'BB-codeowners' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "Big Bang Bot: Update CODEOWNERS\n\nCloses #127\n\nSee merge request big-bang/product/packages/cluster-auditor!167",
         "author_name": "Bulat Khamitov",
         "author_email": "27224-bkhamitov@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/cluster-auditor)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Repository config (repository=big-bang/product/packages/cluster-auditor)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Cluster Auditor Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["clusterAuditor", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repo\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "Cluster Auditor:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "ironbank/bigbang/cluster-auditor/opa-exporter",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Config migration necessary (repository=big-bang/product/packages/cluster-auditor)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Cluster Auditor Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["clusterAuditor", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repo\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "Cluster Auditor:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "ironbank/bigbang/cluster-auditor/opa-exporter",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Cluster Auditor Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["clusterAuditor", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repo\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "Cluster Auditor:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "ironbank/bigbang/cluster-auditor/opa-exporter",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/cluster-auditor)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Cluster Auditor Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["clusterAuditor", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{replace 'v' '' currentVersion}}} to {{{replace 'v' '' newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repo\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "Cluster Auditor:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "extractVersionTemplate": "^v(?<version>.*)$",
             "depNameTemplate": "ironbank/bigbang/cluster-auditor/opa-exporter",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/cluster-auditor)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/cluster-auditor)
DEBUG: findIssue(Renovate: Upgrade Cluster Auditor Package Dependencies) (repository=big-bang/product/packages/cluster-auditor)
DEBUG: baseBranches (repository=big-bang/product/packages/cluster-auditor)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2024-12-13T19:59:49+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helm-values: chart/dashboards/kube-prometheus-stack/values.yaml, chart/values.yaml (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
       "managers": {"regex": 6, "helm-values": 8}
DEBUG: Found regex package files (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Found 3 package file(s) (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Manager explicitly enabled in "enabledManagers" config, but found no results. Possible config error? (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
       "manager": "helm-values"
 INFO: Dependency extraction complete (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
       "stats": {
         "managers": {"regex": {"fileCount": 3, "depCount": 4}},
         "total": {"fileCount": 3, "depCount": 4}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/bigbang/cluster-auditor/opa-exporter, latest) (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/bigbang/cluster-auditor/opa-exporter, latest, get) (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/bigbang/cluster-auditor/opa-exporter, sha256:c42325544f10d324b2ac2eaec2c00aedf3bfd5cbcc6b58766dbfb93b22905d4e, get) (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a39543e51562e61bc87e2991b018348977e6a1f94831217829cdc7af5444d889",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/base:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917598",
         "mil.dso.ironbank.image.keywords": "container,opa, scorecard, opa-scorecard, exporter, export",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/base:nonroot@sha256:84024e07dbfda3155c351805e06811f8446c91cbbef5fddad5ccd7f183fefc8c",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "opa-exporter",
         "org.opencontainers.image.created": "2025-02-03 01:05:29+00:00",
         "org.opencontainers.image.description": "Opa-exporter provides insights to developers and platform users insights about OPA constraints that their application might be violating in a given namespace.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "947b0f84a6d69642ace471a8d18a896d8fc8fb57",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/big-bang/cluster-auditor/opa-exporter",
         "org.opencontainers.image.title": "opa-exporter",
         "org.opencontainers.image.url": "https://github.com/runyontr/opa-scorecard",
         "org.opencontainers.image.vendor": "runyontr",
         "org.opencontainers.image.version": "v0.0.7"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/cluster-auditor, baseBranch=main)
       "config": {
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/bigbang/cluster-auditor/opa-exporter",
                 "currentValue": "v0.0.7",
                 "datasource": "docker",
                 "replaceString": "repo: registry1.dso.mil/ironbank/bigbang/cluster-auditor/opa-exporter\n  tag: v0.0.7",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bigbang/cluster-auditor/opa-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/cluster-auditor/opa-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/runyontr/opa-scorecard",
                 "lookupName": "ironbank/bigbang/cluster-auditor/opa-exporter",
                 "currentVersion": "v0.0.7",
                 "fixedVersion": "v0.0.7"
               }
             ],
             "matchStrings": [
               "repo\\S*:\\s*(?<depName>\\S+).*\n\\s+tag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/bigbang/cluster-auditor/opa-exporter",
                 "currentValue": "0.0.7",
                 "datasource": "docker",
                 "extractVersion": "^v(?<version>.*)$",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "Cluster Auditor: 0.0.7",
                 "updates": [],
                 "packageName": "ironbank/bigbang/cluster-auditor/opa-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/cluster-auditor/opa-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/runyontr/opa-scorecard",
                 "currentVersion": "0.0.7",
                 "fixedVersion": "0.0.7"
               },
               {
                 "depName": "ironbank/bigbang/cluster-auditor/opa-exporter",
                 "currentValue": "0.0.7",
                 "datasource": "docker",
                 "extractVersion": "^v(?<version>.*)$",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 0.0.7",
                 "updates": [],
                 "packageName": "ironbank/bigbang/cluster-auditor/opa-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/cluster-auditor/opa-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/runyontr/opa-scorecard",
                 "currentVersion": "0.0.7",
                 "fixedVersion": "0.0.7"
               }
             ],
             "matchStrings": [
               "Cluster Auditor:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/bigbang/cluster-auditor/opa-exporter",
             "datasourceTemplate": "docker",
             "extractVersionTemplate": "^v(?<version>.*)$",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/bigbang/cluster-auditor/opa-exporter",
                 "currentValue": "v0.0.7",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bigbang/cluster-auditor/opa-exporter:v0.0.7",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bigbang/cluster-auditor/opa-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/cluster-auditor/opa-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/runyontr/opa-scorecard",
                 "lookupName": "ironbank/bigbang/cluster-auditor/opa-exporter",
                 "currentVersion": "v0.0.7",
                 "fixedVersion": "v0.0.7"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/cluster-auditor)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/cluster-auditor)
DEBUG: processRepo() (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/cluster-auditor)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/cluster-auditor)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/cluster-auditor)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/cluster-auditor)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/cluster-auditor)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/cluster-auditor)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/cluster-auditor)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/cluster-auditor)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/cluster-auditor)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/cluster-auditor)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/cluster-auditor)
DEBUG: ensureIssue() (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Updating issue (repository=big-bang/product/packages/cluster-auditor)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/cluster-auditor)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/cluster-auditor)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/cluster-auditor)
DEBUG: No renovate branches found (repository=big-bang/product/packages/cluster-auditor)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/cluster-auditor)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/cluster-auditor)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Repo is activated (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Branch summary (repository=big-bang/product/packages/cluster-auditor)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "eefe39fd2c68583a183a553c6181aa6be7e3443a"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/cluster-auditor)
       "stats": {"total": 3, "open": 0, "closed": 1, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/cluster-auditor)
       "splits": {"init": 1334, "extract": 233, "lookup": 337, "onboarding": 0, "update": 1},
       "total": 2323
DEBUG: Package cache statistics (repository=big-bang/product/packages/cluster-auditor)
       "get": {"count": 3, "avgMs": 0, "medianMs": 0, "maxMs": 1, "totalMs": 1},
       "set": {"count": 3, "avgMs": 6, "medianMs": 3, "maxMs": 13, "totalMs": 18}
DEBUG: HTTP statistics (repository=big-bang/product/packages/cluster-auditor)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 24,
           "reqMedianMs": 23,
           "reqMaxMs": 43,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 156,
           "reqMedianMs": 137,
           "reqMaxMs": 266,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 14
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/cluster-auditor)
DEBUG: Lookup statistics (repository=big-bang/product/packages/cluster-auditor)
       "docker": {"count": 4, "avgMs": 314, "medianMs": 314, "maxMs": 314, "totalMs": 1254}
 INFO: Repository finished (repository=big-bang/product/packages/cluster-auditor)
       "cloned": true,
       "durationMs": 2323
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/bigbang)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/bigbang (repository=big-bang/bigbang)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/bigbang)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/bigbang)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/bigbang)
DEBUG: big-bang/bigbang default branch = master (repository=big-bang/bigbang)
DEBUG: Enabling Git FS (repository=big-bang/bigbang)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/bigbang.git (repository=big-bang/bigbang)
DEBUG: Resetting npmrc (repository=big-bang/bigbang)
DEBUG: Resetting npmrc (repository=big-bang/bigbang)
DEBUG: checkOnboarding() (repository=big-bang/bigbang)
DEBUG: isOnboarded() (repository=big-bang/bigbang)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/bigbang)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/bigbang)
DEBUG: findFile(renovate.json) (repository=big-bang/bigbang)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/bigbang (repository=big-bang/bigbang)
DEBUG: Performing blobless clone (repository=big-bang/bigbang)
DEBUG: git clone completed (repository=big-bang/bigbang)
       "durationMs": 1172
DEBUG: latest repository commit (repository=big-bang/bigbang)
       "latestCommit": {
         "hash": "cf66e9ab745d7fb32275ee8944a577c71fb1bc6e",
         "date": "2025-01-31T22:42:27+00:00",
         "message": "Merge branch 'update-loki-tag-6.24.0-bb.3' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "loki update to 6.24.0-bb.3\n\nCloses big-bang/product/packages/loki#224\n\nSee merge request big-bang/bigbang!5717",
         "author_name": "Christopher O'Connell",
         "author_email": "coconnell@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/bigbang)
DEBUG: ensureIssueClosing() (repository=big-bang/bigbang)
DEBUG: Repo is onboarded (repository=big-bang/bigbang)
DEBUG: Found renovate.json config file (repository=big-bang/bigbang)
DEBUG: Repository config (repository=big-bang/bigbang)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] If there are Flux updates: Update your Flux CLI to the latest version possible based on available IB images, then from the root of the bigbang repository, run `flux install --components source-controller,kustomize-controller,helm-controller,notification-controller --export > base/flux/gotk-components.yaml` to generate the latest manifests",
         "dependencyDashboardTitle": "Renovate: Update Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex"],
         "labels": ["renovate", "kind::maintenance", "kind::Tools & Automation"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchPackagePatterns": ["flux"],
             "additionalBranchPrefix": "flux-",
             "addLabels": ["flux"],
             "groupName": "Flux"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^base/flux/kustomization\\.yaml"],
             "matchStrings": [
               "newName\\S*:\\s*(?<depName>\\S+).*\n\\s+newTag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/bigbang)
DEBUG: Config migration necessary (repository=big-bang/bigbang)
       "oldConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] If there are Flux updates: Update your Flux CLI to the latest version possible based on available IB images, then from the root of the bigbang repository, run `flux install --components source-controller,kustomize-controller,helm-controller,notification-controller --export > base/flux/gotk-components.yaml` to generate the latest manifests",
         "dependencyDashboardTitle": "Renovate: Update Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex"],
         "labels": ["renovate", "kind::maintenance", "kind::Tools & Automation"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchPackagePatterns": ["flux"],
             "additionalBranchPrefix": "flux-",
             "addLabels": ["flux"],
             "groupName": "Flux"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^base/flux/kustomization\\.yaml"],
             "matchStrings": [
               "newName\\S*:\\s*(?<depName>\\S+).*\n\\s+newTag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] If there are Flux updates: Update your Flux CLI to the latest version possible based on available IB images, then from the root of the bigbang repository, run `flux install --components source-controller,kustomize-controller,helm-controller,notification-controller --export > base/flux/gotk-components.yaml` to generate the latest manifests",
         "dependencyDashboardTitle": "Renovate: Update Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "labels": ["renovate", "kind::maintenance", "kind::Tools & Automation"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "additionalBranchPrefix": "flux-",
             "addLabels": ["flux"],
             "groupName": "Flux",
             "matchPackageNames": ["/flux/"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^base/flux/kustomization\\.yaml"],
             "matchStrings": [
               "newName\\S*:\\s*(?<depName>\\S+).*\n\\s+newTag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/bigbang)
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] If there are Flux updates: Update your Flux CLI to the latest version possible based on available IB images, then from the root of the bigbang repository, run `flux install --components source-controller,kustomize-controller,helm-controller,notification-controller --export > base/flux/gotk-components.yaml` to generate the latest manifests",
         "dependencyDashboardTitle": "Renovate: Update Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "labels": ["renovate", "kind::maintenance", "kind::Tools & Automation"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "additionalBranchPrefix": "flux-",
             "addLabels": ["flux"],
             "groupName": "Flux",
             "matchPackageNames": ["/flux/"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^base/flux/kustomization\\.yaml"],
             "matchStrings": [
               "newName\\S*:\\s*(?<depName>\\S+).*\n\\s+newTag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/bigbang)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/bigbang)
DEBUG: findIssue(Renovate: Update Dependencies) (repository=big-bang/bigbang)
DEBUG: baseBranches (repository=big-bang/bigbang)
       "baseBranches": ["master"]
DEBUG: baseBranch: master (repository=big-bang/bigbang, baseBranch=master)
DEBUG: extract() (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Setting current branch to master (repository=big-bang/bigbang, baseBranch=master)
DEBUG: latest commit (repository=big-bang/bigbang, baseBranch=master)
       "branchName": "master",
       "latestCommitDate": "2025-01-31T22:42:27+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Using file match: ^base/flux/kustomization\.yaml for manager regex (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Using file match: ^tests/images\.txt$ for manager regex (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Matched 52 file(s) for manager helm-values: chart/templates/alloy/values.yaml, chart/templates/anchore/values.yaml, chart/templates/argocd/values.yaml, chart/templates/authservice/values.yaml, chart/templates/cluster-auditor/values.yaml, chart/templates/eck-operator/values.yaml, chart/templates/elasticsearch-kibana/values.yaml, chart/templates/external-secrets/values.yaml, chart/templates/fluentbit/values.yaml, chart/templates/fortify/values.yaml, chart/templates/gatekeeper/values.yaml, chart/templates/gitlab-runner/values.yaml, chart/templates/gitlab/values.yaml, chart/templates/grafana/values.yaml, chart/templates/haproxy/values.yaml, chart/templates/harbor/values.yaml, chart/templates/holocron/values.yaml, chart/templates/istio-operator/values.yaml, chart/templates/istio/values.yaml, chart/templates/jaeger/values.yaml, chart/templates/keycloak/values.yaml, chart/templates/kiali/values.yaml, chart/templates/kyverno-policies/values.yaml, chart/templates/kyverno-reporter/values.yaml, chart/templates/kyverno/values.yaml, chart/templates/loki/values.yaml, chart/templates/mattermost-operator/values.yaml, chart/templates/mattermost/values.yaml, chart/templates/metrics-server/values.yaml, chart/templates/mimir/values.yaml, chart/templates/minio-operator/values.yaml, chart/templates/minio/values.yaml, chart/templates/monitoring/values.yaml, chart/templates/neuvector/values.yaml, chart/templates/nexus-repository-manager/values.yaml, chart/templates/package/values.yaml, chart/templates/promtail/values.yaml, chart/templates/sonarqube/values.yaml, chart/templates/tempo/values.yaml, chart/templates/thanos/values.yaml, chart/templates/twistlock/values.yaml, chart/templates/vault/values.yaml, chart/templates/velero/values.yaml, chart/templates/wrapper/values.yaml, chart/values.yaml, docs/assets/configs/appliance-mode/values.yaml, docs/assets/scripts/airgap-dev/values.yaml, schema/test-values/addons/invalid/values.yaml, schema/test-values/addons/valid/values.yaml, schema/test-values/base-package-helm-repo/valid/values.yaml, schema/test-values/base-package-source-type/invalid/values.yaml, schema/test-values/umbrella/valid/values.yaml (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Matched 1 file(s) for manager regex: base/flux/kustomization.yaml (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Matched 1 file(s) for manager regex: tests/images.txt (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/alloy/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/anchore/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/argocd/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/authservice/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/cluster-auditor/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/eck-operator/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/elasticsearch-kibana/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/external-secrets/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/fluentbit/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/fortify/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/gatekeeper/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/gitlab-runner/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/gitlab/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/grafana/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/haproxy/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/harbor/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/holocron/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/istio-operator/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/istio/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/jaeger/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/keycloak/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/kiali/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/kyverno-policies/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/kyverno-reporter/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/kyverno/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/loki/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/mattermost-operator/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/mattermost/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/metrics-server/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/mimir/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/minio-operator/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/minio/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/monitoring/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/neuvector/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/nexus-repository-manager/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/package/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/promtail/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/sonarqube/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/tempo/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/thanos/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/twistlock/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/vault/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/velero/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Failed to parse helm-values YAML (repository=big-bang/bigbang, baseBranch=master, packageFile=chart/templates/wrapper/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: schema/test-values/umbrella/valid/values.yaml has no content (repository=big-bang/bigbang, baseBranch=master)
DEBUG: manager extract durations (ms) (repository=big-bang/bigbang, baseBranch=master)
       "managers": {"regex": 6, "helm-values": 467}
DEBUG: Found regex package files (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Found regex package files (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Found 2 package file(s) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Manager explicitly enabled in "enabledManagers" config, but found no results. Possible config error? (repository=big-bang/bigbang, baseBranch=master)
       "manager": "helm-values"
 INFO: Dependency extraction complete (repository=big-bang/bigbang, baseBranch=master)
       "stats": {
         "managers": {"regex": {"fileCount": 2, "depCount": 8}},
         "total": {"fileCount": 2, "depCount": 8}
       }
DEBUG: baseBranch: master (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/bigbang, baseBranch=master)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/big-bang/utilities, latest) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/utilities, latest, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kubernetes-1.21/kubectl, latest) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kubernetes-1.21/kubectl, latest, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/fluxcd/notification-controller, latest) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/fluxcd/notification-controller, latest, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/fluxcd/helm-controller, latest) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/fluxcd/helm-controller, latest, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/fluxcd/notification-controller, sha256:29c76ec33aa9aac688884908136c41fe3ac620e829f0d7d37d333a2313a0661e, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/fluxcd/kustomize-controller, latest) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/fluxcd/kustomize-controller, latest, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/fluxcd/source-controller, latest) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/fluxcd/source-controller, latest, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/fluxcd/kustomize-controller, sha256:cc4a0466893880c1b06228d5d05781cf6d0590d8fed11214fe06c48d7b04ab64, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/fluxcd/source-controller, sha256:8d3a0e037272a3bd2eb2082c26837b51447a3899d6914f217f6bc75285c9abe4, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/fluxcd/helm-controller, sha256:6f4453162373efbdb5e163c332a6a8778b8fd906cef20355029b5f7395f4dcea, get) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: found labels in manifest (repository=big-bang/bigbang, baseBranch=master)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917060",
         "mil.dso.ironbank.image.keywords": "opensource",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "fluxcd",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:03:32+00:00",
         "org.opencontainers.image.description": "The notification-controller is an implementation of the notification.toolkit.fluxcd.io API based on the specifications described in the RFC.",
         "org.opencontainers.image.licenses": "APL-2.0",
         "org.opencontainers.image.revision": "208fd9e242b0954d5cb6f7805160c1ac88811c70",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/fluxcd/notification-controller",
         "org.opencontainers.image.title": "notification-controller",
         "org.opencontainers.image.url": "https://github.com/fluxcd/notification-controller",
         "org.opencontainers.image.vendor": "fluxcd",
         "org.opencontainers.image.version": "v1.4.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/bigbang, baseBranch=master)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:44586784378a36dd15ec2d746d638db492b19d547096a5513724f1b84de4ad18",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917099",
         "mil.dso.ironbank.image.keywords": "gitops,kubernetes",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:587e84d24d5b806791a59b4eb8e485afff3a8fb9c4de9bc88995f99cb279c537",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "alpine321-container",
         "mil.dso.ironbank.product.name": "fluxcd",
         "org.opencontainers.image.created": "2025-02-03 00:06:34+00:00",
         "org.opencontainers.image.description": "The source-controller is a core component of the GitOps toolkit for a Kubernetes operator.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "2a559c277df27b6e673ce31faf6a379d8111acb3",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/fluxcd/source-controller",
         "org.opencontainers.image.title": "source-controller",
         "org.opencontainers.image.url": "https://github.com/fluxcd/source-controller",
         "org.opencontainers.image.vendor": "fluxcd",
         "org.opencontainers.image.version": "v1.4.1"
       }
DEBUG: found labels in manifest (repository=big-bang/bigbang, baseBranch=master)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917443",
         "mil.dso.ironbank.image.keywords": "gitops,kubernetes,kustomize",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "fluxcd",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:46:38+00:00",
         "org.opencontainers.image.description": "The kustomize-controller is a Kubernetes operator, specialized in running continuous delivery pipelines for infrastructure and workloads defined with Kubernetes manifests and assembled with Kustomize.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "7154fa2d31a4764a138616507c88c3053ab94eec",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/fluxcd/kustomize-controller",
         "org.opencontainers.image.title": "kustomize-controller",
         "org.opencontainers.image.url": "https://github.com/fluxcd/kustomize-controller",
         "org.opencontainers.image.vendor": "fluxcd",
         "org.opencontainers.image.version": "v1.4.0",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/bigbang, baseBranch=master)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916751",
         "mil.dso.ironbank.image.keywords": "gitops,helm,kubernetes",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "fluxcd",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:32:30+00:00",
         "org.opencontainers.image.description": "The helm-controller is a Kubernetes operator, allowing one to declaratively manage Helm chart releases.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "c321c76746da2d5f76e26aa94014b7d67184b990",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/fluxcd/helm-controller",
         "org.opencontainers.image.title": "helm-controller",
         "org.opencontainers.image.url": "https://github.com/fluxcd/helm-controller",
         "org.opencontainers.image.vendor": "fluxcd",
         "org.opencontainers.image.version": "v1.1.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/bigbang, baseBranch=master)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:8a81db57767ab13c9a86f37d081d2e27f83710f8722b59d6232d505952c6c205",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4",
         "architecture": "x86_64",
         "build-date": "2024-05-23T13:47:36",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.33.7",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3362029",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4@sha256:08149a12b7abc59fad03e55230040a88cb284592ff5a21e3ada42515d5adc36d",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Big Bang",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2024-06-11 00:48:33+00:00",
         "org.opencontainers.image.description": "Proprietary UBI image built with utilities for working with Big Bang",
         "org.opencontainers.image.licenses": "Apache V2",
         "org.opencontainers.image.revision": "dbf1cf607f2d6289818c5bcc4143cb39181fd7b4",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/big-bang/utilities",
         "org.opencontainers.image.title": "Big Bang UBI Utility Image",
         "org.opencontainers.image.url": "N/A",
         "org.opencontainers.image.vendor": "Big Bang",
         "org.opencontainers.image.version": "1.0.3",
         "release": "949.1716471857",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-949.1716471857",
         "vcs-ref": "4b4efbdd5a311b6a9c56319e756ca58c10a2b4de",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: found labels in manifest (repository=big-bang/bigbang, baseBranch=master)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:c3d9fcd9f644bf17a1c983034d2598e64b36cc91ac361021fe9d46f09a93805e",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.6",
         "architecture": "x86_64",
         "build-date": "2022-06-17T04:26:28.499070",
         "com.redhat.build-host": "cpt-1006.osbs.prod.upshift.rdu2.redhat.com",
         "com.redhat.component": "ubi8-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.24.2",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel8",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.image.keywords": "kubernetes, kubectl",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.6@sha256:c3d9fcd9f644bf17a1c983034d2598e64b36cc91ac361021fe9d46f09a93805e",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "kubernetes",
         "name": "ubi8",
         "org.opencontainers.image.created": "2022-07-01 01:17:43+00:00",
         "org.opencontainers.image.description": "kubectl is a command line tool that is used to control Kubernetes clusters.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "356676ecbd2caf78d13b74d53786ad11e7fe9e8b",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kubernetes-1.21/kubectl",
         "org.opencontainers.image.title": "kubectl",
         "org.opencontainers.image.url": "https://kubernetes.io/",
         "org.opencontainers.image.vendor": "opensource",
         "org.opencontainers.image.version": "v1.21.14",
         "release": "855",
         "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-855",
         "vcs-ref": "f1ee6e37554363ec55e0035aba1a693d3627fdeb",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.6"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Package releases lookups complete (repository=big-bang/bigbang, baseBranch=master)
DEBUG: branchifyUpgrades (repository=big-bang/bigbang, baseBranch=master)
DEBUG: detectSemanticCommits() (repository=big-bang/bigbang, baseBranch=master)
DEBUG: getCommitMessages (repository=big-bang/bigbang, baseBranch=master)
DEBUG: semanticCommits: detected "jquery" (repository=big-bang/bigbang, baseBranch=master)
DEBUG: semanticCommits: disabled (repository=big-bang/bigbang, baseBranch=master)
DEBUG: 0 flattened updates found:  (repository=big-bang/bigbang, baseBranch=master)
DEBUG: Returning 0 branch(es) (repository=big-bang/bigbang, baseBranch=master)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/bigbang, baseBranch=master)
DEBUG: packageFiles with updates (repository=big-bang/bigbang, baseBranch=master)
       "config": {
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/fluxcd/helm-controller",
                 "currentValue": "v1.1.0",
                 "datasource": "docker",
                 "replaceString": "newName: registry1.dso.mil/ironbank/fluxcd/helm-controller\n  newTag: v1.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/fluxcd/helm-controller",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/fluxcd/helm-controller",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/fluxcd/helm-controller",
                 "lookupName": "ironbank/fluxcd/helm-controller",
                 "currentVersion": "v1.1.0",
                 "fixedVersion": "v1.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/fluxcd/kustomize-controller",
                 "currentValue": "v1.4.0",
                 "datasource": "docker",
                 "replaceString": "newName: registry1.dso.mil/ironbank/fluxcd/kustomize-controller\n  newTag: v1.4.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/fluxcd/kustomize-controller",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/fluxcd/kustomize-controller",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/fluxcd/kustomize-controller",
                 "lookupName": "ironbank/fluxcd/kustomize-controller",
                 "currentVersion": "v1.4.0",
                 "fixedVersion": "v1.4.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/fluxcd/notification-controller",
                 "currentValue": "v1.4.0",
                 "datasource": "docker",
                 "replaceString": "newName: registry1.dso.mil/ironbank/fluxcd/notification-controller\n  newTag: v1.4.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/fluxcd/notification-controller",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/fluxcd/notification-controller",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/fluxcd/notification-controller",
                 "lookupName": "ironbank/fluxcd/notification-controller",
                 "currentVersion": "v1.4.0",
                 "fixedVersion": "v1.4.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/fluxcd/source-controller",
                 "currentValue": "v1.4.1",
                 "datasource": "docker",
                 "replaceString": "newName: registry1.dso.mil/ironbank/fluxcd/source-controller\n  newTag: v1.4.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/fluxcd/source-controller",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/fluxcd/source-controller",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/fluxcd/source-controller",
                 "lookupName": "ironbank/fluxcd/source-controller",
                 "currentVersion": "v1.4.1",
                 "fixedVersion": "v1.4.1"
               }
             ],
             "matchStrings": [
               "newName\\S*:\\s*(?<depName>\\S+).*\n\\s+newTag:\\s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "base/flux/kustomization.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/utilities",
                 "currentValue": "1.0.3",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/utilities:1.0.3",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/utilities",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/utilities",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/utilities",
                 "currentVersion": "1.0.3",
                 "fixedVersion": "1.0.3"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes-1.21/kubectl",
                 "currentValue": "v1.21.14",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes-1.21/kubectl:v1.21.14",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes-1.21/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes-1.21/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes-1.21/kubectl",
                 "currentVersion": "v1.21.14",
                 "fixedVersion": "v1.21.14"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kyverno/kyvernocli",
                 "currentValue": "v1.13.2",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kyverno/kyvernocli:v1.13.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kyverno/kyvernocli",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kyverno/kyverno/kyverno-cli",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kyverno.io/",
                 "lookupName": "ironbank/opensource/kyverno/kyvernocli",
                 "currentVersion": "v1.13.2",
                 "fixedVersion": "v1.13.2"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/bigbang)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/bigbang)
DEBUG: processRepo() (repository=big-bang/bigbang)
DEBUG: Processing 0 branches:  (repository=big-bang/bigbang)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/bigbang)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/bigbang)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/bigbang)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/bigbang)
DEBUG: 0 PRs are currently open (repository=big-bang/bigbang)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/bigbang)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/bigbang)
DEBUG: PullRequests limit = 2 (repository=big-bang/bigbang)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/bigbang)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/bigbang)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/bigbang)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/bigbang)
DEBUG: 0 already existing branches found:  (repository=big-bang/bigbang)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/bigbang)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/bigbang)
DEBUG: Branches limit = 2 (repository=big-bang/bigbang)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/bigbang)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/bigbang)
DEBUG: ensureDependencyDashboard() (repository=big-bang/bigbang)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/bigbang)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/bigbang)
DEBUG: ensureIssue() (repository=big-bang/bigbang)
DEBUG: Updating issue (repository=big-bang/bigbang)
DEBUG: validateReconfigureBranch() (repository=big-bang/bigbang)
DEBUG: No reconfigure branch found (repository=big-bang/bigbang)
DEBUG: Removing any stale branches (repository=big-bang/bigbang)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/bigbang)
DEBUG: No renovate branches found (repository=big-bang/bigbang)
DEBUG: ensureIssueClosing() (repository=big-bang/bigbang)
DEBUG: ensureIssueClosing() (repository=big-bang/bigbang)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/bigbang)
DEBUG: Repo is activated (repository=big-bang/bigbang)
DEBUG: Branch summary (repository=big-bang/bigbang)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "master", "sha": "cf66e9ab745d7fb32275ee8944a577c71fb1bc6e"}],
       "branches": [],
       "defaultBranch": "master",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/bigbang)
       "stats": {"total": 1, "open": 0, "closed": 0, "merged": 1}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/bigbang)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/bigbang)
       "splits": {"init": 1994, "extract": 773, "lookup": 438, "onboarding": 0, "update": 1},
       "total": 3653
DEBUG: Package cache statistics (repository=big-bang/bigbang)
       "get": {"count": 22, "avgMs": 4, "medianMs": 1, "maxMs": 20, "totalMs": 84},
       "set": {"count": 18, "avgMs": 9, "medianMs": 7, "maxMs": 24, "totalMs": 163}
DEBUG: HTTP statistics (repository=big-bang/bigbang)
       "hosts": {
         "registry1.dso.mil": {
           "count": 35,
           "reqAvgMs": 37,
           "reqMedianMs": 26,
           "reqMaxMs": 141,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 158,
           "reqMedianMs": 140,
           "reqMaxMs": 269,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 42
DEBUG: HTTP cache statistics (repository=big-bang/bigbang)
DEBUG: Lookup statistics (repository=big-bang/bigbang)
       "docker": {"count": 8, "avgMs": 285, "medianMs": 366, "maxMs": 410, "totalMs": 2283}
 INFO: Repository finished (repository=big-bang/bigbang)
       "cloned": true,
       "durationMs": 3653
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/exemplar-pipeline-base (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: big-bang/pipeline-templates/exemplar-pipeline-base default branch = master (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/exemplar-pipeline-base.git (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fexemplar-pipeline-base/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=85) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: GitLab API 404 (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fexemplar-pipeline-base/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/exemplar-pipeline-base (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
       "durationMs": 473
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
       "latestCommit": {
         "hash": "1f683e8ce812e84bf7debb1291e2bb4b52266f45",
         "date": "2020-11-25T14:39:27+00:00",
         "message": "Delete README.md",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "",
         "author_name": "evan.rush",
         "author_email": "rush_evan@bah.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: findFile(.renovaterc) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: config file not found (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
 INFO: Repository is disabled - skipping (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
       "splits": {},
       "total": 1670
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 96,
           "reqMedianMs": 85,
           "reqMaxMs": 129,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
 INFO: Repository finished (repository=big-bang/pipeline-templates/exemplar-pipeline-base)
       "cloned": true,
       "durationMs": 1670
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/exemplar-terraform-base)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/exemplar-terraform-base (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: big-bang/pipeline-templates/exemplar-terraform-base default branch = master (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/exemplar-terraform-base.git (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fexemplar-terraform-base/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=58) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: GitLab API 404 (repository=big-bang/pipeline-templates/exemplar-terraform-base)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fpipeline-templates%2Fexemplar-terraform-base/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/exemplar-terraform-base (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/exemplar-terraform-base)
       "durationMs": 394
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/exemplar-terraform-base)
       "latestCommit": {
         "hash": "8c8999d9ef9d2512127486f65b36d83400f7b0ea",
         "date": "2022-02-02T21:03:30+00:00",
         "message": "Delete README.md",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "",
         "author_name": "evan.rush",
         "author_email": "rush_evan@bah.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: findFile(.renovaterc) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: config file not found (repository=big-bang/pipeline-templates/exemplar-terraform-base)
 INFO: Repository is disabled - skipping (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: No renovate branches found (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/exemplar-terraform-base)
       "splits": {},
       "total": 1581
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/exemplar-terraform-base)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/exemplar-terraform-base)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 89,
           "reqMedianMs": 97,
           "reqMaxMs": 113,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/exemplar-terraform-base)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/exemplar-terraform-base)
 INFO: Repository finished (repository=big-bang/pipeline-templates/exemplar-terraform-base)
       "cloned": true,
       "durationMs": 1581
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/apps/developer-tools/coder)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/developer-tools/coder (repository=big-bang/apps/developer-tools/coder)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/apps/developer-tools/coder)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/apps/developer-tools/coder)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/apps/developer-tools/coder)
DEBUG: big-bang/apps/developer-tools/coder default branch = main (repository=big-bang/apps/developer-tools/coder)
DEBUG: Enabling Git FS (repository=big-bang/apps/developer-tools/coder)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/apps/developer-tools/coder.git (repository=big-bang/apps/developer-tools/coder)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fdeveloper-tools%2Fcoder/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=57) (repository=big-bang/apps/developer-tools/coder)
DEBUG: GitLab API 404 (repository=big-bang/apps/developer-tools/coder)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Fapps%2Fdeveloper-tools%2Fcoder/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/apps/developer-tools/coder)
DEBUG: Resetting npmrc (repository=big-bang/apps/developer-tools/coder)
DEBUG: checkOnboarding() (repository=big-bang/apps/developer-tools/coder)
DEBUG: isOnboarded() (repository=big-bang/apps/developer-tools/coder)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/apps/developer-tools/coder)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/apps/developer-tools/coder)
DEBUG: findFile(renovate.json) (repository=big-bang/apps/developer-tools/coder)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/apps/developer-tools/coder (repository=big-bang/apps/developer-tools/coder)
DEBUG: Performing blobless clone (repository=big-bang/apps/developer-tools/coder)
DEBUG: git clone completed (repository=big-bang/apps/developer-tools/coder)
       "durationMs": 480
DEBUG: latest repository commit (repository=big-bang/apps/developer-tools/coder)
       "latestCommit": {
         "hash": "2ec5cfeec2d349cf4725327df60b60257f045d49",
         "date": "2023-07-26T16:48:32+00:00",
         "message": "Merge branch 'no-issue-add-developer-back-to-project' into 'main'",
         "refs": "HEAD -> main, origin/main, origin/HEAD",
         "body": "chore: add ericpaulsen back\n\nSee merge request big-bang/apps/developer-tools/coder!48",
         "author_name": "Dean Sheather",
         "author_email": "dean@coder.com"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/apps/developer-tools/coder)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/apps/developer-tools/coder)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/apps/developer-tools/coder)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/apps/developer-tools/coder)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/apps/developer-tools/coder)
DEBUG: findFile(.renovaterc) (repository=big-bang/apps/developer-tools/coder)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/apps/developer-tools/coder)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/apps/developer-tools/coder)
DEBUG: config file not found (repository=big-bang/apps/developer-tools/coder)
 INFO: Repository is disabled - skipping (repository=big-bang/apps/developer-tools/coder)
DEBUG: Removing any stale branches (repository=big-bang/apps/developer-tools/coder)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/apps/developer-tools/coder)
DEBUG: No renovate branches found (repository=big-bang/apps/developer-tools/coder)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/apps/developer-tools/coder)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/apps/developer-tools/coder)
       "splits": {},
       "total": 1013
DEBUG: Package cache statistics (repository=big-bang/apps/developer-tools/coder)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/apps/developer-tools/coder)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 75,
           "reqMedianMs": 72,
           "reqMaxMs": 95,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/apps/developer-tools/coder)
DEBUG: Lookup statistics (repository=big-bang/apps/developer-tools/coder)
 INFO: Repository finished (repository=big-bang/apps/developer-tools/coder)
       "cloned": true,
       "durationMs": 1013
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/fortify)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/fortify (repository=big-bang/product/packages/fortify)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/fortify)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/fortify)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/fortify)
DEBUG: big-bang/product/packages/fortify default branch = main (repository=big-bang/product/packages/fortify)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/fortify)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/fortify.git (repository=big-bang/product/packages/fortify)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/fortify)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/fortify)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/fortify)
DEBUG: isOnboarded() (repository=big-bang/product/packages/fortify)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/fortify)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/fortify)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/fortify)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/fortify (repository=big-bang/product/packages/fortify)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/fortify)
DEBUG: git clone completed (repository=big-bang/product/packages/fortify)
       "durationMs": 569
DEBUG: latest repository commit (repository=big-bang/product/packages/fortify)
       "latestCommit": {
         "hash": "9c6b36662df310e1581c1bb9fca25098ab5767e4",
         "date": "2025-01-16T19:32:48+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 1.1.2320154-bb.22, origin/main, origin/HEAD",
         "body": "SKIP UPGRADE CHECK Update registry1.dso.mil/ironbank/microfocus/fortify/ssc Docker tag to v24.4.2.0009\n\nSee merge request big-bang/product/packages/fortify!187",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/fortify)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/fortify)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/fortify)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/fortify)
DEBUG: Repository config (repository=big-bang/product/packages/fortify)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardAutoclose": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Fortify Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex"],
         "labels": ["fortify", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": ["registry1.dso.mil/ironbank/bitnami/mysql8"],
             "allowedVersions": "8.0.x"
           }
         ],
         "separateMajorMinor": false,
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?:.*\\n)*?\\s+repositoryPrefix:\\s+\\\"[^\\\"]+/((?<depName>[^/]+))/[^\\\"]+\\\"\\s+(?:.*\\n)*?\\s+tag:\\s+\\\"(?<currentValue>[^\\\"]+)\\\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/microfocus/fortify/ssc",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/microfocus/fortify/ssc",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<repName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/bitnami/mysql8",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/fortify)
DEBUG: No config migration necessary (repository=big-bang/product/packages/fortify)
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/fortify)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/fortify)
DEBUG: findIssue(Renovate: Upgrade Fortify Package Dependencies) (repository=big-bang/product/packages/fortify)
DEBUG: baseBranches (repository=big-bang/product/packages/fortify)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/fortify, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T19:32:48+00:00"
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/fortify, baseBranch=main)
       "managers": {"regex": 6}
DEBUG: Found regex package files (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/packages/fortify, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/fortify, baseBranch=main)
       "stats": {
         "managers": {"regex": {"fileCount": 4, "depCount": 6}},
         "total": {"fileCount": 4, "depCount": 6}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Falling back to npm semver syntax for allowedVersions (repository=big-bang/product/packages/fortify, baseBranch=main)
       "depName": "registry1.dso.mil/ironbank/bitnami/mysql8"
DEBUG: Falling back to npm semver syntax for allowedVersions (repository=big-bang/product/packages/fortify, baseBranch=main)
       "depName": "registry1.dso.mil/ironbank/bitnami/mysql8"
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/microfocus/fortify/ssc, latest) (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/microfocus/fortify/ssc, latest, get) (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/microfocus/fortify/ssc, sha256:c65e450e0761c451a0104f8a0f5dd33b03a4960f1f7ee7ab7cfa30e6bffeb17d, get) (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/fortify, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:ab1af95e57276e6950872c7bfd285900a475ad125ef23fcd0f96d4bc31594f54",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk17-runtime-ubi9-slim:1.17",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917705",
         "mil.dso.ironbank.image.keywords": "security,webapp,sast,dast",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk17-runtime-ubi9-slim:1.17@sha256:baab21367236071d56d23a4100dbf9a75feb24ca65eb52a375ba465135570177",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Fortify SSC",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 01:15:16+00:00",
         "org.opencontainers.image.description": "Fortify Software Security Center server image",
         "org.opencontainers.image.licenses": "Micro Focus EULA",
         "org.opencontainers.image.revision": "fc73e3610626e5fb033dd963042f5933c53cf0ed",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/microfocus/fortify/ssc",
         "org.opencontainers.image.title": "Fortify SSC",
         "org.opencontainers.image.url": "https://www.microfocus.com/documentation/fortify-software-security-center/",
         "org.opencontainers.image.vendor": "Open Text / Fortify",
         "org.opencontainers.image.version": "24.4.2.0009",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/fortify, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/fortify, baseBranch=main)
       "config": {
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/microfocus/fortify/ssc",
                 "currentValue": "24.4.2.0009",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image:\n\n  # repositoryPrefix is a prefix for SSC images and can be used to pull images from a private registry\n  repositoryPrefix: \"registry1.dso.mil/ironbank/microfocus/fortify/\"\n\n  # pullPolicy is Kubernetes image pull policy, supported values are Always, IfNotPresent, and Never\n  pullPolicy: Always\n\n  # buildNumber is an image build number to pull, pull the latest build for release if empty, must be a string\n  # buildNumber: \"\"\n\n  # webapp is a name for SSC webapp image, the name will be prefixed by repositoryPrefix\n  webapp: \"ssc\"\n\n  tag: \"24.4.2.0009\"",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/microfocus/fortify/ssc",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/microfocus/fortify/ssc",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.microfocus.com/documentation/fortify-software-security-center/",
                 "lookupName": "ironbank/microfocus/fortify/ssc",
                 "currentVersion": "24.4.2.0009",
                 "fixedVersion": "24.4.2.0009"
               }
             ],
             "matchStrings": [
               "image:\\s+(?:.*\\n)*?\\s+repositoryPrefix:\\s+\\\"[^\\\"]+/((?<depName>[^/]+))/[^\\\"]+\\\"\\s+(?:.*\\n)*?\\s+tag:\\s+\\\"(?<currentValue>[^\\\"]+)\\\""
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/microfocus/fortify/ssc",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/microfocus/fortify/ssc",
                 "currentValue": "24.4.2.0009",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 24.4.2.0009",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/microfocus/fortify/ssc",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/microfocus/fortify/ssc",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.microfocus.com/documentation/fortify-software-security-center/",
                 "lookupName": "ironbank/microfocus/fortify/ssc",
                 "currentVersion": "24.4.2.0009",
                 "fixedVersion": "24.4.2.0009"
               }
             ],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/microfocus/fortify/ssc",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/microfocus/fortify/ssc",
                 "currentValue": "24.4.2.0009",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/microfocus/fortify/ssc:24.4.2.0009",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/microfocus/fortify/ssc",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/microfocus/fortify/ssc",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.microfocus.com/documentation/fortify-software-security-center/",
                 "lookupName": "ironbank/microfocus/fortify/ssc",
                 "currentVersion": "24.4.2.0009",
                 "fixedVersion": "24.4.2.0009"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/mysql8",
                 "currentValue": "8.0.36-debian-11-r1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/mysql8:8.0.36-debian-11-r1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/mysql8",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/mysql8",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-mysql",
                 "lookupName": "ironbank/bitnami/mysql8",
                 "currentVersion": "8.0.36",
                 "fixedVersion": "8.0.36-debian-11-r1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/google/golang/golang-1.20",
                 "currentValue": "1.20.14",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/google/golang/golang-1.20:1.20.14",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/google/golang/golang-1.20",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/golang-1.20",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/golang/go",
                 "lookupName": "ironbank/google/golang/golang-1.20",
                 "currentVersion": "1.20.14",
                 "fixedVersion": "1.20.14"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/mysql8",
                 "currentValue": "8.0.36-debian-11-r1",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image:\n    repository: bitnami/mysql8\n    tag: 8.0.36-debian-11-r1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/mysql8",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/mysql8",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-mysql",
                 "lookupName": "ironbank/bitnami/mysql8",
                 "currentVersion": "8.0.36",
                 "fixedVersion": "8.0.36-debian-11-r1"
               }
             ],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<repName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/bitnami/mysql8",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/values.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/fortify)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/fortify)
DEBUG: processRepo() (repository=big-bang/product/packages/fortify)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/fortify)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/fortify)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/fortify)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/fortify)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/fortify)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/fortify)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/fortify)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/fortify)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/fortify)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/fortify)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/fortify)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/fortify)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/fortify)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/fortify)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/fortify)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/fortify)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/fortify)
DEBUG: Config does not need migration (repository=big-bang/product/packages/fortify)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/fortify)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/fortify)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/fortify)
DEBUG: Closing Dependency Dashboard (repository=big-bang/product/packages/fortify)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/fortify)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/fortify)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/fortify)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/fortify)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/fortify)
DEBUG: No renovate branches found (repository=big-bang/product/packages/fortify)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/fortify)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/fortify)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/fortify)
DEBUG: Repo is activated (repository=big-bang/product/packages/fortify)
DEBUG: Branch summary (repository=big-bang/product/packages/fortify)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "9c6b36662df310e1581c1bb9fca25098ab5767e4"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/fortify)
       "stats": {"total": 3, "open": 0, "closed": 0, "merged": 3}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/fortify)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/fortify)
       "splits": {"init": 1409, "extract": 150, "lookup": 427, "onboarding": 0, "update": 1},
       "total": 1996
DEBUG: Package cache statistics (repository=big-bang/product/packages/fortify)
       "get": {"count": 7, "avgMs": 4, "medianMs": 2, "maxMs": 11, "totalMs": 25},
       "set": {"count": 3, "avgMs": 7, "medianMs": 4, "maxMs": 13, "totalMs": 20}
DEBUG: HTTP statistics (repository=big-bang/product/packages/fortify)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 29,
           "reqMedianMs": 22,
           "reqMaxMs": 60,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 4,
           "reqAvgMs": 139,
           "reqMedianMs": 135,
           "reqMaxMs": 284,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 11
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/fortify)
DEBUG: Lookup statistics (repository=big-bang/product/packages/fortify)
       "docker": {"count": 6, "avgMs": 215, "medianMs": 394, "maxMs": 394, "totalMs": 1290}
 INFO: Repository finished (repository=big-bang/product/packages/fortify)
       "cloned": true,
       "durationMs": 1996
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/minio)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/minio (repository=big-bang/product/packages/minio)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/minio)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/minio)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/minio)
DEBUG: big-bang/product/packages/minio default branch = main (repository=big-bang/product/packages/minio)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/minio)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/minio.git (repository=big-bang/product/packages/minio)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/minio)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/minio)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/minio)
DEBUG: isOnboarded() (repository=big-bang/product/packages/minio)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/minio)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/minio)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/minio)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/minio (repository=big-bang/product/packages/minio)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/minio)
DEBUG: git clone completed (repository=big-bang/product/packages/minio)
       "durationMs": 509
DEBUG: latest repository commit (repository=big-bang/product/packages/minio)
       "latestCommit": {
         "hash": "e106b159ee42f01d08d7ff022f5341721af17303",
         "date": "2025-01-29T21:33:20+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 7.0.0-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank to v2025\n\nSee merge request big-bang/product/packages/minio!227",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/minio)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/minio)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/minio)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/minio)
DEBUG: Repository config (repository=big-bang/product/packages/minio)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Minio Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "labels": ["minio", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "scripts:\\s+image:\\s+(?<depName>.+):(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)"
             ],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Minio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/minio",
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/minio)
DEBUG: Config migration necessary (repository=big-bang/product/packages/minio)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Minio Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "labels": ["minio", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "scripts:\\s+image:\\s+(?<depName>.+):(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)"
             ],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Minio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/minio",
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Minio Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "labels": ["minio", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "scripts:\\s+image:\\s+(?<depName>.+):(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)"
             ],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Minio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/minio",
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/minio)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Minio Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "labels": ["minio", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "scripts:\\s+image:\\s+(?<depName>.+):(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)"
             ],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Minio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/minio",
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/minio)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/minio)
DEBUG: findIssue(Renovate: Upgrade Minio Dependencies) (repository=big-bang/product/packages/minio)
DEBUG: baseBranches (repository=big-bang/product/packages/minio)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/minio, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T21:33:20+00:00"
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/minio, baseBranch=main)
       "managers": {"regex": 7, "helmv3": 5}
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/packages/minio, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/minio, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 3, "depCount": 7}
         },
         "total": {"fileCount": 4, "depCount": 8}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Dependency ironbank/opensource/minio/minio has unsupported/unversioned value v7.0.0 (versioning=regex:^RELEASE\.(?<major>\d+)-(?<minor>\d+)-(?<patch>\d+)T.*Z$) (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Skipping ironbank/opensource/minio/minio because no currentDigest or pinDigests (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/opensource/minio/operator-sidecar has unsupported/unversioned value v7.0.0 (versioning=regex:^RELEASE\.(?<major>\d+)-(?<minor>\d+)-(?<patch>\d+)T.*Z$) (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/opensource/minio/operator-sidecar because no currentDigest or pinDigests (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/opensource/kubernetes/kubectl has unsupported/unversioned value v1.29.6 (versioning=regex:^RELEASE\.(?<major>\d+)-(?<minor>\d+)-(?<patch>\d+)T.*Z$) (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/opensource/kubernetes/kubectl because no currentDigest or pinDigests (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/minio/mc, latest) (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/minio/mc, latest, get) (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/minio/minio, latest) (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/minio/minio, latest, get) (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/minio/mc, sha256:8da3fc943289e98bdf568cc7dc5f6728f6dbb59a64147c6b2b49accb510b6ee1, get) (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/minio/minio, sha256:9964292c420bcd672675df60132b5e26a5dd23709595a82a342ce69055f32912, get) (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/minio, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917016",
         "mil.dso.ironbank.image.keywords": "utilities",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "minio",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:58:26+00:00",
         "org.opencontainers.image.description": "MinIO Client (mc) provides a modern alternative to UNIX commands like ls, cat, cp, mirror, diff, find etc.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "4cee2258acb690d43ea30a6ecfaa1d88cf50d0f2",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/minio/mc",
         "org.opencontainers.image.title": "mc",
         "org.opencontainers.image.url": "https://docs.min.io/docs/minio-client-complete-guide.html",
         "org.opencontainers.image.vendor": "MinIO",
         "org.opencontainers.image.version": "RELEASE.2025-01-17T23-25-50Z",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/minio, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917627",
         "mil.dso.ironbank.image.keywords": "object,s3,storage",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Minio",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 01:08:13+00:00",
         "org.opencontainers.image.description": "MinIO is a cloud storage server compatible with Amazon S3.",
         "org.opencontainers.image.licenses": "APL-2.0",
         "org.opencontainers.image.revision": "1e741a4ac6b5948ba6b66d3d365f569893a18ea1",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/minio/minio",
         "org.opencontainers.image.title": "minio",
         "org.opencontainers.image.url": "https://github.com/minio/minio",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "RELEASE.2025-01-20T14-49-07Z",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/minio, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/minio, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "7.0.0-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/mc",
                 "currentValue": "RELEASE.2025-01-17T23-25-50Z",
                 "datasource": "docker",
                 "versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
                 "replaceString": "scripts:\n    image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2025-01-17T23-25-50Z",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/mc",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/minio/mc",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.min.io/docs/minio-client-complete-guide.html",
                 "lookupName": "ironbank/opensource/minio/mc",
                 "currentVersion": "RELEASE.2025-01-17T23-25-50Z",
                 "fixedVersion": "RELEASE.2025-01-17T23-25-50Z"
               },
               {
                 "depName": "ironbank/opensource/minio/minio",
                 "currentValue": "RELEASE.2025-01-20T14-49-07Z",
                 "datasource": "docker",
                 "versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
                 "replaceString": "image:\n    repository: registry1.dso.mil/ironbank/opensource/minio/minio\n    tag: RELEASE.2025-01-20T14-49-07Z",
                 "updates": [],
                 "packageName": "ironbank/opensource/minio/minio",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/minio/minio",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/minio/minio",
                 "currentVersion": "RELEASE.2025-01-20T14-49-07Z",
                 "fixedVersion": "RELEASE.2025-01-20T14-49-07Z"
               }
             ],
             "matchStrings": [
               "scripts:\\s+image:\\s+(?<depName>.+):(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)",
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>RELEASE\\..+Z)"
             ],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/minio/minio",
                 "currentValue": "RELEASE.2025-01-20T14-49-07Z",
                 "datasource": "docker",
                 "versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
                 "replaceString": "- Minio: RELEASE.2025-01-20T14-49-07Z",
                 "updates": [],
                 "packageName": "ironbank/opensource/minio/minio",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/minio/minio",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/minio/minio",
                 "currentVersion": "RELEASE.2025-01-20T14-49-07Z",
                 "fixedVersion": "RELEASE.2025-01-20T14-49-07Z"
               },
               {
                 "depName": "ironbank/opensource/minio/minio",
                 "currentValue": "v7.0.0",
                 "datasource": "docker",
                 "versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
                 "replaceString": "appVersion: v7.0.0",
                 "updates": [],
                 "packageName": "ironbank/opensource/minio/minio",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": [
               "- Minio:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/minio/minio",
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/minio",
                 "currentValue": "RELEASE.2025-01-20T14-49-07Z",
                 "datasource": "docker",
                 "versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2025-01-20T14-49-07Z",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/minio",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/minio/minio",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/minio/minio",
                 "lookupName": "ironbank/opensource/minio/minio",
                 "currentVersion": "RELEASE.2025-01-20T14-49-07Z",
                 "fixedVersion": "RELEASE.2025-01-20T14-49-07Z"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/operator-sidecar",
                 "currentValue": "v7.0.0",
                 "datasource": "docker",
                 "versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v7.0.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/operator-sidecar",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.29.6",
                 "datasource": "docker",
                 "versioning": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.6",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "versioningTemplate": "regex:^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z$",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/minio)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/minio)
DEBUG: processRepo() (repository=big-bang/product/packages/minio)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/minio)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/minio)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/minio)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/minio)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/minio)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/minio)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/minio)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/minio)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/minio)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/minio)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/minio)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/minio)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/minio)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/minio)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/minio)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/minio)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/minio)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/minio)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/minio)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/minio)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/minio)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/minio)
DEBUG: ensureIssue() (repository=big-bang/product/packages/minio)
DEBUG: Updating issue (repository=big-bang/product/packages/minio)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/minio)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/minio)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/minio)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/minio)
DEBUG: No renovate branches found (repository=big-bang/product/packages/minio)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/minio)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/minio)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/minio)
DEBUG: Repo is activated (repository=big-bang/product/packages/minio)
DEBUG: Branch summary (repository=big-bang/product/packages/minio)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "e106b159ee42f01d08d7ff022f5341721af17303"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/minio)
       "stats": {"total": 15, "open": 0, "closed": 0, "merged": 15}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/minio)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/minio)
       "splits": {"init": 2260, "extract": 208, "lookup": 392, "onboarding": 0, "update": 1},
       "total": 3317
DEBUG: Package cache statistics (repository=big-bang/product/packages/minio)
       "get": {"count": 8, "avgMs": 1, "medianMs": 1, "maxMs": 4, "totalMs": 8},
       "set": {"count": 6, "avgMs": 6, "medianMs": 3, "maxMs": 15, "totalMs": 37}
DEBUG: HTTP statistics (repository=big-bang/product/packages/minio)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 25,
           "reqMedianMs": 28,
           "reqMaxMs": 57,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 275,
           "reqMedianMs": 143,
           "reqMaxMs": 1044,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 20
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/minio)
DEBUG: Lookup statistics (repository=big-bang/product/packages/minio)
       "docker": {"count": 8, "avgMs": 172, "medianMs": 276, "maxMs": 361, "totalMs": 1377}
 INFO: Repository finished (repository=big-bang/product/packages/minio)
       "cloned": true,
       "durationMs": 3317
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/pipeline-templates/pipeline-templates)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/pipeline-templates (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: big-bang/pipeline-templates/pipeline-templates default branch = master (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Enabling Git FS (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/pipeline-templates/pipeline-templates.git (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Resetting npmrc (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: checkOnboarding() (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: isOnboarded() (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: findFile(renovate.json) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/pipeline-templates/pipeline-templates (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Performing blobless clone (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: git clone completed (repository=big-bang/pipeline-templates/pipeline-templates)
       "durationMs": 607
DEBUG: latest repository commit (repository=big-bang/pipeline-templates/pipeline-templates)
       "latestCommit": {
         "hash": "db701b174bf50731df2a00b57333b77c1e80f08b",
         "date": "2025-01-31T21:52:13+00:00",
         "message": "Merge branch 'cp/enable-test-value-overrides' into 'master'",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "Enable overriding helm test chart values via variable to enable IB pipeline tests against BB\n\nSee merge request big-bang/pipeline-templates/pipeline-templates!841",
         "author_name": "Andrew Shoell",
         "author_email": "andrew.shoell.ctr@us.af.mil"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Repo is onboarded (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Found renovate.json config file (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Repository config (repository=big-bang/pipeline-templates/pipeline-templates)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade pipeline-templates Dependencies",
         "draftPR": true,
         "labels": ["pipeline-templates", "Package Sustainment", "kind::maintenance"],
         "enabledManagers": ["regex"],
         "prHourlyLimit": 0,
         "packageRules": [
           {"matchDatasources": ["github-tags", "docker"], "groupName": "Github"},
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": [
               "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             ],
             "allowedVersions": "v23.x",
             "versioning": "semver"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["(^|/)Dockerfile$"],
             "matchStringsStrategy": "recursive",
             "matchStrings": [
               "# renovate: depName=(?<depName>.+?)(?: extractVersion=(?<extractVersion>.+?))?\\s*.*?_VERSION=\"?(?<currentValue>.+?)\"?\\s"
             ],
             "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}",
             "datasourceTemplate": "github-tags"
           },
           {
             "fileMatch": ["^pipelines/renovate\\.yaml$"],
             "matchStringsStrategy": "recursive",
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^pipelines/repo-sync\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Config migration necessary (repository=big-bang/pipeline-templates/pipeline-templates)
       "oldConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade pipeline-templates Dependencies",
         "draftPR": true,
         "labels": ["pipeline-templates", "Package Sustainment", "kind::maintenance"],
         "enabledManagers": ["regex"],
         "prHourlyLimit": 0,
         "packageRules": [
           {"matchDatasources": ["github-tags", "docker"], "groupName": "Github"},
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": [
               "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             ],
             "allowedVersions": "v23.x",
             "versioning": "semver"
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["(^|/)Dockerfile$"],
             "matchStringsStrategy": "recursive",
             "matchStrings": [
               "# renovate: depName=(?<depName>.+?)(?: extractVersion=(?<extractVersion>.+?))?\\s*.*?_VERSION=\"?(?<currentValue>.+?)\"?\\s"
             ],
             "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}",
             "datasourceTemplate": "github-tags"
           },
           {
             "fileMatch": ["^pipelines/renovate\\.yaml$"],
             "matchStringsStrategy": "recursive",
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^pipelines/repo-sync\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade pipeline-templates Dependencies",
         "draftPR": true,
         "labels": ["pipeline-templates", "Package Sustainment", "kind::maintenance"],
         "enabledManagers": ["custom.regex"],
         "prHourlyLimit": 0,
         "packageRules": [
           {"matchDatasources": ["github-tags", "docker"], "groupName": "Github"},
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": [
               "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             ],
             "allowedVersions": "v23.x",
             "versioning": "semver"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["(^|/)Dockerfile$"],
             "matchStringsStrategy": "recursive",
             "matchStrings": [
               "# renovate: depName=(?<depName>.+?)(?: extractVersion=(?<extractVersion>.+?))?\\s*.*?_VERSION=\"?(?<currentValue>.+?)\"?\\s"
             ],
             "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}",
             "datasourceTemplate": "github-tags"
           },
           {
             "customType": "regex",
             "fileMatch": ["^pipelines/renovate\\.yaml$"],
             "matchStringsStrategy": "recursive",
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^pipelines/repo-sync\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/pipeline-templates/pipeline-templates)
       "config": {
         "baseBranches": ["master"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade pipeline-templates Dependencies",
         "draftPR": true,
         "labels": ["pipeline-templates", "Package Sustainment", "kind::maintenance"],
         "enabledManagers": ["custom.regex"],
         "prHourlyLimit": 0,
         "packageRules": [
           {"matchDatasources": ["github-tags", "docker"], "groupName": "Github"},
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": [
               "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             ],
             "allowedVersions": "v23.x",
             "versioning": "semver"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["(^|/)Dockerfile$"],
             "matchStringsStrategy": "recursive",
             "matchStrings": [
               "# renovate: depName=(?<depName>.+?)(?: extractVersion=(?<extractVersion>.+?))?\\s*.*?_VERSION=\"?(?<currentValue>.+?)\"?\\s"
             ],
             "extractVersionTemplate": "{{#if extractVersion}}{{{extractVersion}}}{{else}}^v?(?<version>.+)${{/if}}",
             "datasourceTemplate": "github-tags"
           },
           {
             "customType": "regex",
             "fileMatch": ["^pipelines/renovate\\.yaml$"],
             "matchStringsStrategy": "recursive",
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^pipelines/repo-sync\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/pipeline-templates/pipeline-templates)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: findIssue(Renovate: Upgrade pipeline-templates Dependencies) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: baseBranches (repository=big-bang/pipeline-templates/pipeline-templates)
       "baseBranches": ["master"]
DEBUG: baseBranch: master (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: extract() (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: Setting current branch to master (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: latest commit (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
       "branchName": "master",
       "latestCommitDate": "2025-01-31T21:52:13+00:00"
DEBUG: Using file match: (^|/)Dockerfile$ for manager regex (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: Using file match: ^pipelines/renovate\.yaml$ for manager regex (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: Using file match: ^pipelines/repo-sync\.yaml$ for manager regex (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: Matched 1 file(s) for manager regex: pipelines/renovate.yaml (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: Matched 1 file(s) for manager regex: pipelines/repo-sync.yaml (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: manager extract durations (ms) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
       "managers": {"regex": 3}
DEBUG: Found regex package files (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: Found regex package files (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: Found 2 package file(s) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
 INFO: Dependency extraction complete (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
       "stats": {
         "managers": {"regex": {"fileCount": 2, "depCount": 3}},
         "total": {"fileCount": 2, "depCount": 3}
       }
DEBUG: baseBranch: master (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: Falling back to npm semver syntax for allowedVersions (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
       "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
DEBUG: Found no satisfying versions with 'semver' versioning (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: Falling back to npm semver syntax for allowedVersions (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
       "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: Package releases lookups complete (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: branchifyUpgrades (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: getCommitMessages (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: semanticCommits: enabled (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: 3 flattened updates found: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate, registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current, registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: Returning 2 branch(es) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
DEBUG: packageFiles with updates (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master)
       "config": {
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
                 "currentValue": "39.88.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate:39.88.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "39.122.0",
                     "newValue": "39.122.0",
                     "newMajor": 39,
                     "newMinor": 122,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/renovate/renovate",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/renovatebot/renovate",
                 "lookupName": "ironbank/container-hardening-tools/renovate/renovate",
                 "currentVersion": "39.88.0",
                 "isSingleVersion": true,
                 "fixedVersion": "39.88.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "matchStringsStrategy": "recursive",
             "datasourceTemplate": "docker",
             "packageFile": "pipelines/renovate.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
                 "currentValue": "v23.1.0",
                 "datasource": "docker",
                 "replaceString": "image: $HARBOR_BB_REGISTRY/ironbank/opensource/nodejs/nodejs-current:v23.1.0",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v23.7.0",
                     "newValue": "v23.7.0",
                     "newMajor": 23,
                     "newMinor": 7,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/github"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nodejs/nodejs-latest",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/nodejs/node",
                 "lookupName": "ironbank/opensource/nodejs/nodejs-current",
                 "currentVersion": "v23.1.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v23.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
                 "currentValue": "2.21.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/bigbang-ci/bb-ci:2.21.0",
                 "updates": [
                   {
                     "bucket": "major",
                     "newVersion": "v23.7.0",
                     "newValue": "v23.7.0",
                     "newMajor": 23,
                     "newMinor": 7,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/major-github"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
                 "versioning": "semver",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/nodejs/nodejs-latest",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/nodejs/node",
                 "lookupName": "ironbank/opensource/nodejs/nodejs-current",
                 "currentVersion": "2.21.0",
                 "isSingleVersion": true,
                 "fixedVersion": "2.21.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
             "datasourceTemplate": "docker",
             "packageFile": "pipelines/repo-sync.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: processRepo() (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Processing 2 branches: renovate/github, renovate/major-github (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getBranchPr(renovate/github) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: findPr(renovate/github, undefined, open) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getPr(816) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getMR(816) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getBranchPr(renovate/major-github) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: findPr(renovate/major-github, undefined, open) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getPr(837) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getMR(837) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: 2 PRs are currently open (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: PR concurrent limit remaining: 8 (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Calculated maximum PRs remaining this run: 8 (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: PullRequests limit = 8 (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: 2 already existing branches found: renovate/github,renovate/major-github (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Branch concurrent limit remaining: 8 (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Calculated maximum branches remaining this run: 8 (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Branches limit = 8 (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: getBranchPr(renovate/github) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: findPr(renovate/github, undefined, open) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: getPr(816) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: getMR(816) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: branchExists=true (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: PR rebase requested=false (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Checking if PR has been edited (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: branch.isModified() = false (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Found existing branch PR (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:18:19.298Z) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Branch already exists (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: isBranchConflicted(master, renovate/github) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: branch.isConflicted(): false (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Branch does not need rebasing (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Setting current branch to master (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: latest commit (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
       "branchName": "master",
       "latestCommitDate": "2025-01-31T21:52:13+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Branch dep registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate in pipelines/renovate.yaml is already updated (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: No content changed (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, packageFile=pipelines/renovate.yaml, branch=renovate/github)
       "depName": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current in pipelines/repo-sync.yaml is already updated (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: No content changed (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, packageFile=pipelines/repo-sync.yaml, branch=renovate/github)
       "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Setting current branch to master (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: latest commit (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
       "branchName": "master",
       "latestCommitDate": "2025-01-31T21:52:13+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: mergeStatus=no automerge (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Ensuring PR (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: getBranchPr(renovate/github) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: findPr(renovate/github, undefined, open) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: getPr(816) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: getMR(816) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Found existing PR (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/renovate/renovate (39.88.0 -> 39.122.0) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/nodejs/nodejs-latest (v23.1.0 -> v23.7.0) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/nodejs/nodejs-latest (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/renovate/renovate (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: Processing existing PR (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: PR body changed (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
       "prTitle": "chore(deps): update github"
 INFO: PR updated (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
       "pr": 816,
       "prTitle": "chore(deps): update github"
DEBUG: setPrCache() (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: PR is not configured for automerge (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/github)
DEBUG: syncBranchState() (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: getBranchPr(renovate/major-github) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: findPr(renovate/major-github, undefined, open) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: getPr(837) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: getMR(837) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: branchExists=true (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: PR rebase requested=false (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Checking if PR has been edited (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: branch.isModified() = false (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Found existing branch PR (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:18:20.627Z) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: No schedule defined (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Branch already exists (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: isBranchConflicted(master, renovate/major-github) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: branch.isConflicted(): false (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Branch does not need rebasing (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Setting current branch to master (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: latest commit (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
       "branchName": "master",
       "latestCommitDate": "2025-01-31T21:52:13+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current in pipelines/repo-sync.yaml is already updated (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: No content changed (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, packageFile=pipelines/repo-sync.yaml, branch=renovate/major-github)
       "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
DEBUG: No package files need updating (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: No updated lock files in branch (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: No files to commit (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Setting current branch to master (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: latest commit (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
       "branchName": "master",
       "latestCommitDate": "2025-01-31T21:52:13+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: mergeStatus=no automerge (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Ensuring PR (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: getBranchPr(renovate/major-github) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: findPr(renovate/major-github, undefined, open) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: getPr(837) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: getMR(837) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Found existing PR (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/nodejs/nodejs-latest (2.21.0 -> v23.7.0) (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/nodejs/nodejs-latest (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: Processing existing PR (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: PR body changed (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current docker tag to v23"
 INFO: PR updated (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
       "pr": 837,
       "prTitle": "chore(deps): update registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current docker tag to v23"
DEBUG: setPrCache() (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: PR is not configured for automerge (repository=big-bang/pipeline-templates/pipeline-templates, baseBranch=master, branch=renovate/major-github)
DEBUG: getBranchPr(renovate/github) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: findPr(renovate/github, undefined, open) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getPr(816) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getMR(816) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getBranchPr(renovate/major-github) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: findPr(renovate/major-github, undefined, open) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getPr(837) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: getMR(837) (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: ensureDependencyDashboard() (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: ensureIssue() (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Updating issue (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: validateReconfigureBranch() (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: No reconfigure branch found (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Removing any stale branches (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Branch lists (repository=big-bang/pipeline-templates/pipeline-templates)
       "branchList": ["renovate/github", "renovate/major-github"],
       "renovateBranches": ["renovate/github", "renovate/major-github"]
DEBUG: remainingBranches= (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: No branches to clean up (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: ensureIssueClosing() (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Repo is activated (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Branch summary (repository=big-bang/pipeline-templates/pipeline-templates)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "master", "sha": "db701b174bf50731df2a00b57333b77c1e80f08b"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "db701b174bf50731df2a00b57333b77c1e80f08b",
           "branchName": "renovate/github",
           "branchSha": "981e502ab56c462c2ece8da4eb3edddbb8d7cf4a",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "master",
           "baseBranchSha": "db701b174bf50731df2a00b57333b77c1e80f08b",
           "branchName": "renovate/major-github",
           "branchSha": "6dce3935f15d2f4967da1a3dbb6a7bb261a60f38",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "master",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/pipeline-templates/pipeline-templates)
       "branchesInformation": [
         {
           "branchName": "renovate/github",
           "prNo": 816,
           "prTitle": "chore(deps): update github",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate",
               "displayPending": "",
               "fixedVersion": "39.88.0",
               "currentVersion": "39.88.0",
               "currentValue": "39.88.0",
               "newValue": "39.122.0",
               "newVersion": "39.122.0",
               "packageFile": "pipelines/renovate.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/container-hardening-tools/renovate/renovate"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
               "displayPending": "",
               "fixedVersion": "v23.1.0",
               "currentVersion": "v23.1.0",
               "currentValue": "v23.1.0",
               "newValue": "v23.7.0",
               "newVersion": "v23.7.0",
               "packageFile": "pipelines/repo-sync.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             }
           ]
         },
         {
           "branchName": "renovate/major-github",
           "prNo": 837,
           "prTitle": "chore(deps): update registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current docker tag to v23",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current",
               "displayPending": "",
               "fixedVersion": "2.21.0",
               "currentVersion": "2.21.0",
               "currentValue": "2.21.0",
               "newValue": "v23.7.0",
               "newVersion": "v23.7.0",
               "packageFile": "pipelines/repo-sync.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/nodejs/nodejs-current"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/pipeline-templates/pipeline-templates)
       "stats": {"total": 14, "open": 2, "closed": 2, "merged": 10}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/pipeline-templates/pipeline-templates)
       "splits": {"init": 2061, "extract": 214, "lookup": 169, "onboarding": 0, "update": 2581},
       "total": 5491
DEBUG: Package cache statistics (repository=big-bang/pipeline-templates/pipeline-templates)
       "get": {"count": 58, "avgMs": 1, "medianMs": 0, "maxMs": 21, "totalMs": 36},
       "set": {"count": 59, "avgMs": 1, "medianMs": 1, "maxMs": 2, "totalMs": 49}
DEBUG: HTTP statistics (repository=big-bang/pipeline-templates/pipeline-templates)
       "hosts": {
         "repo1.dso.mil": {
           "count": 16,
           "reqAvgMs": 209,
           "reqMedianMs": 124,
           "reqMaxMs": 826,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 16
DEBUG: HTTP cache statistics (repository=big-bang/pipeline-templates/pipeline-templates)
DEBUG: Lookup statistics (repository=big-bang/pipeline-templates/pipeline-templates)
       "docker": {"count": 3, "avgMs": 49, "medianMs": 19, "maxMs": 110, "totalMs": 148}
 INFO: Repository finished (repository=big-bang/pipeline-templates/pipeline-templates)
       "cloned": true,
       "durationMs": 5491
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/argocd)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/argocd (repository=big-bang/product/packages/argocd)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/argocd)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/argocd)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/argocd)
DEBUG: big-bang/product/packages/argocd default branch = main (repository=big-bang/product/packages/argocd)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/argocd)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/argocd.git (repository=big-bang/product/packages/argocd)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/argocd)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/argocd)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/argocd)
DEBUG: isOnboarded() (repository=big-bang/product/packages/argocd)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/argocd)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/argocd)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/argocd)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/argocd (repository=big-bang/product/packages/argocd)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/argocd)
DEBUG: git clone completed (repository=big-bang/product/packages/argocd)
       "durationMs": 635
DEBUG: latest repository commit (repository=big-bang/product/packages/argocd)
       "latestCommit": {
         "hash": "bfa6afc4e40b7a094cb10469005e9755cf4cf032",
         "date": "2025-01-24T17:38:20+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 7.7.13-bb.1, origin/main, origin/HEAD",
         "body": "Update gluon Docker tag to v0.5.14\n\nSee merge request big-bang/product/packages/argocd!329",
         "author_name": "Matt Vasquez",
         "author_email": "evasquez@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/argocd)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/argocd)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/argocd)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/argocd)
DEBUG: Repository config (repository=big-bang/product/packages/argocd)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade ArgoCD Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["argocd", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+(?:#.*\\n\\s+)?repository:\\s+[^/]+/(?<depName>.+)\\s+(?:#.*\\n\\s+)tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/argocd",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Argocd:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/big-bang/argocd",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/external/Chart\\.yaml$"],
             "matchStrings": ["version:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/redis.git",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/argocd)
DEBUG: No config migration necessary (repository=big-bang/product/packages/argocd)
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/argocd)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/argocd)
DEBUG: findIssue(Renovate: Upgrade ArgoCD Package Dependencies) (repository=big-bang/product/packages/argocd)
DEBUG: baseBranches (repository=big-bang/product/packages/argocd)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/argocd, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-24T17:38:20+00:00"
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Using file match: ^chart/external/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: chart/Chart.yaml, chart/deps/argocd-apps/Chart.yaml (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Chart has no dependencies in chart/deps/argocd-apps/Chart.yaml (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/argocd, baseBranch=main)
       "managers": {"regex": 7, "helmv3": 8}
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/product/packages/argocd, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/argocd, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 1, "depCount": 3},
           "regex": {"fileCount": 4, "depCount": 12}
         },
         "total": {"fileCount": 5, "depCount": 15}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Dependency bitnami/analytics/redis-exporter has unsupported/unversioned value "v1.67.0" (versioning=docker) (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Skipping bitnami/analytics/redis-exporter because no currentDigest or pinDigests (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Dependency argoprojlabs/argocd-extension-installer" has unsupported/unversioned value "v0.0.8" (versioning=docker) (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Skipping argoprojlabs/argocd-extension-installer" because no currentDigest or pinDigests (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: GET https://registry1.dso.mil/v2/bitnami/redis/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=11) (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Datasource unauthorized (repository=big-bang/product/packages/argocd, baseBranch=main)
       "datasource": "docker",
       "packageName": "bitnami/redis",
       "url": "https://registry1.dso.mil/v2/bitnami/redis/tags/list?n=10000"
DEBUG: Failed to look up docker package bitnami/redis (repository=big-bang/product/packages/argocd, baseBranch=main, packageFile=chart/values.yaml, dependency=bitnami/redis)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/big-bang/argocd, latest) (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/argocd, latest, get) (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/dexidp/dex, latest) (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/dexidp/dex, latest, get) (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/dexidp/dex, sha256:37726cff1d195b7a388abd6ce476da7856902aea7cf085c56530ca5119dc0a1f, get) (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/argocd, sha256:d3751a2b260670d05716b7bee0a7573e148cc197cfba0a85e7e592e2a23dd0a6, get) (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/argocd, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:77df8c77005022a012f6cbda3514dbd74d8a9522fed8ae52e43cba999c64f0fa",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/argoproj/argocd:v2.13.4",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917597",
         "mil.dso.ironbank.image.keywords": "cicd,gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/argoproj/argocd:v2.13.4@sha256:7579784e637234a3630117b6a9f5911887cb64f71e3fa24003c88757e40f0da4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "argoproj",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 01:05:28+00:00",
         "org.opencontainers.image.description": "Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Also includes plugins for BigBang.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "71ea4a49e434dc90647c74633d2d58021bf485f4",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/big-bang/argocd",
         "org.opencontainers.image.title": "partybus-argocd",
         "org.opencontainers.image.url": "https://argoproj.github.io/argo-cd",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v2.13.4",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/argocd, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916903",
         "mil.dso.ironbank.image.keywords": "idp,sso",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "dex",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:47:43+00:00",
         "org.opencontainers.image.description": "Dex is an identity service that uses OpenID Connect to drive authentication for other apps.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "21e2218a94fc95f56442818d2fd904898d066b3d",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/dexidp/dex",
         "org.opencontainers.image.title": "dex",
         "org.opencontainers.image.url": "https://github.com/dexidp/dex",
         "org.opencontainers.image.vendor": "dexidp",
         "org.opencontainers.image.version": "v2.41.1",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: 4 flattened updates found: ironbank/big-bang/argocd, registry1.dso.mil/ironbank/big-bang/argocd, ironbank/big-bang/argocd, registry1.dso.mil/ironbank/big-bang/argocd (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/argocd, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/argocd, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "redis",
                 "currentValue": "20.6.2-bb.0",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/redis",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/charts",
                 "registryUrl": "https://registry1.dso.mil",
                 "sourceDirectory": "bitnami/redis",
                 "homepage": "https://bitnami.com",
                 "lookupName": "bigbang/redis",
                 "currentVersion": "20.6.2",
                 "fixedVersion": "20.6.2-bb.0"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               },
               {
                 "depName": "argocd-apps",
                 "currentValue": "0.0.9",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "argocd-apps"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "7.7.13-bb.1",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/big-bang/argocd",
                 "currentValue": "v2.13.3",
                 "datasource": "docker",
                 "replaceString": "image:\n    # -- If defined, a repository applied to all Argo CD deployments\n    repository: registry1.dso.mil/ironbank/big-bang/argocd\n    # -- Overrides the global Argo CD image tag whose default is the chart appVersion\n    tag: v2.13.3",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.13.4",
                     "newValue": "v2.13.4",
                     "newMajor": 2,
                     "newMinor": 13,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ironbank/big-bang/argocd",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/argocd",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://argoproj.github.io/argo-cd",
                 "currentVersion": "v2.13.3",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.13.3"
               },
               {
                 "depName": "ironbank/opensource/dexidp/dex",
                 "currentValue": "v2.41.1",
                 "datasource": "docker",
                 "replaceString": "image:\n    # -- Dex image repository\n    repository: registry1.dso.mil/ironbank/opensource/dexidp/dex\n    # -- Dex image tag\n    tag: v2.41.1",
                 "updates": [],
                 "packageName": "ironbank/opensource/dexidp/dex",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/dexidp/dex",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/dexidp/dex",
                 "currentVersion": "v2.41.1",
                 "fixedVersion": "v2.41.1"
               },
               {
                 "depName": "bitnami/redis",
                 "currentValue": "7.4.0",
                 "datasource": "docker",
                 "replaceString": "image:\n    # -- Redis repository\n    repository: ironbank/bitnami/redis\n    # -- Redis tag\n    tag: 7.4.0",
                 "updates": [],
                 "packageName": "bitnami/redis",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "bitnami/redis",
                     "message": "Failed to look up docker package bitnami/redis"
                   }
                 ]
               },
               {
                 "depName": "bitnami/analytics/redis-exporter",
                 "currentValue": "\"v1.67.0\"",
                 "datasource": "docker",
                 "replaceString": "image:\n      # -- Repository to use for the redis-exporter\n      repository: ironbank/bitnami/analytics/redis-exporter\n      # -- Tag to use for the redis-exporter\n      tag: \"v1.67.0\"",
                 "updates": [],
                 "packageName": "bitnami/analytics/redis-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "argoprojlabs/argocd-extension-installer\"",
                 "currentValue": "\"v0.0.8\"",
                 "datasource": "docker",
                 "replaceString": "image:\n      # -- Repository to use for extension installer image\n      repository: \"quay.io/argoprojlabs/argocd-extension-installer\"\n      # -- Tag to use for extension installer image\n      tag: \"v0.0.8\"",
                 "updates": [],
                 "packageName": "argoprojlabs/argocd-extension-installer\"",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": [
               "image:\\s+(?:#.*\\n\\s+)?repository:\\s+[^/]+/(?<depName>.+)\\s+(?:#.*\\n\\s+)tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/argocd",
                 "currentValue": "v2.13.3",
                 "datasource": "docker",
                 "replaceString": "appVersion: v2.13.3",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.13.4",
                     "newValue": "v2.13.4",
                     "newMajor": 2,
                     "newMinor": 13,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/argocd",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/argocd",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://argoproj.github.io/argo-cd",
                 "lookupName": "ironbank/big-bang/argocd",
                 "currentVersion": "v2.13.3",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.13.3"
               }
             ],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/argocd",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/big-bang/argocd",
                 "currentValue": "v2.13.3",
                 "datasource": "docker",
                 "replaceString": "- Argocd: v2.13.3",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.13.4",
                     "newValue": "v2.13.4",
                     "newMajor": 2,
                     "newMinor": 13,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ironbank/big-bang/argocd",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/argocd",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://argoproj.github.io/argo-cd",
                 "currentVersion": "v2.13.3",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.13.3"
               }
             ],
             "matchStrings": ["- Argocd:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/big-bang/argocd",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/argocd",
                 "currentValue": "v2.13.3",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/argocd:v2.13.3",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v2.13.4",
                     "newValue": "v2.13.4",
                     "newMajor": 2,
                     "newMinor": 13,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/argocd",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/argocd",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://argoproj.github.io/argo-cd",
                 "lookupName": "ironbank/big-bang/argocd",
                 "currentVersion": "v2.13.3",
                 "isSingleVersion": true,
                 "fixedVersion": "v2.13.3"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/dexidp/dex",
                 "currentValue": "v2.41.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/dexidp/dex:v2.41.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/dexidp/dex",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/dexidp/dex",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/dexidp/dex",
                 "lookupName": "ironbank/opensource/dexidp/dex",
                 "currentVersion": "v2.41.1",
                 "fixedVersion": "v2.41.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.4.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/redis:7.4.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.4.2",
                 "fixedVersion": "7.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
                 "currentValue": "v1.67.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.67.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/analytics/redis-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/oliver006/redis_exporter",
                 "lookupName": "ironbank/bitnami/analytics/redis-exporter",
                 "currentVersion": "v1.67.0",
                 "fixedVersion": "v1.67.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/argocd)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/argocd)
DEBUG: processRepo() (repository=big-bang/product/packages/argocd)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/argocd)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/argocd)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/argocd)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/argocd)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/argocd)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/argocd)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/argocd)
DEBUG: getPr(332) (repository=big-bang/product/packages/argocd)
DEBUG: getMR(332) (repository=big-bang/product/packages/argocd)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/argocd)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/argocd)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/argocd)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/argocd)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/argocd)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/argocd)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/argocd)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/argocd)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/argocd)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/argocd)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/argocd)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/argocd)
DEBUG: syncBranchState() (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(332) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(332) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:18:25.101Z) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-24T17:38:20+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep ironbank/big-bang/argocd in chart/Chart.yaml is already updated (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/argocd, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "ironbank/big-bang/argocd"
DEBUG: Branch dep ironbank/big-bang/argocd in chart/values.yaml is already updated (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/argocd, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "ironbank/big-bang/argocd"
DEBUG: Branch dep registry1.dso.mil/ironbank/big-bang/argocd in chart/Chart.yaml is already updated (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/argocd, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/big-bang/argocd"
DEBUG: Branch dep registry1.dso.mil/ironbank/big-bang/argocd in chart/Chart.yaml is already updated (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/argocd, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/big-bang/argocd"
DEBUG: No package files need updating (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-24T17:38:20+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(332) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(332) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/argocd (v2.13.3 -> v2.13.4) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/argocd (v2.13.3 -> v2.13.4) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/argocd (v2.13.3 -> v2.13.4) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/argocd (v2.13.3 -> v2.13.4) (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/big-bang/argocd (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/big-bang/argocd (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/big-bang/argocd (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/big-bang/argocd (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
 WARN: Package lookup failures (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
       "warnings": ["Failed to look up docker package bitnami/redis"],
       "files": ["chart/values.yaml"]
DEBUG: Processing existing PR (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update Ironbank to v2.13.4"
 INFO: PR updated (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
       "pr": 332,
       "prTitle": "SKIP UPDATE CHECK Update Ironbank to v2.13.4"
DEBUG: setPrCache() (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/argocd, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/argocd)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/argocd)
DEBUG: getPr(332) (repository=big-bang/product/packages/argocd)
DEBUG: getMR(332) (repository=big-bang/product/packages/argocd)
DEBUG: Config does not need migration (repository=big-bang/product/packages/argocd)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/argocd)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/argocd)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/argocd)
 WARN: Package lookup failures (repository=big-bang/product/packages/argocd)
       "warnings": ["Failed to look up docker package bitnami/redis"],
       "files": ["chart/values.yaml"]
DEBUG: ensureIssue() (repository=big-bang/product/packages/argocd)
DEBUG: Updating issue (repository=big-bang/product/packages/argocd)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/argocd)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/argocd)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/argocd)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/argocd)
DEBUG: Branch lists (repository=big-bang/product/packages/argocd)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/argocd)
DEBUG: No branches to clean up (repository=big-bang/product/packages/argocd)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/argocd)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/argocd)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/argocd)
DEBUG: Repo is activated (repository=big-bang/product/packages/argocd)
DEBUG: Branch summary (repository=big-bang/product/packages/argocd)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "bfa6afc4e40b7a094cb10469005e9755cf4cf032"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "bfa6afc4e40b7a094cb10469005e9755cf4cf032",
           "branchName": "renovate/ironbank",
           "branchSha": "1ae8774e4e452cb200779574effb99a5d555adf6",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/argocd)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 332,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank to v2.13.4",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "ironbank/big-bang/argocd",
               "displayPending": "",
               "fixedVersion": "v2.13.3",
               "currentVersion": "v2.13.3",
               "currentValue": "v2.13.3",
               "newValue": "v2.13.4",
               "newVersion": "v2.13.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "ironbank/big-bang/argocd"
             },
             {
               "datasource": "docker",
               "depName": "ironbank/big-bang/argocd",
               "displayPending": "",
               "fixedVersion": "v2.13.3",
               "currentVersion": "v2.13.3",
               "currentValue": "v2.13.3",
               "newValue": "v2.13.4",
               "newVersion": "v2.13.4",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "ironbank/big-bang/argocd"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/big-bang/argocd",
               "displayPending": "",
               "fixedVersion": "v2.13.3",
               "currentVersion": "v2.13.3",
               "currentValue": "v2.13.3",
               "newValue": "v2.13.4",
               "newVersion": "v2.13.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/big-bang/argocd"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/big-bang/argocd",
               "displayPending": "",
               "fixedVersion": "v2.13.3",
               "currentVersion": "v2.13.3",
               "currentValue": "v2.13.3",
               "newValue": "v2.13.4",
               "newVersion": "v2.13.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/big-bang/argocd"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/argocd)
       "stats": {"total": 14, "open": 1, "closed": 0, "merged": 13}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/argocd)
DEBUG: repository problems (repository=big-bang/product/packages/argocd)
       "repoProblems": ["WARN: Package lookup failures"]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/argocd)
       "splits": {"init": 2067, "extract": 307, "lookup": 614, "onboarding": 1, "update": 1439},
       "total": 4920
DEBUG: Package cache statistics (repository=big-bang/product/packages/argocd)
       "get": {"count": 21, "avgMs": 10, "medianMs": 4, "maxMs": 57, "totalMs": 215},
       "set": {"count": 15, "avgMs": 3, "medianMs": 2, "maxMs": 14, "totalMs": 52}
DEBUG: HTTP statistics (repository=big-bang/product/packages/argocd)
       "hosts": {
         "registry1.dso.mil": {
           "count": 16,
           "reqAvgMs": 47,
           "reqMedianMs": 31,
           "reqMaxMs": 169,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 12,
           "reqAvgMs": 207,
           "reqMedianMs": 144,
           "reqMaxMs": 795,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 28
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/argocd)
DEBUG: Lookup statistics (repository=big-bang/product/packages/argocd)
       "docker": {"count": 14, "avgMs": 253, "medianMs": 131, "maxMs": 542, "totalMs": 3542}
 INFO: Repository finished (repository=big-bang/product/packages/argocd)
       "cloned": true,
       "durationMs": 4920
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/gitlab-runner)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/gitlab-runner (repository=big-bang/product/packages/gitlab-runner)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/gitlab-runner)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/gitlab-runner)
DEBUG: big-bang/product/packages/gitlab-runner default branch = main (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/gitlab-runner.git (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/gitlab-runner)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/gitlab-runner)
DEBUG: isOnboarded() (repository=big-bang/product/packages/gitlab-runner)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/gitlab-runner)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/gitlab-runner)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/gitlab-runner (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/gitlab-runner)
DEBUG: git clone completed (repository=big-bang/product/packages/gitlab-runner)
       "durationMs": 527
DEBUG: latest repository commit (repository=big-bang/product/packages/gitlab-runner)
       "latestCommit": {
         "hash": "7211ac2deca11b3fbeade3da9776a720a8071e9c",
         "date": "2025-01-24T19:39:44+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 0.73.0-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/packages/gitlab-runner!210",
         "author_name": "Matt Vasquez",
         "author_email": "evasquez@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/gitlab-runner)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Repository config (repository=big-bang/product/packages/gitlab-runner)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Gitlab Runner Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "labels": [
           "gitlabRunner",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "ignorePaths": [
           "**/chart/deps/**",
           "**/.gitlab-ci.yml",
           "chart/requirements.yaml"
         ],
         "regexManagers": [
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:.+\\s+registry:.+\\s+repository:.(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "helper:\\s+registry:.+\\s+repository:.(?<depName>.+)\\s+tag:\\s+\"(?<currentValue>.+)\""
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image = \"(?<depName>.+):(?<currentValue>.+)\""],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Gitlab Runner:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Config migration necessary (repository=big-bang/product/packages/gitlab-runner)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Gitlab Runner Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "labels": [
           "gitlabRunner",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "ignorePaths": [
           "**/chart/deps/**",
           "**/.gitlab-ci.yml",
           "chart/requirements.yaml"
         ],
         "regexManagers": [
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:.+\\s+registry:.+\\s+repository:.(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "helper:\\s+registry:.+\\s+repository:.(?<depName>.+)\\s+tag:\\s+\"(?<currentValue>.+)\""
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image = \"(?<depName>.+):(?<currentValue>.+)\""],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Gitlab Runner:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Gitlab Runner Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "labels": [
           "gitlabRunner",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "ignorePaths": [
           "**/chart/deps/**",
           "**/.gitlab-ci.yml",
           "chart/requirements.yaml"
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:.+\\s+registry:.+\\s+repository:.(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "helper:\\s+registry:.+\\s+repository:.(?<depName>.+)\\s+tag:\\s+\"(?<currentValue>.+)\""
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image = \"(?<depName>.+):(?<currentValue>.+)\""],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Gitlab Runner:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/gitlab-runner)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Gitlab Runner Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "labels": [
           "gitlabRunner",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "ignorePaths": [
           "**/chart/deps/**",
           "**/.gitlab-ci.yml",
           "chart/requirements.yaml"
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:.+\\s+registry:.+\\s+repository:.(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "helper:\\s+registry:.+\\s+repository:.(?<depName>.+)\\s+tag:\\s+\"(?<currentValue>.+)\""
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image = \"(?<depName>.+):(?<currentValue>.+)\""],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Gitlab Runner:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/gitlab-runner)
       "ignorePaths": ["**/chart/deps/**", "**/.gitlab-ci.yml", "chart/requirements.yaml"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/gitlab-runner)
DEBUG: findIssue(Renovate: Upgrade Gitlab Runner Package Dependencies) (repository=big-bang/product/packages/gitlab-runner)
DEBUG: baseBranches (repository=big-bang/product/packages/gitlab-runner)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-24T19:39:44+00:00"
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Using file match: ^tests/images\.txt$ for manager regex (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/images.txt (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
       "managers": {"regex": 6, "helmv3": 7}
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Found 7 package file(s) (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 6, "depCount": 10}
         },
         "total": {"fileCount": 7, "depCount": 11}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Dependency {{ printf "%s/%s has unsupported/unversioned value %s" .Values.runners.job.registry .Values.runners.job.repository .Values.runners.job.tag }} (versioning=docker) (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Skipping {{ printf "%s/%s because no currentDigest or pinDigests (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Dependency {{ printf "%s/%s has unsupported/unversioned value %s" .Values.runners.helper.registry .Values.runners.helper.repository .Values.runners.helper.tag }} (versioning=docker) (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Skipping {{ printf "%s/%s because no currentDigest or pinDigests (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab-runner/gitlab-runner, latest) (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab-runner/gitlab-runner, latest, get) (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab-runner/gitlab-runner-helper, latest) (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab-runner/gitlab-runner-helper, latest, get) (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab-runner/gitlab-runner, sha256:347504945695a5ed7a215763b24854ce32198e1e3c61acef91059bf7664a8d6e, get) (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab-runner/gitlab-runner-helper, sha256:f5fcea9d6f7dae279b6044ea84c4325be20109233eac9fa9e7f5693ade8592a5, get) (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:5c1b02d7de7df132b22316bbf629e68fb7a63a4bf8a2447247d630bfeedc672b",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/ubi-fips-base:9.4",
         "architecture": "x86_64",
         "build-date": "2024-08-27T19:24:54",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Ubi9-micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917558",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/ubi-fips-base:9.4@sha256:25f78914b1ba19aa0d486cf3115134e8628eca1b85adb89405e87133722f7f80",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 01:00:22+00:00",
         "org.opencontainers.image.description": "GitLab Runner for use with GitLab CI/CD",
         "org.opencontainers.image.licenses": "MIT",
         "org.opencontainers.image.revision": "3b95287af010f10a53762028a11d322cc0aa0ba2",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner",
         "org.opencontainers.image.title": "gitlab-runner",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "v17.8.0",
         "release": "15",
         "summary": "ubi9 micro image",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.4-15",
         "vcs-ref": "cd5996c9b8b99b546584696465f8f39ec682078c",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:5c1b02d7de7df132b22316bbf629e68fb7a63a4bf8a2447247d630bfeedc672b",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/ubi-fips-base:9.4",
         "architecture": "x86_64",
         "build-date": "2024-08-27T19:24:54",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Ubi9-micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917446",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/ubi-fips-base:9.4@sha256:25f78914b1ba19aa0d486cf3115134e8628eca1b85adb89405e87133722f7f80",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 00:46:57+00:00",
         "org.opencontainers.image.description": "GitLab Runner for use with GitLab CI/CD",
         "org.opencontainers.image.licenses": "MIT",
         "org.opencontainers.image.revision": "3c16eefbbd1b9c6eedc3f085e337d3d219ff3e2d",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper",
         "org.opencontainers.image.title": "gitlab-runner-helper",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "v17.8.0",
         "release": "15",
         "summary": "ubi9 micro image",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/ubi-micro/images/9.4-15",
         "vcs-ref": "cd5996c9b8b99b546584696465f8f39ec682078c",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/gitlab-runner, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "0.73.0-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.8.0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.8.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentVersion": "v17.8.0",
                 "fixedVersion": "v17.8.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9",
                 "currentValue": "9.5",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/609560d9e2b160d361d24f98",
                 "lookupName": "ironbank/redhat/ubi/ubi9",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.8.0",
                 "datasource": "docker",
                 "replaceString": "helper:\n    registry: registry1.dso.mil\n    repository: ironbank/gitlab/gitlab-runner/gitlab-runner-helper\n    tag: \"v17.8.0\"",
                 "updates": [],
                 "packageName": "ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "currentVersion": "v17.8.0",
                 "fixedVersion": "v17.8.0"
               }
             ],
             "matchStrings": [
               "helper:\\s+registry:.+\\s+repository:.(?<depName>.+)\\s+tag:\\s+\"(?<currentValue>.+)\""
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "{{ printf \"%s/%s",
                 "currentValue": "%s\" .Values.runners.job.registry .Values.runners.job.repository .Values.runners.job.tag }}",
                 "datasource": "docker",
                 "replaceString": "image = \"{{ printf \"%s/%s:%s\" .Values.runners.job.registry .Values.runners.job.repository .Values.runners.job.tag }}\"",
                 "updates": [],
                 "packageName": "{{ printf \"%s/%s",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "{{ printf \"%s/%s",
                 "currentValue": "%s\" .Values.runners.helper.registry .Values.runners.helper.repository .Values.runners.helper.tag }}",
                 "datasource": "docker",
                 "replaceString": "image = \"{{ printf \"%s/%s:%s\" .Values.runners.helper.registry .Values.runners.helper.repository .Values.runners.helper.tag }}\"",
                 "updates": [],
                 "packageName": "{{ printf \"%s/%s",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": ["image = \"(?<depName>.+):(?<currentValue>.+)\""],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/gitlab/gitlab-runner/gitlab-runner",
                 "currentValue": "v17.8.0",
                 "datasource": "docker",
                 "replaceString": "- Gitlab Runner: v17.8.0",
                 "updates": [],
                 "packageName": "ironbank/gitlab/gitlab-runner/gitlab-runner",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "currentVersion": "v17.8.0",
                 "fixedVersion": "v17.8.0"
               }
             ],
             "matchStrings": ["- Gitlab Runner:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner",
                 "currentValue": "v17.8.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner:v17.8.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab-runner/gitlab-runner",
                 "currentVersion": "v17.8.0",
                 "fixedVersion": "v17.8.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentValue": "v17.8.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper:v17.8.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner-helper",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab-runner/gitlab-runner-helper",
                 "currentVersion": "v17.8.0",
                 "fixedVersion": "v17.8.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9",
                 "currentValue": "9.5",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/609560d9e2b160d361d24f98",
                 "lookupName": "ironbank/redhat/ubi/ubi9",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/gitlab/gitlab-runner/gitlab-runner",
                 "currentValue": "17.8.0",
                 "datasource": "docker",
                 "replaceString": "appVersion: 17.8.0",
                 "updates": [],
                 "packageName": "ironbank/gitlab/gitlab-runner/gitlab-runner",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/gitlab-runner/gitlab-runner",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "currentVersion": "v17.8.0",
                 "fixedVersion": "17.8.0"
               }
             ],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/gitlab/gitlab-runner/gitlab-runner",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/gitlab-runner)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/gitlab-runner)
DEBUG: processRepo() (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/gitlab-runner)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/gitlab-runner)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/gitlab-runner)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/gitlab-runner)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/gitlab-runner)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/gitlab-runner)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/gitlab-runner)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/gitlab-runner)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/gitlab-runner)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/gitlab-runner)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/gitlab-runner)
DEBUG: ensureIssue() (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Updating issue (repository=big-bang/product/packages/gitlab-runner)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/gitlab-runner)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/gitlab-runner)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/gitlab-runner)
DEBUG: No renovate branches found (repository=big-bang/product/packages/gitlab-runner)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/gitlab-runner)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/gitlab-runner)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Repo is activated (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Branch summary (repository=big-bang/product/packages/gitlab-runner)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "7211ac2deca11b3fbeade3da9776a720a8071e9c"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/gitlab-runner)
       "stats": {"total": 6, "open": 0, "closed": 0, "merged": 6}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/gitlab-runner)
       "splits": {"init": 1546, "extract": 250, "lookup": 433, "onboarding": 0, "update": 0},
       "total": 2695
DEBUG: Package cache statistics (repository=big-bang/product/packages/gitlab-runner)
       "get": {"count": 10, "avgMs": 3, "medianMs": 2, "maxMs": 20, "totalMs": 34},
       "set": {"count": 6, "avgMs": 7, "medianMs": 3, "maxMs": 15, "totalMs": 39}
DEBUG: HTTP statistics (repository=big-bang/product/packages/gitlab-runner)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 27,
           "reqMedianMs": 23,
           "reqMaxMs": 69,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 188,
           "reqMedianMs": 131,
           "reqMaxMs": 450,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 20
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/gitlab-runner)
DEBUG: Lookup statistics (repository=big-bang/product/packages/gitlab-runner)
       "docker": {"count": 11, "avgMs": 204, "medianMs": 306, "maxMs": 396, "totalMs": 2247}
 INFO: Repository finished (repository=big-bang/product/packages/gitlab-runner)
       "cloned": true,
       "durationMs": 2695
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/keycloak)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/keycloak (repository=big-bang/product/packages/keycloak)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/keycloak)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/keycloak)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/keycloak)
DEBUG: big-bang/product/packages/keycloak default branch = main (repository=big-bang/product/packages/keycloak)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/keycloak)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/keycloak.git (repository=big-bang/product/packages/keycloak)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/keycloak)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/keycloak)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/keycloak)
DEBUG: isOnboarded() (repository=big-bang/product/packages/keycloak)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/keycloak)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/keycloak)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/keycloak)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/keycloak (repository=big-bang/product/packages/keycloak)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/keycloak)
DEBUG: git clone completed (repository=big-bang/product/packages/keycloak)
       "durationMs": 711
DEBUG: latest repository commit (repository=big-bang/product/packages/keycloak)
       "latestCommit": {
         "hash": "330005279f5a76fe821f47ee21f7c4ec0b0c2290",
         "date": "2025-01-16T14:26:30+00:00",
         "message": "Merge branch '233-update-chart-dependency' into 'main'",
         "refs": "HEAD -> main, tag: 2.5.1-bb.5, origin/main, origin/HEAD, origin/236-keycloak-add-istio-operatorless-network-policy-support",
         "body": "feat(dependency): update postgresql chart version dependency #233 - SKIP UPGRADE\n\nCloses #233\n\nSee merge request big-bang/product/packages/keycloak!277",
         "author_name": "Jimmy Bourque",
         "author_email": "jbourque@bridgephase.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/keycloak)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/keycloak)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/keycloak)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/keycloak)
DEBUG: Repository config (repository=big-bang/product/packages/keycloak)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Keycloak Package Dependencies",
         "draftPR": "true",
         "labels": ["keycloak", "Package Sustainment", "kind::maintenance"],
         "enabledManagers": ["regex", "helmv3"],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "separateMajorMinor": "false",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "ignoreDeps": [
           "docker.io/unguiculus/docker-python3-phantomjs-selenium",
           "org.keycloak:keycloak-core",
           "org.powermock:powermock-module-junit4",
           "org.powermock:powermock-api-mockito2",
           "org.mockito:mockito-core",
           "junit:junit",
           "org.yaml:snakeyaml",
           "org.keycloak:keycloak-services",
           "org.keycloak:keycloak-server-spi",
           "org.keycloak:keycloak-server-spi-private",
           "io.freefair.lombok",
           "com.github.johnrengelman.shadow",
           "gradle"
         ],
         "ignorePaths": ["**/development/plugin"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/opensource/keycloak/keycloak",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Keycloak:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/opensource/keycloak/keycloak",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/big-bang/base:(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/big-bang/base",
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/keycloak)
DEBUG: Config migration necessary (repository=big-bang/product/packages/keycloak)
       "oldConfig": {
         "baseBranches": ["main"],
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Keycloak Package Dependencies",
         "draftPR": "true",
         "labels": ["keycloak", "Package Sustainment", "kind::maintenance"],
         "enabledManagers": ["regex", "helmv3"],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "separateMajorMinor": "false",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "ignoreDeps": [
           "docker.io/unguiculus/docker-python3-phantomjs-selenium",
           "org.keycloak:keycloak-core",
           "org.powermock:powermock-module-junit4",
           "org.powermock:powermock-api-mockito2",
           "org.mockito:mockito-core",
           "junit:junit",
           "org.yaml:snakeyaml",
           "org.keycloak:keycloak-services",
           "org.keycloak:keycloak-server-spi",
           "org.keycloak:keycloak-server-spi-private",
           "io.freefair.lombok",
           "com.github.johnrengelman.shadow",
           "gradle"
         ],
         "ignorePaths": ["**/development/plugin"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/opensource/keycloak/keycloak",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Keycloak:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/opensource/keycloak/keycloak",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/big-bang/base:(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/big-bang/base",
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Keycloak Package Dependencies",
         "draftPR": true,
         "labels": ["keycloak", "Package Sustainment", "kind::maintenance"],
         "enabledManagers": ["custom.regex", "helmv3"],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "ignoreDeps": [
           "docker.io/unguiculus/docker-python3-phantomjs-selenium",
           "org.keycloak:keycloak-core",
           "org.powermock:powermock-module-junit4",
           "org.powermock:powermock-api-mockito2",
           "org.mockito:mockito-core",
           "junit:junit",
           "org.yaml:snakeyaml",
           "org.keycloak:keycloak-services",
           "org.keycloak:keycloak-server-spi",
           "org.keycloak:keycloak-server-spi-private",
           "io.freefair.lombok",
           "com.github.johnrengelman.shadow",
           "gradle"
         ],
         "ignorePaths": ["**/development/plugin"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/opensource/keycloak/keycloak",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Keycloak:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/opensource/keycloak/keycloak",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/big-bang/base:(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/big-bang/base",
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/keycloak)
       "config": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Keycloak Package Dependencies",
         "draftPR": true,
         "labels": ["keycloak", "Package Sustainment", "kind::maintenance"],
         "enabledManagers": ["custom.regex", "helmv3"],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "ignoreDeps": [
           "docker.io/unguiculus/docker-python3-phantomjs-selenium",
           "org.keycloak:keycloak-core",
           "org.powermock:powermock-module-junit4",
           "org.powermock:powermock-api-mockito2",
           "org.mockito:mockito-core",
           "junit:junit",
           "org.yaml:snakeyaml",
           "org.keycloak:keycloak-services",
           "org.keycloak:keycloak-server-spi",
           "org.keycloak:keycloak-server-spi-private",
           "io.freefair.lombok",
           "com.github.johnrengelman.shadow",
           "gradle"
         ],
         "ignorePaths": ["**/development/plugin"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/opensource/keycloak/keycloak",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Keycloak:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/opensource/keycloak/keycloak",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/big-bang/base:(?<currentValue>.+)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/big-bang/base",
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/keycloak)
       "ignorePaths": ["**/development/plugin"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/keycloak)
DEBUG: findIssue(Renovate: Upgrade Keycloak Package Dependencies) (repository=big-bang/product/packages/keycloak)
DEBUG: baseBranches (repository=big-bang/product/packages/keycloak)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/keycloak, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-16T14:26:30+00:00"
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Matched 3 file(s) for manager helmv3: chart/Chart.yaml, chart/deps/postgresql/Chart.yaml, chart/deps/postgresql/charts/common/Chart.yaml (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Chart has no dependencies in chart/deps/postgresql/charts/common/Chart.yaml (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/keycloak, baseBranch=main)
       "managers": {"regex": 5, "helmv3": 7}
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Found 5 package file(s) (repository=big-bang/product/packages/keycloak, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/keycloak, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 2, "depCount": 3},
           "regex": {"fileCount": 3, "depCount": 5}
         },
         "total": {"fileCount": 5, "depCount": 8}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Dependency registry-1.docker.io/bitnamicharts/common has unsupported/unversioned value 2.x.x (versioning=docker) (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Skipping registry-1.docker.io/bitnamicharts/common because no currentDigest or pinDigests (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql-alpine, latest) (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql-alpine, latest, get) (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/keycloak/keycloak, latest) (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/keycloak/keycloak, latest, get) (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql-alpine, sha256:8d419387d5796ec581e26d569fd588803ef10760ab95a5d0da12d0a4665e3699, get) (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/keycloak/keycloak, sha256:fb8c582f648b18c83a74d83aec0ed0faca4ae5958d64760db66e16be9f3f308d, get) (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/keycloak, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:44586784378a36dd15ec2d746d638db492b19d547096a5513724f1b84de4ad18",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917068",
         "mil.dso.ironbank.image.keywords": "postgres, sql, database",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:587e84d24d5b806791a59b4eb8e485afff3a8fb9c4de9bc88995f99cb279c537",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "alpine321-container",
         "mil.dso.ironbank.product.name": "postgres",
         "org.opencontainers.image.created": "2025-02-03 00:03:44+00:00",
         "org.opencontainers.image.description": "PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "425094a88c312850c3a27165b17ad4ac15a5ff4b",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17-alpine",
         "org.opencontainers.image.title": "postgresql",
         "org.opencontainers.image.url": "https://www.postgresql.org/docs/16/index.html",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "17.2"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/keycloak, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7c44daa70daa92d75795c2c0915c94b215ca0f6d6060bbb714b1f9c395627df2",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk21-devel:1.21",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917666",
         "mil.dso.ironbank.image.keywords": "auth,idam,sso",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk21-devel:1.21@sha256:ea8e7e5bc623ae3c69aee57f409e6c5d0e461262e10ab55a82e100305f892230",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Keycloak",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 01:12:24+00:00",
         "org.opencontainers.image.description": "Keycloak is an open source Identity and Access Management solution aimed at modern applications and services.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "a0d25033d511f233435ed3042fcf412edc30d997",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/keycloak/keycloak",
         "org.opencontainers.image.title": "keycloak",
         "org.opencontainers.image.url": "https://www.keycloak.org",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "26.1.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: semanticCommits: detected "angular" (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: semanticCommits: enabled (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: 5 flattened updates found: gluon, ironbank/opensource/keycloak/keycloak, ironbank/opensource/keycloak/keycloak, registry1.dso.mil/ironbank/opensource/keycloak/keycloak, registry1.dso.mil/ironbank/opensource/postgres/postgresql-alpine (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/keycloak, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/keycloak, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "postgresql",
                 "currentValue": "12.12.10",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "postgresql"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.12",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.12",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.12"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "2.5.1-bb.5",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "common",
                 "currentValue": "2.x.x",
                 "datasource": "docker",
                 "packageName": "registry-1.docker.io/bitnamicharts/common",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "12.12.10",
             "lockFiles": ["chart/deps/postgresql/Chart.lock"],
             "packageFile": "chart/deps/postgresql/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/keycloak/keycloak",
                 "currentValue": "25.0.6",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 25.0.6",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "26.1.0",
                     "newValue": "26.1.0",
                     "newMajor": 26,
                     "newMinor": 1,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ironbank/opensource/keycloak/keycloak",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/keycloak/keycloak",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.keycloak.org",
                 "currentVersion": "25.0.6",
                 "isSingleVersion": true,
                 "fixedVersion": "25.0.6"
               }
             ],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/keycloak/keycloak",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/keycloak/keycloak",
                 "currentValue": "25.0.6",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Keycloak: 25.0.6",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "26.1.0",
                     "newValue": "26.1.0",
                     "newMajor": 26,
                     "newMinor": 1,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "ironbank/opensource/keycloak/keycloak",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/keycloak/keycloak",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.keycloak.org",
                 "currentVersion": "25.0.6",
                 "isSingleVersion": true,
                 "fixedVersion": "25.0.6"
               }
             ],
             "matchStrings": ["- Keycloak:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/opensource/keycloak/keycloak",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/keycloak/keycloak",
                 "currentValue": "25.0.6",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/keycloak/keycloak:25.0.6",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "26.1.0",
                     "newValue": "26.1.0",
                     "newMajor": 26,
                     "newMinor": 1,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/keycloak/keycloak",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/keycloak/keycloak",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.keycloak.org",
                 "lookupName": "ironbank/opensource/keycloak/keycloak",
                 "currentVersion": "25.0.6",
                 "isSingleVersion": true,
                 "fixedVersion": "25.0.6"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql-alpine",
                 "currentValue": "15.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql-alpine:15.10",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "17.2",
                     "newValue": "17.2",
                     "newMajor": 17,
                     "newMinor": 2,
                     "newPatch": null,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql-alpine",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17-alpine",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.postgresql.org/docs/16/index.html",
                 "lookupName": "ironbank/opensource/postgres/postgresql-alpine",
                 "currentVersion": "15.10",
                 "isSingleVersion": true,
                 "fixedVersion": "15.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/keycloak)
DEBUG: semanticCommits: returning "enabled" from cache (repository=big-bang/product/packages/keycloak)
DEBUG: processRepo() (repository=big-bang/product/packages/keycloak)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/keycloak)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/keycloak)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/keycloak)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/keycloak)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/keycloak)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/keycloak)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/keycloak)
DEBUG: getPr(266) (repository=big-bang/product/packages/keycloak)
DEBUG: getMR(266) (repository=big-bang/product/packages/keycloak)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/keycloak)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/keycloak)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/keycloak)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/keycloak)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/keycloak)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/keycloak)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/keycloak)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/keycloak)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/keycloak)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/keycloak)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/keycloak)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/keycloak)
DEBUG: syncBranchState() (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(266) (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(266) (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["sgalamb@bridgephase.com"]
DEBUG: Found existing branch PR (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:266 (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #266 (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 9 comments (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #266 (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: Comment is already update-to-date (repository=big-bang/product/packages/keycloak, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/keycloak)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/keycloak)
DEBUG: getPr(266) (repository=big-bang/product/packages/keycloak)
DEBUG: getMR(266) (repository=big-bang/product/packages/keycloak)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/keycloak)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/keycloak)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/keycloak)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/keycloak)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/keycloak)
DEBUG: ensureIssue() (repository=big-bang/product/packages/keycloak)
DEBUG: Updating issue (repository=big-bang/product/packages/keycloak)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/keycloak)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/keycloak)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/keycloak)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/keycloak)
DEBUG: Branch lists (repository=big-bang/product/packages/keycloak)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/keycloak)
DEBUG: No branches to clean up (repository=big-bang/product/packages/keycloak)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/keycloak)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/keycloak)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/keycloak)
DEBUG: Repo is activated (repository=big-bang/product/packages/keycloak)
DEBUG: Branch summary (repository=big-bang/product/packages/keycloak)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "330005279f5a76fe821f47ee21f7c4ec0b0c2290"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "330005279f5a76fe821f47ee21f7c4ec0b0c2290",
           "branchName": "renovate/ironbank",
           "branchSha": "3eb2adc2423cdc97d30eb958704b7add8ca5d7c9",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/keycloak)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 266,
           "prTitle": "chore(deps): update ironbank",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.12",
               "currentVersion": "0.5.12",
               "currentValue": "0.5.12",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "docker",
               "depName": "ironbank/opensource/keycloak/keycloak",
               "displayPending": "",
               "fixedVersion": "25.0.6",
               "currentVersion": "25.0.6",
               "currentValue": "25.0.6",
               "newValue": "26.1.0",
               "newVersion": "26.1.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "ironbank/opensource/keycloak/keycloak"
             },
             {
               "datasource": "docker",
               "depName": "ironbank/opensource/keycloak/keycloak",
               "displayPending": "",
               "fixedVersion": "25.0.6",
               "currentVersion": "25.0.6",
               "currentValue": "25.0.6",
               "newValue": "26.1.0",
               "newVersion": "26.1.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "ironbank/opensource/keycloak/keycloak"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/keycloak/keycloak",
               "displayPending": "",
               "fixedVersion": "25.0.6",
               "currentVersion": "25.0.6",
               "currentValue": "25.0.6",
               "newValue": "26.1.0",
               "newVersion": "26.1.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/keycloak/keycloak"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql-alpine",
               "displayPending": "",
               "fixedVersion": "15.10",
               "currentVersion": "15.10",
               "currentValue": "15.10",
               "newValue": "17.2",
               "newVersion": "17.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql-alpine"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/keycloak)
       "stats": {"total": 6, "open": 1, "closed": 1, "merged": 4}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/keycloak)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/keycloak)
       "splits": {"init": 1793, "extract": 418, "lookup": 425, "onboarding": 0, "update": 405},
       "total": 3689
DEBUG: Package cache statistics (repository=big-bang/product/packages/keycloak)
       "get": {"count": 10, "avgMs": 3, "medianMs": 1, "maxMs": 13, "totalMs": 25},
       "set": {"count": 6, "avgMs": 8, "medianMs": 10, "maxMs": 18, "totalMs": 50}
DEBUG: HTTP statistics (repository=big-bang/product/packages/keycloak)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 20,
           "reqMedianMs": 17,
           "reqMaxMs": 35,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 219,
           "reqMedianMs": 169,
           "reqMaxMs": 466,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 22
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/keycloak)
DEBUG: Lookup statistics (repository=big-bang/product/packages/keycloak)
       "docker": {"count": 7, "avgMs": 196, "medianMs": 248, "maxMs": 356, "totalMs": 1369}
 INFO: Repository finished (repository=big-bang/product/packages/keycloak)
       "cloned": true,
       "durationMs": 3689
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/maintained/confluence)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/maintained/confluence (repository=big-bang/product/maintained/confluence)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/maintained/confluence)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/maintained/confluence)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/maintained/confluence)
DEBUG: big-bang/product/maintained/confluence default branch = main (repository=big-bang/product/maintained/confluence)
DEBUG: Enabling Git FS (repository=big-bang/product/maintained/confluence)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/maintained/confluence.git (repository=big-bang/product/maintained/confluence)
DEBUG: Resetting npmrc (repository=big-bang/product/maintained/confluence)
DEBUG: Resetting npmrc (repository=big-bang/product/maintained/confluence)
DEBUG: checkOnboarding() (repository=big-bang/product/maintained/confluence)
DEBUG: isOnboarded() (repository=big-bang/product/maintained/confluence)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/maintained/confluence)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/maintained/confluence)
DEBUG: findFile(renovate.json) (repository=big-bang/product/maintained/confluence)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/maintained/confluence (repository=big-bang/product/maintained/confluence)
DEBUG: Performing blobless clone (repository=big-bang/product/maintained/confluence)
DEBUG: git clone completed (repository=big-bang/product/maintained/confluence)
       "durationMs": 726
DEBUG: latest repository commit (repository=big-bang/product/maintained/confluence)
       "latestCommit": {
         "hash": "2f2b694d0bb530bc97b013d0a9c694a2bf0ff376",
         "date": "2025-01-30T20:00:02+00:00",
         "message": "Merge branch '132-duplicate-jmx-exporter-init-container' into 'main'",
         "refs": "HEAD -> main, tag: 1.22.3-bb.3, origin/main, origin/HEAD",
         "body": "Resolve \"Duplicate JMX exporter init container\"\n\nCloses #132\n\nSee merge request big-bang/product/maintained/confluence!180",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/maintained/confluence)
DEBUG: ensureIssueClosing() (repository=big-bang/product/maintained/confluence)
DEBUG: Repo is onboarded (repository=big-bang/product/maintained/confluence)
DEBUG: Found renovate.json config file (repository=big-bang/product/maintained/confluence)
DEBUG: Repository config (repository=big-bang/product/maintained/confluence)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Confluence Package Dependencies",
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "confluence",
           "Package Sustainment",
           "kind::maintenance",
           "renovate"
         ],
         "packageRules": [
           {
             "description": "Ignore PostgreSQL subchart updates, they are generally unnecessary",
             "matchPackagePatterns": ["postgresql"],
             "matchManagers": ["helmv3"],
             "enabled": false
           },
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Confluence:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$", "^chart/values\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/maintained/confluence)
DEBUG: Config migration necessary (repository=big-bang/product/maintained/confluence)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Confluence Package Dependencies",
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "confluence",
           "Package Sustainment",
           "kind::maintenance",
           "renovate"
         ],
         "packageRules": [
           {
             "description": "Ignore PostgreSQL subchart updates, they are generally unnecessary",
             "matchPackagePatterns": ["postgresql"],
             "matchManagers": ["helmv3"],
             "enabled": false
           },
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Confluence:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$", "^chart/values\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Confluence Package Dependencies",
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "confluence",
           "Package Sustainment",
           "kind::maintenance",
           "renovate"
         ],
         "packageRules": [
           {
             "description": "Ignore PostgreSQL subchart updates, they are generally unnecessary",
             "matchManagers": ["helmv3"],
             "enabled": false,
             "matchPackageNames": ["/postgresql/"]
           },
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Confluence:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$", "^chart/values\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/product/maintained/confluence)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Confluence Package Dependencies",
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "confluence",
           "Package Sustainment",
           "kind::maintenance",
           "renovate"
         ],
         "packageRules": [
           {
             "description": [
               "Ignore PostgreSQL subchart updates, they are generally unnecessary"
             ],
             "matchManagers": ["helmv3"],
             "enabled": false,
             "matchPackageNames": ["/postgresql/"]
           },
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Confluence:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$", "^chart/values\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/maintained/confluence)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/maintained/confluence)
DEBUG: findIssue(Renovate: Upgrade Confluence Package Dependencies) (repository=big-bang/product/maintained/confluence)
DEBUG: baseBranches (repository=big-bang/product/maintained/confluence)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/maintained/confluence, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T20:00:02+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Matched 1 file(s) for manager npm: chart/tests/package.json (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Matched 2 file(s) for manager regex: chart/Chart.yaml, chart/values.yaml (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: npm file chart/tests/package.json has name undefined (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Found chart/tests/package-lock.json for chart/tests/package.json (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/maintained/confluence, baseBranch=main)
       "managers": {"regex": 23, "helm-values": 20, "helmv3": 22, "npm": 27}
DEBUG: Found helm-values package files (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Found npm package files (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Found 6 package file(s) (repository=big-bang/product/maintained/confluence, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/maintained/confluence, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 3},
           "helmv3": {"fileCount": 1, "depCount": 4},
           "npm": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 3, "depCount": 8}
         },
         "total": {"fileCount": 6, "depCount": 16}
       }
DEBUG: baseBranch: main (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Dependency: postgresql, is disabled (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Dependency <image> has unsupported/unversioned value <tag> (versioning=docker) (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Skipping <image> because no currentDigest or pinDigests (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Dependency <image> has unsupported/unversioned value <tag> (versioning=docker) (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Skipping <image> because no currentDigest or pinDigests (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: hostRules: no authentication for atlassian.github.io (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using queue: host=atlassian.github.io, concurrency=16 (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using queue: host=opensearch-project.github.io, concurrency=16 (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: GET https://registry1.dso.mil/v2/fluent/fluentd-kubernetes-daemonset/tags/list?n=10000 = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=401 retryCount=0, duration=83) (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Datasource unauthorized (repository=big-bang/product/maintained/confluence, baseBranch=main)
       "datasource": "docker",
       "packageName": "fluent/fluentd-kubernetes-daemonset",
       "url": "https://registry1.dso.mil/v2/fluent/fluentd-kubernetes-daemonset/tags/list?n=10000"
DEBUG: Failed to look up docker package fluent/fluentd-kubernetes-daemonset (repository=big-bang/product/maintained/confluence, baseBranch=main, packageFile=chart/Chart.yaml, dependency=fluent/fluentd-kubernetes-daemonset)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/atlassian/confluence-data-center/confluence-node, latest) (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/atlassian/confluence-data-center/confluence-node, latest, get) (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/atlassian/confluence-data-center/confluence-node, sha256:3290f0c7c6438819e772b11689219cb4d0fa1e41c56eaf4fa3af567582dd428b, get) (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/maintained/confluence, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917905",
         "mil.dso.ironbank.image.keywords": "confluence,atlassian,team,organise,share,remote,work,wiki,document,knowledge,knowledgebase,culture,devops,devsecops,postmortem",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "atlassian",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 01:42:29+00:00",
         "org.opencontainers.image.description": "Create, collaborate, and organize all your work in one place. Confluence is a team workspace where knowledge and collaboration meet. Dynamic pages give your team a place to create, capture, and collaborate on any project or idea. Spaces help your team structure, organize, and share work, so every team member has visibility into institutional knowledge and access to the information they need to do their best work",
         "org.opencontainers.image.licenses": "proprietary",
         "org.opencontainers.image.revision": "ca77984919397880d679819afc97dc915a420652",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/atlassian/confluence-data-center/confluence",
         "org.opencontainers.image.title": "confluence-node",
         "org.opencontainers.image.url": "https://hub.docker.com/r/atlassian/confluence",
         "org.opencontainers.image.vendor": "Atlassian",
         "org.opencontainers.image.version": "9.2.0",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: 1 flattened updates found: cypress (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/maintained/confluence, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/maintained/confluence, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
                 "currentValue": "9.2.0",
                 "datasource": "docker",
                 "replaceString": "9.2.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/atlassian/confluence-data-center/confluence",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/r/atlassian/confluence",
                 "lookupName": "ironbank/atlassian/confluence-data-center/confluence-node",
                 "currentVersion": "9.2.0",
                 "fixedVersion": "9.2.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "17.2",
                 "datasource": "docker",
                 "replaceString": "17.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.postgresql.org/docs/17/index.html",
                 "lookupName": "ironbank/opensource/postgres/postgresql",
                 "currentVersion": "17.2",
                 "fixedVersion": "17.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "common",
                 "currentValue": "1.2.7",
                 "registryUrls": [
                   "https://atlassian.github.io/data-center-helm-charts"
                 ],
                 "updates": [],
                 "packageName": "common",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/atlassian/data-center-helm-charts",
                 "registryUrl": "https://atlassian.github.io/data-center-helm-charts",
                 "homepage": "https://atlassian.github.io/data-center-helm-charts/",
                 "currentVersion": "1.2.7",
                 "currentVersionTimestamp": "2024-09-10T03:21:40.202Z",
                 "currentVersionAgeInDays": 146,
                 "fixedVersion": "1.2.7"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               },
               {
                 "depName": "postgresql",
                 "currentValue": "13.2.2",
                 "registryUrls": ["https://charts.bitnami.com/bitnami"],
                 "updates": [],
                 "packageName": "postgresql",
                 "skipReason": "disabled"
               },
               {
                 "depName": "opensearch",
                 "currentValue": "2.30.1",
                 "registryUrls": ["https://opensearch-project.github.io/helm-charts"],
                 "updates": [],
                 "packageName": "opensearch",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/opensearch-project/helm-charts",
                 "registryUrl": "https://opensearch-project.github.io/helm-charts",
                 "homepage": "https://opensearch.org",
                 "currentVersion": "2.30.1",
                 "currentVersionTimestamp": "2025-01-15T12:34:21.647Z",
                 "currentVersionAgeInDays": 18,
                 "fixedVersion": "2.30.1"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.22.3-bb.3",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "dependencies",
                 "depName": "cypress",
                 "currentValue": "^14.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "14.0.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "patch",
                     "isRange": true,
                     "isLockfileUpdate": true,
                     "branchName": "renovate/cypress-14.x-lockfile"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "14.0.0",
                 "currentVersionTimestamp": "2025-01-16T15:41:02.721Z",
                 "currentVersionAgeInDays": 17,
                 "isSingleVersion": true,
                 "fixedVersion": "14.0.0"
               }
             ],
             "extractedConstraints": {"npm": ">=7"},
             "managerData": {
               "hasPackageManager": false,
               "npmLock": "chart/tests/package-lock.json",
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "chart/tests/package.json",
             "lockFiles": ["chart/tests/package-lock.json"]
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
                 "currentValue": "9.2.0",
                 "datasource": "docker",
                 "replaceString": "- Confluence: 9.2.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/atlassian/confluence-data-center/confluence",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/r/atlassian/confluence",
                 "lookupName": "ironbank/atlassian/confluence-data-center/confluence-node",
                 "currentVersion": "9.2.0",
                 "fixedVersion": "9.2.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
                 "currentValue": "9.2.0",
                 "datasource": "docker",
                 "replaceString": "appVersion: 9.2.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/atlassian/confluence-data-center/confluence",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/r/atlassian/confluence",
                 "lookupName": "ironbank/atlassian/confluence-data-center/confluence-node",
                 "currentVersion": "9.2.0",
                 "fixedVersion": "9.2.0"
               }
             ],
             "matchStrings": [
               "- Confluence:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
                 "currentValue": "9.2.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node:9.2.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/atlassian/confluence-data-center/confluence-node",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/atlassian/confluence-data-center/confluence",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/r/atlassian/confluence",
                 "lookupName": "ironbank/atlassian/confluence-data-center/confluence-node",
                 "currentVersion": "9.2.0",
                 "fixedVersion": "9.2.0"
               },
               {
                 "depName": "fluent/fluentd-kubernetes-daemonset",
                 "currentValue": "v1.11.5-debian-elasticsearch7-1.2",
                 "datasource": "docker",
                 "replaceString": "image: fluent/fluentd-kubernetes-daemonset:v1.11.5-debian-elasticsearch7-1.2",
                 "updates": [],
                 "packageName": "fluent/fluentd-kubernetes-daemonset",
                 "versioning": "docker",
                 "warnings": [
                   {
                     "topic": "fluent/fluentd-kubernetes-daemonset",
                     "message": "Failed to look up docker package fluent/fluentd-kubernetes-daemonset"
                   }
                 ]
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "17.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.postgresql.org/docs/17/index.html",
                 "lookupName": "ironbank/opensource/postgres/postgresql",
                 "currentVersion": "17.2",
                 "fixedVersion": "17.2"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "<image>",
                 "currentValue": "<tag>",
                 "datasource": "docker",
                 "replaceString": "image: <image>:<tag>",
                 "updates": [],
                 "packageName": "<image>",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "<image>",
                 "currentValue": "<tag>",
                 "datasource": "docker",
                 "replaceString": "image: <image>:<tag>",
                 "updates": [],
                 "packageName": "<image>",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/maintained/confluence)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/maintained/confluence)
DEBUG: processRepo() (repository=big-bang/product/maintained/confluence)
DEBUG: Processing 1 branch: renovate/cypress-14.x-lockfile (repository=big-bang/product/maintained/confluence)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/maintained/confluence)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/maintained/confluence)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/maintained/confluence)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/maintained/confluence)
DEBUG: getBranchPr(renovate/cypress-14.x-lockfile) (repository=big-bang/product/maintained/confluence)
DEBUG: findPr(renovate/cypress-14.x-lockfile, undefined, open) (repository=big-bang/product/maintained/confluence)
DEBUG: getPr(179) (repository=big-bang/product/maintained/confluence)
DEBUG: getMR(179) (repository=big-bang/product/maintained/confluence)
DEBUG: 1 PRs are currently open (repository=big-bang/product/maintained/confluence)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/maintained/confluence)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/maintained/confluence)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/maintained/confluence)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/maintained/confluence)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/maintained/confluence)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/maintained/confluence)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/maintained/confluence)
DEBUG: 1 already existing branches found: renovate/cypress-14.x-lockfile (repository=big-bang/product/maintained/confluence)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/maintained/confluence)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/maintained/confluence)
DEBUG: Branches limit = 2 (repository=big-bang/product/maintained/confluence)
DEBUG: syncBranchState() (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: getBranchPr(renovate/cypress-14.x-lockfile) (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: findPr(renovate/cypress-14.x-lockfile, undefined, open) (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: getPr(179) (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: getMR(179) (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: branchExists=true (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: PR rebase requested=false (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Checking if PR has been edited (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: branch.isModified() = true (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
       "branchName": "renovate/cypress-14.x-lockfile",
       "unrecognizedAuthors": ["cpodieu@karthikconsulting.com"]
DEBUG: Found existing branch PR (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: PR has been edited, PrNo:179 (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Getting comments for #179 (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Found 13 comments (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #179 (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: Comment is already update-to-date (repository=big-bang/product/maintained/confluence, baseBranch=main, branch=renovate/cypress-14.x-lockfile)
DEBUG: getBranchPr(renovate/cypress-14.x-lockfile) (repository=big-bang/product/maintained/confluence)
DEBUG: findPr(renovate/cypress-14.x-lockfile, undefined, open) (repository=big-bang/product/maintained/confluence)
DEBUG: getPr(179) (repository=big-bang/product/maintained/confluence)
DEBUG: getMR(179) (repository=big-bang/product/maintained/confluence)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/maintained/confluence)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/maintained/confluence)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/maintained/confluence)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/maintained/confluence)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/maintained/confluence)
 WARN: Package lookup failures (repository=big-bang/product/maintained/confluence)
       "warnings": ["Failed to look up docker package fluent/fluentd-kubernetes-daemonset"],
       "files": ["chart/Chart.yaml"]
DEBUG: ensureIssue() (repository=big-bang/product/maintained/confluence)
DEBUG: Updating issue (repository=big-bang/product/maintained/confluence)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/maintained/confluence)
DEBUG: No reconfigure branch found (repository=big-bang/product/maintained/confluence)
DEBUG: Removing any stale branches (repository=big-bang/product/maintained/confluence)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/maintained/confluence)
DEBUG: Branch lists (repository=big-bang/product/maintained/confluence)
       "branchList": ["renovate/cypress-14.x-lockfile"],
       "renovateBranches": ["renovate/common-1.x", "renovate/cypress-14.x-lockfile"]
DEBUG: remainingBranches=renovate/common-1.x (repository=big-bang/product/maintained/confluence)
DEBUG: findPr(renovate/common-1.x, undefined, open) (repository=big-bang/product/maintained/confluence)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/maintained/confluence)
DEBUG: branch.isModified() = true (repository=big-bang/product/maintained/confluence)
       "branchName": "renovate/common-1.x",
       "unrecognizedAuthors": ["michaelmartin@seed-innovations.com", "cpodieu@karthikconsulting.com"]
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/product/maintained/confluence)
DEBUG: Orphan Branch is modified - skipping branch deletion (repository=big-bang/product/maintained/confluence)
DEBUG: ensureIssueClosing() (repository=big-bang/product/maintained/confluence)
DEBUG: ensureIssueClosing() (repository=big-bang/product/maintained/confluence)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/maintained/confluence)
DEBUG: Repo is activated (repository=big-bang/product/maintained/confluence)
DEBUG: Branch summary (repository=big-bang/product/maintained/confluence)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "2f2b694d0bb530bc97b013d0a9c694a2bf0ff376"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "2f2b694d0bb530bc97b013d0a9c694a2bf0ff376",
           "branchName": "renovate/cypress-14.x-lockfile",
           "branchSha": "e2ea0b292182bfdb3d736ea190802047199c6abe",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/maintained/confluence)
       "branchesInformation": [
         {
           "branchName": "renovate/cypress-14.x-lockfile",
           "prNo": 179,
           "prTitle": "Update dependency cypress to v14.0.1",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "fixedVersion": "14.0.0",
               "currentVersion": "14.0.0",
               "currentValue": "^14.0.0",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "chart/tests/package.json",
               "updateType": "patch",
               "packageName": "cypress"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/maintained/confluence)
       "stats": {"total": 27, "open": 1, "closed": 5, "merged": 21}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/maintained/confluence)
DEBUG: repository problems (repository=big-bang/product/maintained/confluence)
       "repoProblems": ["WARN: Package lookup failures"]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/maintained/confluence)
       "splits": {"init": 3007, "extract": 509, "lookup": 776, "onboarding": 0, "update": 419},
       "total": 5266
DEBUG: Package cache statistics (repository=big-bang/product/maintained/confluence)
       "get": {"count": 13, "avgMs": 14, "medianMs": 7, "maxMs": 40, "totalMs": 179},
       "set": {"count": 5, "avgMs": 97, "medianMs": 10, "maxMs": 276, "totalMs": 486}
DEBUG: HTTP statistics (repository=big-bang/product/maintained/confluence)
       "hosts": {
         "atlassian.github.io": {
           "count": 1,
           "reqAvgMs": 72,
           "reqMedianMs": 72,
           "reqMaxMs": 72,
           "queueAvgMs": 1,
           "queueMedianMs": 1,
           "queueMaxMs": 1
         },
         "opensearch-project.github.io": {
           "count": 1,
           "reqAvgMs": 156,
           "reqMedianMs": 156,
           "reqMaxMs": 156,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "registry1.dso.mil": {
           "count": 10,
           "reqAvgMs": 42,
           "reqMedianMs": 51,
           "reqMaxMs": 88,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 336,
           "reqMedianMs": 152,
           "reqMaxMs": 1603,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 21
DEBUG: HTTP cache statistics (repository=big-bang/product/maintained/confluence)
       "https://registry.npmjs.org": {"/cypress": {"hit": 0, "miss": 0, "localHit": 1}}
DEBUG: Lookup statistics (repository=big-bang/product/maintained/confluence)
       "docker": {"count": 12, "avgMs": 293, "medianMs": 156, "maxMs": 720, "totalMs": 3518},
       "npm": {"count": 1, "avgMs": 42, "medianMs": 42, "maxMs": 42, "totalMs": 42},
       "helm": {"count": 2, "avgMs": 453, "medianMs": 455, "maxMs": 455, "totalMs": 906}
 INFO: Repository finished (repository=big-bang/product/maintained/confluence)
       "cloned": true,
       "durationMs": 5266
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/sonarqube)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/sonarqube (repository=big-bang/product/packages/sonarqube)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/sonarqube)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/sonarqube)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/sonarqube)
DEBUG: big-bang/product/packages/sonarqube default branch = main (repository=big-bang/product/packages/sonarqube)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/sonarqube)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/sonarqube.git (repository=big-bang/product/packages/sonarqube)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/sonarqube)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/sonarqube)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/sonarqube)
DEBUG: isOnboarded() (repository=big-bang/product/packages/sonarqube)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/sonarqube)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/sonarqube)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/sonarqube)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/sonarqube (repository=big-bang/product/packages/sonarqube)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/sonarqube)
DEBUG: git clone completed (repository=big-bang/product/packages/sonarqube)
       "durationMs": 580
DEBUG: latest repository commit (repository=big-bang/product/packages/sonarqube)
       "latestCommit": {
         "hash": "dff41199ba7de5011bfaa6fe11098b4532e05224",
         "date": "2025-01-23T17:11:09+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 10.7.0-bb.0, origin/main, origin/HEAD",
         "body": "SKIP UPGRADE SKIP UPDATE CHECK Update Ironbank\n\nSee merge request big-bang/product/packages/sonarqube!207",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/sonarqube)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/sonarqube)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/sonarqube)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/sonarqube)
DEBUG: Repository config (repository=big-bang/product/packages/sonarqube)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade SonarQube Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex", "helmv3"],
         "labels": [
           "sonarqube",
           "Big Bang Add Ons",
           "Package Sustainment",
           "kind::maintenance",
           "renovate"
         ],
         "ignorePaths": ["**/.gitlab-ci.yml", "chart/requirements.yaml"],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           },
           {
             "matchPackageNames": [
               "ironbank/big-bang/sonarqube-10",
               "registry1.dso.mil/ironbank/big-bang/sonarqube-10"
             ],
             "separateMajorMinor": true
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/sonarqube-10"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "extractVersionTemplate": "^(?<version>.*)-community$",
             "datasourceTemplate": "docker",
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/sonarqube-10"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Sonarqube:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image: sonarqube:(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/test-values\\.yaml$"],
             "matchStrings": [
               "curlContainerImage:\\s+[^/]+/(?<depName>.+):s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/deps/postgresql/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/sonarqube)
DEBUG: Config migration necessary (repository=big-bang/product/packages/sonarqube)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade SonarQube Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "regex", "helmv3"],
         "labels": [
           "sonarqube",
           "Big Bang Add Ons",
           "Package Sustainment",
           "kind::maintenance",
           "renovate"
         ],
         "ignorePaths": ["**/.gitlab-ci.yml", "chart/requirements.yaml"],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           },
           {
             "matchPackageNames": [
               "ironbank/big-bang/sonarqube-10",
               "registry1.dso.mil/ironbank/big-bang/sonarqube-10"
             ],
             "separateMajorMinor": true
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/sonarqube-10"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "extractVersionTemplate": "^(?<version>.*)-community$",
             "datasourceTemplate": "docker",
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/sonarqube-10"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Sonarqube:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image: sonarqube:(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/test-values\\.yaml$"],
             "matchStrings": [
               "curlContainerImage:\\s+[^/]+/(?<depName>.+):s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/deps/postgresql/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade SonarQube Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "labels": [
           "sonarqube",
           "Big Bang Add Ons",
           "Package Sustainment",
           "kind::maintenance",
           "renovate"
         ],
         "ignorePaths": ["**/.gitlab-ci.yml", "chart/requirements.yaml"],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           },
           {
             "matchPackageNames": [
               "ironbank/big-bang/sonarqube-10",
               "registry1.dso.mil/ironbank/big-bang/sonarqube-10"
             ],
             "separateMajorMinor": true
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/sonarqube-10"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "extractVersionTemplate": "^(?<version>.*)-community$",
             "datasourceTemplate": "docker",
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/sonarqube-10"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Sonarqube:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image: sonarqube:(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/test-values\\.yaml$"],
             "matchStrings": [
               "curlContainerImage:\\s+[^/]+/(?<depName>.+):s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/deps/postgresql/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/sonarqube)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade SonarQube Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex", "helmv3"],
         "labels": [
           "sonarqube",
           "Big Bang Add Ons",
           "Package Sustainment",
           "kind::maintenance",
           "renovate"
         ],
         "ignorePaths": ["**/.gitlab-ci.yml", "chart/requirements.yaml"],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           },
           {
             "matchPackageNames": ["registry1.dso.mil/ironbank/big-bang/base"],
             "allowedVersions": "!/8.4/"
           },
           {
             "matchPackageNames": [
               "ironbank/big-bang/sonarqube-10",
               "registry1.dso.mil/ironbank/big-bang/sonarqube-10"
             ],
             "separateMajorMinor": true
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/sonarqube-10"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "extractVersionTemplate": "^(?<version>.*)-community$",
             "datasourceTemplate": "docker",
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/sonarqube-10"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Sonarqube:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image: sonarqube:(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/test-values\\.yaml$"],
             "matchStrings": [
               "curlContainerImage:\\s+[^/]+/(?<depName>.+):s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/deps/postgresql/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/sonarqube)
       "ignorePaths": ["**/.gitlab-ci.yml", "chart/requirements.yaml"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/sonarqube)
DEBUG: findIssue(Renovate: Upgrade SonarQube Package Dependencies) (repository=big-bang/product/packages/sonarqube)
DEBUG: baseBranches (repository=big-bang/product/packages/sonarqube)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/sonarqube, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T17:11:09+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Using file match: ^tests/test-values\.yaml$ for manager regex (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Using file match: ^chart/deps/postgresql/values\.yaml$ for manager regex (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/test-values.yaml (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/sonarqube, baseBranch=main)
       "managers": {"helm-values": 9, "regex": 15, "helmv3": 16}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Found 8 package file(s) (repository=big-bang/product/packages/sonarqube, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/sonarqube, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 8},
           "helmv3": {"fileCount": 1, "depCount": 2},
           "regex": {"fileCount": 6, "depCount": 9}
         },
         "total": {"fileCount": 8, "depCount": 19}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/big-bang/sonarqube-10, latest) (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/sonarqube-10, latest, get) (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/prometheus/jmx-exporter, latest) (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/jmx-exporter, latest, get) (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/big-bang/sonarqube-10, sha256:2866e1bd3d5305e1a641a036e45bd9d9d6625b1d97b0ae6b0047e3d23d0f3824, get) (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/redhat/ubi/ubi8, latest) (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/redhat/ubi/ubi8, latest, get) (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/redhat/ubi/ubi8, sha256:74f94b62cd0e19909b3298bbcec8a95980eafd1af5174395783e96e007b13788, get) (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/sonarqube, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917155",
         "mil.dso.ironbank.image.keywords": "exporter,java,prometheus",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "jmx-exporter",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:12:02+00:00",
         "org.opencontainers.image.description": "A collector that can configurably scrape and expose mBeans of a JMX target.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "263aee06b805f6892ba85c5430889cf38562124b",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/prometheus/jmx-exporter",
         "org.opencontainers.image.title": "jmx-exporter",
         "org.opencontainers.image.url": "https://github.com/prometheus/jmx_exporter",
         "org.opencontainers.image.vendor": "prometheus",
         "org.opencontainers.image.version": "1.0.1",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/sonarqube, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:ab1af95e57276e6950872c7bfd285900a475ad125ef23fcd0f96d4bc31594f54",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk17-runtime-ubi9-slim:1.17",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917490",
         "mil.dso.ironbank.image.keywords": "SonarSource,sonarqube,community,big-bang",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/openjdk/openjdk17-runtime-ubi9-slim:1.17@sha256:baab21367236071d56d23a4100dbf9a75feb24ca65eb52a375ba465135570177",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "SonarQube",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:51:54+00:00",
         "org.opencontainers.image.description": "refactored SonarQube for Big-Bang development",
         "org.opencontainers.image.licenses": "LGPL-3.0",
         "org.opencontainers.image.revision": "f6db808203c01db0bd5ca383fd68b0d8967bcb1a",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/big-bang/sonarqube-10",
         "org.opencontainers.image.title": "sonarqube-10",
         "org.opencontainers.image.url": "https://github.com/SonarSource/sonarqube",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "10.7.0-community",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: Found no satisfying versions with 'docker' versioning (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Found no satisfying versions with 'docker' versioning (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/sonarqube, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:c2215876186c7b5d3acb9d6b62a1cd6f5d1061754e53c47428a8e99b327d37f7",
         "org.opencontainers.image.base.name": "registry.access.redhat.com/ubi8:8.10",
         "architecture": "x86_64",
         "build-date": "2025-01-21T14:20:31",
         "com.redhat.component": "ubi8-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel8",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917118",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "UBI8",
         "name": "ubi8",
         "org.opencontainers.image.created": "2025-02-03 00:08:39+00:00",
         "org.opencontainers.image.description": "Red Hat Universal Base Images (UBI) are OCI-compliant container base operating system images with complementary runtime languages and packages that are freely redistributable.",
         "org.opencontainers.image.licenses": "Red Hat Universal Base Image EULA",
         "org.opencontainers.image.revision": "73f18a84cda8f63ed0be27a65099a94a30d5d83d",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/redhat/ubi/8.x/ubi8",
         "org.opencontainers.image.title": "ubi8",
         "org.opencontainers.image.url": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
         "org.opencontainers.image.vendor": "Redhat",
         "org.opencontainers.image.version": "8.10",
         "release": "1184",
         "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.10-1184",
         "vcs-ref": "967861a8dbbb288b8cec9f1fee7ccbf6c7ee9a20",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.10"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: 3 flattened updates found: registry1.dso.mil/ironbank/opensource/postgres/postgresql, registry1.dso.mil/ironbank/opensource/postgres/postgresql, postgresql (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/sonarqube, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/sonarqube, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/sonarqube-10",
                 "currentValue": "10.7.0-community",
                 "datasource": "docker",
                 "replaceString": "10.7.0-community",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/sonarqube-10",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/sonarqube-10",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/SonarSource/sonarqube",
                 "lookupName": "ironbank/big-bang/sonarqube-10",
                 "currentVersion": "10.7.0",
                 "fixedVersion": "10.7.0-community"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "16.2",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/postgres/postgresql:16.2",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "17.2",
                     "newValue": "17.2",
                     "newMajor": 17,
                     "newMinor": 2,
                     "newPatch": null,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.postgresql.org/docs/17/index.html",
                 "lookupName": "ironbank/opensource/postgres/postgresql",
                 "currentVersion": "16.2",
                 "isSingleVersion": true,
                 "fixedVersion": "16.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter",
                 "currentValue": "1.0.1",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter:1.0.1",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/jmx-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus/jmx-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus/jmx_exporter",
                 "lookupName": "ironbank/opensource/prometheus/jmx-exporter",
                 "currentVersion": "1.0.1",
                 "fixedVersion": "1.0.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/sonarqube-10",
                 "currentValue": "10.7.0-community",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/sonarqube-10:10.7.0-community",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/sonarqube-10",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/sonarqube-10",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/SonarSource/sonarqube",
                 "lookupName": "ironbank/big-bang/sonarqube-10",
                 "currentVersion": "10.7.0",
                 "fixedVersion": "10.7.0-community"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "16.2",
                 "datasource": "docker",
                 "replaceString": "16.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "17.2",
                     "newValue": "17.2",
                     "newMajor": 17,
                     "newMinor": 2,
                     "newPatch": null,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.postgresql.org/docs/17/index.html",
                 "lookupName": "ironbank/opensource/postgres/postgresql",
                 "currentVersion": "16.2",
                 "isSingleVersion": true,
                 "fixedVersion": "16.2"
               },
               {
                 "depName": "bitnami/minideb-extras",
                 "replaceString": "bitnami/minideb-extras",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "bitnami/minideb-extras",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8",
                 "currentValue": "8.10",
                 "replaceString": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.10",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/8.x/ubi8",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi8",
                 "currentVersion": "8.10",
                 "fixedVersion": "8.10"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "postgresql",
                 "currentValue": "15.2.10",
                 "datasource": "docker",
                 "packageName": "registry-1.docker.io/bitnamicharts/postgresql",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "16.4.5",
                     "newValue": "16.4.5",
                     "releaseTimestamp": "2025-01-21T01:33:10.622Z",
                     "newVersionAgeInDays": 13,
                     "newMajor": 16,
                     "newMinor": 4,
                     "newPatch": 5,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/charts",
                 "registryUrl": "https://index.docker.io",
                 "sourceDirectory": "bitnami/postgresql",
                 "lookupName": "bitnamicharts/postgresql",
                 "currentVersion": "15.2.10",
                 "currentVersionTimestamp": "2024-05-10T10:27:01.012Z",
                 "currentVersionAgeInDays": 268,
                 "isSingleVersion": true,
                 "fixedVersion": "15.2.10"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "10.7.0-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/sonarqube-10",
                 "currentValue": "10.7.0-community",
                 "datasource": "docker",
                 "replaceString": "image:\n  repository: registry1.dso.mil/ironbank/big-bang/sonarqube-10\n  tag: 10.7.0-community",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/sonarqube-10",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/sonarqube-10",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/SonarSource/sonarqube",
                 "lookupName": "ironbank/big-bang/sonarqube-10",
                 "currentVersion": "10.7.0",
                 "fixedVersion": "10.7.0-community"
               }
             ],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/sonarqube-10",
                 "currentValue": "10.7.0",
                 "datasource": "docker",
                 "extractVersion": "^(?<version>.*)-community$",
                 "replaceString": "appVersion: 10.7.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/sonarqube-10",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/sonarqube-10",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/SonarSource/sonarqube",
                 "lookupName": "ironbank/big-bang/sonarqube-10",
                 "currentVersion": "10.7.0",
                 "fixedVersion": "10.7.0"
               }
             ],
             "matchStrings": ["appVersion:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker",
             "extractVersionTemplate": "^(?<version>.*)-community$",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/big-bang/sonarqube-10",
                 "currentValue": "10.7.0-community",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Sonarqube: 10.7.0-community",
                 "updates": [],
                 "packageName": "ironbank/big-bang/sonarqube-10",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/sonarqube-10",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/SonarSource/sonarqube",
                 "currentVersion": "10.7.0",
                 "fixedVersion": "10.7.0-community"
               }
             ],
             "matchStrings": ["- Sonarqube:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/big-bang/sonarqube-10",
                 "currentValue": "10.7.0-community",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image: sonarqube:10.7.0-community",
                 "updates": [],
                 "packageName": "ironbank/big-bang/sonarqube-10",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/sonarqube-10",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/SonarSource/sonarqube",
                 "currentVersion": "10.7.0",
                 "fixedVersion": "10.7.0-community"
               }
             ],
             "matchStrings": ["image: sonarqube:(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/big-bang/sonarqube-10",
                 "currentValue": "10.7.0-community",
                 "datasource": "docker",
                 "replaceString": "image: sonarqube:10.7.0-community",
                 "updates": [],
                 "packageName": "ironbank/big-bang/sonarqube-10",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/sonarqube-10",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/SonarSource/sonarqube",
                 "currentVersion": "10.7.0",
                 "fixedVersion": "10.7.0-community"
               },
               {
                 "depName": "ironbank/big-bang/sonarqube-10",
                 "currentValue": "10.7.0-community",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/sonarqube-10:10.7.0-community",
                 "updates": [],
                 "packageName": "ironbank/big-bang/sonarqube-10",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/sonarqube-10",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/SonarSource/sonarqube",
                 "currentVersion": "10.7.0",
                 "fixedVersion": "10.7.0-community"
               },
               {
                 "depName": "ironbank/big-bang/sonarqube-10",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "ironbank/big-bang/sonarqube-10",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/sonarqube-10",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/SonarSource/sonarqube",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "ironbank/big-bang/sonarqube-10",
                 "currentValue": "16.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:16.2",
                 "updates": [],
                 "packageName": "ironbank/big-bang/sonarqube-10",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/sonarqube-10",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/SonarSource/sonarqube",
                 "currentVersion": "16.2",
                 "fixedVersion": "16.2"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/big-bang/sonarqube-10",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "curlContainerImage: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "matchStrings": [
               "curlContainerImage:\\s+[^/]+/(?<depName>.+):s*(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "tests/test-values.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/sonarqube)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/sonarqube)
DEBUG: processRepo() (repository=big-bang/product/packages/sonarqube)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/sonarqube)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/sonarqube)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/sonarqube)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/sonarqube)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/sonarqube)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/sonarqube)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/sonarqube)
DEBUG: getPr(235) (repository=big-bang/product/packages/sonarqube)
DEBUG: getMR(235) (repository=big-bang/product/packages/sonarqube)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/sonarqube)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/sonarqube)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/sonarqube)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/sonarqube)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/sonarqube)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/sonarqube)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/sonarqube)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/sonarqube)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/sonarqube)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/sonarqube)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/sonarqube)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/sonarqube)
DEBUG: syncBranchState() (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(235) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(235) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:18:41.090Z) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T17:11:09+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep postgresql in chart/Chart.yaml is already updated (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "postgresql"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/postgres/postgresql in chart/values.yaml is already updated (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/postgres/postgresql in chart/values.yaml is already updated (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/sonarqube, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: No package files need updating (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T17:11:09+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(235) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(235) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://github.com/bitnami/charts (15.2.10 -> 16.4.5) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "manager": "helmv3",
       "packageName": "registry-1.docker.io/bitnamicharts/postgresql",
       "sourceUrl": "https://github.com/bitnami/charts"
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17 (16.2 -> 17.2) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17 (16.2 -> 17.2) (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "SKIP UPDATE CHECK Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
       "pr": 235,
       "prTitle": "SKIP UPDATE CHECK Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/sonarqube, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/sonarqube)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/sonarqube)
DEBUG: getPr(235) (repository=big-bang/product/packages/sonarqube)
DEBUG: getMR(235) (repository=big-bang/product/packages/sonarqube)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/sonarqube)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/sonarqube)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/sonarqube)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/sonarqube)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/sonarqube)
DEBUG: ensureIssue() (repository=big-bang/product/packages/sonarqube)
DEBUG: Updating issue (repository=big-bang/product/packages/sonarqube)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/sonarqube)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/sonarqube)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/sonarqube)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/sonarqube)
DEBUG: Branch lists (repository=big-bang/product/packages/sonarqube)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/sonarqube)
DEBUG: No branches to clean up (repository=big-bang/product/packages/sonarqube)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/sonarqube)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/sonarqube)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/sonarqube)
DEBUG: Repo is activated (repository=big-bang/product/packages/sonarqube)
DEBUG: Branch summary (repository=big-bang/product/packages/sonarqube)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "dff41199ba7de5011bfaa6fe11098b4532e05224"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "dff41199ba7de5011bfaa6fe11098b4532e05224",
           "branchName": "renovate/ironbank",
           "branchSha": "5cc3de63a0660a3d7054b04643b6a6af1ad15392",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/sonarqube)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 235,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "postgresql",
               "displayPending": "",
               "fixedVersion": "15.2.10",
               "currentVersion": "15.2.10",
               "currentValue": "15.2.10",
               "newValue": "16.4.5",
               "newVersion": "16.4.5",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry-1.docker.io/bitnamicharts/postgresql"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
               "displayPending": "",
               "fixedVersion": "16.2",
               "currentVersion": "16.2",
               "currentValue": "16.2",
               "newValue": "17.2",
               "newVersion": "17.2",
               "packageFile": "chart/values.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
               "displayPending": "",
               "fixedVersion": "16.2",
               "currentVersion": "16.2",
               "currentValue": "16.2",
               "newValue": "17.2",
               "newVersion": "17.2",
               "packageFile": "chart/values.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/sonarqube)
       "stats": {"total": 3, "open": 1, "closed": 0, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/sonarqube)
DEBUG: repository problems (repository=big-bang/product/packages/sonarqube)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/sonarqube)
       "splits": {"init": 1442, "extract": 283, "lookup": 624, "onboarding": 0, "update": 1526},
       "total": 4420
DEBUG: Package cache statistics (repository=big-bang/product/packages/sonarqube)
       "get": {"count": 20, "avgMs": 14, "medianMs": 2, "maxMs": 95, "totalMs": 272},
       "set": {"count": 13, "avgMs": 5, "medianMs": 2, "maxMs": 24, "totalMs": 64}
DEBUG: HTTP statistics (repository=big-bang/product/packages/sonarqube)
       "hosts": {
         "registry1.dso.mil": {
           "count": 18,
           "reqAvgMs": 37,
           "reqMedianMs": 28,
           "reqMaxMs": 86,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 11,
           "reqAvgMs": 187,
           "reqMedianMs": 142,
           "reqMaxMs": 459,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 29
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/sonarqube)
DEBUG: Lookup statistics (repository=big-bang/product/packages/sonarqube)
       "docker": {"count": 19, "avgMs": 309, "medianMs": 464, "maxMs": 465, "totalMs": 5880}
 INFO: Repository finished (repository=big-bang/product/packages/sonarqube)
       "cloned": true,
       "durationMs": 4420
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/maintained/jira)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/maintained/jira (repository=big-bang/product/maintained/jira)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/maintained/jira)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/maintained/jira)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/maintained/jira)
DEBUG: big-bang/product/maintained/jira default branch = main (repository=big-bang/product/maintained/jira)
DEBUG: Enabling Git FS (repository=big-bang/product/maintained/jira)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/maintained/jira.git (repository=big-bang/product/maintained/jira)
DEBUG: Resetting npmrc (repository=big-bang/product/maintained/jira)
DEBUG: Resetting npmrc (repository=big-bang/product/maintained/jira)
DEBUG: checkOnboarding() (repository=big-bang/product/maintained/jira)
DEBUG: isOnboarded() (repository=big-bang/product/maintained/jira)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/maintained/jira)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/maintained/jira)
DEBUG: findFile(renovate.json) (repository=big-bang/product/maintained/jira)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/maintained/jira (repository=big-bang/product/maintained/jira)
DEBUG: Performing blobless clone (repository=big-bang/product/maintained/jira)
DEBUG: git clone completed (repository=big-bang/product/maintained/jira)
       "durationMs": 668
DEBUG: latest repository commit (repository=big-bang/product/maintained/jira)
       "latestCommit": {
         "hash": "01ebc9d8633724793dbefa122fa88723e92c4117",
         "date": "2025-01-30T20:07:07+00:00",
         "message": "Merge branch 'renovate/cypress-14.x-lockfile' into 'main'",
         "refs": "HEAD -> main, tag: 1.22.3-bb.0, origin/main, origin/HEAD",
         "body": "Update dependency cypress to v14.0.1\n\nSee merge request big-bang/product/maintained/jira!165",
         "author_name": "Jacob Kershaw",
         "author_email": "jacob.kershaw@sigmadefense.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/maintained/jira)
DEBUG: ensureIssueClosing() (repository=big-bang/product/maintained/jira)
DEBUG: Repo is onboarded (repository=big-bang/product/maintained/jira)
DEBUG: Found renovate.json config file (repository=big-bang/product/maintained/jira)
DEBUG: Repository config (repository=big-bang/product/maintained/jira)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Jira Package Dependencies",
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": ["jira", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/maintained/jira)
DEBUG: Config migration necessary (repository=big-bang/product/maintained/jira)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Jira Package Dependencies",
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": ["jira", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Jira Package Dependencies",
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": ["jira", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Post-massage config (repository=big-bang/product/maintained/jira)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardHeader": "- [ ] Sync upstream helm chart version with updated dependencies.",
         "dependencyDashboardTitle": "Renovate: Upgrade Jira Package Dependencies",
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": ["jira", "Package Sustainment", "kind::maintenance"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/maintained/jira)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/maintained/jira)
DEBUG: findIssue(Renovate: Upgrade Jira Package Dependencies) (repository=big-bang/product/maintained/jira)
DEBUG: baseBranches (repository=big-bang/product/maintained/jira)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/maintained/jira, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-30T20:07:07+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Matched 1 file(s) for manager npm: chart/tests/package.json (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: npm file chart/tests/package.json has name undefined (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Detecting pnpm Workspaces (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Found chart/tests/package-lock.json for chart/tests/package.json (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/maintained/jira, baseBranch=main)
       "managers": {"helm-values": 11, "regex": 14, "helmv3": 14, "npm": 18}
DEBUG: Found helm-values package files (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Found npm package files (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Found 4 package file(s) (repository=big-bang/product/maintained/jira, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/maintained/jira, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 2},
           "helmv3": {"fileCount": 1, "depCount": 2},
           "npm": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 1, "depCount": 3}
         },
         "total": {"fileCount": 4, "depCount": 8}
       }
DEBUG: baseBranch: main (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/atlassian/jira-data-center/jira-node-lts, latest) (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/atlassian/jira-data-center/jira-node-lts, latest, get) (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/fluentd/fluentd-kubernetes-daemonset, latest) (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/fluentd/fluentd-kubernetes-daemonset, latest, get) (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/atlassian/jira-data-center/jira-node-lts, sha256:fd274a173ba04963e838804ac66525a48ca0cd7f37a744adc9cb5e747c830e1f, get) (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/fluentd/fluentd-kubernetes-daemonset, sha256:5a4e83f081b7e1d0ca1946af0bacc2c638f7f954014a42ea9b5099cf1d44b3b8, get) (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/maintained/jira, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:3b55758add35c2e2082b1984b46cb29707b178cc0f2097868830dcccef65f12c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/fluentd/fluentd:1.18.0",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917243",
         "mil.dso.ironbank.image.keywords": "kubernetes,fluentd,data collector",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/fluentd/fluentd:1.18.0@sha256:89d5ede099b1030f89c65bec605e7aa398001b469c115eb8dfa4c57d372edfdf",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "opensource/fluentd",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:23:40+00:00",
         "org.opencontainers.image.description": "Fluentd data collector for kubernetes",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "b22d984868f1f030acbdf30403122233a421b428",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/fluentd/fluentd-kubernetes-daemonset",
         "org.opencontainers.image.title": "fluentd-kubernetes-daemonset",
         "org.opencontainers.image.url": "https://github.com/fluent/fluentd-kubernetes-daemonset",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "1.18.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/maintained/jira, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917235",
         "mil.dso.ironbank.image.keywords": "jira,atlassian,workflow,ticketing,management,jsm,jsw,servicedesk",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "atlassian",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 00:22:50+00:00",
         "org.opencontainers.image.description": "Jira is a project and task management solution built for business teams.",
         "org.opencontainers.image.licenses": "proprietary",
         "org.opencontainers.image.revision": "b8417ff355c312cb947c334ee72ed6b270b40276",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/atlassian/jira-data-center/jira-lts",
         "org.opencontainers.image.title": "jira-node-lts",
         "org.opencontainers.image.url": "https://hub.docker.com/r/atlassian/jira-core",
         "org.opencontainers.image.vendor": "Atlassian",
         "org.opencontainers.image.version": "10.3.2",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/maintained/jira, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/maintained/jira, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts",
                 "currentValue": "10.3.2",
                 "datasource": "docker",
                 "replaceString": "10.3.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/atlassian/jira-data-center/jira-lts",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/r/atlassian/jira-core",
                 "lookupName": "ironbank/atlassian/jira-data-center/jira-node-lts",
                 "currentVersion": "10.3.2",
                 "fixedVersion": "10.3.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "replaceString": "registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "common",
                 "currentValue": "1.2.7",
                 "registryUrls": [
                   "https://atlassian.github.io/data-center-helm-charts"
                 ],
                 "updates": [],
                 "packageName": "common",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/atlassian/data-center-helm-charts",
                 "registryUrl": "https://atlassian.github.io/data-center-helm-charts",
                 "homepage": "https://atlassian.github.io/data-center-helm-charts/",
                 "currentVersion": "1.2.7",
                 "currentVersionTimestamp": "2024-09-10T03:21:40.202Z",
                 "currentVersionAgeInDays": 146,
                 "fixedVersion": "1.2.7"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "1.22.3-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "dependencies",
                 "depName": "cypress",
                 "currentValue": "^14.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "14.0.1",
                 "updates": [],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "14.0.1",
                 "currentVersionTimestamp": "2025-01-28T20:02:56.360Z",
                 "currentVersionAgeInDays": 5,
                 "fixedVersion": "14.0.1"
               }
             ],
             "extractedConstraints": {"npm": ">=7"},
             "managerData": {
               "hasPackageManager": false,
               "npmLock": "chart/tests/package-lock.json",
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "chart/tests/package.json",
             "lockFiles": ["chart/tests/package-lock.json"]
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts",
                 "currentValue": "10.3.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts:10.3.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/atlassian/jira-data-center/jira-node-lts",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/atlassian/jira-data-center/jira-lts",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/r/atlassian/jira-core",
                 "lookupName": "ironbank/atlassian/jira-data-center/jira-node-lts",
                 "currentVersion": "10.3.2",
                 "fixedVersion": "10.3.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
                 "currentValue": "8.10",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal:8.10",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi8-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/8.x/ubi8-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi8-minimal",
                 "currentVersion": "8.10",
                 "fixedVersion": "8.10"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/fluentd/fluentd-kubernetes-daemonset",
                 "currentValue": "1.18.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/fluentd/fluentd-kubernetes-daemonset:1.18.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/fluentd/fluentd-kubernetes-daemonset",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/fluentd/fluentd-kubernetes-daemonset",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/fluent/fluentd-kubernetes-daemonset",
                 "lookupName": "ironbank/opensource/fluentd/fluentd-kubernetes-daemonset",
                 "currentVersion": "1.18.0",
                 "fixedVersion": "1.18.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/maintained/jira)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/maintained/jira)
DEBUG: processRepo() (repository=big-bang/product/maintained/jira)
DEBUG: Processing 0 branches:  (repository=big-bang/product/maintained/jira)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/maintained/jira)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/maintained/jira)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/maintained/jira)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/maintained/jira)
DEBUG: 0 PRs are currently open (repository=big-bang/product/maintained/jira)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/maintained/jira)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/maintained/jira)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/maintained/jira)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/maintained/jira)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/maintained/jira)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/maintained/jira)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/maintained/jira)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/maintained/jira)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/maintained/jira)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/maintained/jira)
DEBUG: Branches limit = 2 (repository=big-bang/product/maintained/jira)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/maintained/jira)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/maintained/jira)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/maintained/jira)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/maintained/jira)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/maintained/jira)
DEBUG: ensureIssue() (repository=big-bang/product/maintained/jira)
DEBUG: Updating issue (repository=big-bang/product/maintained/jira)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/maintained/jira)
DEBUG: No reconfigure branch found (repository=big-bang/product/maintained/jira)
DEBUG: Removing any stale branches (repository=big-bang/product/maintained/jira)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/maintained/jira)
DEBUG: Branch lists (repository=big-bang/product/maintained/jira)
       "branchList": [],
       "renovateBranches": ["renovate/cypress-14.x"]
DEBUG: remainingBranches=renovate/cypress-14.x (repository=big-bang/product/maintained/jira)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/product/maintained/jira)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/maintained/jira)
DEBUG: branch.isModified() = true (repository=big-bang/product/maintained/jira)
       "branchName": "renovate/cypress-14.x",
       "unrecognizedAuthors": ["cpodieu@karthikconsulting.com"]
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/product/maintained/jira)
DEBUG: Branch is modified - skipping PR autoclosing (repository=big-bang/product/maintained/jira)
       "prNo": 164,
       "prTitle": "SKIP UPDATE CHECK Update dependency cypress to v14 - abandoned"
DEBUG: Getting comments for #164 (repository=big-bang/product/maintained/jira)
DEBUG: Found 3 comments (repository=big-bang/product/maintained/jira)
DEBUG: Ensuring comment "Autoclosing Skipped" in #164 (repository=big-bang/product/maintained/jira)
DEBUG: Comment is already update-to-date (repository=big-bang/product/maintained/jira)
DEBUG: ensureIssueClosing() (repository=big-bang/product/maintained/jira)
DEBUG: ensureIssueClosing() (repository=big-bang/product/maintained/jira)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/maintained/jira)
DEBUG: Repo is activated (repository=big-bang/product/maintained/jira)
DEBUG: Branch summary (repository=big-bang/product/maintained/jira)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "01ebc9d8633724793dbefa122fa88723e92c4117"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/maintained/jira)
       "stats": {"total": 34, "open": 1, "closed": 8, "merged": 25}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/maintained/jira)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/maintained/jira)
       "splits": {"init": 2718, "extract": 475, "lookup": 371, "onboarding": 0, "update": 1},
       "total": 4188
DEBUG: Package cache statistics (repository=big-bang/product/maintained/jira)
       "get": {"count": 14, "avgMs": 11, "medianMs": 8, "maxMs": 33, "totalMs": 148},
       "set": {"count": 6, "avgMs": 5, "medianMs": 5, "maxMs": 13, "totalMs": 32}
DEBUG: HTTP statistics (repository=big-bang/product/maintained/jira)
       "hosts": {
         "registry1.dso.mil": {
           "count": 13,
           "reqAvgMs": 30,
           "reqMedianMs": 23,
           "reqMaxMs": 76,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 8,
           "reqAvgMs": 307,
           "reqMedianMs": 123,
           "reqMaxMs": 1401,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 21
DEBUG: HTTP cache statistics (repository=big-bang/product/maintained/jira)
       "https://registry.npmjs.org": {"/cypress": {"hit": 0, "miss": 0, "localHit": 1}}
DEBUG: Lookup statistics (repository=big-bang/product/maintained/jira)
       "helm": {"count": 1, "avgMs": 15, "medianMs": 15, "maxMs": 15, "totalMs": 15},
       "docker": {"count": 6, "avgMs": 189, "medianMs": 308, "maxMs": 341, "totalMs": 1136},
       "npm": {"count": 1, "avgMs": 35, "medianMs": 35, "maxMs": 35, "totalMs": 35}
 INFO: Repository finished (repository=big-bang/product/maintained/jira)
       "cloned": true,
       "durationMs": 4188
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/anchore-enterprise)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/anchore-enterprise (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: big-bang/product/packages/anchore-enterprise default branch = main (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/anchore-enterprise.git (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: isOnboarded() (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/anchore-enterprise (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: git clone completed (repository=big-bang/product/packages/anchore-enterprise)
       "durationMs": 639
DEBUG: latest repository commit (repository=big-bang/product/packages/anchore-enterprise)
       "latestCommit": {
         "hash": "96394ec6c066ee3790933392509c3aecf85e3dae",
         "date": "2025-01-23T16:50:19+00:00",
         "message": "Merge branch 'renovate/anchore' into 'main'",
         "refs": "HEAD -> main, tag: 3.3.2-bb.0, origin/main, origin/HEAD",
         "body": "Update Anchore\n\nSee merge request big-bang/product/packages/anchore-enterprise!324",
         "author_name": "Bulat Khamitov",
         "author_email": "27224-bkhamitov@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Repository config (repository=big-bang/product/packages/anchore-enterprise)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Anchore Enterprise Package Dependencies",
         "draftPR": "true",
         "labels": [
           "anchore",
           "Big Bang Add-Ons",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {"matchDatasources": ["docker", "git-tags"], "groupName": "Anchore"}
         ],
         "separateMajorMinor": "false",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "ignoreDeps": [
           "docker.io/bitnami/redis-sentinel",
           "docker.io/bitnami/redis-sentinel-exporter",
           "docker.io/bitnami/bitnami-shell",
           "gcr.io/cloudsql-docker/gce-proxy"
         ],
         "ignorePaths": ["chart/deps/postgresql/**", "chart/deps/redis/**"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/engine/engine:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/enterprise/enterprise:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/enterprise/enterprise",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/enterpriseui/enterpriseui",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/opensource/postgres/*:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/postgres",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["redis\\s*\\n\\s*version:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "redis",
             "datasourceTemplate": "git-tags",
             "packageNameTemplate": "https://repo1.dso.mil/big-bang/product/maintained/redis",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Engine:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Enterprise:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/anchore/enterprise/enterprise",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Config migration necessary (repository=big-bang/product/packages/anchore-enterprise)
       "oldConfig": {
         "baseBranches": ["main"],
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Anchore Enterprise Package Dependencies",
         "draftPR": "true",
         "labels": [
           "anchore",
           "Big Bang Add-Ons",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {"matchDatasources": ["docker", "git-tags"], "groupName": "Anchore"}
         ],
         "separateMajorMinor": "false",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "ignoreDeps": [
           "docker.io/bitnami/redis-sentinel",
           "docker.io/bitnami/redis-sentinel-exporter",
           "docker.io/bitnami/bitnami-shell",
           "gcr.io/cloudsql-docker/gce-proxy"
         ],
         "ignorePaths": ["chart/deps/postgresql/**", "chart/deps/redis/**"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/engine/engine:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/enterprise/enterprise:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/enterprise/enterprise",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/enterpriseui/enterpriseui",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/opensource/postgres/*:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/postgres",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["redis\\s*\\n\\s*version:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "redis",
             "datasourceTemplate": "git-tags",
             "packageNameTemplate": "https://repo1.dso.mil/big-bang/product/maintained/redis",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Engine:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Enterprise:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/anchore/enterprise/enterprise",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Anchore Enterprise Package Dependencies",
         "draftPR": true,
         "labels": [
           "anchore",
           "Big Bang Add-Ons",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {"matchDatasources": ["docker", "git-tags"], "groupName": "Anchore"}
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "ignoreDeps": [
           "docker.io/bitnami/redis-sentinel",
           "docker.io/bitnami/redis-sentinel-exporter",
           "docker.io/bitnami/bitnami-shell",
           "gcr.io/cloudsql-docker/gce-proxy"
         ],
         "ignorePaths": ["chart/deps/postgresql/**", "chart/deps/redis/**"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/engine/engine:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/enterprise/enterprise:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/enterprise/enterprise",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/enterpriseui/enterpriseui",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/opensource/postgres/*:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/postgres",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["redis\\s*\\n\\s*version:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "redis",
             "datasourceTemplate": "git-tags",
             "packageNameTemplate": "https://repo1.dso.mil/big-bang/product/maintained/redis",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Engine:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Enterprise:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/anchore/enterprise/enterprise",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/anchore-enterprise)
       "config": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Anchore Enterprise Package Dependencies",
         "draftPR": true,
         "labels": [
           "anchore",
           "Big Bang Add-Ons",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {"matchDatasources": ["docker", "git-tags"], "groupName": "Anchore"}
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "ignoreDeps": [
           "docker.io/bitnami/redis-sentinel",
           "docker.io/bitnami/redis-sentinel-exporter",
           "docker.io/bitnami/bitnami-shell",
           "gcr.io/cloudsql-docker/gce-proxy"
         ],
         "ignorePaths": ["chart/deps/postgresql/**", "chart/deps/redis/**"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/engine/engine:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/enterprise/enterprise:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/enterprise/enterprise",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/enterpriseui/enterpriseui",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/opensource/postgres/*:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/postgres",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["redis\\s*\\n\\s*version:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "redis",
             "datasourceTemplate": "git-tags",
             "packageNameTemplate": "https://repo1.dso.mil/big-bang/product/maintained/redis",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Engine:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Enterprise:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/anchore/enterprise/enterprise",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/anchore-enterprise)
       "ignorePaths": ["chart/deps/postgresql/**", "chart/deps/redis/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: findIssue(Renovate: Upgrade Anchore Enterprise Package Dependencies) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: baseBranches (repository=big-bang/product/packages/anchore-enterprise)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T16:50:19+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using file match: ^tests/images\.txt$ for manager regex (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager npm: chart/tests/package.json (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/images.txt (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: npm file chart/tests/package.json has name undefined (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Failed to parse helm-values YAML (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, packageFile=chart/values.yaml)
       "err": {
         "message": "Failed to parse YAML file",
         "stack": "AggregateError: Failed to parse YAML file\n    at parseYaml (/usr/local/renovate/lib/util/yaml.ts:69:21)\n    at Object.extractPackageFile (/usr/local/renovate/lib/modules/manager/helm-values/extract.ts:80:30)\n    at extractPackageFile (/usr/local/renovate/lib/modules/manager/index.ts:75:9)\n    at getManagerPackageFiles (/usr/local/renovate/lib/workers/repository/extract/manager-files.ts:58:43)\n    at /usr/local/renovate/lib/workers/repository/extract/index.ts:57:28\n    at async Promise.all (index 0)\n    at extractAllDependencies (/usr/local/renovate/lib/workers/repository/extract/index.ts:54:26)\n    at extract (/usr/local/renovate/lib/workers/repository/process/extract-update.ts:159:28)\n    at extractDependencies (/usr/local/renovate/lib/workers/repository/process/index.ts:135:33)\n    at Object.renovateRepository (/usr/local/renovate/lib/workers/repository/index.ts:71:9)\n    at attributes.repository (/usr/local/renovate/lib/workers/global/index.ts:206:11)\n    at start (/usr/local/renovate/lib/workers/global/index.ts:191:7)\n    at /usr/local/renovate/lib/renovate.ts:19:22"
       }
DEBUG: Detecting pnpm Workspaces (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Detecting workspaces (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Finding locked versions (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Found chart/tests/package-lock.json for chart/tests/package.json (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
       "managers": {"helm-values": 20, "regex": 28, "helmv3": 29, "npm": 33}
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Found npm package files (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Found 9 package file(s) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 1, "depCount": 3},
           "npm": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 7, "depCount": 11}
         },
         "total": {"fileCount": 9, "depCount": 15}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/anchore/enterpriseui/enterpriseui, latest) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/anchore/enterpriseui/enterpriseui, latest, get) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/anchore/enterprise/enterprise, latest) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/anchore/enterprise/enterprise, latest, get) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/anchore/engine/engine, latest) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/anchore/engine/engine, latest, get) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/anchore/enterpriseui/enterpriseui, sha256:7ed752868d1e03282a82006b83d5f828405338c7502029c8c18866e5a94da7a1, get) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/anchore/enterprise/enterprise, sha256:af835c390c99051f34b7c8b6155a9e1a249f0d3a19d3f786b13c514bc5d3015e, get) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:bba1df9f692858bc043726242974da9e9b509eb47ed04ae24a75034493acadce",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.6",
         "architecture": "x86_64",
         "build-date": "2022-09-06T17:25:04.845275",
         "com.redhat.build-host": "cpt-1002.osbs.prod.upshift.rdu2.redhat.com",
         "com.redhat.component": "ubi8-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.26.2",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel8",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.6@sha256:bba1df9f692858bc043726242974da9e9b509eb47ed04ae24a75034493acadce",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "anchore/engine",
         "name": "ubi8",
         "org.opencontainers.image.created": "2022-09-27 04:12:15+00:00",
         "org.opencontainers.image.description": "container image scanning service for policy-based security, best-practice and compliance enforcement",
         "org.opencontainers.image.licenses": "Apache License 2.0",
         "org.opencontainers.image.revision": "b45f473c87366e0e3dfb1e91a68ad53efa9177eb",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/anchore/engine/engine",
         "org.opencontainers.image.title": "engine",
         "org.opencontainers.image.url": "https://engine.anchore.io",
         "org.opencontainers.image.vendor": "Anchore",
         "org.opencontainers.image.version": "1.1.0",
         "release": "943",
         "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.6-943",
         "vcs-ref": "f1ee6e37554363ec55e0035aba1a693d3627fdeb",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.6"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:5321b57f073eea7e97250cab56a0dc89284a77065f306ffc65d1ca15c7b798c0",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3",
         "architecture": "x86_64",
         "build-date": "2024-02-29T14:02:27",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917255",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3@sha256:0e90152bdfdbbde32bb63d058c910b8aaa123740cb86585fb4cd87c41dcb3865",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "anchore/enterpriseui",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:23:48+00:00",
         "org.opencontainers.image.description": "The Enterprise UI is a stand-alone component that is included with Anchore Enterprise",
         "org.opencontainers.image.licenses": "Anchore License",
         "org.opencontainers.image.revision": "e3ddad0cb88df0036f9416c8a75677979891624a",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/anchore/enterpriseui/enterpriseui",
         "org.opencontainers.image.title": "enterpriseui",
         "org.opencontainers.image.url": "https://docs.anchore.com/current/docs/installation/ui/",
         "org.opencontainers.image.vendor": "Anchore",
         "org.opencontainers.image.version": "5.13.0",
         "release": "1612",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.3-1612",
         "vcs-ref": "e8510c65a9be4b0635372fd09bee126ce7e08bc7",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.3"
       }
DEBUG: Found no satisfying versions with 'docker' versioning (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:119ec4394b0489f1a17613f21733fab7ba3b1f4cf0a3f96deaf31b92297fec45",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4",
         "architecture": "x86_64",
         "build-date": "2024-09-18T21:23:26",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916653",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.4@sha256:55a421a0eb07c186b62f574b9512afa403ec113aa6a8630ace03ac2464607338",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "anchore/enterprise",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:23:58+00:00",
         "org.opencontainers.image.description": "container image scanning service for policy-based security, best-practice and compliance enforcement",
         "org.opencontainers.image.licenses": "Anchore License",
         "org.opencontainers.image.revision": "0b83798254b027d60278bef0467886cbefca42ef",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/anchore/enterprise/enterprise",
         "org.opencontainers.image.title": "enterprise",
         "org.opencontainers.image.url": "https://docs.anchore.com/current/docs/",
         "org.opencontainers.image.vendor": "Anchore",
         "org.opencontainers.image.version": "5.13.1",
         "release": "1227.1726694542",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-1227.1726694542",
         "vcs-ref": "94baa7760359088a42ad33dc22d329a5ee2c7209",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: 3 flattened updates found: cypress, redis, registry1.dso.mil/ironbank/opensource/postgres/postgresql (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: Returning 2 branch(es) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "postgresql",
                 "currentValue": "12.5.9",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "postgresql"
               },
               {
                 "depName": "redis",
                 "currentValue": "20.6.2-bb.0",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/redis",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/bitnami/charts",
                 "registryUrl": "https://registry1.dso.mil",
                 "sourceDirectory": "bitnami/redis",
                 "homepage": "https://bitnami.com",
                 "lookupName": "bigbang/redis",
                 "currentVersion": "20.6.2",
                 "fixedVersion": "20.6.2-bb.0"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "3.3.2-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "npm": [
           {
             "deps": [
               {
                 "depType": "dependencies",
                 "depName": "cypress",
                 "currentValue": "^13.0.0",
                 "datasource": "npm",
                 "prettyDepType": "dependency",
                 "lockedVersion": "13.16.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "14.0.1",
                     "newValue": "^14.0.0",
                     "releaseTimestamp": "2025-01-28T20:02:56.360Z",
                     "newVersionAgeInDays": 5,
                     "newMajor": 14,
                     "newMinor": 0,
                     "newPatch": 1,
                     "updateType": "major",
                     "isRange": true,
                     "branchName": "renovate/cypress-14.x"
                   }
                 ],
                 "packageName": "cypress",
                 "versioning": "npm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/cypress-io/cypress",
                 "registryUrl": "https://registry.npmjs.org",
                 "homepage": "https://cypress.io",
                 "currentVersion": "13.16.0",
                 "currentVersionTimestamp": "2024-11-19T19:03:44.902Z",
                 "currentVersionAgeInDays": 75,
                 "isSingleVersion": false,
                 "fixedVersion": "13.16.0"
               }
             ],
             "extractedConstraints": {"npm": ">=7"},
             "managerData": {
               "hasPackageManager": false,
               "npmLock": "chart/tests/package-lock.json",
               "yarnZeroInstall": false
             },
             "skipInstalls": true,
             "packageFile": "chart/tests/package.json",
             "lockFiles": ["chart/tests/package-lock.json"]
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/anchore/enterprise/enterprise",
                 "currentValue": "5.13.1",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image: registry1.dso.mil/ironbank/anchore/enterprise/enterprise:5.13.1",
                 "updates": [],
                 "packageName": "ironbank/anchore/enterprise/enterprise",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/anchore/enterprise/enterprise",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.anchore.com/current/docs/",
                 "currentVersion": "5.13.1",
                 "fixedVersion": "5.13.1"
               }
             ],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/enterprise/enterprise:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/enterprise/enterprise",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/anchore/enterpriseui/enterpriseui",
                 "currentValue": "5.13.0",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "image: registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:5.13.0",
                 "updates": [],
                 "packageName": "ironbank/anchore/enterpriseui/enterpriseui",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/anchore/enterpriseui/enterpriseui",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.anchore.com/current/docs/installation/ui/",
                 "currentVersion": "5.13.0",
                 "fixedVersion": "5.13.0"
               }
             ],
             "matchStrings": [
               "image:\\s+registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/anchore/enterpriseui/enterpriseui",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "redis",
                 "packageName": "https://repo1.dso.mil/big-bang/product/maintained/redis",
                 "currentValue": "20.6.2-bb.0",
                 "datasource": "git-tags",
                 "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$",
                 "replaceString": "redis\n    version: 20.6.2-bb.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "20.6.2-bb.1",
                     "newValue": "20.6.2-bb.1",
                     "newMajor": 20,
                     "newMinor": 6,
                     "newPatch": 2,
                     "updateType": "patch",
                     "branchName": "renovate/anchore"
                   }
                 ],
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/big-bang/product/maintained/redis",
                 "currentVersion": "20.6.2-bb.0",
                 "isSingleVersion": true,
                 "fixedVersion": "20.6.2-bb.0"
               }
             ],
             "matchStrings": ["redis\\s*\\n\\s*version:\\s*(?<currentValue>.+)"],
             "depNameTemplate": "redis",
             "packageNameTemplate": "https://repo1.dso.mil/big-bang/product/maintained/redis",
             "datasourceTemplate": "git-tags",
             "versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-bb\\.(?<build>\\d+)$",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/anchore/engine/engine",
                 "currentValue": "5.13.1",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: 5.13.1",
                 "updates": [],
                 "packageName": "ironbank/anchore/engine/engine",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/anchore/engine/engine",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://engine.anchore.io",
                 "currentVersion": "5.13.1",
                 "fixedVersion": "5.13.1"
               }
             ],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/anchore/engine/engine",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/anchore/enterprise/enterprise",
                 "currentValue": "5.13.1",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Enterprise: 5.13.1",
                 "updates": [],
                 "packageName": "ironbank/anchore/enterprise/enterprise",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/anchore/enterprise/enterprise",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.anchore.com/current/docs/",
                 "currentVersion": "5.13.1",
                 "fixedVersion": "5.13.1"
               }
             ],
             "matchStrings": ["- Enterprise:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/anchore/enterprise/enterprise",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.4.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/redis:7.4.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.4.2",
                 "fixedVersion": "7.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/anchore/enterprise/enterprise",
                 "currentValue": "5.13.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/anchore/enterprise/enterprise:5.13.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/anchore/enterprise/enterprise",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/anchore/enterprise/enterprise",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.anchore.com/current/docs/",
                 "lookupName": "ironbank/anchore/enterprise/enterprise",
                 "currentVersion": "5.13.1",
                 "fixedVersion": "5.13.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "16.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:16.2",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "17.2",
                     "newValue": "17.2",
                     "newMajor": 17,
                     "newMinor": 2,
                     "newPatch": null,
                     "updateType": "major",
                     "branchName": "renovate/anchore"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.postgresql.org/docs/17/index.html",
                 "lookupName": "ironbank/opensource/postgres/postgresql",
                 "currentVersion": "16.2",
                 "isSingleVersion": true,
                 "fixedVersion": "16.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui",
                 "currentValue": "5.13.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:5.13.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/anchore/enterpriseui/enterpriseui",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.anchore.com/current/docs/installation/ui/",
                 "lookupName": "ironbank/anchore/enterpriseui/enterpriseui",
                 "currentVersion": "5.13.0",
                 "fixedVersion": "5.13.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/anchore/enterprise/enterprise",
                 "currentValue": "5.13.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/anchore/enterprise/enterprise:5.13.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/anchore/enterprise/enterprise",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/anchore/enterprise/enterprise",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.anchore.com/current/docs/",
                 "lookupName": "ironbank/anchore/enterprise/enterprise",
                 "currentVersion": "5.13.1",
                 "fixedVersion": "5.13.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui",
                 "currentValue": "5.13.0",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui:5.13.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/anchore/enterpriseui/enterpriseui",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/anchore/enterpriseui/enterpriseui",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.anchore.com/current/docs/installation/ui/",
                 "lookupName": "ironbank/anchore/enterpriseui/enterpriseui",
                 "currentVersion": "5.13.0",
                 "fixedVersion": "5.13.0"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: processRepo() (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Processing 2 branches: renovate/anchore, renovate/cypress-14.x (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: getBranchPr(renovate/anchore) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: findPr(renovate/anchore, undefined, open) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: getPr(329) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: getMR(329) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: 1 already existing branches found: renovate/anchore (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: syncBranchState() (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: getBranchPr(renovate/anchore) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: findPr(renovate/anchore, undefined, open) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: getPr(329) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: getMR(329) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: branchExists=true (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:18:50.805Z) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: No schedule defined (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Branch already exists (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: isBranchConflicted(main, renovate/anchore) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: latest commit (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T16:50:19+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Branch dep redis in chart/Chart.yaml is already updated (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: No content changed (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/anchore)
       "depName": "redis"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/postgres/postgresql in chart/Chart.yaml is already updated (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: No content changed (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/anchore)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: No package files need updating (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Getting updated lock files (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Writing package.json files (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
       "packageFiles": ["chart/tests/package.json"]
DEBUG: Writing chart/tests/package-lock.json (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Writing any updated package files (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Found 0 npm host rule(s) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: No files to commit (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: latest commit (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
       "branchName": "main",
       "latestCommitDate": "2025-01-23T16:50:19+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Ensuring PR (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: getBranchPr(renovate/anchore) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: findPr(renovate/anchore, undefined, open) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: getPr(329) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: getMR(329) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Found existing PR (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Fetching changelog: https://repo1.dso.mil/big-bang/product/maintained/redis (20.6.2-bb.0 -> 20.6.2-bb.1) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17 (16.2 -> 17.2) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: Processing existing PR (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: PR body changed (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
       "prTitle": "SKIP UPDATE CHECK Update Anchore"
 INFO: PR updated (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
       "pr": 329,
       "prTitle": "SKIP UPDATE CHECK Update Anchore"
DEBUG: setPrCache() (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/anchore)
DEBUG: syncBranchState() (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/cypress-14.x) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, undefined, open) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: branchExists=false (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Check for closed PR because recreating closed PRs is disabled. (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: findPr(renovate/cypress-14.x, SKIP UPDATE CHECK Update dependency cypress to v14, !open) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found closed PR with current title (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getPr(327) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getMR(327) (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Closed PR already exists. Skipping branch. (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
       "prTitle": "SKIP UPDATE CHECK Update dependency cypress to v14"
DEBUG: Getting comments for #327 (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Found 5 comments (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Ensuring comment "Renovate Ignore Notification" in #327 (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: Comment is already update-to-date (repository=big-bang/product/packages/anchore-enterprise, baseBranch=main, branch=renovate/cypress-14.x)
DEBUG: getBranchPr(renovate/anchore) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: findPr(renovate/anchore, undefined, open) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: getPr(329) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: getMR(329) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: ensureIssue() (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Updating issue (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Branch lists (repository=big-bang/product/packages/anchore-enterprise)
       "branchList": ["renovate/anchore", "renovate/cypress-14.x"],
       "renovateBranches": ["renovate/anchore", "renovate/common-2.x"]
DEBUG: remainingBranches=renovate/common-2.x (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: findPr(renovate/common-2.x, undefined, open) (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/anchore-enterprise)
       "branchName": "renovate/common-2.x",
       "unrecognizedAuthors": ["kmontakhab@vivsoft.io"]
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Orphan Branch is modified - skipping branch deletion (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Repo is activated (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Branch summary (repository=big-bang/product/packages/anchore-enterprise)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "96394ec6c066ee3790933392509c3aecf85e3dae"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "96394ec6c066ee3790933392509c3aecf85e3dae",
           "branchName": "renovate/anchore",
           "branchSha": "e23cc7004964972a2c2cc0560cb782bae6d2566a",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": ["renovate/cypress-14.x"]
DEBUG: branches info extended (repository=big-bang/product/packages/anchore-enterprise)
       "branchesInformation": [
         {
           "branchName": "renovate/anchore",
           "prNo": 329,
           "prTitle": "SKIP UPDATE CHECK Update Anchore",
           "result": "done",
           "upgrades": [
             {
               "datasource": "git-tags",
               "depName": "redis",
               "displayPending": "",
               "fixedVersion": "20.6.2-bb.0",
               "currentVersion": "20.6.2-bb.0",
               "currentValue": "20.6.2-bb.0",
               "newValue": "20.6.2-bb.1",
               "newVersion": "20.6.2-bb.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "https://repo1.dso.mil/big-bang/product/maintained/redis"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
               "displayPending": "",
               "fixedVersion": "16.2",
               "currentVersion": "16.2",
               "currentValue": "16.2",
               "newValue": "17.2",
               "newVersion": "17.2",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
             }
           ]
         },
         {
           "branchName": "renovate/cypress-14.x",
           "prNo": 327,
           "prTitle": "SKIP UPDATE CHECK Update dependency cypress to v14",
           "result": "already-existed",
           "upgrades": [
             {
               "datasource": "npm",
               "depName": "cypress",
               "displayPending": "",
               "fixedVersion": "13.16.0",
               "currentVersion": "13.16.0",
               "currentValue": "^13.0.0",
               "newValue": "^14.0.0",
               "newVersion": "14.0.1",
               "packageFile": "chart/tests/package.json",
               "updateType": "major",
               "packageName": "cypress"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/anchore-enterprise)
       "stats": {"total": 27, "open": 1, "closed": 10, "merged": 16}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/anchore-enterprise)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/anchore-enterprise)
       "splits": {"init": 2427, "extract": 530, "lookup": 520, "onboarding": 0, "update": 1913},
       "total": 5966
DEBUG: Package cache statistics (repository=big-bang/product/packages/anchore-enterprise)
       "get": {"count": 27, "avgMs": 7, "medianMs": 1, "maxMs": 61, "totalMs": 183},
       "set": {"count": 16, "avgMs": 6, "medianMs": 3, "maxMs": 20, "totalMs": 92}
DEBUG: HTTP statistics (repository=big-bang/product/packages/anchore-enterprise)
       "hosts": {
         "registry1.dso.mil": {
           "count": 18,
           "reqAvgMs": 32,
           "reqMedianMs": 25,
           "reqMaxMs": 116,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 16,
           "reqAvgMs": 218,
           "reqMedianMs": 115,
           "reqMaxMs": 1083,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 34
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/anchore-enterprise)
       "https://registry.npmjs.org": {"/cypress": {"hit": 0, "miss": 0, "localHit": 1}}
DEBUG: Lookup statistics (repository=big-bang/product/packages/anchore-enterprise)
       "docker": {"count": 12, "avgMs": 194, "medianMs": 140, "maxMs": 453, "totalMs": 2333},
       "npm": {"count": 1, "avgMs": 68, "medianMs": 68, "maxMs": 68, "totalMs": 68},
       "git-tags": {"count": 1, "avgMs": 229, "medianMs": 229, "maxMs": 229, "totalMs": 229}
 INFO: Repository finished (repository=big-bang/product/packages/anchore-enterprise)
       "cloned": true,
       "durationMs": 5966
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/twistlock)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/twistlock (repository=big-bang/product/packages/twistlock)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/twistlock)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/twistlock)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/twistlock)
DEBUG: big-bang/product/packages/twistlock default branch = main (repository=big-bang/product/packages/twistlock)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/twistlock)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/twistlock.git (repository=big-bang/product/packages/twistlock)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/twistlock)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/twistlock)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/twistlock)
DEBUG: isOnboarded() (repository=big-bang/product/packages/twistlock)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/twistlock)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/twistlock)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/twistlock)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/twistlock (repository=big-bang/product/packages/twistlock)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/twistlock)
DEBUG: git clone completed (repository=big-bang/product/packages/twistlock)
       "durationMs": 571
DEBUG: latest repository commit (repository=big-bang/product/packages/twistlock)
       "latestCommit": {
         "hash": "2645396427695336ed3c5a94e3e5b60220e1bc2b",
         "date": "2025-01-29T20:04:28+00:00",
         "message": "Merge branch '188-upgrade-job-running-at-inappropriate-times' into 'main'",
         "refs": "HEAD -> main, tag: 0.18.0-bb.1, origin/main, origin/HEAD",
         "body": "Resolve \"Upgrade job running at inappropriate times\"\n\nCloses #188\n\nSee merge request big-bang/product/packages/twistlock!240",
         "author_name": "Bulat Khamitov",
         "author_email": "27224-bkhamitov@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/twistlock)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/twistlock)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/twistlock)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/twistlock)
DEBUG: Repository config (repository=big-bang/product/packages/twistlock)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Twistlock Package Dependencies",
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": ["twistlock", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Twistlock",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s+(?<depName>.+)\\n[a-zA-Z0-9#`_.-]*\\n\\s+tag:\\s+(?<currentValue>.+)",
               "image:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Twistlock:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/twistlock/console/console",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/twistlock)
DEBUG: Config migration necessary (repository=big-bang/product/packages/twistlock)
       "oldConfig": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Twistlock Package Dependencies",
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": ["twistlock", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Twistlock",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s+(?<depName>.+)\\n[a-zA-Z0-9#`_.-]*\\n\\s+tag:\\s+(?<currentValue>.+)",
               "image:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Twistlock:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/twistlock/console/console",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Twistlock Package Dependencies",
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": ["twistlock", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Twistlock",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s+(?<depName>.+)\\n[a-zA-Z0-9#`_.-]*\\n\\s+tag:\\s+(?<currentValue>.+)",
               "image:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Twistlock:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/twistlock/console/console",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/twistlock)
       "config": {
         "baseBranches": ["main"],
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Twistlock Package Dependencies",
         "draftPR": true,
         "ignorePaths": ["chart/charts/**"],
         "labels": ["twistlock", "renovate"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Twistlock",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "bump-chart-yaml",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "repository:\\s+(?<depName>.+)\\n[a-zA-Z0-9#`_.-]*\\n\\s+tag:\\s+(?<currentValue>.+)",
               "image:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Twistlock:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/twistlock/console/console",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/twistlock)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/twistlock)
DEBUG: findIssue(Renovate: Upgrade Twistlock Package Dependencies) (repository=big-bang/product/packages/twistlock)
DEBUG: baseBranches (repository=big-bang/product/packages/twistlock)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/twistlock, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T20:04:28+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: ^tests/images\.txt$ for manager regex (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/images.txt (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/twistlock, baseBranch=main)
       "managers": {"helm-values": 7, "regex": 11, "helmv3": 12}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Found 6 package file(s) (repository=big-bang/product/packages/twistlock, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/twistlock, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 5},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 4, "depCount": 9}
         },
         "total": {"fileCount": 6, "depCount": 15}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/twistlock/console/console, latest) (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/twistlock/console/console, latest, get) (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/twistlock/defender/defender, latest) (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/twistlock/defender/defender, latest, get) (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/twistlock/defender/defender, sha256:a7715332268b3b6b70b8df142b7c601489bbce6a6fc7f5cdeee55e4428e1f65a, get) (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/twistlock, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a5a5fcb4a21ea4c1438abeba8efd58a1bb17809d862b34585de0b2a3242a9acc",
         "org.opencontainers.image.base.name": "docker.io/library/console:33.03.138",
         "architecture": "x86_64",
         "build-date": "2024-09-18T21:23:26",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916695",
         "mil.dso.ironbank.image.keywords": "container,scanning",
         "mil.dso.ironbank.image.parent": "",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Prisma",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:28:48+00:00",
         "org.opencontainers.image.description": "Prisma provides comprehensive visibility and threat detection to mitigate risks and secure your workloads.",
         "org.opencontainers.image.licenses": "Palo Alto Networks End User Agreement",
         "org.opencontainers.image.revision": "6094193a6552d22705e2b20040dc048641c3e60e",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/twistlock/console/console",
         "org.opencontainers.image.title": "console",
         "org.opencontainers.image.url": "https://docs.paloaltonetworks.com/prisma/prisma-cloud",
         "org.opencontainers.image.vendor": "Palo Alto Networks",
         "org.opencontainers.image.version": "33.03.138",
         "release": "1227.1726694542",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "twistlock.model.name": "twistlock",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-1227.1726694542",
         "vcs-ref": "94baa7760359088a42ad33dc22d329a5ee2c7209",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/twistlock, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:29bc74e0007309909069bc45685ba2b4214210911eeb30cf1067b9d8de883677",
         "org.opencontainers.image.base.name": "docker.io/library/defender:33.03.138",
         "architecture": "x86_64",
         "build-date": "2024-09-18T21:23:26",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916668",
         "mil.dso.ironbank.image.keywords": "container,scanning",
         "mil.dso.ironbank.image.parent": "",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Prisma",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:25:32+00:00",
         "org.opencontainers.image.description": "Prisma provides comprehensive visibility and threat detection to mitigate risks and secure your workloads.",
         "org.opencontainers.image.licenses": "Palo Alto Networks End User Agreement",
         "org.opencontainers.image.revision": "24828d1fd4049cdf53c2afc0a9893dbdabb9bff2",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/twistlock/defender/defender",
         "org.opencontainers.image.title": "defender",
         "org.opencontainers.image.url": "https://docs.paloaltonetworks.com/prisma/prisma-cloud",
         "org.opencontainers.image.vendor": "Palo Alto Networks",
         "org.opencontainers.image.version": "33.03.138",
         "release": "1227.1726694542",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "twistlock.model.name": "twistlock",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9-minimal/images/9.4-1227.1726694542",
         "vcs-ref": "94baa7760359088a42ad33dc22d329a5ee2c7209",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.4"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: 11 flattened updates found: registry1.dso.mil/ironbank/twistlock/console/console, registry1.dso.mil/ironbank/twistlock/defender/defender, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, gluon, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/twistlock/defender/defender, registry1.dso.mil/ironbank/twistlock/console/console, registry1.dso.mil/ironbank/twistlock/console/console, registry1.dso.mil/ironbank/twistlock/console/console, registry1.dso.mil/ironbank/twistlock/defender/defender, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/twistlock, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/twistlock, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/twistlock/console/console",
                 "currentValue": "33.01.137",
                 "datasource": "docker",
                 "replaceString": "33.01.137",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "33.03.138",
                     "newValue": "33.03.138",
                     "newMajor": 33,
                     "newMinor": 3,
                     "newPatch": 138,
                     "updateType": "minor",
                     "branchName": "renovate/twistlock"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/twistlock/console/console",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/twistlock/console/console",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.paloaltonetworks.com/prisma/prisma-cloud",
                 "lookupName": "ironbank/twistlock/console/console",
                 "currentVersion": "33.01.137",
                 "isSingleVersion": true,
                 "fixedVersion": "33.01.137"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/twistlock/defender/defender",
                 "currentValue": "33.01.137",
                 "datasource": "docker",
                 "replaceString": "33.01.137",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "33.03.138",
                     "newValue": "33.03.138",
                     "newMajor": 33,
                     "newMinor": 3,
                     "newPatch": 138,
                     "updateType": "minor",
                     "branchName": "renovate/twistlock"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/twistlock/defender/defender",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/twistlock/defender/defender",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.paloaltonetworks.com/prisma/prisma-cloud",
                 "lookupName": "ironbank/twistlock/defender/defender",
                 "currentVersion": "33.01.137",
                 "isSingleVersion": true,
                 "fixedVersion": "33.01.137"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/stedolan/jq",
                 "currentValue": "1.7",
                 "replaceString": "registry1.dso.mil/ironbank/stedolan/jq:1.7",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/stedolan/jq",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/stedolan/jq",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/stedolan/jq",
                 "lookupName": "ironbank/stedolan/jq",
                 "currentVersion": "1.7",
                 "fixedVersion": "1.7"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.7",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.7",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/twistlock"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.7",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.7"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.12",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/twistlock"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.12",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.12"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "0.18.0-bb.1",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/stedolan/jq",
                 "currentValue": "1.7",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/stedolan/jq:1.7",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/stedolan/jq",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/stedolan/jq",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/stedolan/jq",
                 "lookupName": "ironbank/stedolan/jq",
                 "currentVersion": "1.7",
                 "fixedVersion": "1.7"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.7",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.7",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/twistlock"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.7",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.7"
               }
             ],
             "matchStrings": [
               "repository:\\s+(?<depName>.+)\\n[a-zA-Z0-9#`_.-]*\\n\\s+tag:\\s+(?<currentValue>.+)",
               "image:\\s+(?<depName>.+):(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/twistlock/defender/defender",
                 "currentValue": "33.01.137",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/twistlock/defender/defender:33.01.137",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "33.03.138",
                     "newValue": "33.03.138",
                     "newMajor": 33,
                     "newMinor": 3,
                     "newPatch": 138,
                     "updateType": "minor",
                     "branchName": "renovate/twistlock"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/twistlock/defender/defender",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/twistlock/defender/defender",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.paloaltonetworks.com/prisma/prisma-cloud",
                 "lookupName": "ironbank/twistlock/defender/defender",
                 "currentVersion": "33.01.137",
                 "isSingleVersion": true,
                 "fixedVersion": "33.01.137"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/twistlock/console/console",
                 "currentValue": "33.01.137",
                 "datasource": "docker",
                 "replaceString": "- Twistlock: 33.01.137",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "33.03.138",
                     "newValue": "33.03.138",
                     "newMajor": 33,
                     "newMinor": 3,
                     "newPatch": 138,
                     "updateType": "minor",
                     "branchName": "renovate/twistlock"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/twistlock/console/console",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/twistlock/console/console",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.paloaltonetworks.com/prisma/prisma-cloud",
                 "lookupName": "ironbank/twistlock/console/console",
                 "currentVersion": "33.01.137",
                 "isSingleVersion": true,
                 "fixedVersion": "33.01.137"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/twistlock/console/console",
                 "currentValue": "33.01.137",
                 "datasource": "docker",
                 "replaceString": "appVersion: 33.01.137",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "33.03.138",
                     "newValue": "33.03.138",
                     "newMajor": 33,
                     "newMinor": 3,
                     "newPatch": 138,
                     "updateType": "minor",
                     "branchName": "renovate/twistlock"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/twistlock/console/console",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/twistlock/console/console",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.paloaltonetworks.com/prisma/prisma-cloud",
                 "lookupName": "ironbank/twistlock/console/console",
                 "currentVersion": "33.01.137",
                 "isSingleVersion": true,
                 "fixedVersion": "33.01.137"
               }
             ],
             "matchStrings": [
               "- Twistlock:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/twistlock/console/console",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/twistlock/console/console",
                 "currentValue": "33.01.137",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/twistlock/console/console:33.01.137",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "33.03.138",
                     "newValue": "33.03.138",
                     "newMajor": 33,
                     "newMinor": 3,
                     "newPatch": 138,
                     "updateType": "minor",
                     "branchName": "renovate/twistlock"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/twistlock/console/console",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/twistlock/console/console",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.paloaltonetworks.com/prisma/prisma-cloud",
                 "lookupName": "ironbank/twistlock/console/console",
                 "currentVersion": "33.01.137",
                 "isSingleVersion": true,
                 "fixedVersion": "33.01.137"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/twistlock/defender/defender",
                 "currentValue": "33.01.137",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/twistlock/defender/defender:33.01.137",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "33.03.138",
                     "newValue": "33.03.138",
                     "newMajor": 33,
                     "newMinor": 3,
                     "newPatch": 138,
                     "updateType": "minor",
                     "branchName": "renovate/twistlock"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/twistlock/defender/defender",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/twistlock/defender/defender",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://docs.paloaltonetworks.com/prisma/prisma-cloud",
                 "lookupName": "ironbank/twistlock/defender/defender",
                 "currentVersion": "33.01.137",
                 "isSingleVersion": true,
                 "fixedVersion": "33.01.137"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.7",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.7",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "patch",
                     "branchName": "renovate/twistlock"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.7",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.30.7"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/twistlock)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/twistlock)
DEBUG: processRepo() (repository=big-bang/product/packages/twistlock)
DEBUG: Processing 1 branch: renovate/twistlock (repository=big-bang/product/packages/twistlock)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/twistlock)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/twistlock)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/twistlock)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/twistlock)
DEBUG: getBranchPr(renovate/twistlock) (repository=big-bang/product/packages/twistlock)
DEBUG: findPr(renovate/twistlock, undefined, open) (repository=big-bang/product/packages/twistlock)
DEBUG: getPr(238) (repository=big-bang/product/packages/twistlock)
DEBUG: getMR(238) (repository=big-bang/product/packages/twistlock)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/twistlock)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/twistlock)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/twistlock)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/twistlock)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/twistlock)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/twistlock)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/twistlock)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/twistlock)
DEBUG: 1 already existing branches found: renovate/twistlock (repository=big-bang/product/packages/twistlock)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/twistlock)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/twistlock)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/twistlock)
DEBUG: syncBranchState() (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: getBranchPr(renovate/twistlock) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: findPr(renovate/twistlock, undefined, open) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: getPr(238) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: getMR(238) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: branchExists=true (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:18:56.209Z) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No schedule defined (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Branch already exists (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: isBranchConflicted(main, renovate/twistlock) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: latest commit (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T20:04:28+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Branch dep gluon in chart/Chart.yaml is already updated (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No content changed (repository=big-bang/product/packages/twistlock, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/twistlock)
       "depName": "gluon"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/Chart.yaml is already updated (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No content changed (repository=big-bang/product/packages/twistlock, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/twistlock)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No content changed (repository=big-bang/product/packages/twistlock, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/twistlock)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/kubernetes/kubectl in chart/values.yaml is already updated (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No content changed (repository=big-bang/product/packages/twistlock, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/twistlock)
       "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
DEBUG: Branch dep registry1.dso.mil/ironbank/twistlock/console/console in chart/Chart.yaml is already updated (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No content changed (repository=big-bang/product/packages/twistlock, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/twistlock)
       "depName": "registry1.dso.mil/ironbank/twistlock/console/console"
DEBUG: Branch dep registry1.dso.mil/ironbank/twistlock/console/console in chart/Chart.yaml is already updated (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No content changed (repository=big-bang/product/packages/twistlock, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/twistlock)
       "depName": "registry1.dso.mil/ironbank/twistlock/console/console"
DEBUG: Branch dep registry1.dso.mil/ironbank/twistlock/console/console in chart/Chart.yaml is already updated (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No content changed (repository=big-bang/product/packages/twistlock, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/twistlock)
       "depName": "registry1.dso.mil/ironbank/twistlock/console/console"
DEBUG: Branch dep registry1.dso.mil/ironbank/twistlock/console/console in chart/values.yaml is already updated (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No content changed (repository=big-bang/product/packages/twistlock, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/twistlock)
       "depName": "registry1.dso.mil/ironbank/twistlock/console/console"
DEBUG: Branch dep registry1.dso.mil/ironbank/twistlock/defender/defender in chart/Chart.yaml is already updated (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No content changed (repository=big-bang/product/packages/twistlock, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/twistlock)
       "depName": "registry1.dso.mil/ironbank/twistlock/defender/defender"
DEBUG: Branch dep registry1.dso.mil/ironbank/twistlock/defender/defender in tests/images.txt is already updated (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No content changed (repository=big-bang/product/packages/twistlock, baseBranch=main, packageFile=tests/images.txt, branch=renovate/twistlock)
       "depName": "registry1.dso.mil/ironbank/twistlock/defender/defender"
DEBUG: Branch dep registry1.dso.mil/ironbank/twistlock/defender/defender in chart/values.yaml is already updated (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No content changed (repository=big-bang/product/packages/twistlock, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/twistlock)
       "depName": "registry1.dso.mil/ironbank/twistlock/defender/defender"
DEBUG: No package files need updating (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No files to commit (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: latest commit (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
       "branchName": "main",
       "latestCommitDate": "2025-01-29T20:04:28+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Ensuring PR (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: getBranchPr(renovate/twistlock) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: findPr(renovate/twistlock, undefined, open) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: getPr(238) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: getMR(238) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Found existing PR (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.7 -> v1.30.9) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.7 -> v1.30.9) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl (v1.30.7 -> v1.30.9) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/twistlock/console/console (33.01.137 -> 33.03.138) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/twistlock/console/console (33.01.137 -> 33.03.138) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/twistlock/console/console (33.01.137 -> 33.03.138) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/twistlock/console/console (33.01.137 -> 33.03.138) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/twistlock/defender/defender (33.01.137 -> 33.03.138) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/twistlock/defender/defender (33.01.137 -> 33.03.138) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/twistlock/defender/defender (33.01.137 -> 33.03.138) (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No gitlab-tags tags found for repository: dsop/twistlock/defender/defender (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No gitlab-tags tags found for repository: dsop/twistlock/defender/defender (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No gitlab-tags tags found for repository: dsop/twistlock/defender/defender (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No gitlab-tags tags found for repository: dsop/twistlock/console/console (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No gitlab-tags tags found for repository: dsop/twistlock/console/console (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No gitlab-tags tags found for repository: dsop/twistlock/console/console (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: No gitlab-tags tags found for repository: dsop/twistlock/console/console (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: Processing existing PR (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: PR body changed (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
       "prTitle": "Update Twistlock"
 INFO: PR updated (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
       "pr": 238,
       "prTitle": "Update Twistlock"
DEBUG: setPrCache() (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/twistlock, baseBranch=main, branch=renovate/twistlock)
DEBUG: getBranchPr(renovate/twistlock) (repository=big-bang/product/packages/twistlock)
DEBUG: findPr(renovate/twistlock, undefined, open) (repository=big-bang/product/packages/twistlock)
DEBUG: getPr(238) (repository=big-bang/product/packages/twistlock)
DEBUG: getMR(238) (repository=big-bang/product/packages/twistlock)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/twistlock)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/twistlock)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/twistlock)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/twistlock)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/twistlock)
DEBUG: ensureIssue() (repository=big-bang/product/packages/twistlock)
DEBUG: Updating issue (repository=big-bang/product/packages/twistlock)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/twistlock)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/twistlock)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/twistlock)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/twistlock)
DEBUG: Branch lists (repository=big-bang/product/packages/twistlock)
       "branchList": ["renovate/twistlock"],
       "renovateBranches": ["renovate/twistlock"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/twistlock)
DEBUG: No branches to clean up (repository=big-bang/product/packages/twistlock)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/twistlock)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/twistlock)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/twistlock)
DEBUG: Repo is activated (repository=big-bang/product/packages/twistlock)
DEBUG: Branch summary (repository=big-bang/product/packages/twistlock)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "2645396427695336ed3c5a94e3e5b60220e1bc2b"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "2645396427695336ed3c5a94e3e5b60220e1bc2b",
           "branchName": "renovate/twistlock",
           "branchSha": "9ea09d696653d7150fcaae315fb03868d754a126",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/twistlock)
       "branchesInformation": [
         {
           "branchName": "renovate/twistlock",
           "prNo": 238,
           "prTitle": "Update Twistlock",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.12",
               "currentVersion": "0.5.12",
               "currentValue": "0.5.12",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.7",
               "currentVersion": "v1.30.7",
               "currentValue": "v1.30.7",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.7",
               "currentVersion": "v1.30.7",
               "currentValue": "v1.30.7",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.30.7",
               "currentVersion": "v1.30.7",
               "currentValue": "v1.30.7",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/twistlock/console/console",
               "displayPending": "",
               "fixedVersion": "33.01.137",
               "currentVersion": "33.01.137",
               "currentValue": "33.01.137",
               "newValue": "33.03.138",
               "newVersion": "33.03.138",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/twistlock/console/console"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/twistlock/console/console",
               "displayPending": "",
               "fixedVersion": "33.01.137",
               "currentVersion": "33.01.137",
               "currentValue": "33.01.137",
               "newValue": "33.03.138",
               "newVersion": "33.03.138",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/twistlock/console/console"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/twistlock/console/console",
               "displayPending": "",
               "fixedVersion": "33.01.137",
               "currentVersion": "33.01.137",
               "currentValue": "33.01.137",
               "newValue": "33.03.138",
               "newVersion": "33.03.138",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/twistlock/console/console"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/twistlock/console/console",
               "displayPending": "",
               "fixedVersion": "33.01.137",
               "currentVersion": "33.01.137",
               "currentValue": "33.01.137",
               "newValue": "33.03.138",
               "newVersion": "33.03.138",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/twistlock/console/console"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/twistlock/defender/defender",
               "displayPending": "",
               "fixedVersion": "33.01.137",
               "currentVersion": "33.01.137",
               "currentValue": "33.01.137",
               "newValue": "33.03.138",
               "newVersion": "33.03.138",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/twistlock/defender/defender"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/twistlock/defender/defender",
               "displayPending": "",
               "fixedVersion": "33.01.137",
               "currentVersion": "33.01.137",
               "currentValue": "33.01.137",
               "newValue": "33.03.138",
               "newVersion": "33.03.138",
               "packageFile": "tests/images.txt",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/twistlock/defender/defender"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/twistlock/defender/defender",
               "displayPending": "",
               "fixedVersion": "33.01.137",
               "currentVersion": "33.01.137",
               "currentValue": "33.01.137",
               "newValue": "33.03.138",
               "newVersion": "33.03.138",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/twistlock/defender/defender"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/twistlock)
       "stats": {"total": 9, "open": 1, "closed": 3, "merged": 5}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/twistlock)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/twistlock)
       "splits": {"init": 1801, "extract": 377, "lookup": 711, "onboarding": 0, "update": 1949},
       "total": 5309
DEBUG: Package cache statistics (repository=big-bang/product/packages/twistlock)
       "get": {"count": 28, "avgMs": 7, "medianMs": 1, "maxMs": 81, "totalMs": 184},
       "set": {"count": 42, "avgMs": 3, "medianMs": 2, "maxMs": 17, "totalMs": 126}
DEBUG: HTTP statistics (repository=big-bang/product/packages/twistlock)
       "hosts": {
         "registry1.dso.mil": {
           "count": 12,
           "reqAvgMs": 59,
           "reqMedianMs": 24,
           "reqMaxMs": 183,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 17,
           "reqAvgMs": 168,
           "reqMedianMs": 107,
           "reqMaxMs": 553,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 29
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/twistlock)
DEBUG: Lookup statistics (repository=big-bang/product/packages/twistlock)
       "docker": {"count": 15, "avgMs": 323, "medianMs": 258, "maxMs": 592, "totalMs": 4842}
 INFO: Repository finished (repository=big-bang/product/packages/twistlock)
       "cloned": true,
       "durationMs": 5309
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/mattermost)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/mattermost (repository=big-bang/product/packages/mattermost)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/mattermost)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/mattermost)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/mattermost)
DEBUG: big-bang/product/packages/mattermost default branch = main (repository=big-bang/product/packages/mattermost)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/mattermost)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/mattermost.git (repository=big-bang/product/packages/mattermost)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/mattermost)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/mattermost)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/mattermost)
DEBUG: isOnboarded() (repository=big-bang/product/packages/mattermost)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/mattermost)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/mattermost)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/mattermost)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/mattermost (repository=big-bang/product/packages/mattermost)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/mattermost)
DEBUG: git clone completed (repository=big-bang/product/packages/mattermost)
       "durationMs": 597
DEBUG: latest repository commit (repository=big-bang/product/packages/mattermost)
       "latestCommit": {
         "hash": "f76994cac9c71f74f4f1c325a3595cb72791f242",
         "date": "2025-01-24T15:50:34+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 10.4.2-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/packages/mattermost!291",
         "author_name": "Michael Martin",
         "author_email": "michaelmartin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/mattermost)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/mattermost)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/mattermost)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/mattermost)
DEBUG: Repository config (repository=big-bang/product/packages/mattermost)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Mattermost Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["mattermost", "Package Sustainment", "kind::maintenance"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Mattermost:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$", "^chart/values\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/mattermost)
DEBUG: Config migration necessary (repository=big-bang/product/packages/mattermost)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Mattermost Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["mattermost", "Package Sustainment", "kind::maintenance"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Mattermost:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$", "^chart/values\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Mattermost Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["mattermost", "Package Sustainment", "kind::maintenance"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Mattermost:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$", "^chart/values\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/mattermost)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Mattermost Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": ["mattermost", "Package Sustainment", "kind::maintenance"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"],
             "postUpgradeTasks": {
               "commands": [
                 "match-chart-yaml-appversion",
                 "regenerate-helm-docs",
                 "bump-changelog '- {{{replace 'registry1.dso.mil/' '' depName}}} updated from {{{currentVersion}}} to {{{newVersion}}}'"
               ],
               "fileFilters": ["chart/Chart.yaml", "README.md", "CHANGELOG.md"]
             }
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "- Mattermost:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$", "^chart/values\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/mattermost)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/mattermost)
DEBUG: findIssue(Renovate: Upgrade Mattermost Package Dependencies) (repository=big-bang/product/packages/mattermost)
DEBUG: baseBranches (repository=big-bang/product/packages/mattermost)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/mattermost, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-24T15:50:34+00:00"
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Matched 3 file(s) for manager helmv3: chart/Chart.yaml, chart/deps/postgresql/Chart.yaml, chart/deps/postgresql/charts/common/Chart.yaml (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Matched 2 file(s) for manager regex: chart/Chart.yaml, chart/values.yaml (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Chart has no dependencies in chart/deps/postgresql/charts/common/Chart.yaml (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/mattermost, baseBranch=main)
       "managers": {"regex": 7, "helmv3": 9}
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Found 6 package file(s) (repository=big-bang/product/packages/mattermost, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/mattermost, baseBranch=main)
       "stats": {
         "managers": {
           "helmv3": {"fileCount": 2, "depCount": 4},
           "regex": {"fileCount": 4, "depCount": 14}
         },
         "total": {"fileCount": 6, "depCount": 18}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Dependency registry-1.docker.io/bitnamicharts/common has unsupported/unversioned value 2.x.x (versioning=docker) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Skipping registry-1.docker.io/bitnamicharts/common because no currentDigest or pinDigests (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/opensource/minio/minio has unsupported/unversioned value RELEASE.2024-06-04T19-20-08Z (versioning=docker) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/opensource/minio/minio because no currentDigest or pinDigests (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/opensource/minio/mc has unsupported/unversioned value RELEASE.2024-08-13T05-33-17Z (versioning=docker) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/opensource/minio/mc because no currentDigest or pinDigests (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/minio/operator-sidecar, latest) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/minio/operator-sidecar, latest, get) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/mattermost/mattermost, latest) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/mattermost/mattermost, latest, get) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql11, latest) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql11, latest, get) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/minio/operator-sidecar, sha256:7b684a4efd903ed7f11d4c13d411c42d9be2caf66c77e5ec8f0e421a48c5d273, get) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql12, latest) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql12, latest, get) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/mattermost/mattermost, sha256:1274493b197d06dd448338616fb2121a25ec37e636943315eb72ef866a303072, get) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/postgres/postgresql12, sha256:5eddf1e128ae8948f10365af2007999a366d99e835ed057dbe763f669cc8bb4f, get) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/mattermost, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:a7c149ccba1de7a3b015a61db9a39ec59599753acca7b8013dcff595667c96ab",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3885521",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:b2b8a92ed166a7c0cb5efc7423c35babea68772e361708babdd5d69431f94d28",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "UBI9-minimal",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-01-21 00:26:39+00:00",
         "org.opencontainers.image.description": "Mattermost is an open source, private cloud, Slack-alternative.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "99ac4f554f289d6d9121e03b5133bc7ec63e105f",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/mattermost/mattermost",
         "org.opencontainers.image.title": "mattermost",
         "org.opencontainers.image.url": "https://mattermost.com",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "10.4.1",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/mattermost, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:4dacbb26ff9354e9822a8442be49c0d1cd35c68a7fd2c24c4c09565b08996cdf",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.8",
         "architecture": "x86_64",
         "build-date": "2023-10-05T15:08:12",
         "com.redhat.component": "ubi8-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.29.1",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel8",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "2304591",
         "mil.dso.ironbank.image.keywords": "postgresql,postgresql11",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.8@sha256:4dacbb26ff9354e9822a8442be49c0d1cd35c68a7fd2c24c4c09565b08996cdf",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "postgresql",
         "name": "ubi8",
         "org.opencontainers.image.created": "2023-10-10 08:39:08+00:00",
         "org.opencontainers.image.description": "PostgreSQL is a powerful,open source object-relational database system that uses and extends the SQL language combined with many features that safely store and scale the most complicated data workloads.",
         "org.opencontainers.image.licenses": "Portions Copyright (c) 1996-2010, The PostgreSQL Global Development Group,Portions Copyright (c) 1994, The Regents of the University of California",
         "org.opencontainers.image.revision": "9042addefba3075b03c63833f13487a670bd0641",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql11",
         "org.opencontainers.image.title": "postgresql11",
         "org.opencontainers.image.url": "https://www.postgresql.org/",
         "org.opencontainers.image.vendor": "The PostgreSQL Global Development Group",
         "org.opencontainers.image.version": "11.20-2",
         "release": "1067.1696517599",
         "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.8-1067.1696517599",
         "vcs-ref": "384f2bb33eebab960262e967aa16d01fe2dbebff",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.8"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/mattermost, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916996",
         "mil.dso.ironbank.image.keywords": "minio/operator-sidecar, minio, operator-sidecar",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "minio/operator-sidecar",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:57:42+00:00",
         "org.opencontainers.image.description": "This sidecar container is used to initialize the MinIO Tenants.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "0d9232e67c7b4ac4b72d89a8ee49ccd3be81a542",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/minio/operator-sidecar",
         "org.opencontainers.image.title": "minio/operator-sidecar",
         "org.opencontainers.image.url": "https://github.com/minio/operator/tree/d16ef8a5d713ee6a2e7b1942740e153f9ced72da/sidecar",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v7.0.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/mattermost, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917786",
         "mil.dso.ironbank.image.keywords": "base,os,rhel,ubi",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "postgres",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 01:25:13+00:00",
         "org.opencontainers.image.description": "PostgreSQL v12 server based on RedHat UBI 9",
         "org.opencontainers.image.licenses": "PostgreSQL",
         "org.opencontainers.image.revision": "0e07d8310e9c7b34b6364bb09a84f69c158ed24d",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql12",
         "org.opencontainers.image.title": "postgresql12",
         "org.opencontainers.image.url": "https://hub.docker.com/_/postgres",
         "org.opencontainers.image.vendor": "PostgreSQL Global",
         "org.opencontainers.image.version": "12.22",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: 3 flattened updates found: minio-instance, registry1.dso.mil/ironbank/opensource/minio/operator-sidecar, registry1.dso.mil/ironbank/opensource/minio/operator-sidecar (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/mattermost, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/mattermost, baseBranch=main)
       "config": {
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "postgresql",
                 "currentValue": "12.12.10",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "postgresql"
               },
               {
                 "depName": "minio-instance",
                 "currentValue": "6.0.3-bb.1",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/minio-instance",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "6.0.4",
                     "newValue": "6.0.4-bb.1",
                     "newMajor": 6,
                     "newMinor": 0,
                     "newPatch": 4,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://github.com/minio/operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://min.io",
                 "lookupName": "bigbang/minio-instance",
                 "currentVersion": "6.0.3",
                 "isSingleVersion": true,
                 "fixedVersion": "6.0.3-bb.1"
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "10.4.2-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "common",
                 "currentValue": "2.x.x",
                 "datasource": "docker",
                 "packageName": "registry-1.docker.io/bitnamicharts/common",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "12.12.10",
             "lockFiles": ["chart/deps/postgresql/Chart.lock"],
             "packageFile": "chart/deps/postgresql/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
                 "currentValue": "10.4.2",
                 "datasource": "docker",
                 "replaceString": "image:\n  name: registry1.dso.mil/ironbank/opensource/mattermost/mattermost\n  tag: 10.4.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/mattermost/mattermost",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://mattermost.com",
                 "lookupName": "ironbank/opensource/mattermost/mattermost",
                 "currentVersion": "10.4.2",
                 "fixedVersion": "10.4.2"
               }
             ],
             "matchStrings": [
               "image:\\s+name:\\s+[^/]+/(?<depName>.+)\\s+tag:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
                 "currentValue": "10.4.2",
                 "datasource": "docker",
                 "replaceString": "- Mattermost: 10.4.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/mattermost/mattermost",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://mattermost.com",
                 "lookupName": "ironbank/opensource/mattermost/mattermost",
                 "currentVersion": "10.4.2",
                 "fixedVersion": "10.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
                 "currentValue": "10.4.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: 10.4.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/mattermost/mattermost",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://mattermost.com",
                 "lookupName": "ironbank/opensource/mattermost/mattermost",
                 "currentVersion": "10.4.2",
                 "fixedVersion": "10.4.2"
               }
             ],
             "matchStrings": [
               "- Mattermost:\\s+(?<currentValue>.+)",
               "appVersion:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
                 "currentValue": "10.4.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/mattermost/mattermost:10.4.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/mattermost/mattermost",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/mattermost/mattermost",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://mattermost.com",
                 "lookupName": "ironbank/opensource/mattermost/mattermost",
                 "currentVersion": "10.4.2",
                 "fixedVersion": "10.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/minio",
                 "currentValue": "RELEASE.2024-06-04T19-20-08Z",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2024-06-04T19-20-08Z",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/minio",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/mc",
                 "currentValue": "RELEASE.2024-08-13T05-33-17Z",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2024-08-13T05-33-17Z",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/mc",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/operator-sidecar",
                 "currentValue": "v6.0.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v6.0.2",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v7.0.0",
                     "newValue": "v7.0.0",
                     "newMajor": 7,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/operator-sidecar",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/minio/operator-sidecar",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/minio/operator/tree/d16ef8a5d713ee6a2e7b1942740e153f9ced72da/sidecar",
                 "lookupName": "ironbank/opensource/minio/operator-sidecar",
                 "currentVersion": "v6.0.2",
                 "isSingleVersion": true,
                 "fixedVersion": "v6.0.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql11",
                 "currentValue": "11.18-1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql11:11.18-1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql11",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql11",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.postgresql.org/",
                 "lookupName": "ironbank/opensource/postgres/postgresql11",
                 "currentVersion": "11.18",
                 "fixedVersion": "11.18-1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql12",
                 "currentValue": "12.22",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql12:12.22",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql12",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql12",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/postgres",
                 "lookupName": "ironbank/opensource/postgres/postgresql12",
                 "currentVersion": "12.22",
                 "fixedVersion": "12.22"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "17.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.postgresql.org/docs/17/index.html",
                 "lookupName": "ironbank/opensource/postgres/postgresql",
                 "currentVersion": "17.2",
                 "fixedVersion": "17.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/operator-sidecar",
                 "currentValue": "v6.0.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v6.0.2",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v7.0.0",
                     "newValue": "v7.0.0",
                     "newMajor": 7,
                     "newMinor": 0,
                     "newPatch": 0,
                     "updateType": "major",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/operator-sidecar",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/minio/operator-sidecar",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/minio/operator/tree/d16ef8a5d713ee6a2e7b1942740e153f9ced72da/sidecar",
                 "lookupName": "ironbank/opensource/minio/operator-sidecar",
                 "currentVersion": "v6.0.2",
                 "isSingleVersion": true,
                 "fixedVersion": "v6.0.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "17.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:17.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.postgresql.org/docs/17/index.html",
                 "lookupName": "ironbank/opensource/postgres/postgresql",
                 "currentVersion": "17.2",
                 "fixedVersion": "17.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/mattermost)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/mattermost)
DEBUG: processRepo() (repository=big-bang/product/packages/mattermost)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/mattermost)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/mattermost)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/mattermost)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/mattermost)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/mattermost)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/mattermost)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/mattermost)
DEBUG: getPr(293) (repository=big-bang/product/packages/mattermost)
DEBUG: getMR(293) (repository=big-bang/product/packages/mattermost)
DEBUG: 1 PRs are currently open (repository=big-bang/product/packages/mattermost)
DEBUG: PR concurrent limit remaining: 9 (repository=big-bang/product/packages/mattermost)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/mattermost)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/mattermost)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/mattermost)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/mattermost)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/mattermost)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/mattermost)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/mattermost)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/mattermost)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/mattermost)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/mattermost)
DEBUG: syncBranchState() (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(293) (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(293) (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["chukwuka.akagbusi.ctr@us.af.mil", "jacob.kershaw@sigmadefense.com"]
DEBUG: Found existing branch PR (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR has been edited, PrNo:293 (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment to indicate that rebasing is not possible (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: Getting comments for #293 (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found 13 comments (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring comment "Edited/Blocked Notification" in #293 (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: Comment is already update-to-date (repository=big-bang/product/packages/mattermost, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/mattermost)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/mattermost)
DEBUG: getPr(293) (repository=big-bang/product/packages/mattermost)
DEBUG: getMR(293) (repository=big-bang/product/packages/mattermost)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/mattermost)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/mattermost)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/mattermost)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/mattermost)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/mattermost)
DEBUG: ensureIssue() (repository=big-bang/product/packages/mattermost)
DEBUG: Updating issue (repository=big-bang/product/packages/mattermost)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/mattermost)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/mattermost)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/mattermost)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/mattermost)
DEBUG: Branch lists (repository=big-bang/product/packages/mattermost)
       "branchList": ["renovate/ironbank"],
       "renovateBranches": ["renovate/ironbank"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/mattermost)
DEBUG: No branches to clean up (repository=big-bang/product/packages/mattermost)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/mattermost)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/mattermost)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/mattermost)
DEBUG: Repo is activated (repository=big-bang/product/packages/mattermost)
DEBUG: Branch summary (repository=big-bang/product/packages/mattermost)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "f76994cac9c71f74f4f1c325a3595cb72791f242"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "f76994cac9c71f74f4f1c325a3595cb72791f242",
           "branchName": "renovate/ironbank",
           "branchSha": "df128ae96a7faaf64bf13af60d9bb417b7184825",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/mattermost)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": 293,
           "prTitle": "Update Ironbank",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "minio-instance",
               "displayPending": "",
               "fixedVersion": "6.0.3-bb.1",
               "currentVersion": "6.0.3",
               "currentValue": "6.0.3-bb.1",
               "newValue": "6.0.4-bb.1",
               "newVersion": "6.0.4",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/minio-instance"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/minio/operator-sidecar",
               "displayPending": "",
               "fixedVersion": "v6.0.2",
               "currentVersion": "v6.0.2",
               "currentValue": "v6.0.2",
               "newValue": "v7.0.0",
               "newVersion": "v7.0.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/minio/operator-sidecar"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/minio/operator-sidecar",
               "displayPending": "",
               "fixedVersion": "v6.0.2",
               "currentVersion": "v6.0.2",
               "currentValue": "v6.0.2",
               "newValue": "v7.0.0",
               "newVersion": "v7.0.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "major",
               "packageName": "registry1.dso.mil/ironbank/opensource/minio/operator-sidecar"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/mattermost)
       "stats": {"total": 16, "open": 1, "closed": 0, "merged": 15}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/mattermost)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/mattermost)
       "splits": {"init": 2061, "extract": 315, "lookup": 745, "onboarding": 0, "update": 369},
       "total": 3980
DEBUG: Package cache statistics (repository=big-bang/product/packages/mattermost)
       "get": {"count": 20, "avgMs": 14, "medianMs": 4, "maxMs": 80, "totalMs": 283},
       "set": {"count": 12, "avgMs": 26, "medianMs": 9, "maxMs": 218, "totalMs": 313}
DEBUG: HTTP statistics (repository=big-bang/product/packages/mattermost)
       "hosts": {
         "registry1.dso.mil": {
           "count": 24,
           "reqAvgMs": 70,
           "reqMedianMs": 28,
           "reqMaxMs": 265,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 236,
           "reqMedianMs": 150,
           "reqMaxMs": 800,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 33
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/mattermost)
DEBUG: Lookup statistics (repository=big-bang/product/packages/mattermost)
       "docker": {"count": 17, "avgMs": 323, "medianMs": 199, "maxMs": 679, "totalMs": 5489}
 INFO: Repository finished (repository=big-bang/product/packages/mattermost)
       "cloned": true,
       "durationMs": 3980
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/gitlab)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/gitlab (repository=big-bang/product/packages/gitlab)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/gitlab)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/gitlab)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/gitlab)
DEBUG: big-bang/product/packages/gitlab default branch = main (repository=big-bang/product/packages/gitlab)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/gitlab)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/gitlab.git (repository=big-bang/product/packages/gitlab)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/gitlab)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/gitlab)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/gitlab)
DEBUG: isOnboarded() (repository=big-bang/product/packages/gitlab)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/gitlab)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/gitlab)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/gitlab)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/gitlab (repository=big-bang/product/packages/gitlab)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/gitlab)
DEBUG: git clone completed (repository=big-bang/product/packages/gitlab)
       "durationMs": 736
DEBUG: latest repository commit (repository=big-bang/product/packages/gitlab)
       "latestCommit": {
         "hash": "c1b3e3e2bc51c91debb576ba340bcaed6ee36f7b",
         "date": "2025-01-27T15:15:59+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 8.8.1-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank to v17.8.1\n\nSee merge request big-bang/product/packages/gitlab!363",
         "author_name": "Nigel Bazzeghin",
         "author_email": "nigelbazzeghin@seed-innovations.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/gitlab)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/gitlab)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/gitlab)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/gitlab)
DEBUG: Repository config (repository=big-bang/product/packages/gitlab)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Gitlab Dependencies",
         "draftPR": true,
         "enabledManagers": ["helm-values", "custom.regex"],
         "ignorePaths": ["chart/charts/**", "chart/examples/**", "chart/scripts/**"],
         "labels": ["gitlab", "renovate"],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "packageRules": [
           {"matchDatasources": ["docker"], "groupName": "Ironbank"},
           {
             "matchDatasources": ["docker"],
             "matchPackageNames": [
               "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
             ],
             "allowedVersions": "14.x"
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)\\s+tag:[^\\S\\r\\n]+(?<currentValue>[\\d\\.]+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^tests/images\\.txt$"],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Gitlab:\\s+(?<currentValue>.+)"],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "ironbank/gitlab/gitlab/gitlab-webservice",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/requirements\\.yaml$"],
             "matchStrings": [
               "- name:[\\s]+gluon[\\s]+version:[\\s]+(?<currentValue>.*)"
             ],
             "registryUrlTemplate": "https://registry1.dso.mil",
             "depNameTemplate": "bigbang/gluon",
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/gitlab)
DEBUG: No config migration necessary (repository=big-bang/product/packages/gitlab)
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/gitlab)
       "ignorePaths": ["chart/charts/**", "chart/examples/**", "chart/scripts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/gitlab)
DEBUG: findIssue(Renovate: Upgrade Gitlab Dependencies) (repository=big-bang/product/packages/gitlab)
DEBUG: baseBranches (repository=big-bang/product/packages/gitlab)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-27T15:15:59+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Using file match: ^tests/images\.txt$ for manager regex (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Using file match: ^chart/requirements\.yaml$ for manager regex (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: tests/images.txt (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/requirements.yaml (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "managers": {"regex": 54, "helm-values": 51}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Found 7 package file(s) (repository=big-bang/product/packages/gitlab, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 23},
           "regex": {"fileCount": 6, "depCount": 26}
         },
         "total": {"fileCount": 7, "depCount": 49}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/certificates, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/certificates, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-base, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-base, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/kubectl, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/kubectl, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-webservice, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-webservice, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Falling back to npm semver syntax for allowedVersions (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-webservice, sha256:b6c12264cdb1c025da903024be92054825379ffdb35cad5a257ff35d6a236593, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/cfssl-self-sign, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/cfssl-self-sign, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-exporter, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-exporter, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-workhorse, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-workhorse, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitaly, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitaly, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-container-registry, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-container-registry, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-shell, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-shell, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/cfssl-self-sign, sha256:eee74800a7f3d8a32415bdd8203dd5606fbd54bbc28b5e02d9b80986834deaa6, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6888527df40da152ecd27e8b485527397eb432de761ce6b2675c09fd6de0aff8",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-micro:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917159",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-micro:9.5@sha256:6c9147be75017952266f7c6f920b5c3015b26601fb9cf13e32b210d2279d9a44",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 00:12:38+00:00",
         "org.opencontainers.image.description": "Base container for building GitLab application containers.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "7431310b7817a98231469be426062c6335e4cb7c",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-base",
         "org.opencontainers.image.title": "Gitlab Base",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:09b96acb9fd305299156346c810e84c903084c47879dd82322dbf8b13ad53ee8",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917218",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1@sha256:09b96acb9fd305299156346c810e84c903084c47879dd82322dbf8b13ad53ee8",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "Gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 00:18:47+00:00",
         "org.opencontainers.image.description": "Certificates is a base container that organizes public CA certificates",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "7937901dbb000caa18b78ef0c4da22b383b0d4f3",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/certificates",
         "org.opencontainers.image.title": "Gitlab Certificates",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:09b96acb9fd305299156346c810e84c903084c47879dd82322dbf8b13ad53ee8",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917315",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1@sha256:09b96acb9fd305299156346c810e84c903084c47879dd82322dbf8b13ad53ee8",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 00:31:13+00:00",
         "org.opencontainers.image.description": "Gitlab Workhorse is a smart reverse proxy for GitLab. It handles large HTTP requests.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "f6049f7631839bb637b7be0e415091ec03874852",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-workhorse",
         "org.opencontainers.image.title": "Gitlab Workhorse",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6888527df40da152ecd27e8b485527397eb432de761ce6b2675c09fd6de0aff8",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-micro:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917027",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-micro:9.5@sha256:6c9147be75017952266f7c6f920b5c3015b26601fb9cf13e32b210d2279d9a44",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-02 23:59:10+00:00",
         "org.opencontainers.image.description": "GitLab kubectl used to configure Kubernetes.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "8379f35467ee52c288776207e1473aa596deb2e2",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/kubectl",
         "org.opencontainers.image.title": "Gitlab Kubectl",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:0b91c1effcb2046885de7e96215e87e686770baade989a2f61f3e883e5a036ce",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:17.8.1",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917770",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:17.8.1@sha256:0b91c1effcb2046885de7e96215e87e686770baade989a2f61f3e883e5a036ce",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 01:23:28+00:00",
         "org.opencontainers.image.description": "GitLab Web Service runs the GitLab Rails application with Unicorn or Puma web server.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "417bc474efb130bfa2c7aae29c961911b5d163dc",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-webservice",
         "org.opencontainers.image.title": "Gitlab Webservice",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:09b96acb9fd305299156346c810e84c903084c47879dd82322dbf8b13ad53ee8",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917318",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1@sha256:09b96acb9fd305299156346c810e84c903084c47879dd82322dbf8b13ad53ee8",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 00:31:09+00:00",
         "org.opencontainers.image.description": "The Docker toolset to pack, ship, store, and deliver content. This is a fork of official Docker Registry 2.0 implementation.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "03e23736678827b246cc1e657f2955c3b6c708c0",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-container-registry",
         "org.opencontainers.image.title": "Gitlab Container Registry",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:09b96acb9fd305299156346c810e84c903084c47879dd82322dbf8b13ad53ee8",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917855",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1@sha256:09b96acb9fd305299156346c810e84c903084c47879dd82322dbf8b13ad53ee8",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 01:34:21+00:00",
         "org.opencontainers.image.description": "Gitaly is a Git RPC service for handling all the git calls made by GitLab.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "c84c1a0834d1a2894d62cfc970f0c2e7ed800ebd",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/gitaly",
         "org.opencontainers.image.title": "Gitlab Gitaly",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:74f94b62cd0e19909b3298bbcec8a95980eafd1af5174395783e96e007b13788",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.10",
         "architecture": "x86_64",
         "build-date": "2025-01-21T14:20:31",
         "com.redhat.component": "ubi8-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel8",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917233",
         "mil.dso.ironbank.image.keywords": "certificates,cfssl,gitlab",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.10@sha256:9b9f2225f699fe4c7cf7d03525d7a9db8d85ac2dd9d1910b90fd29d1a2d038fa",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi8-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi8",
         "org.opencontainers.image.created": "2025-02-03 00:22:30+00:00",
         "org.opencontainers.image.description": "CFSSL is a server for signing, verifying, and bundling TLS certificates.",
         "org.opencontainers.image.licenses": "BSD-2-Clause",
         "org.opencontainers.image.revision": "e40cc7d7df6fea2a1873899e8507d61635ec4f84",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/gitlab/cfssl-self-sign",
         "org.opencontainers.image.title": "cfssl-self-sign",
         "org.opencontainers.image.url": "https://gitlab.com/gitlab-org/build/CNG/-/tree/master/cfssl-self-sign",
         "org.opencontainers.image.vendor": "GitLab",
         "org.opencontainers.image.version": "1.6.1",
         "release": "1184",
         "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.10-1184",
         "vcs-ref": "967861a8dbbb288b8cec9f1fee7ccbf6c7ee9a20",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.10"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:09b96acb9fd305299156346c810e84c903084c47879dd82322dbf8b13ad53ee8",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917645",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1@sha256:09b96acb9fd305299156346c810e84c903084c47879dd82322dbf8b13ad53ee8",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 01:09:37+00:00",
         "org.opencontainers.image.description": "Gitlab Shell container.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "358d614569259afe150d28402a485e810af4bea4",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-shell",
         "org.opencontainers.image.title": "Gitlab Shell",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:ccdd138ab5e749c1a6ef45f8bd3abe3a61b62f46fe72edea1d2ca3ac92ece329",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-ruby:17.8.1",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917780",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-ruby:17.8.1@sha256:ccdd138ab5e749c1a6ef45f8bd3abe3a61b62f46fe72edea1d2ca3ac92ece329",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 01:24:52+00:00",
         "org.opencontainers.image.description": "Prometheus Web exporter for GitLab.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "abeb0910a6b45cd3604d7b3593156bde66541841",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-exporter",
         "org.opencontainers.image.title": "Gitlab Exporter",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: Dependency bigbang/gluon has unsupported/unversioned value "0.5.14" (versioning=docker) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Skipping bigbang/gluon because no currentDigest or pinDigests (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/opensource/minio/mc has unsupported/unversioned value RELEASE.2024-10-02T08-27-28Z (versioning=docker) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/opensource/minio/mc because no currentDigest or pinDigests (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Dependency registry1.dso.mil/ironbank/opensource/minio/minio has unsupported/unversioned value RELEASE.2024-06-04T19-20-08Z (versioning=docker) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Skipping registry1.dso.mil/ironbank/opensource/minio/minio because no currentDigest or pinDigests (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Falling back to npm semver syntax for allowedVersions (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql"
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-toolbox, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-toolbox, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-sidekiq, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-sidekiq, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-pages, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-pages, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, bigbang-ci/gitlab-tester, 0.0.4) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, bigbang-ci/gitlab-tester, 0.0.4, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-mailroom, latest) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/gitlab/gitlab/gitlab-mailroom, latest, get) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:0b91c1effcb2046885de7e96215e87e686770baade989a2f61f3e883e5a036ce",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:17.8.1",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917891",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:17.8.1@sha256:0b91c1effcb2046885de7e96215e87e686770baade989a2f61f3e883e5a036ce",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 01:39:43+00:00",
         "org.opencontainers.image.description": "GitLab Sidekiq daemon.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "e2555ad7175158ccd19fd62ba6ac3b1da22ce79b",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-sidekiq",
         "org.opencontainers.image.title": "Gitlab Sidekiq",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:0b91c1effcb2046885de7e96215e87e686770baade989a2f61f3e883e5a036ce",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:17.8.1",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917820",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-rails:17.8.1@sha256:0b91c1effcb2046885de7e96215e87e686770baade989a2f61f3e883e5a036ce",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 01:29:44+00:00",
         "org.opencontainers.image.description": "GitLab Toolbox is an entry point for interaction with other containers in the cluster. It contains scripts for running Rake tasks, backup, restore, and tools to intract with object storage.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "42476657c4ff510061d3e782f1d1e74e55176b3e",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-toolbox",
         "org.opencontainers.image.title": "Gitlab Toolbox",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:09b96acb9fd305299156346c810e84c903084c47879dd82322dbf8b13ad53ee8",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917594",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1@sha256:09b96acb9fd305299156346c810e84c903084c47879dd82322dbf8b13ad53ee8",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 01:05:27+00:00",
         "org.opencontainers.image.description": "Serve static websites from GitLab repositories.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "b279588cb76d37a90fb76a28b0ad80572af802fb",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-pages",
         "org.opencontainers.image.title": "Gitlab Pages",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:ccdd138ab5e749c1a6ef45f8bd3abe3a61b62f46fe72edea1d2ca3ac92ece329",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-ruby:17.8.1",
         "architecture": "x86_64",
         "build-date": "2025-01-09T12:46:01Z",
         "com.redhat.component": "ubi9-micro-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "Very small image which doesn't install the package manager.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "Very small image which doesn't install the package manager.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Micro",
         "io.openshift.expose-services": "",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917879",
         "mil.dso.ironbank.image.keywords": "gitlab, git, gitops",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-ruby:17.8.1@sha256:ccdd138ab5e749c1a6ef45f8bd3abe3a61b62f46fe72edea1d2ca3ac92ece329",
         "mil.dso.ironbank.image.type": "commercial",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "gitlab",
         "name": "ubi9/ubi-micro",
         "org.opencontainers.image.created": "2025-02-03 01:37:50+00:00",
         "org.opencontainers.image.description": "Gitlab Mailroom container.",
         "org.opencontainers.image.licenses": "MIT License",
         "org.opencontainers.image.revision": "34cc9a78a6c228d84f97f5b3a81bf17555997740",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-mailroom",
         "org.opencontainers.image.title": "Gitlab Mailroom",
         "org.opencontainers.image.url": "https://about.gitlab.com/",
         "org.opencontainers.image.vendor": "Gitlab",
         "org.opencontainers.image.version": "17.8.1",
         "release": "1736426761",
         "summary": "ubi9 micro image",
         "url": "https://www.redhat.com",
         "vcs-ref": "0bf50525dc8ce0b1f0fb83b0d10a826d8c769a89",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "labels": {
         "architecture": "x86_64",
         "build-date": "2021-05-04T17:21:57.956911",
         "com.redhat.build-host": "cpt-1002.osbs.prod.upshift.rdu2.redhat.com",
         "com.redhat.component": "ubi8-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.19.8",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 8",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel8",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.image.keywords": "golang,go",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.product.name": "Go",
         "name": "ubi8",
         "org.opencontainers.image.created": "2021-07-15 10:34:32+00:00",
         "org.opencontainers.image.description": "Go is an open source programming language that makes it easy to build simple, reliable, and efficient software",
         "org.opencontainers.image.licenses": "The Go Authors",
         "org.opencontainers.image.revision": "c9ebad364125a996a81fecb7f6a233cf7591e721",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/google/golang/golang-1.16",
         "org.opencontainers.image.title": "golang-1.16",
         "org.opencontainers.image.url": "https://hub.docker.com/_/golang",
         "org.opencontainers.image.vendor": "Google",
         "org.opencontainers.image.version": "1.16",
         "release": "199",
         "summary": "Provides the latest release of Red Hat Universal Base Image 8.",
         "url": "https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.4-199",
         "vcs-ref": "d4948ff791fa4587a00b9b33e04c757d77993de4",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "8.4"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: 0 flattened updates found:  (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: Returning 0 branch(es) (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/gitlab, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/gitlab, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/certificates",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/certificates",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/certificates",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/certificates",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/kubectl",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/kubectl",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-base",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-base",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9",
                 "currentValue": "9.5",
                 "datasource": "docker",
                 "replaceString": "9.5",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/609560d9e2b160d361d24f98",
                 "lookupName": "ironbank/redhat/ubi/ubi9",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
                 "currentValue": "v1.67.0",
                 "datasource": "docker",
                 "replaceString": "v1.67.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/analytics/redis-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/oliver006/redis_exporter",
                 "lookupName": "ironbank/bitnami/analytics/redis-exporter",
                 "currentVersion": "v1.67.0",
                 "fixedVersion": "v1.67.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.4.2",
                 "datasource": "docker",
                 "replaceString": "7.4.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.4.2",
                 "fixedVersion": "7.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "14.15",
                 "datasource": "docker",
                 "replaceString": "14.15",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.postgresql.org/docs/17/index.html",
                 "lookupName": "ironbank/opensource/postgres/postgresql",
                 "currentVersion": "14.15",
                 "fixedVersion": "14.15"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-container-registry",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-container-registry",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/cfssl-self-sign",
                 "currentValue": "1.6.1",
                 "datasource": "docker",
                 "replaceString": "1.6.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/cfssl-self-sign",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/gitlab/cfssl-self-sign",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://gitlab.com/gitlab-org/build/CNG/-/tree/master/cfssl-self-sign",
                 "lookupName": "ironbank/gitlab/gitlab/cfssl-self-sign",
                 "currentVersion": "1.6.1",
                 "fixedVersion": "1.6.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-toolbox",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-toolbox",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-exporter",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-toolbox",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-toolbox",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-webservice",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-webservice",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-sidekiq",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-sidekiq",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-sidekiq",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-sidekiq",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitaly",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitaly",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitaly",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitaly",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-shell",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-shell",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-shell",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-shell",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-mailroom",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-mailroom",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-mailroom",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-mailroom",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-pages",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-pages",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-pages",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-pages",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitaly",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "17.8.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitaly",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitaly",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitaly",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/minio",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/minio/minio",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/minio",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/mc",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/minio/mc",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/mc",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/bigbang-ci/devops-tester",
                 "currentValue": "1.1.2",
                 "replaceString": "registry1.dso.mil/bigbang-ci/devops-tester:1.1.2",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [],
                 "packageName": "registry1.dso.mil/bigbang-ci/devops-tester",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "bigbang-ci/devops-tester",
                 "currentVersion": "1.1.2",
                 "fixedVersion": "1.1.2"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "appVersion: 17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-webservice",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-webservice",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               }
             ],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
                 "currentValue": "v1.67.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter:v1.67.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/analytics/redis-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/oliver006/redis_exporter",
                 "lookupName": "ironbank/bitnami/analytics/redis-exporter",
                 "currentVersion": "v1.67.0",
                 "fixedVersion": "v1.67.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "currentValue": "7.4.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/bitnami/redis:7.4.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/bitnami/redis",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/bitnami/redis",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bitnami/bitnami-docker-redis",
                 "lookupName": "ironbank/bitnami/redis",
                 "currentVersion": "7.4.2",
                 "fixedVersion": "7.4.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/certificates",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/certificates:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/certificates",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/certificates",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/certificates",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/cfssl-self-sign",
                 "currentValue": "1.6.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/cfssl-self-sign:1.6.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/cfssl-self-sign",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/gitlab/cfssl-self-sign",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://gitlab.com/gitlab-org/build/CNG/-/tree/master/cfssl-self-sign",
                 "lookupName": "ironbank/gitlab/gitlab/cfssl-self-sign",
                 "currentVersion": "1.6.1",
                 "fixedVersion": "1.6.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitaly",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitaly:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitaly",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitaly",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitaly",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-container-registry",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-container-registry",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-shell",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-shell:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-shell",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-shell",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-shell",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-sidekiq",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-sidekiq:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-sidekiq",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-sidekiq",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-sidekiq",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-toolbox",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-toolbox",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-webservice",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-webservice",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-workhorse",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-workhorse",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-pages",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-pages:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-pages",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-pages",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-pages",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/kubectl",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/kubectl:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/kubectl",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/mc",
                 "currentValue": "RELEASE.2024-10-02T08-27-28Z",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2024-10-02T08-27-28Z",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/mc",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/minio/minio",
                 "currentValue": "RELEASE.2024-06-04T19-20-08Z",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2024-06-04T19-20-08Z",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/minio/minio",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "currentValue": "14.15",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:14.15",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/postgres/postgresql",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/postgres/postgresql-17/postgresql17",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://www.postgresql.org/docs/17/index.html",
                 "lookupName": "ironbank/opensource/postgres/postgresql",
                 "currentVersion": "14.15",
                 "fixedVersion": "14.15"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9",
                 "currentValue": "9.5",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/609560d9e2b160d361d24f98",
                 "lookupName": "ironbank/redhat/ubi/ubi9",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-base",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-base",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-exporter",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/bigbang-ci/gitlab-tester",
                 "currentValue": "0.0.4",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/bigbang-ci/gitlab-tester:0.0.4",
                 "updates": [],
                 "packageName": "registry1.dso.mil/bigbang-ci/gitlab-tester",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/google/golang/golang-1.16",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://hub.docker.com/_/golang",
                 "lookupName": "bigbang-ci/gitlab-tester",
                 "currentVersion": "0.0.4",
                 "fixedVersion": "0.0.4"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse\n      tag: 17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-workhorse",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-workhorse",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               }
             ],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)\\s+tag:[^\\S\\r\\n]+(?<currentValue>[\\d\\.]+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/gitlab-exporter",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/gitlab/gitlab/kubectl",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "replaceString": "registry1.dso.mil/ironbank/gitlab/gitlab/kubectl:17.8.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/gitlab/gitlab/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "lookupName": "ironbank/gitlab/gitlab/kubectl",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               }
             ],
             "matchStrings": ["s*(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "tests/images.txt"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/gitlab/gitlab/gitlab-webservice",
                 "currentValue": "17.8.1",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Gitlab: 17.8.1",
                 "updates": [],
                 "packageName": "ironbank/gitlab/gitlab/gitlab-webservice",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/gitlab/distroless/gitlab-webservice",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://about.gitlab.com/",
                 "currentVersion": "17.8.1",
                 "fixedVersion": "17.8.1"
               }
             ],
             "matchStrings": ["- Gitlab:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "ironbank/gitlab/gitlab/gitlab-webservice",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "bigbang/gluon",
                 "currentValue": "\"0.5.14\"",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- name: gluon\n  version: \"0.5.14\"",
                 "updates": [],
                 "packageName": "bigbang/gluon",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               }
             ],
             "matchStrings": [
               "- name:[\\s]+gluon[\\s]+version:[\\s]+(?<currentValue>.*)"
             ],
             "depNameTemplate": "bigbang/gluon",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/requirements.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/gitlab)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/gitlab)
DEBUG: processRepo() (repository=big-bang/product/packages/gitlab)
DEBUG: Processing 0 branches:  (repository=big-bang/product/packages/gitlab)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/gitlab)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/gitlab)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/gitlab)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/gitlab)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/gitlab)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/gitlab)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/gitlab)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/gitlab)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/gitlab)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/gitlab)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/gitlab)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/gitlab)
DEBUG: 0 already existing branches found:  (repository=big-bang/product/packages/gitlab)
DEBUG: Branch concurrent limit remaining: 10 (repository=big-bang/product/packages/gitlab)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/gitlab)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/gitlab)
DEBUG: Config does not need migration (repository=big-bang/product/packages/gitlab)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/gitlab)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/gitlab)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/gitlab)
DEBUG: ensureIssue() (repository=big-bang/product/packages/gitlab)
DEBUG: Updating issue (repository=big-bang/product/packages/gitlab)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/gitlab)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/gitlab)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/gitlab)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/gitlab)
DEBUG: No renovate branches found (repository=big-bang/product/packages/gitlab)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/gitlab)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/gitlab)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/gitlab)
DEBUG: Repo is activated (repository=big-bang/product/packages/gitlab)
DEBUG: Branch summary (repository=big-bang/product/packages/gitlab)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "c1b3e3e2bc51c91debb576ba340bcaed6ee36f7b"}],
       "branches": [],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/gitlab)
       "stats": {"total": 18, "open": 0, "closed": 1, "merged": 17}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/gitlab)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/gitlab)
       "splits": {"init": 2283, "extract": 391, "lookup": 1785, "onboarding": 1, "update": 1},
       "total": 5011
DEBUG: Package cache statistics (repository=big-bang/product/packages/gitlab)
       "get": {"count": 55, "avgMs": 10, "medianMs": 1, "maxMs": 152, "totalMs": 567},
       "set": {"count": 45, "avgMs": 83, "medianMs": 29, "maxMs": 690, "totalMs": 3732}
DEBUG: HTTP statistics (repository=big-bang/product/packages/gitlab)
       "hosts": {
         "registry1.dso.mil": {
           "count": 78,
           "reqAvgMs": 58,
           "reqMedianMs": 36,
           "reqMaxMs": 264,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 7,
           "reqAvgMs": 261,
           "reqMedianMs": 115,
           "reqMaxMs": 920,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 85
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/gitlab)
DEBUG: Lookup statistics (repository=big-bang/product/packages/gitlab)
       "docker": {"count": 49, "avgMs": 398, "medianMs": 304, "maxMs": 1274, "totalMs": 19482}
 INFO: Repository finished (repository=big-bang/product/packages/gitlab)
       "cloned": true,
       "durationMs": 5011
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/infrastructure/windows-gitlab-runner)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/windows-gitlab-runner (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: big-bang/infrastructure/windows-gitlab-runner default branch = master (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: Enabling Git FS (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/infrastructure/windows-gitlab-runner.git (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: GET https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fwindows-gitlab-runner/repository/files/renovate.json?ref=HEAD = (code=ERR_NON_2XX_3XX_RESPONSE, statusCode=404 retryCount=0, duration=55) (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: GitLab API 404 (repository=big-bang/infrastructure/windows-gitlab-runner)
       "url": "https://repo1.dso.mil/api/v4/projects/big-bang%2Finfrastructure%2Fwindows-gitlab-runner/repository/files/renovate.json?ref=HEAD"
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: Resetting npmrc (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: checkOnboarding() (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: isOnboarded() (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: findFile(renovate.json) (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/infrastructure/windows-gitlab-runner (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: Performing blobless clone (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: git clone completed (repository=big-bang/infrastructure/windows-gitlab-runner)
       "durationMs": 440
DEBUG: latest repository commit (repository=big-bang/infrastructure/windows-gitlab-runner)
       "latestCommit": {
         "hash": "88da6b4ce773f0f695a50068aa5e15cce4f54f1e",
         "date": "2020-10-14T09:20:01-05:00",
         "message": "Switching to packer ami",
         "refs": "HEAD -> master, origin/master, origin/HEAD",
         "body": "",
         "author_name": "Lucas Pick",
         "author_email": "lucaspick@MacBook-Pro.local"
       }
DEBUG: findFile(renovate.json5) (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: findFile(.github/renovate.json) (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: findFile(.github/renovate.json5) (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: findFile(.gitlab/renovate.json) (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: findFile(.gitlab/renovate.json5) (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: findFile(.renovaterc) (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: findFile(.renovaterc.json) (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: findFile(.renovaterc.json5) (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: config file not found (repository=big-bang/infrastructure/windows-gitlab-runner)
 INFO: Repository is disabled - skipping (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: Removing any stale branches (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: config.repoIsOnboarded=undefined (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: No renovate branches found (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: Repository result: disabled-no-config, status: disabled, enabled: false, onboarded: undefined (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/infrastructure/windows-gitlab-runner)
       "splits": {},
       "total": 1031
DEBUG: Package cache statistics (repository=big-bang/infrastructure/windows-gitlab-runner)
       "get": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0},
       "set": {"count": 0, "avgMs": 0, "medianMs": 0, "maxMs": 0, "totalMs": 0}
DEBUG: HTTP statistics (repository=big-bang/infrastructure/windows-gitlab-runner)
       "hosts": {
         "repo1.dso.mil": {
           "count": 3,
           "reqAvgMs": 86,
           "reqMedianMs": 62,
           "reqMaxMs": 140,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         }
       },
       "requests": 3
DEBUG: HTTP cache statistics (repository=big-bang/infrastructure/windows-gitlab-runner)
DEBUG: Lookup statistics (repository=big-bang/infrastructure/windows-gitlab-runner)
 INFO: Repository finished (repository=big-bang/infrastructure/windows-gitlab-runner)
       "cloned": true,
       "durationMs": 1031
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/policy)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/policy (repository=big-bang/product/packages/policy)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/policy)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/policy)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/policy)
DEBUG: big-bang/product/packages/policy default branch = main (repository=big-bang/product/packages/policy)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/policy)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/policy.git (repository=big-bang/product/packages/policy)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/policy)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/policy)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/policy)
DEBUG: isOnboarded() (repository=big-bang/product/packages/policy)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/policy)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/policy)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/policy)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/policy (repository=big-bang/product/packages/policy)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/policy)
DEBUG: git clone completed (repository=big-bang/product/packages/policy)
       "durationMs": 532
DEBUG: latest repository commit (repository=big-bang/product/packages/policy)
       "latestCommit": {
         "hash": "13e7ae26fd30e6c1e9686d91b2514aada8d7575d",
         "date": "2025-01-17T17:03:44+00:00",
         "message": "Merge branch 'Upgrade-OPA-Gatekeeper-Package-Dependencies' into 'main'",
         "refs": "HEAD -> main, tag: 3.18.2-bb.0, origin/main, origin/HEAD",
         "body": "Upgrade opa gatekeeper package dependencies\n\nSee merge request big-bang/product/packages/policy!303",
         "author_name": "Bulat Khamitov",
         "author_email": "27224-bkhamitov@users.noreply.gitlab.example.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/policy)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/policy)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/policy)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/policy)
DEBUG: Repository config (repository=big-bang/product/packages/policy)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade OPA Gatekeeper Package Dependencies",
         "draftPR": true,
         "labels": [
           "opagatekeeper",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+release:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "crdRepository:\\s+(?<depName>.+)\\s+crdRelease:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Gatekeeper:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/openpolicyagent/gatekeeper",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/policy)
DEBUG: Config migration necessary (repository=big-bang/product/packages/policy)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade OPA Gatekeeper Package Dependencies",
         "draftPR": true,
         "labels": [
           "opagatekeeper",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "regexManagers": [
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+release:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "crdRepository:\\s+(?<depName>.+)\\s+crdRelease:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Gatekeeper:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/openpolicyagent/gatekeeper",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade OPA Gatekeeper Package Dependencies",
         "draftPR": true,
         "labels": [
           "opagatekeeper",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+release:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "crdRepository:\\s+(?<depName>.+)\\s+crdRelease:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Gatekeeper:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/openpolicyagent/gatekeeper",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/policy)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade OPA Gatekeeper Package Dependencies",
         "draftPR": true,
         "labels": [
           "opagatekeeper",
           "Big Bang Core",
           "Package Sustainment",
           "kind::maintenance"
         ],
         "commitMessagePrefix": "SKIP UPDATE CHECK",
         "postUpdateOptions": ["helmUpdateSubChartArchives"],
         "packageRules": [
           {
             "matchDatasources": ["docker"],
             "groupName": "Ironbank",
             "registryUrls": ["https://registry1.dso.mil"]
           }
         ],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+release:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": ["image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "crdRepository:\\s+(?<depName>.+)\\s+crdRelease:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Gatekeeper:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/openpolicyagent/gatekeeper",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/policy)
       "ignorePaths": ["**/node_modules/**", "**/bower_components/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/policy)
DEBUG: findIssue(Renovate: Upgrade OPA Gatekeeper Package Dependencies) (repository=big-bang/product/packages/policy)
DEBUG: baseBranches (repository=big-bang/product/packages/policy)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/policy, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-17T17:03:44+00:00"
DEBUG: Using file match: (^|/)tasks/[^/]+\.ya?ml$ for manager ansible (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)(galaxy|requirements)(\.ansible)?\.ya?ml$ for manager ansible-galaxy (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.tool-versions$ for manager asdf (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/).azuredevops/.+\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: azure.*pipelines?.*\.ya?ml$ for manager azure-pipelines (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)batect(-bundle)?\.ya?ml$ for manager batect (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)batect$ for manager batect-wrapper (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)WORKSPACE(|\.bazel|\.bzlmod)$ for manager bazel (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.WORKSPACE\.bazel$ for manager bazel (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.bzl$ for manager bazel (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/|\.)MODULE\.bazel$ for manager bazel-module (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.bazelversion$ for manager bazelisk (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.bicep$ for manager bicep (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.?bitbucket-pipelines\.ya?ml$ for manager bitbucket-pipelines (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)bitrise\.ya?ml$ for manager bitrise (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: buildkite\.ya?ml for manager buildkite (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.buildkite/.+\.ya?ml$ for manager buildkite (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)project\.toml$ for manager buildpacks (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)bun\.lockb?$ for manager bun (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.bun-version$ for manager bun-version (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)Gemfile$ for manager bundler (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.cake$ for manager cake (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)Cargo\.toml$ for manager cargo (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.circleci/.+\.ya?ml$ for manager circleci (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)cloudbuild\.ya?ml for manager cloudbuild (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)Podfile$ for manager cocoapods (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)([\w-]*)composer\.json$ for manager composer (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)conanfile\.(txt|py)$ for manager conan (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.copier-answers(\..+)?\.ya?ml for manager copier (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)cpanfile$ for manager cpanfile (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)(?:deps|bb)\.edn$ for manager deps-edn (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: ^.devcontainer/devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: ^.devcontainer.json$ for manager devcontainer (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)(?:docker-)?compose[^/]*\.ya?ml$ for manager docker-compose (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/|\.)([Dd]ocker|[Cc]ontainer)file$ for manager dockerfile (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$ for manager dockerfile (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.drone\.yml$ for manager droneci (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)fleet\.ya?ml for manager fleet (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (?:^|/)gotk-components\.ya?ml$ for manager flux (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvm/fvm_config\.json$ for manager fvm (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.fvmrc$ for manager fvm (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.gitmodules$ for manager git-submodules (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)(workflow-templates|\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)action\.ya?ml$ for manager github-actions (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.gitlab-ci\.ya?ml$ for manager gitlabci-include (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)gleam.toml$ for manager gleam (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)go\.mod$ for manager gomod (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.gradle(\.kts)?$ for manager gradle (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)gradle\.properties$ for manager gradle (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/.+\.toml$ for manager gradle (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)buildSrc/.+\.kt$ for manager gradle (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.versions\.toml$ for manager gradle (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)versions.props$ for manager gradle (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)versions.lock$ for manager gradle (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)gradle/wrapper/gradle-wrapper\.properties$ for manager gradle-wrapper (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)requirements\.ya?ml$ for manager helm-requirements (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)helmfile\.ya?ml(?:\.gotmpl)?$ for manager helmfile (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)bin/hermit$ for manager hermit (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: ^Formula/[^/]+[.]rb$ for manager homebrew (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.html?$ for manager html (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)plugins\.(txt|ya?ml)$ for manager jenkins (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)jsonnetfile\.json$ for manager jsonnet-bundler (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: ^.+\.main\.kts$ for manager kotlin-script (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)kustomization\.ya?ml$ for manager kustomize (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)project\.clj$ for manager leiningen (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/|\.)pom\.xml$ for manager maven (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: ^(((\.mvn)|(\.m2))/)?settings\.xml$ for manager maven (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.mvn/extensions\.xml$ for manager maven (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|\/).mvn/wrapper/maven-wrapper.properties$ for manager maven-wrapper (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)package\.js$ for manager meteor (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)Mintfile$ for manager mint (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise\.toml$ for manager mise (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.?mise/config\.toml$ for manager mise (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)mix\.exs$ for manager mix (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)flake\.nix$ for manager nix (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.node-version$ for manager nodenv (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)package\.json$ for manager npm (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.(?:cs|fs|vb)proj$ for manager nuget (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.(?:props|targets)$ for manager nuget (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)dotnet-tools\.json$ for manager nuget (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)global\.json$ for manager nuget (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.nvmrc$ for manager nvm (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)src/main/features/.+\.json$ for manager osgi (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager pep621 (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)[\w-]*requirements([-.]\w+)?\.(txt|pip)$ for manager pip_requirements (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.py$ for manager pip_setup (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)Pipfile$ for manager pipenv (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)pyproject\.toml$ for manager poetry (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.pre-commit-config\.ya?ml$ for manager pre-commit (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)pubspec\.ya?ml$ for manager pub (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)Puppetfile$ for manager puppet (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.python-version$ for manager pyenv (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.ruby-version$ for manager ruby-version (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)runtime.txt$ for manager runtime-version (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.sbt$ for manager sbt (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: project/[^/]*\.scala$ for manager sbt (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: project/build\.properties$ for manager sbt (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)repositories$ for manager sbt (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.scalafmt.conf$ for manager scalafmt (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)setup\.cfg$ for manager setup-cfg (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)Package\.swift for manager swift (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.tf$ for manager terraform (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.terraform-version$ for manager terraform-version (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)terragrunt\.hcl$ for manager terragrunt (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.terragrunt-version$ for manager terragrunt-version (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: \.tflint\.hcl$ for manager tflint-plugin (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: ^\.travis\.ya?ml$ for manager travis (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)\.vela\.ya?ml$ for manager velaci (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: (^|/)vendir\.yml$ for manager vendir (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: ^\.woodpecker(?:/[^/]+)?\.ya?ml$ for manager woodpecker (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helm-values: chart/values.yaml (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager helmv3: chart/Chart.yaml (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/policy, baseBranch=main)
       "managers": {"helm-values": 19, "regex": 26, "helmv3": 26}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Found 7 package file(s) (repository=big-bang/product/packages/policy, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/policy, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 1, "depCount": 6},
           "helmv3": {"fileCount": 1, "depCount": 1},
           "regex": {"fileCount": 5, "depCount": 14}
         },
         "total": {"fileCount": 7, "depCount": 21}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Dependency repository has unsupported/unversioned value  registry1.dso.mil/ironbank/opensource/openpolicyagent/gatekeeper (versioning=docker) (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Skipping repository because no currentDigest or pinDigests (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Dependency repository has unsupported/unversioned value  registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (versioning=docker) (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Skipping repository because no currentDigest or pinDigests (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Dependency repository has unsupported/unversioned value  registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (versioning=docker) (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Skipping repository because no currentDigest or pinDigests (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Dependency repository has unsupported/unversioned value  registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (versioning=docker) (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Skipping repository because no currentDigest or pinDigests (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Dependency repository has unsupported/unversioned value  registry1.dso.mil/ironbank/big-bang/base (versioning=docker) (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Skipping repository because no currentDigest or pinDigests (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Dependency repository has unsupported/unversioned value  registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (versioning=docker) (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Skipping repository because no currentDigest or pinDigests (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/openpolicyagent/gatekeeper, latest) (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/openpolicyagent/gatekeeper, latest, get) (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/openpolicyagent/gatekeeper, sha256:05bec149bed5c4b10756d56e48a45b17aea11c50da7d2504cac03a36f8fefe88, get) (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/policy, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916834",
         "mil.dso.ironbank.image.keywords": "policy,governance",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "opensource/openpolicyagent",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:41:40+00:00",
         "org.opencontainers.image.description": "gatekeeper helps enforce policies and strengthen governance for Kubernetes environments",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "a7157d5c0604dafdf060595584f55dcf93c96cb5",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/openpolicyagent/gatekeeper",
         "org.opencontainers.image.title": "gatekeeper",
         "org.opencontainers.image.url": "https://github.com/openpolicyagent/gatekeeper",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v3.18.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: 9 flattened updates found: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, gluon, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl, registry1.dso.mil/ironbank/opensource/kubernetes/kubectl (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: Returning 1 branch(es) (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/policy, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/policy, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.29.12",
                 "datasource": "docker",
                 "replaceString": "v1.29.12",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.29.12",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.29.12"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.29.12",
                 "datasource": "docker",
                 "replaceString": "v1.29.12",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.29.12",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.29.12"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.29.12",
                 "datasource": "docker",
                 "replaceString": "v1.29.12",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.29.12",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.29.12"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.29.12",
                 "datasource": "docker",
                 "replaceString": "v1.29.12",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.29.12",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.29.12"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.29.12",
                 "replaceString": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.12",
                 "autoReplaceStringTemplate": "{{depName}}{{#if newValue}}:{{newValue}}{{/if}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "datasource": "docker",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.29.12",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.29.12"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "gluon",
                 "currentValue": "0.5.12",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "0.5.14",
                     "newValue": "0.5.14",
                     "newMajor": 0,
                     "newMinor": 5,
                     "newPatch": 14,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.12",
                 "isSingleVersion": true,
                 "fixedVersion": "0.5.12"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "3.18.2-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/openpolicyagent/gatekeeper",
                 "currentValue": "v3.18.2",
                 "datasource": "docker",
                 "replaceString": "image:\n  repository: registry1.dso.mil/ironbank/opensource/openpolicyagent/gatekeeper\n  release: v3.18.2",
                 "updates": [],
                 "packageName": "ironbank/opensource/openpolicyagent/gatekeeper",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/openpolicyagent/gatekeeper",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/openpolicyagent/gatekeeper",
                 "currentVersion": "v3.18.2",
                 "fixedVersion": "v3.18.2"
               }
             ],
             "matchStrings": [
               "image:\\s+repository:\\s+[^/]+/(?<depName>.+)\\s+release:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "repository",
                 "currentValue": " registry1.dso.mil/ironbank/opensource/openpolicyagent/gatekeeper",
                 "datasource": "docker",
                 "replaceString": "image:\n  repository: registry1.dso.mil/ironbank/opensource/openpolicyagent/gatekeeper",
                 "updates": [],
                 "packageName": "repository",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "repository",
                 "currentValue": " registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "datasource": "docker",
                 "replaceString": "image:\n      repository: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "updates": [],
                 "packageName": "repository",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "repository",
                 "currentValue": " registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "datasource": "docker",
                 "replaceString": "image:\n      repository: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "updates": [],
                 "packageName": "repository",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "repository",
                 "currentValue": " registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "datasource": "docker",
                 "replaceString": "image:\n      repository: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "updates": [],
                 "packageName": "repository",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "repository",
                 "currentValue": " registry1.dso.mil/ironbank/big-bang/base",
                 "datasource": "docker",
                 "replaceString": "image:\n      repository: registry1.dso.mil/ironbank/big-bang/base",
                 "updates": [],
                 "packageName": "repository",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "repository",
                 "currentValue": " registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "datasource": "docker",
                 "replaceString": "image:\n      repository: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "updates": [],
                 "packageName": "repository",
                 "versioning": "docker",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.29.12",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.12",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.29.12",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.29.12"
               }
             ],
             "matchStrings": ["image:\\s+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.29.12",
                 "datasource": "docker",
                 "replaceString": "crdRepository: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl\n  crdRelease: v1.29.12",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.29.12",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.29.12"
               }
             ],
             "matchStrings": [
               "crdRepository:\\s+(?<depName>.+)\\s+crdRelease:\\s+(?<currentValue>.+)"
             ],
             "datasourceTemplate": "docker",
             "packageFile": "chart/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "ironbank/opensource/openpolicyagent/gatekeeper",
                 "currentValue": "v3.18.2",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "appVersion: v3.18.2",
                 "updates": [],
                 "packageName": "ironbank/opensource/openpolicyagent/gatekeeper",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/openpolicyagent/gatekeeper",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/openpolicyagent/gatekeeper",
                 "currentVersion": "v3.18.2",
                 "fixedVersion": "v3.18.2"
               },
               {
                 "depName": "ironbank/opensource/openpolicyagent/gatekeeper",
                 "currentValue": "v3.18.2",
                 "datasource": "docker",
                 "registryUrls": ["https://registry1.dso.mil/"],
                 "replaceString": "- Gatekeeper: v3.18.2",
                 "updates": [],
                 "packageName": "ironbank/opensource/openpolicyagent/gatekeeper",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/openpolicyagent/gatekeeper",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/openpolicyagent/gatekeeper",
                 "currentVersion": "v3.18.2",
                 "fixedVersion": "v3.18.2"
               }
             ],
             "matchStrings": [
               "appVersion:[^\\S\\r\\n]+(?<currentValue>.+)",
               "- Gatekeeper:\\s+(?<currentValue>.+)"
             ],
             "depNameTemplate": "ironbank/opensource/openpolicyagent/gatekeeper",
             "datasourceTemplate": "docker",
             "registryUrlTemplate": "https://registry1.dso.mil",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/openpolicyagent/gatekeeper",
                 "currentValue": "v3.18.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/openpolicyagent/gatekeeper:v3.18.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/openpolicyagent/gatekeeper",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/openpolicyagent/gatekeeper",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/openpolicyagent/gatekeeper",
                 "lookupName": "ironbank/opensource/openpolicyagent/gatekeeper",
                 "currentVersion": "v3.18.2",
                 "fixedVersion": "v3.18.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.29.12",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.29.12",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "v1.30.9",
                     "newValue": "v1.30.9",
                     "newMajor": 1,
                     "newMinor": 30,
                     "newPatch": 9,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.29.12",
                 "isSingleVersion": true,
                 "fixedVersion": "v1.29.12"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/policy)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/policy)
DEBUG: processRepo() (repository=big-bang/product/packages/policy)
DEBUG: Processing 1 branch: renovate/ironbank (repository=big-bang/product/packages/policy)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/policy)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/policy)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/policy)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/policy)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/policy)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/policy)
DEBUG: 0 PRs are currently open (repository=big-bang/product/packages/policy)
DEBUG: PR concurrent limit remaining: 10 (repository=big-bang/product/packages/policy)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/policy)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/policy)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/policy)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/policy)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/policy)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/policy)
DEBUG: 1 already existing branches found: renovate/ironbank (repository=big-bang/product/packages/policy)
DEBUG: Branch concurrent limit remaining: 9 (repository=big-bang/product/packages/policy)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/policy)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/policy)
DEBUG: syncBranchState() (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: recreateClosed is true. No need to check for closed PR. (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = true (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
       "branchName": "renovate/ironbank",
       "unrecognizedAuthors": ["dmcdonald@bridgephase.com"]
DEBUG: findPr(renovate/ironbank, undefined, !open) (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch has been edited but found no PR - skipping (repository=big-bang/product/packages/policy, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/policy)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/policy)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/policy)
DEBUG: getBranchPr(renovate/migrate-config) (repository=big-bang/product/packages/policy)
DEBUG: findPr(renovate/migrate-config, undefined, open) (repository=big-bang/product/packages/policy)
DEBUG: getPr(305) (repository=big-bang/product/packages/policy)
DEBUG: getMR(305) (repository=big-bang/product/packages/policy)
DEBUG: Config Migration PR already exists (repository=big-bang/product/packages/policy)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/policy)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/policy)
DEBUG: setCachedModifiedResult(): Branch cache not present (repository=big-bang/product/packages/policy)
DEBUG: Checking if migration branch needs rebasing (repository=big-bang/product/packages/policy)
DEBUG: Migration branch is up to date (repository=big-bang/product/packages/policy)
DEBUG: Setting current branch to renovate/migrate-config (repository=big-bang/product/packages/policy)
DEBUG: latest commit (repository=big-bang/product/packages/policy)
       "branchName": "renovate/migrate-config",
       "latestCommitDate": "2025-02-01T07:20:06+00:00"
DEBUG: ensureConfigMigrationPr() (repository=big-bang/product/packages/policy)
DEBUG: getBranchPr(renovate/migrate-config) (repository=big-bang/product/packages/policy)
DEBUG: findPr(renovate/migrate-config, undefined, open) (repository=big-bang/product/packages/policy)
DEBUG: getPr(305) (repository=big-bang/product/packages/policy)
DEBUG: getMR(305) (repository=big-bang/product/packages/policy)
DEBUG: Filling in config migration PR template (repository=big-bang/product/packages/policy)
DEBUG: Found open migration PR (repository=big-bang/product/packages/policy)
 INFO: Migration PR updated (repository=big-bang/product/packages/policy)
       "pr": 305
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/policy)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/policy)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/policy)
DEBUG: ensureIssue() (repository=big-bang/product/packages/policy)
DEBUG: Updating issue (repository=big-bang/product/packages/policy)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/policy)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/policy)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/policy)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/policy)
DEBUG: Branch lists (repository=big-bang/product/packages/policy)
       "branchList": ["renovate/ironbank", "renovate/migrate-config"],
       "renovateBranches": ["renovate/ironbank", "renovate/migrate-config"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/policy)
DEBUG: No branches to clean up (repository=big-bang/product/packages/policy)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/policy)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/policy)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/policy)
DEBUG: Repo is activated (repository=big-bang/product/packages/policy)
DEBUG: Branch summary (repository=big-bang/product/packages/policy)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "13e7ae26fd30e6c1e9686d91b2514aada8d7575d"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "13e7ae26fd30e6c1e9686d91b2514aada8d7575d",
           "branchName": "renovate/ironbank",
           "branchSha": "c04a3d142c1a143ad106b8ffb6bc6f57d3974030",
           "isModified": true,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/policy)
       "branchesInformation": [
         {
           "branchName": "renovate/ironbank",
           "prNo": null,
           "prTitle": "SKIP UPDATE CHECK Update Ironbank",
           "result": "pr-edited",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "gluon",
               "displayPending": "",
               "fixedVersion": "0.5.12",
               "currentVersion": "0.5.12",
               "currentValue": "0.5.12",
               "newValue": "0.5.14",
               "newVersion": "0.5.14",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/bigbang/gluon"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.29.12",
               "currentVersion": "v1.29.12",
               "currentValue": "v1.29.12",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.29.12",
               "currentVersion": "v1.29.12",
               "currentValue": "v1.29.12",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.29.12",
               "currentVersion": "v1.29.12",
               "currentValue": "v1.29.12",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.29.12",
               "currentVersion": "v1.29.12",
               "currentValue": "v1.29.12",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.29.12",
               "currentVersion": "v1.29.12",
               "currentValue": "v1.29.12",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.29.12",
               "currentVersion": "v1.29.12",
               "currentValue": "v1.29.12",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.29.12",
               "currentVersion": "v1.29.12",
               "currentValue": "v1.29.12",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
               "displayPending": "",
               "fixedVersion": "v1.29.12",
               "currentVersion": "v1.29.12",
               "currentValue": "v1.29.12",
               "newValue": "v1.30.9",
               "newVersion": "v1.30.9",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/policy)
       "stats": {"total": 4, "open": 1, "closed": 1, "merged": 2}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/policy)
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/policy)
       "splits": {"init": 1396, "extract": 386, "lookup": 1024, "onboarding": 0, "update": 16},
       "total": 4193
DEBUG: Package cache statistics (repository=big-bang/product/packages/policy)
       "get": {"count": 9, "avgMs": 9, "medianMs": 3, "maxMs": 51, "totalMs": 82},
       "set": {"count": 3, "avgMs": 7, "medianMs": 4, "maxMs": 14, "totalMs": 21}
DEBUG: HTTP statistics (repository=big-bang/product/packages/policy)
       "hosts": {
         "registry1.dso.mil": {
           "count": 7,
           "reqAvgMs": 97,
           "reqMedianMs": 36,
           "reqMaxMs": 493,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "repo1.dso.mil": {
           "count": 9,
           "reqAvgMs": 194,
           "reqMedianMs": 148,
           "reqMaxMs": 416,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 16
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/policy)
DEBUG: Lookup statistics (repository=big-bang/product/packages/policy)
       "docker": {"count": 21, "avgMs": 373, "medianMs": 510, "maxMs": 913, "totalMs": 7835}
 INFO: Repository finished (repository=big-bang/product/packages/policy)
       "cloned": true,
       "durationMs": 4193
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for https://registry1.dso.mil (hostType=undefined) to hostRules
DEBUG: Adding token authentication for repo1.dso.mil (hostType=gitlab) to hostRules
 INFO: Repository started (repository=big-bang/product/packages/monitoring)
       "renovateVersion": "39.88.0"
DEBUG: Using localDir: /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/monitoring (repository=big-bang/product/packages/monitoring)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/monitoring)
DEBUG: hostRules: applying Bearer authentication for repo1.dso.mil (repository=big-bang/product/packages/monitoring)
DEBUG: Using queue: host=repo1.dso.mil, concurrency=16 (repository=big-bang/product/packages/monitoring)
DEBUG: big-bang/product/packages/monitoring default branch = main (repository=big-bang/product/packages/monitoring)
DEBUG: Enabling Git FS (repository=big-bang/product/packages/monitoring)
DEBUG: Using http URL: https://repo1.dso.mil/big-bang/product/packages/monitoring.git (repository=big-bang/product/packages/monitoring)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/monitoring)
DEBUG: Resetting npmrc (repository=big-bang/product/packages/monitoring)
DEBUG: checkOnboarding() (repository=big-bang/product/packages/monitoring)
DEBUG: isOnboarded() (repository=big-bang/product/packages/monitoring)
DEBUG: findPr(renovate/configure, Configure Renovate, !open) (repository=big-bang/product/packages/monitoring)
DEBUG: findPr(renovate/configure, chore: Configure Renovate, !open) (repository=big-bang/product/packages/monitoring)
DEBUG: findFile(renovate.json) (repository=big-bang/product/packages/monitoring)
DEBUG: Initializing git repository into /builds/big-bang/pipeline-templates/renovate-runner/renovate/repos/gitlab/big-bang/product/packages/monitoring (repository=big-bang/product/packages/monitoring)
DEBUG: Performing blobless clone (repository=big-bang/product/packages/monitoring)
DEBUG: git clone completed (repository=big-bang/product/packages/monitoring)
       "durationMs": 992
DEBUG: latest repository commit (repository=big-bang/product/packages/monitoring)
       "latestCommit": {
         "hash": "dfb570e1409ee9ebc66848dbf05289588e3e75c2",
         "date": "2025-01-27T19:07:28+00:00",
         "message": "Merge branch 'renovate/ironbank' into 'main'",
         "refs": "HEAD -> main, tag: 67.11.0-bb.0, origin/main, origin/HEAD",
         "body": "Update Ironbank\n\nSee merge request big-bang/product/packages/monitoring!402",
         "author_name": "Brian Jackson",
         "author_email": "bjackson@fullvisibility.com"
       }
DEBUG: Config file exists, fileName: renovate.json (repository=big-bang/product/packages/monitoring)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/monitoring)
DEBUG: Repo is onboarded (repository=big-bang/product/packages/monitoring)
DEBUG: Found renovate.json config file (repository=big-bang/product/packages/monitoring)
DEBUG: Repository config (repository=big-bang/product/packages/monitoring)
       "fileName": "renovate.json",
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": "false",
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Monitoring Package Dependencies",
         "draftPR": "true",
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "monitoring",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)\\s+tag:[^\\S\\r\\n]+(?<currentValue>[\\d\\.]+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Prometheus:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus/prometheus",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Grafana:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Alertmanager:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: migrateAndValidate() (repository=big-bang/product/packages/monitoring)
DEBUG: Config migration necessary (repository=big-bang/product/packages/monitoring)
       "oldConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": "false",
         "dependencyDashboard": "true",
         "dependencyDashboardTitle": "Renovate: Upgrade Monitoring Package Dependencies",
         "draftPR": "true",
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "monitoring",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)\\s+tag:[^\\S\\r\\n]+(?<currentValue>[\\d\\.]+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Prometheus:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus/prometheus",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Grafana:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Alertmanager:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
             "datasourceTemplate": "docker"
           },
           {
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       },
       "newConfig": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Monitoring Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "monitoring",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)\\s+tag:[^\\S\\r\\n]+(?<currentValue>[\\d\\.]+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Prometheus:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus/prometheus",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Grafana:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Alertmanager:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Post-massage config (repository=big-bang/product/packages/monitoring)
       "config": {
         "baseBranches": ["main"],
         "configWarningReuseIssue": false,
         "dependencyDashboard": true,
         "dependencyDashboardTitle": "Renovate: Upgrade Monitoring Package Dependencies",
         "draftPR": true,
         "enabledManagers": ["custom.regex", "helm-values", "helmv3"],
         "ignorePaths": ["chart/charts/**"],
         "labels": [
           "monitoring",
           "renovate",
           "kind::maintenance",
           "team::Observability"
         ],
         "packageRules": [{"matchDatasources": ["docker"], "groupName": "Ironbank"}],
         "customManagers": [
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/values\\.yaml$"],
             "matchStrings": [
               "image:[^\\S\\r\\n]+(?<depName>.+)\\s+tag:[^\\S\\r\\n]+(?<currentValue>[\\d\\.]+)"
             ],
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Prometheus:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus/prometheus",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Grafana:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["- Alertmanager:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
             "datasourceTemplate": "docker"
           },
           {
             "customType": "regex",
             "fileMatch": ["^chart/Chart\\.yaml$"],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker"
           }
         ],
         "separateMajorMinor": false,
         "postUpdateOptions": ["helmUpdateSubChartArchives"]
       }
DEBUG: Found repo ignorePaths (repository=big-bang/product/packages/monitoring)
       "ignorePaths": ["chart/charts/**"]
DEBUG: No vulnerability alerts found (repository=big-bang/product/packages/monitoring)
DEBUG: findIssue(Renovate: Upgrade Monitoring Package Dependencies) (repository=big-bang/product/packages/monitoring)
DEBUG: baseBranches (repository=big-bang/product/packages/monitoring)
       "baseBranches": ["main"]
DEBUG: baseBranch: main (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: extract() (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: latest commit (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "branchName": "main",
       "latestCommitDate": "2025-01-27T19:07:28+00:00"
DEBUG: Using file match: (^|/)values\.ya?ml$ for manager helm-values (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Using file match: (^|/)Chart\.ya?ml$ for manager helmv3 (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Using file match: ^chart/values\.yaml$ for manager regex (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Using file match: ^chart/Chart\.yaml$ for manager regex (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Matched 3 file(s) for manager helm-values: chart/deps/prometheus-snmp-exporter/values.yaml, chart/hack/minikube/values.yaml, chart/values.yaml (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Matched 2 file(s) for manager helmv3: chart/Chart.yaml, chart/deps/prometheus-snmp-exporter/Chart.yaml (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/values.yaml (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Matched 1 file(s) for manager regex: chart/Chart.yaml (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Unsupported Chart apiVersion. Only v2 is supported. (repository=big-bang/product/packages/monitoring, baseBranch=main, packageFile=chart/deps/prometheus-snmp-exporter/Chart.yaml)
DEBUG: manager extract durations (ms) (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "managers": {"regex": 16, "helmv3": 17, "helm-values": 67}
DEBUG: Found helm-values package files (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Found helmv3 package files (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Found regex package files (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Found 8 package file(s) (repository=big-bang/product/packages/monitoring, baseBranch=main)
 INFO: Dependency extraction complete (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "stats": {
         "managers": {
           "helm-values": {"fileCount": 2, "depCount": 21},
           "helmv3": {"fileCount": 1, "depCount": 7},
           "regex": {"fileCount": 5, "depCount": 20}
         },
         "total": {"fileCount": 8, "depCount": 48}
       }
DEBUG: baseBranch: main (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: hostRules: no authentication for prometheus-community.github.io (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Using queue: host=prometheus-community.github.io, concurrency=16 (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Using queue: host=quay.io, concurrency=16 (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Using queue: host=registry1.dso.mil, concurrency=16 (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: hostRules: basic auth for https://registry1.dso.mil (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/prometheus/prometheus, latest) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/prometheus, latest, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/prometheus/alertmanager, latest) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/alertmanager, latest, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/prometheus, sha256:a6065b3aff33a5859dd374182e0fc62467193120e89b7a015ebfa2f9d49187da, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/kubernetes/kube-state-metrics, latest) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kubernetes/kube-state-metrics, latest, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/prometheus/snmp_exporter, latest) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/snmp_exporter, latest, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/prometheus-operator/prometheus-operator, latest) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus-operator/prometheus-operator, latest, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/prometheus/node-exporter, latest) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/node-exporter, latest, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getLabels(https://registry1.dso.mil, ironbank/opensource/prometheus-operator/prometheus-config-reloader, latest) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus-operator/prometheus-config-reloader, latest, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/kubernetes/kube-state-metrics, sha256:04cc7c8ad7171f8e4643d4b09860d09c0884daba592cd6860adc763a91201479, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/alertmanager, sha256:53050b576b721f5c103cdfae4bf80f409237a9450f5f6da04099f1afd4bd3317, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus-operator/prometheus-config-reloader, sha256:cc17f37815e6be33ee1cb67f43f62f5f4a99ebbebf0bfcd7ef7397345a5d2c0e, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/node-exporter, sha256:72eb0539e342eaa4951f2d51598f8959430759994c3728c3cf3712b0470359ed, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus/snmp_exporter, sha256:7a3ed152524ecf322692cc899bf3a9ffe8d75f263ddfe64d2cc54c1c843f06cd, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://registry1.dso.mil, ironbank/opensource/prometheus-operator/prometheus-operator, sha256:c2ef90e1ae4ffaed1d78e783115b808627376b6004c93f2a11416c5f5a5f8d16, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917026",
         "mil.dso.ironbank.image.keywords": "prometheus,metrics,analytics,collect",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "prometheus",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:59:23+00:00",
         "org.opencontainers.image.description": "Prometheus is an open-source systems monitoring and alerting toolkit.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "8ba1912cdefd7624aa02d10bf04f7e6d30320c39",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/prometheus/prometheus",
         "org.opencontainers.image.title": "prometheus",
         "org.opencontainers.image.url": "https://prometheus.io/",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v3.1.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:925770d3ac9498eb5ec396b309bc4dc573731f929a7c9f6c5400cdc48e688f3a",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:27:16Z",
         "com.redhat.component": "ubi9-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "base rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917876",
         "mil.dso.ironbank.image.keywords": "operator,monitoring,prometheus",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9:9.5@sha256:4e1293dcca7dc9b1d0a2bae297382956670ad47a078946fc34272028d2bc5fe1",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "prometheus-operator",
         "name": "ubi9",
         "org.opencontainers.image.created": "2025-02-03 01:37:49+00:00",
         "org.opencontainers.image.description": "The Prometheus Operator provides Kubernetes native deployment and management of Prometheus",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "1b9e2e7f4a6e807a908703565e15bc7e4e6e5efe",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-operator",
         "org.opencontainers.image.title": "prometheus-operator",
         "org.opencontainers.image.url": "https://github.com/prometheus-operator/prometheus-operator",
         "org.opencontainers.image.vendor": "prometheus-operator",
         "org.opencontainers.image.version": "v0.79.2",
         "release": "1736404036",
         "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "d029ef1bed7f4b1258ff0991bfd682219c5c5b1a",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916824",
         "mil.dso.ironbank.image.keywords": "prometheus,metrics,collector",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "prometheus",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:40:06+00:00",
         "org.opencontainers.image.description": "Prometheus exporter for machine metrics, written in Go with pluggable metric collectors.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "2b39325581bef0edaa11152c0d601c1751ce05a9",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/prometheus/node-exporter",
         "org.opencontainers.image.title": "node-exporter",
         "org.opencontainers.image.url": "https://github.com/prometheus/node_exporter",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v1.8.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:44586784378a36dd15ec2d746d638db492b19d547096a5513724f1b84de4ad18",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917094",
         "mil.dso.ironbank.image.keywords": "prom,prometheus,exporter,snmp",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/opensource/alpinelinux/alpine:3.21@sha256:587e84d24d5b806791a59b4eb8e485afff3a8fb9c4de9bc88995f99cb279c537",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "alpine321-container",
         "mil.dso.ironbank.product.name": "snmp_exporter",
         "org.opencontainers.image.created": "2025-02-03 00:06:13+00:00",
         "org.opencontainers.image.description": "This exporter is the recommended way to expose SNMP data in a format which Prometheus can ingest.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "52c55e1781727dec737b61313abb7cdd331cfcd1",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/prometheus/snmp_exporter",
         "org.opencontainers.image.title": "snmp_exporter",
         "org.opencontainers.image.url": "https://github.com/prometheus/snmp_exporter",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v0.27.0"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:7ff9c4df742e5c8825287e552971da830a3d58720e4afd80d87c27e5a7d5d3e1",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/google/distroless/static:nonroot",
         "io.buildah.version": "1.37.5",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917439",
         "mil.dso.ironbank.image.keywords": "kubernetes,metrics",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/google/distroless/static:nonroot@sha256:83d1329a07d0e0e8d47fec6c2f94e9499f07819fed0096b1303a778b94728805",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "distroless-container",
         "mil.dso.ironbank.product.name": "kube-state-metrics",
         "org.opencontainers.image.created": "2025-02-03 00:46:18+00:00",
         "org.opencontainers.image.description": "kube-state-metrics generates Prometheus format metrics based on the current state of the Kubernetes native resources",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "21ec449b8869863af2bb614e2223cffa208aae8e",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/kubernetes/kube-state-metrics",
         "org.opencontainers.image.title": "kube-state-metrics",
         "org.opencontainers.image.url": "https://github.com/kubernetes/kube-state-metrics",
         "org.opencontainers.image.vendor": "Iron Bank",
         "org.opencontainers.image.version": "v2.14.0"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3916990",
         "mil.dso.ironbank.image.keywords": "configmap,prometheus",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "prometheus-config-reloader",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-02 23:57:06+00:00",
         "org.opencontainers.image.description": "prometheus-config-reloader is a helper for the Prometheus operator.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "1390392967a63cfc837c6503fbff93612b2e23be",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-config-reloader",
         "org.opencontainers.image.title": "prometheus-config-reloader",
         "org.opencontainers.image.url": "https://github.com/prometheus-operator/prometheus-operator",
         "org.opencontainers.image.vendor": "prometheus-operator",
         "org.opencontainers.image.version": "v0.79.2",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: found labels in manifest (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "labels": {
         "org.opencontainers.image.base.digest": "sha256:6d472029d07b26b46a9a0b7485e03ef7f8de08cc73ce447819d5c81558ddff9c",
         "org.opencontainers.image.base.name": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
         "architecture": "x86_64",
         "build-date": "2025-01-09T06:29:15Z",
         "com.redhat.component": "ubi9-minimal-container",
         "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
         "description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "distribution-scope": "public",
         "io.buildah.version": "1.37.5",
         "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
         "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
         "io.openshift.expose-services": "",
         "io.openshift.tags": "minimal rhel9",
         "maintainer": "ironbank@dsop.io",
         "mil.dso.ironbank.ci.id": "3917335",
         "mil.dso.ironbank.image.keywords": "metrics,prometheus,alert",
         "mil.dso.ironbank.image.parent": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5@sha256:ecdcc31025f99159012e96ae3ff08ff85ab664995e98f160c28e6d01168cc1e4",
         "mil.dso.ironbank.image.type": "opensource",
         "mil.dso.ironbank.os-type": "ubi9-container",
         "mil.dso.ironbank.product.name": "prometheus",
         "name": "ubi9-minimal",
         "org.opencontainers.image.created": "2025-02-03 00:33:29+00:00",
         "org.opencontainers.image.description": "Alertmanager handles alerts sent by client applications such as the Prometheus server.",
         "org.opencontainers.image.licenses": "Apache-2.0",
         "org.opencontainers.image.revision": "f005594e7fa0b4597dfedf8a15f31479020b4feb",
         "org.opencontainers.image.source": "https://repo1.dso.mil/dsop/opensource/prometheus/alertmanager",
         "org.opencontainers.image.title": "alertmanager",
         "org.opencontainers.image.url": "https://github.com/prometheus/alertmanager",
         "org.opencontainers.image.vendor": "Cloud Native Computing Foundation",
         "org.opencontainers.image.version": "v0.28.0",
         "release": "1736404155",
         "summary": "Provides the latest release of the minimal Red Hat Universal Base Image 9.",
         "url": "https://www.redhat.com",
         "vcs-ref": "98c9e4c67f5f2dfc85d12e0f1fd70b809f2a3132",
         "vcs-type": "git",
         "vendor": "Red Hat, Inc.",
         "version": "9.5"
       }
DEBUG: getLabels(https://quay.io, prometheus-operator/prometheus-config-reloader, v0.79.2) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://quay.io, prometheus-operator/prometheus-config-reloader, v0.79.2, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getManifestResponse(https://quay.io, prometheus-operator/prometheus-config-reloader, sha256:d4d4e7ab7295dc6bb0150dcaf1a7163c96c309dec2e53a0f54fa14f175bfcc37, get) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: found labels in manifest (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "labels": {}
DEBUG: PackageFiles.add() - Package file saved for base branch (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Package releases lookups complete (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: branchifyUpgrades (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: getCommitMessages (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: semanticCommits: detected "unknown" (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: semanticCommits: disabled (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: 9 flattened updates found: registry1.dso.mil/ironbank/opensource/prometheus/alertmanager, registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins, registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar, kube-state-metrics, registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins, registry1.dso.mil/ironbank/opensource/prometheus/alertmanager, registry1.dso.mil/ironbank/opensource/prometheus/alertmanager, registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins, registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: Returning 2 branch(es) (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/monitoring, baseBranch=main)
DEBUG: packageFiles with updates (repository=big-bang/product/packages/monitoring, baseBranch=main)
       "config": {
         "helm-values": [
           {
             "deps": [
               {
                 "depName": "quay.io/prometheus/snmp-exporter",
                 "currentValue": "",
                 "datasource": "docker",
                 "replaceString": "",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "quay.io/prometheus/snmp-exporter",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "quay.io/prometheus-operator/prometheus-config-reloader",
                 "currentValue": "v0.79.2",
                 "datasource": "docker",
                 "replaceString": "v0.79.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "quay.io/prometheus-operator/prometheus-config-reloader",
                 "warnings": [],
                 "registryUrl": "https://quay.io",
                 "lookupName": "prometheus-operator/prometheus-config-reloader",
                 "currentVersion": "v0.79.2",
                 "fixedVersion": "v0.79.2"
               }
             ],
             "packageFile": "chart/deps/prometheus-snmp-exporter/values.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
                 "currentValue": "v0.27.0",
                 "datasource": "docker",
                 "replaceString": "v0.27.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.28.0",
                     "newValue": "v0.28.0",
                     "newMajor": 0,
                     "newMinor": 28,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus/alertmanager",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus/alertmanager",
                 "lookupName": "ironbank/opensource/prometheus/alertmanager",
                 "currentVersion": "v0.27.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.27.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "currentValue": "11.4.0",
                 "datasource": "docker",
                 "replaceString": "11.4.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "11.5.0",
                     "newValue": "11.5.0",
                     "newMajor": 11,
                     "newMinor": 5,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/grafana",
                 "lookupName": "ironbank/big-bang/grafana/grafana-plugins",
                 "currentVersion": "11.4.0",
                 "isSingleVersion": true,
                 "fixedVersion": "11.4.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
                 "currentValue": "1.29.0",
                 "datasource": "docker",
                 "replaceString": "1.29.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.29.1",
                     "newValue": "1.29.1",
                     "newMajor": 1,
                     "newMinor": 29,
                     "newPatch": 1,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kiwigrid/k8s-sidecar",
                 "lookupName": "ironbank/kiwigrid/k8s-sidecar",
                 "currentVersion": "1.29.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.29.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.5",
                 "datasource": "docker",
                 "replaceString": "9.5",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kube-state-metrics",
                 "currentValue": "v2.14.0",
                 "datasource": "docker",
                 "replaceString": "v2.14.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kube-state-metrics",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/kube-state-metrics",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes/kube-state-metrics",
                 "lookupName": "ironbank/opensource/kubernetes/kube-state-metrics",
                 "currentVersion": "v2.14.0",
                 "fixedVersion": "v2.14.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/node-exporter",
                 "currentValue": "v1.8.2",
                 "datasource": "docker",
                 "replaceString": "v1.8.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/node-exporter",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus/node-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus/node_exporter",
                 "lookupName": "ironbank/opensource/prometheus/node-exporter",
                 "currentVersion": "v1.8.2",
                 "fixedVersion": "v1.8.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/snmp_exporter",
                 "currentValue": "v0.27.0",
                 "datasource": "docker",
                 "replaceString": "v0.27.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/snmp_exporter",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus/snmp_exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus/snmp_exporter",
                 "lookupName": "ironbank/opensource/prometheus/snmp_exporter",
                 "currentVersion": "v0.27.0",
                 "fixedVersion": "v0.27.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader",
                 "currentValue": "v0.79.2",
                 "datasource": "docker",
                 "replaceString": "v0.79.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-config-reloader",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus-operator/prometheus-operator",
                 "lookupName": "ironbank/opensource/prometheus-operator/prometheus-config-reloader",
                 "currentVersion": "v0.79.2",
                 "fixedVersion": "v0.79.2"
               },
               {
                 "depName": "quay.io/prometheus-operator/admission-webhook",
                 "currentValue": "",
                 "datasource": "docker",
                 "replaceString": "",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "quay.io/prometheus-operator/admission-webhook",
                 "warnings": [],
                 "skipReason": "invalid-value"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen",
                 "currentValue": "v1.5.1",
                 "datasource": "docker",
                 "replaceString": "v1.5.1",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/ingress-nginx/kube-webhook-certgen",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes/ingress-nginx/",
                 "lookupName": "ironbank/opensource/ingress-nginx/kube-webhook-certgen",
                 "currentVersion": "v1.5.1",
                 "fixedVersion": "v1.5.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "2.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
                 "currentValue": "v0.79.2",
                 "datasource": "docker",
                 "replaceString": "v0.79.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus-operator/prometheus-operator",
                 "lookupName": "ironbank/opensource/prometheus-operator/prometheus-operator",
                 "currentVersion": "v0.79.2",
                 "fixedVersion": "v0.79.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader",
                 "currentValue": "v0.79.2",
                 "datasource": "docker",
                 "replaceString": "v0.79.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-config-reloader",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus-operator/prometheus-operator",
                 "lookupName": "ironbank/opensource/prometheus-operator/prometheus-config-reloader",
                 "currentVersion": "v0.79.2",
                 "fixedVersion": "v0.79.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/thanos/thanos",
                 "currentValue": "v0.37.2",
                 "datasource": "docker",
                 "replaceString": "v0.37.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/thanos/thanos",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/thanos/thanos",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://thanos.io/",
                 "lookupName": "ironbank/opensource/thanos/thanos",
                 "currentVersion": "v0.37.2",
                 "fixedVersion": "v0.37.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "datasource": "docker",
                 "replaceString": "v1.30.9",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/prometheus",
                 "currentValue": "v3.1.0",
                 "datasource": "docker",
                 "replaceString": "v3.1.0",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/prometheus",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus/prometheus",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://prometheus.io/",
                 "lookupName": "ironbank/opensource/prometheus/prometheus",
                 "currentVersion": "v3.1.0",
                 "fixedVersion": "v3.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/thanos/thanos",
                 "currentValue": "v0.37.2",
                 "datasource": "docker",
                 "replaceString": "v0.37.2",
                 "versioning": "docker",
                 "autoReplaceStringTemplate": "{{newValue}}{{#if newDigest}}@{{newDigest}}{{/if}}",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/thanos/thanos",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/thanos/thanos",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://thanos.io/",
                 "lookupName": "ironbank/opensource/thanos/thanos",
                 "currentVersion": "v0.37.2",
                 "fixedVersion": "v0.37.2"
               }
             ],
             "packageFile": "chart/values.yaml"
           }
         ],
         "helmv3": [
           {
             "deps": [
               {
                 "depName": "crds",
                 "currentValue": "0.0.0",
                 "skipReason": "no-repository",
                 "updates": [],
                 "packageName": "crds"
               },
               {
                 "depName": "kube-state-metrics",
                 "currentValue": "5.28.*",
                 "registryUrls": [
                   "https://prometheus-community.github.io/helm-charts"
                 ],
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "5.29.0",
                     "newValue": "5.29.*",
                     "newDigest": "44bc91e6b40af3eae479952b3051782511edca7b68f7bc0d46e6f037ba68e56f",
                     "releaseTimestamp": "2025-01-30T06:49:27.643Z",
                     "newVersionAgeInDays": 4,
                     "newMajor": 5,
                     "newMinor": 29,
                     "newPatch": 0,
                     "updateType": "minor",
                     "isRange": true,
                     "branchName": "renovate/kube-state-metrics-5.x"
                   }
                 ],
                 "packageName": "kube-state-metrics",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/prometheus-community/helm-charts",
                 "registryUrl": "https://prometheus-community.github.io/helm-charts",
                 "homepage": "https://github.com/kubernetes/kube-state-metrics/",
                 "currentVersion": "5.28.1",
                 "currentVersionTimestamp": "2025-01-29T18:45:17.412Z",
                 "currentVersionAgeInDays": 4,
                 "isSingleVersion": false
               },
               {
                 "depName": "prometheus-node-exporter",
                 "currentValue": "4.43.*",
                 "registryUrls": [
                   "https://prometheus-community.github.io/helm-charts"
                 ],
                 "updates": [],
                 "packageName": "prometheus-node-exporter",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/prometheus-community/helm-charts",
                 "registryUrl": "https://prometheus-community.github.io/helm-charts",
                 "homepage": "https://github.com/prometheus/node_exporter/",
                 "currentVersion": "4.43.1",
                 "currentVersionTimestamp": "2024-12-25T10:23:27.773Z",
                 "currentVersionAgeInDays": 39
               },
               {
                 "depName": "grafana",
                 "currentValue": "8.8.*",
                 "registryUrls": ["https://grafana.github.io/helm-charts"],
                 "updates": [],
                 "packageName": "grafana",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/grafana/helm-charts",
                 "registryUrl": "https://grafana.github.io/helm-charts",
                 "homepage": "https://grafana.com",
                 "currentVersion": "8.8.6",
                 "currentVersionTimestamp": "2025-01-31T21:09:24.883Z",
                 "currentVersionAgeInDays": 2
               },
               {
                 "depName": "gluon",
                 "currentValue": "0.5.14",
                 "datasource": "docker",
                 "packageName": "registry1.dso.mil/bigbang/gluon",
                 "pinDigests": false,
                 "updates": [],
                 "versioning": "docker",
                 "warnings": [],
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "bigbang/gluon",
                 "currentVersion": "0.5.14",
                 "fixedVersion": "0.5.14"
               },
               {
                 "depName": "prometheus-windows-exporter",
                 "currentValue": "0.8.*",
                 "registryUrls": [
                   "https://prometheus-community.github.io/helm-charts"
                 ],
                 "updates": [],
                 "packageName": "prometheus-windows-exporter",
                 "versioning": "helm",
                 "warnings": [],
                 "sourceUrl": "https://github.com/prometheus-community/helm-charts",
                 "registryUrl": "https://prometheus-community.github.io/helm-charts",
                 "homepage": "https://github.com/prometheus-community/windows_exporter/",
                 "currentVersion": "0.8.0",
                 "currentVersionTimestamp": "2025-01-13T19:13:39.318Z",
                 "currentVersionAgeInDays": 20
               },
               {
                 "depName": "prometheus-snmp-exporter",
                 "currentValue": "5.6.0",
                 "skipReason": "local-dependency",
                 "updates": [],
                 "packageName": "prometheus-snmp-exporter"
               }
             ],
             "datasource": "helm",
             "packageFileVersion": "67.11.0-bb.0",
             "lockFiles": ["chart/Chart.lock"],
             "packageFile": "chart/Chart.yaml"
           }
         ],
         "regex": [
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
                 "currentValue": "v0.79.2",
                 "datasource": "docker",
                 "replaceString": "appVersion: v0.79.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus-operator/prometheus-operator",
                 "lookupName": "ironbank/opensource/prometheus-operator/prometheus-operator",
                 "currentVersion": "v0.79.2",
                 "fixedVersion": "v0.79.2"
               }
             ],
             "matchStrings": ["appVersion:[^\\S\\r\\n]+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/prometheus",
                 "currentValue": "3.1.0",
                 "datasource": "docker",
                 "replaceString": "- Prometheus: 3.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/prometheus",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus/prometheus",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://prometheus.io/",
                 "lookupName": "ironbank/opensource/prometheus/prometheus",
                 "currentVersion": "v3.1.0",
                 "fixedVersion": "3.1.0"
               }
             ],
             "matchStrings": ["- Prometheus:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus/prometheus",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "currentValue": "11.4.0",
                 "datasource": "docker",
                 "replaceString": "- Grafana: 11.4.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "11.5.0",
                     "newValue": "11.5.0",
                     "newMajor": 11,
                     "newMinor": 5,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/grafana",
                 "lookupName": "ironbank/big-bang/grafana/grafana-plugins",
                 "currentVersion": "11.4.0",
                 "isSingleVersion": true,
                 "fixedVersion": "11.4.0"
               }
             ],
             "matchStrings": ["- Grafana:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
                 "currentValue": "0.27.0",
                 "datasource": "docker",
                 "replaceString": "- Alertmanager: 0.27.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.28.0",
                     "newValue": "0.28.0",
                     "newMajor": 0,
                     "newMinor": 28,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus/alertmanager",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus/alertmanager",
                 "lookupName": "ironbank/opensource/prometheus/alertmanager",
                 "currentVersion": "v0.27.0",
                 "isSingleVersion": true,
                 "fixedVersion": "0.27.0"
               }
             ],
             "matchStrings": ["- Alertmanager:\\s+(?<currentValue>.+)"],
             "depNameTemplate": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           },
           {
             "deps": [
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
                 "currentValue": "v0.27.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/prometheus/alertmanager:v0.27.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "v0.28.0",
                     "newValue": "v0.28.0",
                     "newMajor": 0,
                     "newMinor": 28,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus/alertmanager",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus/alertmanager",
                 "lookupName": "ironbank/opensource/prometheus/alertmanager",
                 "currentVersion": "v0.27.0",
                 "isSingleVersion": true,
                 "fixedVersion": "v0.27.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/base",
                 "currentValue": "2.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/base:2.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/base",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/base",
                 "registryUrl": "https://registry1.dso.mil",
                 "lookupName": "ironbank/big-bang/base",
                 "currentVersion": "2.1.0",
                 "fixedVersion": "2.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "currentValue": "11.4.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins:11.4.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "11.5.0",
                     "newValue": "11.5.0",
                     "newMajor": 11,
                     "newMinor": 5,
                     "newPatch": 0,
                     "updateType": "minor",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/grafana/grafana",
                 "lookupName": "ironbank/big-bang/grafana/grafana-plugins",
                 "currentVersion": "11.4.0",
                 "isSingleVersion": true,
                 "fixedVersion": "11.4.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "currentValue": "9.5",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.5",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/redhat/ubi/9.x/ubi9-minimal",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://catalog.redhat.com/software/container-stacks/detail/5ec53f50ef29fd35586d9a56",
                 "lookupName": "ironbank/redhat/ubi/ubi9-minimal",
                 "currentVersion": "9.5",
                 "fixedVersion": "9.5"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
                 "currentValue": "1.29.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.29.0",
                 "updates": [
                   {
                     "bucket": "latest",
                     "newVersion": "1.29.1",
                     "newValue": "1.29.1",
                     "newMajor": 1,
                     "newMinor": 29,
                     "newPatch": 1,
                     "updateType": "patch",
                     "branchName": "renovate/ironbank"
                   }
                 ],
                 "packageName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kiwigrid/k8s-sidecar",
                 "lookupName": "ironbank/kiwigrid/k8s-sidecar",
                 "currentVersion": "1.29.0",
                 "isSingleVersion": true,
                 "fixedVersion": "1.29.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "currentValue": "v1.30.9",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.30.9",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kubectl",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/1.29/kubectl",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://kubernetes.io/",
                 "lookupName": "ironbank/opensource/kubernetes/kubectl",
                 "currentVersion": "v1.30.9",
                 "fixedVersion": "v1.30.9"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/kubernetes/kube-state-metrics",
                 "currentValue": "v2.14.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/kubernetes/kube-state-metrics:v2.14.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/kubernetes/kube-state-metrics",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/kube-state-metrics",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes/kube-state-metrics",
                 "lookupName": "ironbank/opensource/kubernetes/kube-state-metrics",
                 "currentVersion": "v2.14.0",
                 "fixedVersion": "v2.14.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen",
                 "currentValue": "v1.5.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen:v1.5.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/kubernetes/ingress-nginx/kube-webhook-certgen",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/kubernetes/ingress-nginx/",
                 "lookupName": "ironbank/opensource/ingress-nginx/kube-webhook-certgen",
                 "currentVersion": "v1.5.1",
                 "fixedVersion": "v1.5.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/prometheus",
                 "currentValue": "v3.1.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/prometheus/prometheus:v3.1.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/prometheus",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus/prometheus",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://prometheus.io/",
                 "lookupName": "ironbank/opensource/prometheus/prometheus",
                 "currentVersion": "v3.1.0",
                 "fixedVersion": "v3.1.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader",
                 "currentValue": "v0.79.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader:v0.79.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-config-reloader",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus-operator/prometheus-operator",
                 "lookupName": "ironbank/opensource/prometheus-operator/prometheus-config-reloader",
                 "currentVersion": "v0.79.2",
                 "fixedVersion": "v0.79.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
                 "currentValue": "v0.79.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator:v0.79.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus-operator/prometheus-operator",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus-operator/prometheus-operator",
                 "lookupName": "ironbank/opensource/prometheus-operator/prometheus-operator",
                 "currentVersion": "v0.79.2",
                 "fixedVersion": "v0.79.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/node-exporter",
                 "currentValue": "v1.8.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/prometheus/node-exporter:v1.8.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/node-exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus/node-exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus/node_exporter",
                 "lookupName": "ironbank/opensource/prometheus/node-exporter",
                 "currentVersion": "v1.8.2",
                 "fixedVersion": "v1.8.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/prometheus/snmp_exporter",
                 "currentValue": "v0.27.0",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/prometheus/snmp_exporter:v0.27.0",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/snmp_exporter",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/prometheus/snmp_exporter",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/prometheus/snmp_exporter",
                 "lookupName": "ironbank/opensource/prometheus/snmp_exporter",
                 "currentVersion": "v0.27.0",
                 "fixedVersion": "v0.27.0"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/bats/bats",
                 "currentValue": "1.11.1",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/bats/bats:1.11.1",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/bats/bats",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/bats/bats",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://github.com/bats-core/bats-core",
                 "lookupName": "ironbank/opensource/bats/bats",
                 "currentVersion": "1.11.1",
                 "fixedVersion": "1.11.1"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/thanos/thanos",
                 "currentValue": "v0.37.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/thanos/thanos:v0.37.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/thanos/thanos",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/thanos/thanos",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://thanos.io/",
                 "lookupName": "ironbank/opensource/thanos/thanos",
                 "currentVersion": "v0.37.2",
                 "fixedVersion": "v0.37.2"
               },
               {
                 "depName": "registry1.dso.mil/ironbank/opensource/thanos/thanos",
                 "currentValue": "v0.37.2",
                 "datasource": "docker",
                 "replaceString": "image: registry1.dso.mil/ironbank/opensource/thanos/thanos:v0.37.2",
                 "updates": [],
                 "packageName": "registry1.dso.mil/ironbank/opensource/thanos/thanos",
                 "versioning": "docker",
                 "warnings": [],
                 "sourceUrl": "https://repo1.dso.mil/dsop/opensource/thanos/thanos",
                 "registryUrl": "https://registry1.dso.mil",
                 "homepage": "https://thanos.io/",
                 "lookupName": "ironbank/opensource/thanos/thanos",
                 "currentVersion": "v0.37.2",
                 "fixedVersion": "v0.37.2"
               }
             ],
             "matchStrings": ["image:[^\\S\\r\\n]+(?<depName>.+):(?<currentValue>.+)"],
             "datasourceTemplate": "docker",
             "packageFile": "chart/Chart.yaml"
           }
         ]
       }
DEBUG: detectSemanticCommits() (repository=big-bang/product/packages/monitoring)
DEBUG: semanticCommits: returning "disabled" from cache (repository=big-bang/product/packages/monitoring)
DEBUG: processRepo() (repository=big-bang/product/packages/monitoring)
DEBUG: Processing 2 branches: renovate/ironbank, renovate/kube-state-metrics-5.x (repository=big-bang/product/packages/monitoring)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/monitoring)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/monitoring)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/monitoring)
DEBUG: Calculating prConcurrentLimit (10) (repository=big-bang/product/packages/monitoring)
DEBUG: getBranchPr(renovate/kube-state-metrics-5.x) (repository=big-bang/product/packages/monitoring)
DEBUG: findPr(renovate/kube-state-metrics-5.x, undefined, open) (repository=big-bang/product/packages/monitoring)
DEBUG: getPr(409) (repository=big-bang/product/packages/monitoring)
DEBUG: getMR(409) (repository=big-bang/product/packages/monitoring)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/monitoring)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/monitoring)
DEBUG: getPr(407) (repository=big-bang/product/packages/monitoring)
DEBUG: getMR(407) (repository=big-bang/product/packages/monitoring)
DEBUG: 2 PRs are currently open (repository=big-bang/product/packages/monitoring)
DEBUG: PR concurrent limit remaining: 8 (repository=big-bang/product/packages/monitoring)
DEBUG: Calculated maximum PRs remaining this run: 2 (repository=big-bang/product/packages/monitoring)
DEBUG: PullRequests limit = 2 (repository=big-bang/product/packages/monitoring)
DEBUG: Calculating hourly PRs remaining (repository=big-bang/product/packages/monitoring)
DEBUG: currentHourStart=2025-02-03T07:00:00.000+00:00 (repository=big-bang/product/packages/monitoring)
DEBUG: PR hourly limit remaining: 2 (repository=big-bang/product/packages/monitoring)
DEBUG: Calculating branchConcurrentLimit (10) (repository=big-bang/product/packages/monitoring)
DEBUG: 2 already existing branches found: renovate/kube-state-metrics-5.x,renovate/ironbank (repository=big-bang/product/packages/monitoring)
DEBUG: Branch concurrent limit remaining: 8 (repository=big-bang/product/packages/monitoring)
DEBUG: Calculated maximum branches remaining this run: 2 (repository=big-bang/product/packages/monitoring)
DEBUG: Branches limit = 2 (repository=big-bang/product/packages/monitoring)
DEBUG: syncBranchState() (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: getBranchPr(renovate/kube-state-metrics-5.x) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: findPr(renovate/kube-state-metrics-5.x, undefined, open) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: getPr(409) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: getMR(409) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: branchExists=true (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:19:19.253Z) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: No schedule defined (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Branch already exists (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: isBranchConflicted(main, renovate/kube-state-metrics-5.x) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Setting git author name: Renovate Bot (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Setting git author email: bot@renovateapp.com (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: latest commit (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-27T19:07:28+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Branch dep kube-state-metrics in chart/Chart.yaml is already updated (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: No content changed (repository=big-bang/product/packages/monitoring, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/kube-state-metrics-5.x)
       "depName": "kube-state-metrics"
DEBUG: No package files need updating (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: No files to commit (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: latest commit (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
       "branchName": "main",
       "latestCommitDate": "2025-01-27T19:07:28+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Ensuring PR (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: getBranchPr(renovate/kube-state-metrics-5.x) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: findPr(renovate/kube-state-metrics-5.x, undefined, open) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: getPr(409) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: getMR(409) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Found existing PR (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: Fetching changelog: https://github.com/prometheus-community/helm-charts (5.28.1 -> 5.29.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
 WARN: No github.com token has been configured. Skipping release notes retrieval (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
       "manager": "helmv3",
       "packageName": "kube-state-metrics",
       "sourceUrl": "https://github.com/prometheus-community/helm-charts"
DEBUG: Processing existing PR (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: PR body changed (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
       "prTitle": "Update Helm release kube-state-metrics to 5.29.*"
 INFO: PR updated (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
       "pr": 409,
       "prTitle": "Update Helm release kube-state-metrics to 5.29.*"
DEBUG: setPrCache() (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/kube-state-metrics-5.x)
DEBUG: syncBranchState() (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: syncBranchState(): Branch cache not found, creating minimal branchState (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(407) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(407) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: branchExists=true (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: dependencyDashboardCheck=undefined (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR rebase requested=false (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking if PR has been edited (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified(): using git to calculate (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isModified() = false (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing branch PR (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Checking schedule(schedule=at any time, tz=null, now=2025-02-03T07:19:20.177Z) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No schedule defined (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Converting rebaseWhen=auto to rebaseWhen=conflicted because no rule for behind-base-branch applies (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch already exists (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Skipping behind base branch check due to rebaseWhen=conflicted (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: isBranchConflicted(main, renovate/ironbank) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): using git to calculate (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: branch.isConflicted(): false (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch does not need rebasing (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Using reuseExistingBranch: true (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-27T19:07:28+00:00"
DEBUG: manager.getUpdatedPackageFiles() reuseExistingBranch=true (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Branch dep registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins in chart/Chart.yaml is already updated (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/monitoring, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins"
DEBUG: Branch dep registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins in chart/Chart.yaml is already updated (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/monitoring, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins"
DEBUG: Branch dep registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins in chart/values.yaml is already updated (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/monitoring, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins"
DEBUG: Branch dep registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar in chart/Chart.yaml is already updated (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/monitoring, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar"
DEBUG: Branch dep registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar in chart/values.yaml is already updated (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/monitoring, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/prometheus/alertmanager in chart/Chart.yaml is already updated (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/monitoring, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/prometheus/alertmanager in chart/Chart.yaml is already updated (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/monitoring, baseBranch=main, packageFile=chart/Chart.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager"
DEBUG: Branch dep registry1.dso.mil/ironbank/opensource/prometheus/alertmanager in chart/values.yaml is already updated (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No content changed (repository=big-bang/product/packages/monitoring, baseBranch=main, packageFile=chart/values.yaml, branch=renovate/ironbank)
       "depName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager"
DEBUG: No package files need updating (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No updated lock files in branch (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No changes to package files, skipping post-upgrade tasks (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No files to commit (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Setting current branch to main (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: latest commit (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
       "branchName": "main",
       "latestCommitDate": "2025-01-27T19:07:28+00:00"
DEBUG: Checking if we can automerge branch (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: mergeStatus=no automerge (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Ensuring PR (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: There are 0 errors and 0 warnings (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: getPr(407) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: getMR(407) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Found existing PR (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins (11.4.0 -> 11.5.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins (11.4.0 -> 11.5.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/big-bang/grafana/grafana-plugins (11.4.0 -> 11.5.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar (1.29.0 -> 1.29.1) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/kiwigrid/k8s-sidecar (1.29.0 -> 1.29.1) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/prometheus/alertmanager (v0.27.0 -> v0.28.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/prometheus/alertmanager (v0.27.0 -> v0.28.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Fetching changelog: https://repo1.dso.mil/dsop/opensource/prometheus/alertmanager (v0.27.0 -> v0.28.0) (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/prometheus/alertmanager (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/prometheus/alertmanager (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: No gitlab-tags tags found for repository: dsop/opensource/prometheus/alertmanager (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: Processing existing PR (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR body changed (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
       "prTitle": "Update Ironbank"
 INFO: PR updated (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
       "pr": 407,
       "prTitle": "Update Ironbank"
DEBUG: setPrCache() (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: PR is not configured for automerge (repository=big-bang/product/packages/monitoring, baseBranch=main, branch=renovate/ironbank)
DEBUG: getBranchPr(renovate/kube-state-metrics-5.x) (repository=big-bang/product/packages/monitoring)
DEBUG: findPr(renovate/kube-state-metrics-5.x, undefined, open) (repository=big-bang/product/packages/monitoring)
DEBUG: getPr(409) (repository=big-bang/product/packages/monitoring)
DEBUG: getMR(409) (repository=big-bang/product/packages/monitoring)
DEBUG: getBranchPr(renovate/ironbank) (repository=big-bang/product/packages/monitoring)
DEBUG: findPr(renovate/ironbank, undefined, open) (repository=big-bang/product/packages/monitoring)
DEBUG: getPr(407) (repository=big-bang/product/packages/monitoring)
DEBUG: getMR(407) (repository=big-bang/product/packages/monitoring)
DEBUG: checkConfigMigrationBranch() (repository=big-bang/product/packages/monitoring)
DEBUG: Config migration needed but config migration is disabled and checkbox not checked or not present. (repository=big-bang/product/packages/monitoring)
DEBUG: ensureDependencyDashboard() (repository=big-bang/product/packages/monitoring)
DEBUG: Ensuring Dependency Dashboard (repository=big-bang/product/packages/monitoring)
DEBUG: Checking packageFiles for deprecated packages (repository=big-bang/product/packages/monitoring)
DEBUG: ensureIssue() (repository=big-bang/product/packages/monitoring)
DEBUG: Updating issue (repository=big-bang/product/packages/monitoring)
DEBUG: validateReconfigureBranch() (repository=big-bang/product/packages/monitoring)
DEBUG: No reconfigure branch found (repository=big-bang/product/packages/monitoring)
DEBUG: Removing any stale branches (repository=big-bang/product/packages/monitoring)
DEBUG: config.repoIsOnboarded=true (repository=big-bang/product/packages/monitoring)
DEBUG: Branch lists (repository=big-bang/product/packages/monitoring)
       "branchList": ["renovate/ironbank", "renovate/kube-state-metrics-5.x"],
       "renovateBranches": ["renovate/ironbank", "renovate/kube-state-metrics-5.x"]
DEBUG: remainingBranches= (repository=big-bang/product/packages/monitoring)
DEBUG: No branches to clean up (repository=big-bang/product/packages/monitoring)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/monitoring)
DEBUG: ensureIssueClosing() (repository=big-bang/product/packages/monitoring)
DEBUG: PackageFiles.clear() - Package files deleted (repository=big-bang/product/packages/monitoring)
DEBUG: Repo is activated (repository=big-bang/product/packages/monitoring)
DEBUG: Branch summary (repository=big-bang/product/packages/monitoring)
       "cacheModified": undefined,
       "baseBranches": [{"branchName": "main", "sha": "dfb570e1409ee9ebc66848dbf05289588e3e75c2"}],
       "branches": [
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "dfb570e1409ee9ebc66848dbf05289588e3e75c2",
           "branchName": "renovate/kube-state-metrics-5.x",
           "branchSha": "6c5351f67faefc3e19ef39d46e836ef618553244",
           "isModified": false,
           "isPristine": false
         },
         {
           "automerge": false,
           "baseBranch": "main",
           "baseBranchSha": "dfb570e1409ee9ebc66848dbf05289588e3e75c2",
           "branchName": "renovate/ironbank",
           "branchSha": "ec357dbbce48f12788f473e40d13e4d8ac034d36",
           "isModified": false,
           "isPristine": false
         }
       ],
       "defaultBranch": "main",
       "inactiveBranches": []
DEBUG: branches info extended (repository=big-bang/product/packages/monitoring)
       "branchesInformation": [
         {
           "branchName": "renovate/kube-state-metrics-5.x",
           "prNo": 409,
           "prTitle": "Update Helm release kube-state-metrics to 5.29.*",
           "result": "done",
           "upgrades": [
             {
               "datasource": "helm",
               "depName": "kube-state-metrics",
               "displayPending": "",
               "currentVersion": "5.28.1",
               "currentValue": "5.28.*",
               "newValue": "5.29.*",
               "newVersion": "5.29.0",
               "newDigest": "44bc91e6b40af3eae479952b3051782511edca7b68f7bc0d46e6f037ba68e56f",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "kube-state-metrics"
             }
           ]
         },
         {
           "branchName": "renovate/ironbank",
           "prNo": 407,
           "prTitle": "Update Ironbank",
           "result": "done",
           "upgrades": [
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
               "displayPending": "",
               "fixedVersion": "11.4.0",
               "currentVersion": "11.4.0",
               "currentValue": "11.4.0",
               "newValue": "11.5.0",
               "newVersion": "11.5.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
               "displayPending": "",
               "fixedVersion": "11.4.0",
               "currentVersion": "11.4.0",
               "currentValue": "11.4.0",
               "newValue": "11.5.0",
               "newVersion": "11.5.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins",
               "displayPending": "",
               "fixedVersion": "11.4.0",
               "currentVersion": "11.4.0",
               "currentValue": "11.4.0",
               "newValue": "11.5.0",
               "newVersion": "11.5.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
               "displayPending": "",
               "fixedVersion": "1.29.0",
               "currentVersion": "1.29.0",
               "currentValue": "1.29.0",
               "newValue": "1.29.1",
               "newVersion": "1.29.1",
               "packageFile": "chart/Chart.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar",
               "displayPending": "",
               "fixedVersion": "1.29.0",
               "currentVersion": "1.29.0",
               "currentValue": "1.29.0",
               "newValue": "1.29.1",
               "newVersion": "1.29.1",
               "packageFile": "chart/values.yaml",
               "updateType": "patch",
               "packageName": "registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
               "displayPending": "",
               "fixedVersion": "v0.27.0",
               "currentVersion": "v0.27.0",
               "currentValue": "v0.27.0",
               "newValue": "v0.28.0",
               "newVersion": "v0.28.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
               "displayPending": "",
               "fixedVersion": "0.27.0",
               "currentVersion": "v0.27.0",
               "currentValue": "0.27.0",
               "newValue": "0.28.0",
               "newVersion": "v0.28.0",
               "packageFile": "chart/Chart.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager"
             },
             {
               "datasource": "docker",
               "depName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager",
               "displayPending": "",
               "fixedVersion": "v0.27.0",
               "currentVersion": "v0.27.0",
               "currentValue": "v0.27.0",
               "newValue": "v0.28.0",
               "newVersion": "v0.28.0",
               "packageFile": "chart/values.yaml",
               "updateType": "minor",
               "packageName": "registry1.dso.mil/ironbank/opensource/prometheus/alertmanager"
             }
           ]
         }
       ]
DEBUG: Renovate repository PR statistics (repository=big-bang/product/packages/monitoring)
       "stats": {"total": 22, "open": 2, "closed": 14, "merged": 6}
DEBUG: Repository result: done, status: activated, enabled: true, onboarded: true (repository=big-bang/product/packages/monitoring)
DEBUG: repository problems (repository=big-bang/product/packages/monitoring)
       "repoProblems": [
         "WARN: No github.com token has been configured. Skipping release notes retrieval"
       ]
DEBUG: Repository timing splits (milliseconds) (repository=big-bang/product/packages/monitoring)
       "splits": {"init": 2261, "extract": 385, "lookup": 3676, "onboarding": 0, "update": 2833},
       "total": 9693
DEBUG: Package cache statistics (repository=big-bang/product/packages/monitoring)
       "get": {"count": 51, "avgMs": 42, "medianMs": 6, "maxMs": 298, "totalMs": 2140},
       "set": {"count": 37, "avgMs": 43, "medianMs": 3, "maxMs": 321, "totalMs": 1573}
DEBUG: HTTP statistics (repository=big-bang/product/packages/monitoring)
       "hosts": {
         "prometheus-community.github.io": {
           "count": 1,
           "reqAvgMs": 465,
           "reqMedianMs": 465,
           "reqMaxMs": 465,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         },
         "quay.io": {
           "count": 10,
           "reqAvgMs": 324,
           "reqMedianMs": 176,
           "reqMaxMs": 1711,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "registry1.dso.mil": {
           "count": 43,
           "reqAvgMs": 284,
           "reqMedianMs": 59,
           "reqMaxMs": 1706,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 1
         },
         "repo1.dso.mil": {
           "count": 18,
           "reqAvgMs": 174,
           "reqMedianMs": 107,
           "reqMaxMs": 671,
           "queueAvgMs": 0,
           "queueMedianMs": 0,
           "queueMaxMs": 0
         }
       },
       "requests": 72
DEBUG: HTTP cache statistics (repository=big-bang/product/packages/monitoring)
DEBUG: Lookup statistics (repository=big-bang/product/packages/monitoring)
       "docker": {"count": 42, "avgMs": 923, "medianMs": 251, "maxMs": 3551, "totalMs": 38785},
       "helm": {"count": 4, "avgMs": 1748, "medianMs": 2224, "maxMs": 2225, "totalMs": 6993}
 INFO: Repository finished (repository=big-bang/product/packages/monitoring)
       "cloned": true,
       "durationMs": 9693
DEBUG: Checking file package cache for expired items
DEBUG: Deleted 0 of 1389 file cached entries in 626ms

section_end:1738567163:step_script
section_start:1738567163:archive_cache
Saving cache for successful job
Creating cache main-renovate-protected...
/builds/big-bang/pipeline-templates/renovate-runner/renovate: found 6601 matching artifact files and directories 
Temporary file: ../../../../tmp/gitlab-runner/cache/big-bang/pipeline-templates/renovate-runner/main-renovate-protected/archive_1910448798 
No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 
Created cache

section_end:1738567165:archive_cache
section_start:1738567165:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
renovate.log: found 1 matching artifact files and directories 
Trying to load /builds/big-bang/pipeline-templates/renovate-runner.tmp/CI_SERVER_TLS_CA_FILE ... 
Dialing: tcp repo1.dso.mil:443 ...                 
Uploading artifacts as "archive" to coordinator... 201 Created  id=42127637 responseStatus=201 Created token=glcbt-64

section_end:1738567166:upload_artifacts_on_success
section_start:1738567166:cleanup_file_variables
Cleaning up project directory and file based variables

section_end:1738567167:cleanup_file_variables
Job succeeded